Trace number 3709822

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.04 1796.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1373.4
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709822-1338124654.opb
0.10/0.11	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.123s.
0.26/0.23	c declared #vars     428
0.26/0.23	c #constraints  942
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
0.26/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.26/0.23	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
0.26/0.23	c 942 constraints processed.
1.17/0.72	c cleaning 2496 clauses out of 4997 with flag 5000/5000
1.68/1.15	c cleaning 4249 clauses out of 8499 with flag 11000/11000
2.18/1.64	c cleaning 5619 clauses out of 11249 with flag 18001/18001
2.80/2.28	c cleaning 6814 clauses out of 13630 with flag 26001/26001
3.65/3.06	c cleaning 7902 clauses out of 15815 with flag 35000/35000
4.56/3.96	c cleaning 8956 clauses out of 17914 with flag 45001/45001
5.78/5.11	c cleaning 9963 clauses out of 19929 with flag 56000/56000
6.90/6.22	c cleaning 10981 clauses out of 21967 with flag 68001/68001
8.31/7.66	c cleaning 11990 clauses out of 23985 with flag 81000/81000
9.81/9.15	c cleaning 12992 clauses out of 25995 with flag 95000/95000
11.52/10.88	c cleaning 14000 clauses out of 28004 with flag 110001/110001
13.33/12.69	c cleaning 14998 clauses out of 30003 with flag 126000/126000
15.35/14.65	c cleaning 15996 clauses out of 32005 with flag 143000/143000
17.46/16.71	c cleaning 17003 clauses out of 34009 with flag 161000/161000
19.87/19.18	c cleaning 18000 clauses out of 36008 with flag 180002/180002
22.38/21.60	c cleaning 18991 clauses out of 38008 with flag 200002/200002
25.00/24.27	c cleaning 20003 clauses out of 40015 with flag 221000/221000
28.31/27.59	c cleaning 21006 clauses out of 42012 with flag 243000/243000
32.02/31.24	c cleaning 21993 clauses out of 44006 with flag 266000/266000
35.24/34.49	c cleaning 23004 clauses out of 46013 with flag 290000/290000
38.75/37.95	c cleaning 24002 clauses out of 48010 with flag 315001/315001
42.66/41.87	c cleaning 24996 clauses out of 50008 with flag 341001/341001
47.11/46.25	c cleaning 25995 clauses out of 52011 with flag 368000/368000
52.84/51.93	c cleaning 27005 clauses out of 54018 with flag 396002/396002
57.17/56.24	c cleaning 28004 clauses out of 56012 with flag 425001/425001
62.18/61.25	c cleaning 28998 clauses out of 58008 with flag 455001/455001
68.02/67.01	c cleaning 29999 clauses out of 60010 with flag 486001/486001
74.24/73.21	c cleaning 30998 clauses out of 62011 with flag 518001/518001
80.75/79.75	c cleaning 31999 clauses out of 64012 with flag 551000/551000
88.67/87.68	c cleaning 33003 clauses out of 66014 with flag 585001/585001
95.49/94.41	c cleaning 34003 clauses out of 68010 with flag 620000/620000
103.02/101.95	c cleaning 34997 clauses out of 70007 with flag 656000/656000
112.94/111.86	c cleaning 35995 clauses out of 72012 with flag 693002/693002
121.79/120.61	c cleaning 37005 clauses out of 74016 with flag 731001/731001
130.32/129.15	c cleaning 38001 clauses out of 76010 with flag 770000/770000
139.35/138.12	c cleaning 39000 clauses out of 78011 with flag 810002/810002
149.78/148.58	c cleaning 39996 clauses out of 80009 with flag 851000/851000
160.58/159.34	c cleaning 41003 clauses out of 82014 with flag 893001/893001
170.33/169.05	c cleaning 42000 clauses out of 84014 with flag 936004/936004
180.94/179.64	c cleaning 43000 clauses out of 86011 with flag 980001/980001
192.37/191.06	c cleaning 44002 clauses out of 88010 with flag 1025000/1025000
203.60/202.22	c cleaning 44997 clauses out of 90008 with flag 1071000/1071000
214.24/212.82	c cleaning 45999 clauses out of 92011 with flag 1118000/1118000
227.87/226.41	c cleaning 46996 clauses out of 94012 with flag 1166000/1166000
241.72/240.29	c cleaning 48003 clauses out of 96019 with flag 1215003/1215003
257.75/256.27	c cleaning 49001 clauses out of 98015 with flag 1265002/1265002
274.17/272.63	c cleaning 50000 clauses out of 100012 with flag 1316000/1316000
290.12/288.54	c cleaning 50983 clauses out of 102013 with flag 1368001/1368001
304.24/302.64	c cleaning 52008 clauses out of 104031 with flag 1421002/1421002
319.39/317.80	c cleaning 53008 clauses out of 106021 with flag 1475000/1475000
336.70/335.08	c cleaning 54001 clauses out of 108014 with flag 1530001/1530001
356.24/354.57	c cleaning 55000 clauses out of 110012 with flag 1586000/1586000
375.57/373.88	c cleaning 55999 clauses out of 112012 with flag 1643000/1643000
402.20/400.43	c cleaning 57000 clauses out of 114015 with flag 1701002/1701002
428.54/426.79	c cleaning 57996 clauses out of 116013 with flag 1760000/1760000
452.26/450.48	c cleaning 59005 clauses out of 118018 with flag 1820001/1820001
480.40/478.50	c cleaning 60003 clauses out of 120014 with flag 1881002/1881002
508.32/506.45	c cleaning 60995 clauses out of 122010 with flag 1943001/1943001
536.37/534.41	c cleaning 62005 clauses out of 124016 with flag 2006002/2006002
556.71/554.71	c cleaning 63002 clauses out of 126013 with flag 2070004/2070004
581.75/579.74	c cleaning 64002 clauses out of 128007 with flag 2135000/2135000
617.43/615.39	c cleaning 65001 clauses out of 130009 with flag 2201004/2201004
656.60/654.47	c cleaning 65993 clauses out of 132004 with flag 2268000/2268000
688.84/686.65	c cleaning 66999 clauses out of 134012 with flag 2336001/2336001
721.98/719.72	c cleaning 67997 clauses out of 136012 with flag 2405000/2405000
753.90/751.69	c cleaning 69007 clauses out of 138017 with flag 2475002/2475002
786.96/784.65	c cleaning 70003 clauses out of 140010 with flag 2546002/2546002
826.97/824.64	c cleaning 71001 clauses out of 142012 with flag 2618007/2618007
857.73/855.34	c cleaning 71994 clauses out of 144004 with flag 2691000/2691000
894.16/891.74	c cleaning 72998 clauses out of 146010 with flag 2765000/2765000
932.65/930.27	c cleaning 73997 clauses out of 148013 with flag 2840001/2840001
973.91/971.42	c cleaning 75004 clauses out of 150015 with flag 2916000/2916000
1016.04/1013.52	c cleaning 76001 clauses out of 152011 with flag 2993000/2993000
1051.30/1048.70	c cleaning 76999 clauses out of 154010 with flag 3071000/3071000
1100.35/1097.77	c cleaning 78005 clauses out of 156015 with flag 3150004/3150004
1141.51/1138.89	c cleaning 79000 clauses out of 158009 with flag 3230003/3230003
1182.27/1179.54	c cleaning 79998 clauses out of 160007 with flag 3311001/3311001
1238.30/1235.57	c cleaning 80998 clauses out of 162008 with flag 3393000/3393000
1280.25/1277.43	c cleaning 81998 clauses out of 164010 with flag 3476000/3476000
1329.89/1327.04	c cleaning 83004 clauses out of 166013 with flag 3560001/3560001
1391.44/1388.57	c cleaning 83990 clauses out of 168009 with flag 3645001/3645001
1439.70/1436.76	c cleaning 84998 clauses out of 170018 with flag 3731000/3731000
1493.47/1490.46	c cleaning 86009 clauses out of 172023 with flag 3818003/3818003
1563.82/1560.79	c cleaning 86998 clauses out of 174011 with flag 3906000/3906000
1635.67/1632.50	c cleaning 88003 clauses out of 176014 with flag 3995001/3995001
1700.95/1697.76	c cleaning 88998 clauses out of 178011 with flag 4085001/4085001
1772.80/1769.52	c cleaning 90000 clauses out of 180013 with flag 4176001/4176001
1800.04/1796.71	c starts		: 253
1800.04/1796.71	c conflicts		: 4226816
1800.04/1796.71	c decisions		: 5178706
1800.04/1796.71	c propagations		: 124869056
1800.04/1796.71	c inspects		: 24232659511
1800.04/1796.71	c shortcuts		: 0
1800.04/1796.71	c learnt literals	: 5
1800.04/1796.71	c learnt binary clauses	: 30
1800.04/1796.71	c learnt ternary clauses	: 98
1800.04/1796.71	c learnt constraints	: 4226811
1800.04/1796.71	c ignored constraints	: 0
1800.04/1796.71	c root simplifications	: 258
1800.04/1796.71	c removed literals (reason simplification)	: 7842933
1800.04/1796.71	c reason swapping (by a shorter reason)	: 0
1800.04/1796.71	c Calls to reduceDB	: 87
1800.04/1796.71	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.71	c number of learned constraints concerned by reduction	: 0
1800.04/1796.71	c number of learning phase by resolution	: 0
1800.04/1796.71	c number of learning phase by cutting planes	: 0
1800.04/1796.71	c speed (assignments/second)	: 69507.97424506157
1800.04/1796.71	c non guided choices	25
1800.04/1796.74	c learnt constraints type 
1800.04/1796.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
1800.04/1796.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140822
1800.04/1796.74	c constraints type 
1800.04/1796.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
1800.04/1796.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.04/1796.74	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.04/1796.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
1800.04/1796.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
1800.04/1796.74	c 942 constraints processed.
1800.04/1796.74	s UNKNOWN
1800.04/1796.74	c Total wall clock time (in seconds): 1796.628

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3709822-1338124654/watcher-3709822-1338124654 -o /tmp/evaluation-result-3709822-1338124654/solver-3709822-1338124654 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709822-1338124654.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 17263
/proc/meminfo: memFree=27582508/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9216 CPUtime=0 cores=1,3,5,7
/proc/17263/stat : 17263 (java) R 17261 17263 16973 0 -1 4202496 114 0 0 0 0 0 0 0 20 0 1 0 278591175 9437184 67 33554432000 1073741824 1073778376 140734086192720 140734086189848 270320860527 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17263/statm: 2306 81 62 9 0 38 0

