Trace number 3710030

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.09 1796.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K196.opb
MD5SUMbcce2e1d61aa4147a6a5a8b58d6d164e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 197
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710030-1338215976.opb
0.09/0.12	c reading problem ... 
1.11/0.61	c ... done. Wall clock time 0.492s.
1.11/0.61	c declared #vars     23324
1.11/0.61	c #constraints  23718
1.11/0.61	c constraints type 
1.11/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20985
1.11/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
1.11/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.11/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2535
1.11/0.61	c 23718 constraints processed.
4.57/3.63	c cleaning 2477 clauses out of 4995 with flag 5000/5000
8.06/7.02	c cleaning 4142 clauses out of 8513 with flag 11000/11000
12.27/11.30	c cleaning 5446 clauses out of 11366 with flag 18000/18000
17.09/16.06	c cleaning 6755 clauses out of 13916 with flag 26000/26000
22.54/21.41	c cleaning 7308 clauses out of 16161 with flag 35000/35000
28.66/27.57	c cleaning 8072 clauses out of 18851 with flag 45000/45000
35.77/34.62	c cleaning 8434 clauses out of 21780 with flag 56002/56002
42.83/41.69	c cleaning 9106 clauses out of 25344 with flag 68000/68000
50.76/49.56	c cleaning 10235 clauses out of 29235 with flag 81000/81000
59.26/58.00	c cleaning 10962 clauses out of 33000 with flag 95000/95000
67.78/66.55	c cleaning 11895 clauses out of 37038 with flag 110000/110000
77.34/76.04	c cleaning 13134 clauses out of 41140 with flag 126000/126000
87.36/86.07	c cleaning 13982 clauses out of 45004 with flag 143000/143000
98.39/97.04	c cleaning 14675 clauses out of 49019 with flag 161000/161000
110.40/109.09	c cleaning 15487 clauses out of 53347 with flag 180003/180003
123.63/122.23	c cleaning 16538 clauses out of 57857 with flag 200000/200000
136.84/135.41	c cleaning 17627 clauses out of 62322 with flag 221003/221003
149.25/147.86	c cleaning 18764 clauses out of 66689 with flag 243000/243000
163.77/162.37	c cleaning 18512 clauses out of 70923 with flag 266000/266000
177.98/176.59	c cleaning 20628 clauses out of 76409 with flag 290000/290000
197.51/196.01	c cleaning 21537 clauses out of 80779 with flag 315000/315000
215.04/213.52	c cleaning 22128 clauses out of 85242 with flag 341000/341000
231.17/229.61	c cleaning 22585 clauses out of 90115 with flag 368003/368003
248.79/247.26	c cleaning 24501 clauses out of 95526 with flag 396000/396000
265.81/264.28	c cleaning 23962 clauses out of 100024 with flag 425000/425000
283.15/281.52	c cleaning 25839 clauses out of 106056 with flag 455001/455001
312.99/311.31	c cleaning 29003 clauses out of 111216 with flag 486000/486000
334.79/333.06	c cleaning 28141 clauses out of 114213 with flag 518000/518000
356.13/354.34	c cleaning 27683 clauses out of 119072 with flag 551000/551000
377.76/375.91	c cleaning 30098 clauses out of 125388 with flag 585000/585000
407.90/406.01	c cleaning 31152 clauses out of 130288 with flag 620000/620000
430.66/428.79	c cleaning 31749 clauses out of 135138 with flag 656002/656002
457.71/455.72	c cleaning 32929 clauses out of 140387 with flag 693000/693000
485.97/483.98	c cleaning 33724 clauses out of 145458 with flag 731000/731000
511.60/509.59	c cleaning 33836 clauses out of 150734 with flag 770000/770000
535.34/533.26	c cleaning 34999 clauses out of 156898 with flag 810000/810000
562.35/560.22	c cleaning 35751 clauses out of 162900 with flag 851001/851001
591.88/589.72	c cleaning 37759 clauses out of 169150 with flag 893002/893002
619.93/617.71	c cleaning 37064 clauses out of 174389 with flag 936000/936000
645.86/643.62	c cleaning 39087 clauses out of 181326 with flag 980001/980001
672.71/670.40	c cleaning 40730 clauses out of 187238 with flag 1025000/1025000
702.77/700.45	c cleaning 40775 clauses out of 192511 with flag 1071003/1071003
734.50/732.16	c cleaning 42067 clauses out of 198734 with flag 1118001/1118001
766.17/763.74	c cleaning 42493 clauses out of 204666 with flag 1166000/1166000
795.34/792.84	c cleaning 44196 clauses out of 211173 with flag 1215000/1215000
830.30/827.71	c cleaning 45914 clauses out of 216978 with flag 1265001/1265001
867.74/865.13	c cleaning 46442 clauses out of 222063 with flag 1316000/1316000
911.21/908.56	c cleaning 47986 clauses out of 227621 with flag 1368000/1368000
966.00/963.27	c cleaning 50080 clauses out of 232635 with flag 1421000/1421000
1002.91/1000.09	c cleaning 48849 clauses out of 236555 with flag 1475000/1475000
1046.86/1043.95	c cleaning 50328 clauses out of 242704 with flag 1530000/1530000
1086.92/1083.94	c cleaning 50277 clauses out of 248376 with flag 1586000/1586000
1124.25/1121.24	c cleaning 50993 clauses out of 255097 with flag 1643000/1643000
1164.01/1160.94	c cleaning 52952 clauses out of 262102 with flag 1701000/1701000
1207.84/1204.77	c cleaning 54057 clauses out of 268150 with flag 1760000/1760000
1249.88/1246.74	c cleaning 54503 clauses out of 274094 with flag 1820002/1820002
1293.32/1290.11	c cleaning 55440 clauses out of 280589 with flag 1881000/1881000
1333.36/1330.14	c cleaning 57404 clauses out of 287149 with flag 1943000/1943000
1387.33/1384.08	c cleaning 56671 clauses out of 292745 with flag 2006000/2006000
1439.92/1436.55	c cleaning 59265 clauses out of 300075 with flag 2070001/2070001
1492.20/1488.70	c cleaning 59546 clauses out of 305809 with flag 2135000/2135000
1540.89/1537.30	c cleaning 61140 clauses out of 312262 with flag 2201000/2201000
1589.95/1586.31	c cleaning 61180 clauses out of 318122 with flag 2268000/2268000
1637.41/1633.73	c cleaning 63026 clauses out of 324942 with flag 2336000/2336000
1682.06/1678.35	c cleaning 64089 clauses out of 330922 with flag 2405006/2405006
1734.12/1730.39	c cleaning 65385 clauses out of 336826 with flag 2475001/2475001
1790.00/1786.13	c cleaning 66552 clauses out of 342441 with flag 2546001/2546001
1800.09/1796.11	c starts		: 229
1800.09/1796.11	c conflicts		: 2560538
1800.09/1796.11	c decisions		: 23351660
1800.09/1796.11	c propagations		: 3648987726
1800.09/1796.11	c inspects		: 6709498854
1800.09/1796.11	c shortcuts		: 0
1800.09/1796.11	c learnt literals	: 42
1800.09/1796.11	c learnt binary clauses	: 242475
1800.09/1796.11	c learnt ternary clauses	: 259165
1800.09/1796.11	c learnt constraints	: 2560496
1800.09/1796.11	c ignored constraints	: 0
1800.09/1796.11	c root simplifications	: 271
1800.09/1796.11	c removed literals (reason simplification)	: 25985274
1800.09/1796.11	c reason swapping (by a shorter reason)	: 0
1800.09/1796.11	c Calls to reduceDB	: 67
1800.09/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.11	c number of learned constraints concerned by reduction	: 0
1800.09/1796.11	c number of learning phase by resolution	: 0
1800.09/1796.11	c number of learning phase by cutting planes	: 0
1800.09/1796.11	c speed (assignments/second)	: 2032325.9172786686
1800.09/1796.11	c non guided choices	4794
1800.09/1796.16	c learnt constraints type 
1800.09/1796.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 242463
1800.09/1796.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48046
1800.09/1796.16	c constraints type 
1800.09/1796.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20985
1800.09/1796.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 196
1800.09/1796.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1796.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2535
1800.09/1796.16	c 23718 constraints processed.
1800.09/1796.16	s UNKNOWN
1800.09/1796.16	c Total wall clock time (in seconds): 1796.036

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-3710030-1338215976/watcher-3710030-1338215976 -o /tmp/evaluation-result-3710030-1338215976/solver-3710030-1338215976 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710030-1338215976.opb 