[startup+0.010216 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 17263
/proc/meminfo: memFree=27582508/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 1187 0 0 0 0 0 0 0 20 0 2 0 278591175 94085120 906 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 22954 909 689 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91880

[startup+0.100216 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 17263
/proc/meminfo: memFree=27582508/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 4356 0 1 0 9 1 0 0 20 0 18 0 278591175 9787842560 6074 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 2389610 6076 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300237 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 17263
/proc/meminfo: memFree=27582508/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9625472 CPUtime=0.52 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 7082 0 1 0 51 1 0 0 20 0 19 0 278591175 9856483328 9301 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 2406368 9331 2229 9 0 2397054 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625472

[startup+0.700224 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 17263
/proc/meminfo: memFree=27582508/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9625004 CPUtime=1.17 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 8355 0 1 0 115 2 0 0 20 0 19 0 278591175 9856004096 10525 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 2406251 10525 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 2.22 2.05 2.01 3/213 17282
/proc/meminfo: memFree=27535772/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 8822 0 1 0 205 3 0 0 20 0 19 0 278591175 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 2406251 14158 2276 9 0 2396937 0
[pid=17263/tid=17265] ppid=17261 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/17263/task/17265/stat : 17265 (java) R 17261 17263 16973 0 -1 4202560 2552 0 1 0 143 1 0 0 20 0 19 0 278591176 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219545817544 140219418711383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17266] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17266/stat : 17266 (java) S 17261 17263 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219389823144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17267] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17267/stat : 17267 (java) S 17261 17263 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219388770600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17268] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17268/stat : 17268 (java) S 17261 17263 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219387718056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17269] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17269/stat : 17269 (java) S 17261 17263 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219386665512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17270] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17270/stat : 17270 (java) S 17261 17263 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219385612968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17271] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17271/stat : 17271 (java) S 17261 17263 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219384560424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17272] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17272/stat : 17272 (java) S 17261 17263 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219383507880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17273] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17273/stat : 17273 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219382455336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17274] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17274/stat : 17274 (java) S 17261 17263 16973 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 278591177 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219370043496 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17275] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17275/stat : 17275 (java) S 17261 17263 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219368989816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17276] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17276/stat : 17276 (java) S 17261 17263 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219367937160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17277] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17277/stat : 17277 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219366885904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17278] ppid=17261 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/17263/task/17278/stat : 17278 (java) S 17261 17263 16973 0 -1 4202560 2806 0 0 0 28 0 0 0 20 0 19 0 278591180 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219365833272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17279] ppid=17261 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/17263/task/17279/stat : 17279 (java) S 17261 17263 16973 0 -1 4202560 2201 0 0 0 28 0 0 0 20 0 19 0 278591180 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219364780728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17280] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17280/stat : 17280 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219363728376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17281] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17281/stat : 17281 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219362676040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17282] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17282/stat : 17282 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591199 9856004096 14158 33554432000 1073741824 1073778376 140737474993520 140219361620776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 2.22 2.05 2.01 3/213 17282
/proc/meminfo: memFree=27527128/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 8847 0 1 0 372 4 0 0 20 0 19 0 278591175 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 2406251 16220 2276 9 0 2396937 0
[pid=17263/tid=17265] ppid=17261 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/17263/task/17265/stat : 17265 (java) R 17261 17263 16973 0 -1 4202560 2553 0 1 0 298 1 0 0 20 0 19 0 278591176 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219545817392 140219418668352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17266] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17266/stat : 17266 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219389823144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17267] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17267/stat : 17267 (java) S 17261 17263 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219388770600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17268] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17268/stat : 17268 (java) S 17261 17263 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219387718056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17269] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17269/stat : 17269 (java) S 17261 17263 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219386665512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17270] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17270/stat : 17270 (java) S 17261 17263 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219385612968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17271] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17271/stat : 17271 (java) S 17261 17263 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219384560424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17272] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17272/stat : 17272 (java) S 17261 17263 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219383507880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17273] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17273/stat : 17273 (java) S 17261 17263 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219382455336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17274] ppid=17261 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/17263/task/17274/stat : 17274 (java) S 17261 17263 16973 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 278591177 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219370043496 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17275] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17275/stat : 17275 (java) S 17261 17263 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219368989816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17276] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17276/stat : 17276 (java) S 17261 17263 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219367937160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17277] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17277/stat : 17277 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219366885904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17278] ppid=17261 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/17263/task/17278/stat : 17278 (java) S 17261 17263 16973 0 -1 4202560 2813 0 0 0 33 0 0 0 20 0 19 0 278591180 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219365833272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17279] ppid=17261 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/17263/task/17279/stat : 17279 (java) S 17261 17263 16973 0 -1 4202560 2201 0 0 0 29 0 0 0 20 0 19 0 278591180 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219364780728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17280] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17280/stat : 17280 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219363728376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17281] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17281/stat : 17281 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219362676040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17282] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17282/stat : 17282 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591199 9856004096 16220 33554432000 1073741824 1073778376 140737474993520 140219361620776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.20 2.05 2.01 3/213 17282
/proc/meminfo: memFree=27517268/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9625004 CPUtime=7 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 8859 0 1 0 696 4 0 0 20 0 19 0 278591175 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 2406251 17155 2276 9 0 2396937 0
[pid=17263/tid=17265] ppid=17261 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/17263/task/17265/stat : 17265 (java) R 17261 17263 16973 0 -1 4202560 2559 0 1 0 611 1 0 0 20 0 19 0 278591176 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219545817512 140219418691695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17266] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17266/stat : 17266 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219389823144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17267] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17267/stat : 17267 (java) S 17261 17263 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219388770600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17268] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17268/stat : 17268 (java) S 17261 17263 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219387718056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17269] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17269/stat : 17269 (java) S 17261 17263 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219386665512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17270] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17270/stat : 17270 (java) S 17261 17263 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219385612968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17271] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17271/stat : 17271 (java) S 17261 17263 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219384560424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17272] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17272/stat : 17272 (java) S 17261 17263 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219383507880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17273] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17273/stat : 17273 (java) S 17261 17263 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278591176 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219382455336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17274] ppid=17261 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/17263/task/17274/stat : 17274 (java) S 17261 17263 16973 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 19 0 278591177 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219370043496 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17275] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17275/stat : 17275 (java) S 17261 17263 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219368989816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17276] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17276/stat : 17276 (java) S 17261 17263 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219367937160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17277] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17277/stat : 17277 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219366885904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17278] ppid=17261 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/17263/task/17278/stat : 17278 (java) S 17261 17263 16973 0 -1 4202560 2813 0 0 0 34 0 0 0 20 0 19 0 278591180 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219365833272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17279] ppid=17261 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/17263/task/17279/stat : 17279 (java) S 17261 17263 16973 0 -1 4202560 2201 0 0 0 29 0 0 0 20 0 19 0 278591180 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219364780728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17280] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17280/stat : 17280 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219363728376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17281] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17281/stat : 17281 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219362676040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17282] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17282/stat : 17282 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591199 9856004096 17155 33554432000 1073741824 1073778376 140737474993520 140219361620776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9625004