running on 4 cores: 0,2,4,6

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.00 2.00 2.00 2/194 15941
/proc/meminfo: memFree=27074344/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15941/stat : 15941 (java) D 15939 15941 13800 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287723399 9515008 183 33554432000 1073741824 1073778376 140736767337456 140736767328488 270330052277 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2323 183 140 9 0 71 0

[startup+0.054754 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 15941
/proc/meminfo: memFree=27074344/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 3077 0 1 0 2 1 0 0 20 0 13 0 287723399 9446973440 3773 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2306390 3773 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10027 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 15941
/proc/meminfo: memFree=27074344/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 4289 0 1 0 8 1 0 0 20 0 18 0 287723399 9787842560 5489 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2389610 5489 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300221 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 15941
/proc/meminfo: memFree=27074344/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9558440 CPUtime=0.55 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 7280 0 1 0 52 3 0 0 20 0 18 0 287723399 9787842560 11366 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2389610 11366 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.70026 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 15941
/proc/meminfo: memFree=27074344/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9625004 CPUtime=1.38 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 9236 0 1 0 133 5 0 0 20 0 19 0 287723399 9856004096 42624 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2406251 42624 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15960
/proc/meminfo: memFree=26912912/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 9618 0 1 0 240 6 0 0 20 0 19 0 287723399 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2406251 42629 2274 9 0 2396937 0
[pid=15941/tid=15943] ppid=15939 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/15941/task/15943/stat : 15943 (java) R 15939 15941 13800 0 -1 4202560 2576 0 1 0 143 3 0 0 20 0 19 0 287723400 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108691497544 140108561617584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15944] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15944/stat : 15944 (java) S 15939 15941 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108680559016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15945] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15945/stat : 15945 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108679506472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15946] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15946/stat : 15946 (java) S 15939 15941 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108533282984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15947] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15947/stat : 15947 (java) S 15939 15941 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108532230440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15948] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15948/stat : 15948 (java) S 15939 15941 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108531178408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15949] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15949/stat : 15949 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108530125864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15950] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15950/stat : 15950 (java) S 15939 15941 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108529072808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15951] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15951/stat : 15951 (java) S 15939 15941 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108528020264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15952] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15952/stat : 15952 (java) S 15939 15941 13800 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 287723402 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108515608936 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15953] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15953/stat : 15953 (java) S 15939 15941 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108514555256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15954] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15954/stat : 15954 (java) S 15939 15941 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108513502088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15955] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15955/stat : 15955 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108512450832 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15956] ppid=15939 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/15941/task/15956/stat : 15956 (java) S 15939 15941 13800 0 -1 4202560 2417 0 0 0 44 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108511398712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15957] ppid=15939 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/15941/task/15957/stat : 15957 (java) S 15939 15941 13800 0 -1 4202560 3324 0 0 0 48 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108510346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15958] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15958/stat : 15958 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108509293304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15959] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15959/stat : 15959 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108508240968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15960] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15960/stat : 15960 (java) S 15939 15941 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287723463 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108507186216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15960
/proc/meminfo: memFree=26912168/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9625004 CPUtime=4.07 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 9620 0 1 0 401 6 0 0 20 0 19 0 287723399 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2406251 42629 2274 9 0 2396937 0
[pid=15941/tid=15943] ppid=15939 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/15941/task/15943/stat : 15943 (java) R 15939 15941 13800 0 -1 4202560 2578 0 1 0 303 3 0 0 20 0 19 0 287723400 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108691495392 140108561651933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15944] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15944/stat : 15944 (java) S 15939 15941 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108680559016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15945] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15945/stat : 15945 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108679506472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15946] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15946/stat : 15946 (java) S 15939 15941 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108533282984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15947] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15947/stat : 15947 (java) S 15939 15941 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108532230440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15948] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15948/stat : 15948 (java) S 15939 15941 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108531178408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15949] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15949/stat : 15949 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108530125864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15950] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15950/stat : 15950 (java) S 15939 15941 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108529072808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15951] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15951/stat : 15951 (java) S 15939 15941 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108528020264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15952] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15952/stat : 15952 (java) S 15939 15941 13800 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 287723402 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108515608936 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15953] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15953/stat : 15953 (java) S 15939 15941 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108514555256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15954] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15954/stat : 15954 (java) S 15939 15941 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108513502088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15955] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15955/stat : 15955 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108512450832 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15956] ppid=15939 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/15941/task/15956/stat : 15956 (java) S 15939 15941 13800 0 -1 4202560 2417 0 0 0 44 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108511398712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15957] ppid=15939 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/15941/task/15957/stat : 15957 (java) R 15939 15941 13800 0 -1 4202560 3324 0 0 0 49 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108510346048 140108698484292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15958] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15958/stat : 15958 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108509293304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15959] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15959/stat : 15959 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108508240968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15960] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15960/stat : 15960 (java) S 15939 15941 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287723463 9856004096 42629 33554432000 1073741824 1073778376 140735192986832 140108507186216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15960
/proc/meminfo: memFree=26887596/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9625004 CPUtime=7.35 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 9871 0 1 0 727 8 0 0 20 0 19 0 287723399 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2406251 47983 2286 9 0 2396937 0
[pid=15941/tid=15943] ppid=15939 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/15941/task/15943/stat : 15943 (java) R 15939 15941 13800 0 -1 4202560 2580 0 1 0 617 3 0 0 20 0 19 0 287723400 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108691495512 140108561660988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15944] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15944/stat : 15944 (java) S 15939 15941 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108680559016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15945] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15945/stat : 15945 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108679506472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15946] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15946/stat : 15946 (java) S 15939 15941 13800 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108533282984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15947] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15947/stat : 15947 (java) S 15939 15941 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108532230440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15948] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15948/stat : 15948 (java) S 15939 15941 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108531178408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15949] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15949/stat : 15949 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108530125864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15950] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15950/stat : 15950 (java) S 15939 15941 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108529072808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15951] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15951/stat : 15951 (java) S 15939 15941 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287723401 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108528020264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15952] ppid=15939 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/15941/task/15952/stat : 15952 (java) S 15939 15941 13800 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 19 0 287723402 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108515608936 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15953] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15953/stat : 15953 (java) S 15939 15941 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108514555256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15954] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15954/stat : 15954 (java) S 15939 15941 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108513502088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15955] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15955/stat : 15955 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108512450832 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15956] ppid=15939 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/15941/task/15956/stat : 15956 (java) S 15939 15941 13800 0 -1 4202560 2608 0 0 0 48 0 0 0 20 0 19 0 287723405 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108511398712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15957] ppid=15939 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/15941/task/15957/stat : 15957 (java) S 15939 15941 13800 0 -1 4202560 3329 0 0 0 51 0 0 0 20 0 19 0 287723405 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108510346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15958] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15958/stat : 15958 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108509293304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15959] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15959/stat : 15959 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108508240968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15960] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15960/stat : 15960 (java) S 15939 15941 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287723463 9856004096 47983 33554432000 1073741824 1073778376 140735192986832 140108507186216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=15941/tid=15956] ppid=15939 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/15941/task/15956/stat : 15956 (java) S 15939 15941 13800 0 -1 4202560 2618 0 0 0 50 0 0 0 20 0 19 0 287723405 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108511398712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15957] ppid=15939 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/15941/task/15957/stat : 15957 (java) S 15939 15941 13800 0 -1 4202560 4476 0 0 0 69 0 0 0 20 0 19 0 287723405 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108510346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15958] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15958/stat : 15958 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108509293304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15959] ppid=15939 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/15941/task/15959/stat : 15959 (java) S 15939 15941 13800 0 -1 4202560 99 0 0 0 24 25 0 0 20 0 19 0 287723405 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108508240968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15960] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15960/stat : 15960 (java) S 15939 15941 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287723463 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108507186216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.11
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 16057
/proc/meminfo: memFree=26712980/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9625004 CPUtime=1786.2 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 12255 0 1 0 178570 50 0 0 20 0 19 0 287723399 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2406251 86942 2287 9 0 2396937 0
[pid=15941/tid=15943] ppid=15939 vsize=9625004 CPUtime=1772.49 cores=0,2,4,6
/proc/15941/task/15943/stat : 15943 (java) R 15939 15941 13800 0 -1 4202560 2642 0 1 0 177219 30 0 0 20 0 19 0 287723400 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108691497264 140108561660988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15944] ppid=15939 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/15941/task/15944/stat : 15944 (java) S 15939 15941 13800 0 -1 4202560 163 0 0 0 35 2 0 0 20 0 19 0 287723401 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108680559016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15945] ppid=15939 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/15941/task/15945/stat : 15945 (java) S 15939 15941 13800 0 -1 4202560 153 0 0 0 39 4 0 0 20 0 19 0 287723401 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108679506472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15946] ppid=15939 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/15941/task/15946/stat : 15946 (java) S 15939 15941 13800 0 -1 4202560 82 0 0 0 42 2 0 0 20 0 19 0 287723401 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108533282984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15947] ppid=15939 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/15941/task/15947/stat : 15947 (java) S 15939 15941 13800 0 -1 4202560 84 0 0 0 38 3 0 0 20 0 19 0 287723401 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108532230440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15948] ppid=15939 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/15941/task/15948/stat : 15948 (java) S 15939 15941 13800 0 -1 4202560 114 0 0 0 42 2 0 0 20 0 19 0 287723401 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108531178408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15949] ppid=15939 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/15941/task/15949/stat : 15949 (java) S 15939 15941 13800 0 -1 4202560 109 0 0 0 41 3 0 0 20 0 19 0 287723401 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108530125864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15950] ppid=15939 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/15941/task/15950/stat : 15950 (java) S 15939 15941 13800 0 -1 4202560 137 0 0 0 44 2 0 0 20 0 19 0 287723401 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108529072808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15951] ppid=15939 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/15941/task/15951/stat : 15951 (java) S 15939 15941 13800 0 -1 4202560 171 0 0 0 38 3 0 0 20 0 19 0 287723401 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108528020264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15952] ppid=15939 vsize=9625004 CPUtime=4.08 cores=0,2,4,6
/proc/15941/task/15952/stat : 15952 (java) S 15939 15941 13800 0 -1 4202560 220 0 0 0 406 2 0 0 20 0 19 0 287723402 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108515608936 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15953] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15953/stat : 15953 (java) S 15939 15941 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108514555256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15954] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15954/stat : 15954 (java) S 15939 15941 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108513502088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15955] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15955/stat : 15955 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108512450832 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15956] ppid=15939 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/15941/task/15956/stat : 15956 (java) S 15939 15941 13800 0 -1 4202560 2618 0 0 0 50 0 0 0 20 0 19 0 287723405 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108511398712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15957] ppid=15939 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/15941/task/15957/stat : 15957 (java) S 15939 15941 13800 0 -1 4202560 4476 0 0 0 69 0 0 0 20 0 19 0 287723405 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108510346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15958] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15958/stat : 15958 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108509293304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15959] ppid=15939 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/15941/task/15959/stat : 15959 (java) S 15939 15941 13800 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 287723405 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108508240968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15960] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15960/stat : 15960 (java) S 15939 15941 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287723463 9856004096 86942 33554432000 1073741824 1073778376 140735192986832 140108507186216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.2
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 16057
/proc/meminfo: memFree=26706836/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 12266 0 1 0 179959 50 0 0 20 0 19 0 287723399 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2406251 86950 2287 9 0 2396937 0
[pid=15941/tid=15943] ppid=15939 vsize=9625004 CPUtime=1786.14 cores=0,2,4,6
/proc/15941/task/15943/stat : 15943 (java) R 15939 15941 13800 0 -1 4202560 2643 0 1 0 178583 31 0 0 20 0 19 0 287723400 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108691497264 140108561600857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15944] ppid=15939 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/15941/task/15944/stat : 15944 (java) S 15939 15941 13800 0 -1 4202560 163 0 0 0 36 2 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108680559016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15945] ppid=15939 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/15941/task/15945/stat : 15945 (java) S 15939 15941 13800 0 -1 4202560 153 0 0 0 40 4 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108679506472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15946] ppid=15939 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/15941/task/15946/stat : 15946 (java) S 15939 15941 13800 0 -1 4202560 85 0 0 0 44 2 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108533282984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15947] ppid=15939 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/15941/task/15947/stat : 15947 (java) S 15939 15941 13800 0 -1 4202560 84 0 0 0 39 3 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108532230440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15948] ppid=15939 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/15941/task/15948/stat : 15948 (java) S 15939 15941 13800 0 -1 4202560 114 0 0 0 45 2 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108531178408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15949] ppid=15939 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/15941/task/15949/stat : 15949 (java) S 15939 15941 13800 0 -1 4202560 114 0 0 0 42 3 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108530125864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15950] ppid=15939 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/15941/task/15950/stat : 15950 (java) S 15939 15941 13800 0 -1 4202560 137 0 0 0 45 2 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108529072808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15951] ppid=15939 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/15941/task/15951/stat : 15951 (java) S 15939 15941 13800 0 -1 4202560 171 0 0 0 40 3 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108528020264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15952] ppid=15939 vsize=9625004 CPUtime=4.18 cores=0,2,4,6
/proc/15941/task/15952/stat : 15952 (java) S 15939 15941 13800 0 -1 4202560 222 0 0 0 416 2 0 0 20 0 19 0 287723402 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108515608936 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15953] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15953/stat : 15953 (java) S 15939 15941 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108514555256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15954] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15954/stat : 15954 (java) S 15939 15941 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108513502088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15955] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15955/stat : 15955 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108512450832 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15956] ppid=15939 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/15941/task/15956/stat : 15956 (java) S 15939 15941 13800 0 -1 4202560 2618 0 0 0 50 0 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108511398712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15957] ppid=15939 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/15941/task/15957/stat : 15957 (java) S 15939 15941 13800 0 -1 4202560 4476 0 0 0 69 0 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108510346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15958] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15958/stat : 15958 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108509293304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15959] ppid=15939 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/15941/task/15959/stat : 15959 (java) S 15939 15941 13800 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108508240968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15960] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15960/stat : 15960 (java) S 15939 15941 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287723463 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108507186216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 16057
/proc/meminfo: memFree=26706836/32873660 swapFree=7120/7120
[pid=15941] ppid=15939 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/15941/stat : 15941 (java) S 15939 15941 13800 0 -1 4202496 12266 0 1 0 179959 50 0 0 20 0 19 0 287723399 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140735192977968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15941/statm: 2406251 86950 2287 9 0 2396937 0
[pid=15941/tid=15943] ppid=15939 vsize=9625004 CPUtime=1786.14 cores=0,2,4,6
/proc/15941/task/15943/stat : 15943 (java) R 15939 15941 13800 0 -1 4202560 2643 0 1 0 178583 31 0 0 20 0 19 0 287723400 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108691497264 140108561600857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15944] ppid=15939 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/15941/task/15944/stat : 15944 (java) S 15939 15941 13800 0 -1 4202560 163 0 0 0 36 2 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108680559016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15945] ppid=15939 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/15941/task/15945/stat : 15945 (java) S 15939 15941 13800 0 -1 4202560 153 0 0 0 40 4 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108679506472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15946] ppid=15939 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/15941/task/15946/stat : 15946 (java) S 15939 15941 13800 0 -1 4202560 85 0 0 0 44 2 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108533282984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15947] ppid=15939 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/15941/task/15947/stat : 15947 (java) S 15939 15941 13800 0 -1 4202560 84 0 0 0 39 3 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108532230440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15948] ppid=15939 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/15941/task/15948/stat : 15948 (java) S 15939 15941 13800 0 -1 4202560 114 0 0 0 45 2 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108531178408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15949] ppid=15939 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/15941/task/15949/stat : 15949 (java) S 15939 15941 13800 0 -1 4202560 114 0 0 0 42 3 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108530125864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15950] ppid=15939 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/15941/task/15950/stat : 15950 (java) S 15939 15941 13800 0 -1 4202560 137 0 0 0 45 2 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108529072808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15951] ppid=15939 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/15941/task/15951/stat : 15951 (java) S 15939 15941 13800 0 -1 4202560 171 0 0 0 40 3 0 0 20 0 19 0 287723401 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108528020264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15941/tid=15952] ppid=15939 vsize=9625004 CPUtime=4.18 cores=0,2,4,6
/proc/15941/task/15952/stat : 15952 (java) S 15939 15941 13800 0 -1 4202560 222 0 0 0 416 2 0 0 20 0 19 0 287723402 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108515608936 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15953] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15953/stat : 15953 (java) S 15939 15941 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108514555256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15954] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15954/stat : 15954 (java) S 15939 15941 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287723403 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108513502088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15955] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15955/stat : 15955 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108512450832 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15956] ppid=15939 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/15941/task/15956/stat : 15956 (java) S 15939 15941 13800 0 -1 4202560 2618 0 0 0 50 0 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108511398712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15941/tid=15957] ppid=15939 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/15941/task/15957/stat : 15957 (java) S 15939 15941 13800 0 -1 4202560 4476 0 0 0 69 0 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108510346168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15958] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15958/stat : 15958 (java) S 15939 15941 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108509293304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15941/tid=15959] ppid=15939 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/15941/task/15959/stat : 15959 (java) S 15939 15941 13800 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 287723405 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108508240968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15941/tid=15960] ppid=15939 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15941/task/15960/stat : 15960 (java) S 15939 15941 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287723463 9856004096 86950 33554432000 1073741824 1073778376 140735192986832 140108507186216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15941 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=978121
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=943856
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.17
CPU time (s): 1800.09
CPU user time (s): 1799.59
CPU system time (s): 0.5
CPU usage (%): 100.218
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.98
system time used= 0.943856
maximum resident set size= 347928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12300
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39727
involuntary context switches= 10634

runsolver used 7.10092 second user time and 13.8129 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 16:39:37
IDJOB=3710030
IDBENCH=90154
IDSOLVER=2289
FILE ID=node117/3710030-1338215976
RUNJOBID= node117-1338194296-13816
PBS_JOBID= 14624597
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K196.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-3710030-1338215976/watcher-3710030-1338215976 -o /tmp/evaluation-result-3710030-1338215976/solver-3710030-1338215976 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710030-1338215976.opb

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

MD5SUM BENCH= bcce2e1d61aa4147a6a5a8b58d6d164e
RANDOM SEED=53416513

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:        27074608 kB
Buffers:          586052 kB
Cached:          4120624 kB
SwapCached:            0 kB
Active:          2654636 kB
Inactive:        2228116 kB
Active(anon):     160220 kB
Inactive(anon):    11352 kB
Active(file):    2494416 kB
Inactive(file):  2216764 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:        179664 kB
Mapped:            22556 kB
Shmem:               200 kB
Slab:             773620 kB
SReclaimable:     217496 kB
SUnreclaim:       556124 kB
KernelStack:        1600 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     699752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 70044 MiB
End job on node117 at 2012-05-28 17:09:35