[startup+12.7048 s]

################
# More data... #
################

[pid=17263/tid=17278] ppid=17261 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/17263/task/17278/stat : 17278 (java) S 17261 17263 16973 0 -1 4202560 2821 0 0 0 36 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219365833272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17279] ppid=17261 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/17263/task/17279/stat : 17279 (java) S 17261 17263 16973 0 -1 4202560 2201 0 0 0 29 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219364780728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17280] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17280/stat : 17280 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219363728376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17281] ppid=17261 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/17263/task/17281/stat : 17281 (java) S 17261 17263 16973 0 -1 4202560 99 0 0 0 24 37 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219362676040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17282] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17282/stat : 17282 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591199 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219361620776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.6
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17297
/proc/meminfo: memFree=27134468/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9625004 CPUtime=1785.64 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 10514 0 1 0 178505 59 0 0 20 0 19 0 278591175 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 2406251 58413 2277 9 0 2396937 0
[pid=17263/tid=17265] ppid=17261 vsize=9625004 CPUtime=1773.44 cores=1,3,5,7
/proc/17263/task/17265/stat : 17265 (java) R 17261 17263 16973 0 -1 4202560 2662 0 1 0 177312 32 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219545817392 140219418691609 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17266] ppid=17261 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17263/task/17266/stat : 17266 (java) S 17261 17263 16973 0 -1 4202560 310 0 0 0 44 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219389823144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17267] ppid=17261 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17263/task/17267/stat : 17267 (java) S 17261 17263 16973 0 -1 4202560 70 0 0 0 45 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219388770600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17268] ppid=17261 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/17263/task/17268/stat : 17268 (java) S 17261 17263 16973 0 -1 4202560 105 0 0 0 44 1 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219387718056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17269] ppid=17261 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17263/task/17269/stat : 17269 (java) S 17261 17263 16973 0 -1 4202560 276 0 0 0 44 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219386665512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17270] ppid=17261 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17263/task/17270/stat : 17270 (java) S 17261 17263 16973 0 -1 4202560 145 0 0 0 45 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219385612968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17271] ppid=17261 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17263/task/17271/stat : 17271 (java) S 17261 17263 16973 0 -1 4202560 135 0 0 0 46 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219384560424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17272] ppid=17261 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17263/task/17272/stat : 17272 (java) S 17261 17263 16973 0 -1 4202560 280 0 0 0 46 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219383507880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17273] ppid=17261 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/17263/task/17273/stat : 17273 (java) S 17261 17263 16973 0 -1 4202560 87 0 0 0 38 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219382455336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17274] ppid=17261 vsize=9625004 CPUtime=2.83 cores=1,3,5,7
/proc/17263/task/17274/stat : 17274 (java) S 17261 17263 16973 0 -1 4202560 133 0 0 0 281 2 0 0 20 0 19 0 278591177 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219370043496 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17275] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17275/stat : 17275 (java) S 17261 17263 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219368989816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17276] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17276/stat : 17276 (java) S 17261 17263 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219367937160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17277] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17277/stat : 17277 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219366885904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17278] ppid=17261 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/17263/task/17278/stat : 17278 (java) S 17261 17263 16973 0 -1 4202560 2821 0 0 0 36 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219365833272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17279] ppid=17261 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/17263/task/17279/stat : 17279 (java) S 17261 17263 16973 0 -1 4202560 2201 0 0 0 29 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219364780728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17280] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17280/stat : 17280 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219363728376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17281] ppid=17261 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/17263/task/17281/stat : 17281 (java) S 17261 17263 16973 0 -1 4202560 103 0 0 0 25 38 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219362676040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17282] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17282/stat : 17282 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591199 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219361620776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 1.93 1.98 1.99 5/211 17412
/proc/meminfo: memFree=27301004/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 10514 0 1 0 179945 59 0 0 20 0 19 0 278591175 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 2406251 58413 2277 9 0 2396937 0
[pid=17263/tid=17265] ppid=17261 vsize=9625004 CPUtime=1787.81 cores=1,3,5,7
/proc/17263/task/17265/stat : 17265 (java) R 17261 17263 16973 0 -1 4202560 2662 0 1 0 178748 33 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219545817392 140219418711383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17266] ppid=17261 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17263/task/17266/stat : 17266 (java) S 17261 17263 16973 0 -1 4202560 310 0 0 0 44 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219389823144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17267] ppid=17261 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17263/task/17267/stat : 17267 (java) S 17261 17263 16973 0 -1 4202560 70 0 0 0 45 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219388770600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17268] ppid=17261 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/17263/task/17268/stat : 17268 (java) S 17261 17263 16973 0 -1 4202560 105 0 0 0 44 1 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219387718056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17269] ppid=17261 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17263/task/17269/stat : 17269 (java) S 17261 17263 16973 0 -1 4202560 276 0 0 0 44 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219386665512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17270] ppid=17261 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17263/task/17270/stat : 17270 (java) S 17261 17263 16973 0 -1 4202560 145 0 0 0 45 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219385612968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17271] ppid=17261 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17263/task/17271/stat : 17271 (java) S 17261 17263 16973 0 -1 4202560 135 0 0 0 46 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219384560424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17272] ppid=17261 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17263/task/17272/stat : 17272 (java) S 17261 17263 16973 0 -1 4202560 280 0 0 0 46 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219383507880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17273] ppid=17261 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/17263/task/17273/stat : 17273 (java) S 17261 17263 16973 0 -1 4202560 87 0 0 0 38 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219382455336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17274] ppid=17261 vsize=9625004 CPUtime=2.84 cores=1,3,5,7
/proc/17263/task/17274/stat : 17274 (java) S 17261 17263 16973 0 -1 4202560 133 0 0 0 282 2 0 0 20 0 19 0 278591177 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219370043496 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17275] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17275/stat : 17275 (java) S 17261 17263 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219368989816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17276] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17276/stat : 17276 (java) S 17261 17263 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219367937160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17277] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17277/stat : 17277 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219366885904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17278] ppid=17261 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/17263/task/17278/stat : 17278 (java) S 17261 17263 16973 0 -1 4202560 2821 0 0 0 36 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219365833272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17279] ppid=17261 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/17263/task/17279/stat : 17279 (java) S 17261 17263 16973 0 -1 4202560 2201 0 0 0 29 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219364780728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17280] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17280/stat : 17280 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219363728376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17281] ppid=17261 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/17263/task/17281/stat : 17281 (java) S 17261 17263 16973 0 -1 4202560 103 0 0 0 26 38 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219362676040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17282] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17282/stat : 17282 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591199 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219361620776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 1.93 1.98 1.99 5/211 17412
/proc/meminfo: memFree=27301004/32873660 swapFree=7120/7120
[pid=17263] ppid=17261 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/17263/stat : 17263 (java) S 17261 17263 16973 0 -1 4202496 10514 0 1 0 179945 59 0 0 20 0 19 0 278591175 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140737474984656 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17263/statm: 2406251 58413 2277 9 0 2396937 0
[pid=17263/tid=17265] ppid=17261 vsize=9625004 CPUtime=1787.81 cores=1,3,5,7
/proc/17263/task/17265/stat : 17265 (java) R 17261 17263 16973 0 -1 4202560 2662 0 1 0 178748 33 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219545817392 140219418711383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17266] ppid=17261 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17263/task/17266/stat : 17266 (java) S 17261 17263 16973 0 -1 4202560 310 0 0 0 44 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219389823144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17267] ppid=17261 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17263/task/17267/stat : 17267 (java) S 17261 17263 16973 0 -1 4202560 70 0 0 0 45 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219388770600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17268] ppid=17261 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/17263/task/17268/stat : 17268 (java) S 17261 17263 16973 0 -1 4202560 105 0 0 0 44 1 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219387718056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17263/tid=17269] ppid=17261 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/17263/task/17269/stat : 17269 (java) S 17261 17263 16973 0 -1 4202560 276 0 0 0 44 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219386665512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17270] ppid=17261 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/17263/task/17270/stat : 17270 (java) S 17261 17263 16973 0 -1 4202560 145 0 0 0 45 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219385612968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17271] ppid=17261 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17263/task/17271/stat : 17271 (java) S 17261 17263 16973 0 -1 4202560 135 0 0 0 46 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219384560424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17272] ppid=17261 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/17263/task/17272/stat : 17272 (java) S 17261 17263 16973 0 -1 4202560 280 0 0 0 46 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219383507880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17273] ppid=17261 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/17263/task/17273/stat : 17273 (java) S 17261 17263 16973 0 -1 4202560 87 0 0 0 38 2 0 0 20 0 19 0 278591176 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219382455336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17263/tid=17274] ppid=17261 vsize=9625004 CPUtime=2.84 cores=1,3,5,7
/proc/17263/task/17274/stat : 17274 (java) S 17261 17263 16973 0 -1 4202560 133 0 0 0 282 2 0 0 20 0 19 0 278591177 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219370043496 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17275] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17275/stat : 17275 (java) S 17261 17263 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219368989816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17276] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17276/stat : 17276 (java) S 17261 17263 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278591178 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219367937160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17277] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17277/stat : 17277 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219366885904 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17278] ppid=17261 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/17263/task/17278/stat : 17278 (java) S 17261 17263 16973 0 -1 4202560 2821 0 0 0 36 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219365833272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17279] ppid=17261 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/17263/task/17279/stat : 17279 (java) S 17261 17263 16973 0 -1 4202560 2201 0 0 0 29 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219364780728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17280] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17280/stat : 17280 (java) S 17261 17263 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219363728376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17263/tid=17281] ppid=17261 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/17263/task/17281/stat : 17281 (java) S 17261 17263 16973 0 -1 4202560 103 0 0 0 26 38 0 0 20 0 19 0 278591180 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219362676040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17263/tid=17282] ppid=17261 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17282/stat : 17282 (java) S 17261 17263 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278591199 9856004096 58413 33554432000 1073741824 1073778376 140737474993520 140219361620776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17263 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=928129
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=21844
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.75
CPU time (s): 1800.04
CPU user time (s): 1799.45
CPU system time (s): 0.59
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 9625472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 1.02184
maximum resident set size= 233812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10558
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40427
involuntary context switches= 28728

runsolver used 6.53201 second user time and 15.1607 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 15:17:34
IDJOB=3709822
IDBENCH=1161
IDSOLVER=2289
FILE ID=node117/3709822-1338124654
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709822-1338124654/watcher-3709822-1338124654 -o /tmp/evaluation-result-3709822-1338124654/solver-3709822-1338124654 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709822-1338124654.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=513873394

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27582772 kB
Buffers:          320608 kB
Cached:          4014944 kB
SwapCached:            0 kB
Active:          2249564 kB
Inactive:        2158696 kB
Active(anon):      64156 kB
Inactive(anon):    11356 kB
Active(file):    2185408 kB
Inactive(file):  2147340 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2088 kB
Writeback:             0 kB
AnonPages:        135372 kB
Mapped:            22612 kB
Shmem:               200 kB
Slab:             735312 kB
SReclaimable:     178952 kB
SUnreclaim:       556360 kB
KernelStack:        1592 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     696212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69964 MiB
End job on node117 at 2012-05-27 15:47:33