Trace number 3710004

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 1795.17

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K126.opb
MD5SUM8617651a414bb8902c12959cc1c92372
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 variables14994
Total number of constraints15248
Number of constraints which are clauses15122
Number of constraints which are cardinality constraints (but not clauses)126
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint126
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 127
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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-3710004-1338215895.opb
0.09/0.12	c reading problem ... 
0.68/0.49	c ... done. Wall clock time 0.373s.
0.68/0.49	c declared #vars     14994
0.68/0.49	c #constraints  15248
0.68/0.49	c constraints type 
0.68/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13495
0.68/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
0.68/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.68/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1625
0.68/0.49	c 15248 constraints processed.
3.46/2.51	c cleaning 2467 clauses out of 4990 with flag 5000/5000
5.36/4.32	c cleaning 4155 clauses out of 8478 with flag 11000/11000
7.57/6.51	c cleaning 5511 clauses out of 11303 with flag 18001/18001
9.88/8.84	c cleaning 6775 clauses out of 13788 with flag 26002/26002
12.63/11.56	c cleaning 7878 clauses out of 15999 with flag 35000/35000
15.53/14.43	c cleaning 8849 clauses out of 18111 with flag 45000/45000
19.04/17.93	c cleaning 9974 clauses out of 20259 with flag 56003/56003
22.44/21.37	c cleaning 10253 clauses out of 22278 with flag 68000/68000
26.15/25.06	c cleaning 11005 clauses out of 25018 with flag 81000/81000
30.06/28.92	c cleaning 12175 clauses out of 28009 with flag 95000/95000
35.28/34.19	c cleaning 13669 clauses out of 30832 with flag 110001/110001
40.30/39.19	c cleaning 13426 clauses out of 33150 with flag 126000/126000
45.53/44.37	c cleaning 14818 clauses out of 36724 with flag 143000/143000
52.63/51.44	c cleaning 16558 clauses out of 39904 with flag 161000/161000
58.77/57.59	c cleaning 16617 clauses out of 42340 with flag 180000/180000
65.11/63.87	c cleaning 17413 clauses out of 45718 with flag 200000/200000
71.93/70.65	c cleaning 18732 clauses out of 49305 with flag 221000/221000
80.25/78.98	c cleaning 19314 clauses out of 52574 with flag 243001/243001
88.34/86.96	c cleaning 20392 clauses out of 56257 with flag 266000/266000
96.17/94.71	c cleaning 21325 clauses out of 59864 with flag 290001/290001
105.78/104.30	c cleaning 22439 clauses out of 63538 with flag 315002/315002
115.51/114.09	c cleaning 24410 clauses out of 67094 with flag 341000/341000
127.60/126.05	c cleaning 24973 clauses out of 69684 with flag 368000/368000
137.45/135.82	c cleaning 25093 clauses out of 72706 with flag 396000/396000
147.68/146.04	c cleaning 26160 clauses out of 76614 with flag 425001/425001
163.32/161.62	c cleaning 27787 clauses out of 80453 with flag 455000/455000
176.35/174.67	c cleaning 28418 clauses out of 83667 with flag 486001/486001
188.51/186.78	c cleaning 29111 clauses out of 87245 with flag 518000/518000
202.26/200.47	c cleaning 30805 clauses out of 91007 with flag 551000/551000
214.00/212.17	c cleaning 30456 clauses out of 94202 with flag 585001/585001
228.12/226.25	c cleaning 32293 clauses out of 98745 with flag 620000/620000
243.36/241.42	c cleaning 33197 clauses out of 102451 with flag 656001/656001
257.80/255.80	c cleaning 33983 clauses out of 106256 with flag 693003/693003
273.43/271.42	c cleaning 36069 clauses out of 110268 with flag 731002/731002
290.85/288.86	c cleaning 36629 clauses out of 113192 with flag 770001/770001
317.47/315.48	c cleaning 37118 clauses out of 116562 with flag 810000/810000
331.98/329.88	c cleaning 37512 clauses out of 120444 with flag 851000/851000
349.91/347.73	c cleaning 39507 clauses out of 124931 with flag 893001/893001
371.45/369.21	c cleaning 40488 clauses out of 128426 with flag 936003/936003
395.67/393.50	c cleaning 41187 clauses out of 131932 with flag 980002/980002
419.72/417.40	c cleaning 42209 clauses out of 135743 with flag 1025000/1025000
444.99/442.69	c cleaning 43496 clauses out of 139534 with flag 1071000/1071000
465.45/463.02	c cleaning 44205 clauses out of 143039 with flag 1118001/1118001
490.81/488.35	c cleaning 45252 clauses out of 146834 with flag 1166001/1166001
515.19/512.68	c cleaning 45941 clauses out of 150574 with flag 1215000/1215000
536.32/533.74	c cleaning 46638 clauses out of 154633 with flag 1265000/1265000
572.08/569.40	c cleaning 49232 clauses out of 158994 with flag 1316000/1316000
599.23/596.56	c cleaning 49358 clauses out of 161762 with flag 1368002/1368002
631.07/628.31	c cleaning 50134 clauses out of 165402 with flag 1421000/1421000
656.32/653.56	c cleaning 50662 clauses out of 169267 with flag 1475000/1475000
684.26/681.43	c cleaning 52266 clauses out of 173591 with flag 1530000/1530000
723.10/720.20	c cleaning 52876 clauses out of 177326 with flag 1586001/1586001
752.44/749.42	c cleaning 53828 clauses out of 181449 with flag 1643000/1643000
784.52/781.49	c cleaning 56141 clauses out of 185619 with flag 1701001/1701001
821.87/818.74	c cleaning 56366 clauses out of 188477 with flag 1760000/1760000
854.52/851.37	c cleaning 57909 clauses out of 192111 with flag 1820000/1820000
884.56/881.32	c cleaning 57502 clauses out of 195199 with flag 1881000/1881000
910.63/907.37	c cleaning 58604 clauses out of 199697 with flag 1943000/1943000
944.27/940.95	c cleaning 60635 clauses out of 204095 with flag 2006003/2006003
976.82/973.48	c cleaning 61992 clauses out of 207453 with flag 2070000/2070000
1018.28/1014.89	c cleaning 62543 clauses out of 210462 with flag 2135001/2135001
1057.10/1053.55	c cleaning 63041 clauses out of 213918 with flag 2201000/2201000
1095.33/1091.74	c cleaning 64435 clauses out of 217879 with flag 2268002/2268002
1130.30/1126.69	c cleaning 65378 clauses out of 221442 with flag 2336002/2336002
1168.16/1164.42	c cleaning 66475 clauses out of 225059 with flag 2405000/2405000
1215.83/1212.09	c cleaning 68026 clauses out of 228584 with flag 2475000/2475000
1254.91/1251.01	c cleaning 69085 clauses out of 231559 with flag 2546001/2546001
1292.86/1288.90	c cleaning 69197 clauses out of 234471 with flag 2618000/2618000
1336.44/1332.44	c cleaning 70917 clauses out of 238267 with flag 2691000/2691000
1378.94/1374.82	c cleaning 72380 clauses out of 241351 with flag 2765001/2765001
1434.69/1430.53	c cleaning 73615 clauses out of 243972 with flag 2840002/2840002
1503.41/1499.15	c cleaning 74739 clauses out of 246355 with flag 2916000/2916000
1542.13/1537.72	c cleaning 74452 clauses out of 248617 with flag 2993001/2993001
1588.09/1583.65	c cleaning 76096 clauses out of 252163 with flag 3071001/3071001
1636.09/1631.53	c cleaning 77040 clauses out of 255064 with flag 3150000/3150000
1676.67/1672.00	c cleaning 77894 clauses out of 258024 with flag 3230000/3230000
1737.96/1733.14	c cleaning 78692 clauses out of 261127 with flag 3311000/3311000
1791.61/1786.73	c cleaning 79852 clauses out of 264432 with flag 3393000/3393000
1800.09/1795.12	c starts		: 228
1800.09/1795.12	c conflicts		: 3408816
1800.09/1795.12	c decisions		: 13842165
1800.09/1795.12	c propagations		: 2529187256
1800.09/1795.12	c inspects		: 7046162986
1800.09/1795.12	c shortcuts		: 0
1800.09/1795.12	c learnt literals	: 107
1800.09/1795.12	c learnt binary clauses	: 149762
1800.09/1795.12	c learnt ternary clauses	: 195578
1800.09/1795.12	c learnt constraints	: 3408709
1800.09/1795.12	c ignored constraints	: 0
1800.09/1795.12	c root simplifications	: 335
1800.09/1795.12	c removed literals (reason simplification)	: 91064400
1800.09/1795.12	c reason swapping (by a shorter reason)	: 0
1800.09/1795.12	c Calls to reduceDB	: 78
1800.09/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.12	c number of learned constraints concerned by reduction	: 0
1800.09/1795.12	c number of learning phase by resolution	: 0
1800.09/1795.12	c number of learning phase by cutting planes	: 0
1800.09/1795.12	c speed (assignments/second)	: 1409328.9221466128
1800.09/1795.12	c non guided choices	2529
1800.09/1795.16	c learnt constraints type 
1800.09/1795.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 149601
1800.09/1795.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50901
1800.09/1795.16	c constraints type 
1800.09/1795.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13495
1800.09/1795.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
1800.09/1795.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1795.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1625
1800.09/1795.16	c 15248 constraints processed.
1800.09/1795.16	s UNKNOWN
1800.09/1795.16	c Total wall clock time (in seconds): 1795.043

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-3710004-1338215895/watcher-3710004-1338215895 -o /tmp/evaluation-result-3710004-1338215895/solver-3710004-1338215895 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710004-1338215895.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: 1.92 1.98 1.99 3/194 15881
/proc/meminfo: memFree=26826988/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15881/stat : 15881 (java) D 15879 15881 13800 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287715225 9515008 182 33554432000 1073741824 1073778376 140735818708576 140735818699608 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15881/statm: 2323 182 140 9 0 71 0

[startup+0.0150779 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 15881
/proc/meminfo: memFree=26826988/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 1357 0 0 0 0 0 0 0 20 0 2 0 287715225 103964672 1039 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 25382 1041 796 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100222 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 15881
/proc/meminfo: memFree=26826988/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 4289 0 1 0 8 1 0 0 20 0 18 0 287715225 9787842560 6007 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 2389610 6007 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300237 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 15881
/proc/meminfo: memFree=26826988/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9558440 CPUtime=0.56 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 7275 0 1 0 54 2 0 0 20 0 18 0 287715225 9787842560 10991 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 2389610 10991 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558440

[startup+0.700236 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 15881
/proc/meminfo: memFree=26826988/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9625004 CPUtime=1.5 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 9005 0 1 0 147 3 0 0 20 0 19 0 287715225 9856004096 28175 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 2406251 28175 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 15900
/proc/meminfo: memFree=26723456/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9625004 CPUtime=2.43 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 9010 0 1 0 240 3 0 0 20 0 19 0 287715225 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 2406251 28072 2261 9 0 2396937 0
[pid=15881/tid=15883] ppid=15879 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/15881/task/15883/stat : 15883 (java) R 15879 15881 13800 0 -1 4202560 2559 0 1 0 144 2 0 0 20 0 19 0 287715226 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360518963720 140360353551872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15884] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15884/stat : 15884 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360480455592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15885] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15885/stat : 15885 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360479403048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15886] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15886/stat : 15886 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360478349992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15887] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15887/stat : 15887 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360477297448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15888] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15888/stat : 15888 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360476244392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15889] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15889/stat : 15889 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360475191848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15890] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15890/stat : 15890 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360474138792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15891] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15891/stat : 15891 (java) S 15879 15881 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360473086248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15892] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15892/stat : 15892 (java) S 15879 15881 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287715228 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360343219048 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15893] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15893/stat : 15893 (java) S 15879 15881 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360342165368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15894] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15894/stat : 15894 (java) S 15879 15881 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360341112200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15895] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15895/stat : 15895 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360340060944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15896] ppid=15879 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/15881/task/15896/stat : 15896 (java) S 15879 15881 13800 0 -1 4202560 2775 0 0 0 47 0 0 0 20 0 19 0 287715231 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360339007800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15897] ppid=15879 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/15881/task/15897/stat : 15897 (java) S 15879 15881 13800 0 -1 4202560 2476 0 0 0 46 0 0 0 20 0 19 0 287715231 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140360337955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15898] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15898/stat : 15898 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140359464118520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15899] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15899/stat : 15899 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140359463066184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15900] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15900/stat : 15900 (java) S 15879 15881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287715277 9856004096 28072 33554432000 1073741824 1073778376 140736447834752 140359462012456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 15900
/proc/meminfo: memFree=26720664/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9625004 CPUtime=4.13 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 9171 0 1 0 409 4 0 0 20 0 19 0 287715225 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 2406251 32213 2286 9 0 2396937 0
[pid=15881/tid=15883] ppid=15879 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/15881/task/15883/stat : 15883 (java) R 15879 15881 13800 0 -1 4202560 2563 0 1 0 301 2 0 0 20 0 19 0 287715226 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360518963624 140360354018096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15884] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15884/stat : 15884 (java) S 15879 15881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360480455592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15885] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15885/stat : 15885 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360479403048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15886] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15886/stat : 15886 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360478349992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15887] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15887/stat : 15887 (java) S 15879 15881 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360477297448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15888] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15888/stat : 15888 (java) S 15879 15881 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360476244392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15889] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15889/stat : 15889 (java) S 15879 15881 13800 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360475191848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15890] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15890/stat : 15890 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360474138792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15891] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15891/stat : 15891 (java) S 15879 15881 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360473086248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15892] ppid=15879 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15881/task/15892/stat : 15892 (java) S 15879 15881 13800 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 287715228 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360343219048 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15893] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15893/stat : 15893 (java) S 15879 15881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360342165368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15894] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15894/stat : 15894 (java) S 15879 15881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360341112200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15895] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15895/stat : 15895 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360340060944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15896] ppid=15879 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/15881/task/15896/stat : 15896 (java) S 15879 15881 13800 0 -1 4202560 2871 0 0 0 53 0 0 0 20 0 19 0 287715231 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360339007800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15897] ppid=15879 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/15881/task/15897/stat : 15897 (java) S 15879 15881 13800 0 -1 4202560 2480 0 0 0 47 0 0 0 20 0 19 0 287715231 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140360337955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15898] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15898/stat : 15898 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140359464118520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15899] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15899/stat : 15899 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140359463066184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15900] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15900/stat : 15900 (java) S 15879 15881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287715277 9856004096 32213 33554432000 1073741824 1073778376 140736447834752 140359462012456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.01 2.00 2.00 3/212 15900
/proc/meminfo: memFree=26701868/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9625004 CPUtime=7.36 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 9182 0 1 0 732 4 0 0 20 0 19 0 287715225 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 2406251 33232 2286 9 0 2396937 0
[pid=15881/tid=15883] ppid=15879 vsize=9625004 CPUtime=6.2 cores=1,3,5,7
/proc/15881/task/15883/stat : 15883 (java) R 15879 15881 13800 0 -1 4202560 2566 0 1 0 618 2 0 0 20 0 19 0 287715226 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360518963640 140360354097192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15884] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15884/stat : 15884 (java) S 15879 15881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360480455592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15885] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15885/stat : 15885 (java) S 15879 15881 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360479403048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15886] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15886/stat : 15886 (java) S 15879 15881 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360478349992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15887] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15887/stat : 15887 (java) S 15879 15881 13800 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360477297448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15888] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15888/stat : 15888 (java) S 15879 15881 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360476244392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15889] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15889/stat : 15889 (java) S 15879 15881 13800 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360475191848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15890] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15890/stat : 15890 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360474138792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15891] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15891/stat : 15891 (java) S 15879 15881 13800 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287715227 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360473086248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15892] ppid=15879 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/15881/task/15892/stat : 15892 (java) S 15879 15881 13800 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 287715228 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360343219048 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15893] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15893/stat : 15893 (java) S 15879 15881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360342165368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15894] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15894/stat : 15894 (java) S 15879 15881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360341112200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15895] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15895/stat : 15895 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360340060944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15896] ppid=15879 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/15881/task/15896/stat : 15896 (java) S 15879 15881 13800 0 -1 4202560 2871 0 0 0 55 0 0 0 20 0 19 0 287715231 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360339007800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15897] ppid=15879 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/15881/task/15897/stat : 15897 (java) S 15879 15881 13800 0 -1 4202560 2480 0 0 0 48 0 0 0 20 0 19 0 287715231 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140360337955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15898] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15898/stat : 15898 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140359464118520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15899] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15899/stat : 15899 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140359463066184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15900] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15900/stat : 15900 (java) S 15879 15881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287715277 9856004096 33232 33554432000 1073741824 1073778376 140736447834752 140359462012456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=15881/tid=15896] ppid=15879 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15881/task/15896/stat : 15896 (java) S 15879 15881 13800 0 -1 4202560 4654 0 0 0 68 0 0 0 20 0 19 0 287715231 9856004096 87421 33554432000 1073741824 1073778376 140736447834752 140360339007800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15897] ppid=15879 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/15881/task/15897/stat : 15897 (java) S 15879 15881 13800 0 -1 4202560 2488 0 0 0 53 0 0 0 20 0 19 0 287715231 9856004096 87421 33554432000 1073741824 1073778376 140736447834752 140360337955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15898] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15898/stat : 15898 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 87421 33554432000 1073741824 1073778376 140736447834752 140359464118520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15899] ppid=15879 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/15881/task/15899/stat : 15899 (java) S 15879 15881 13800 0 -1 4202560 99 0 0 0 18 21 0 0 20 0 19 0 287715231 9856004096 87421 33554432000 1073741824 1073778376 140736447834752 140359463066184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15900] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15900/stat : 15900 (java) S 15879 15881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287715277 9856004096 87421 33554432000 1073741824 1073778376 140736447834752 140359462012456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.02
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/213 15997
/proc/meminfo: memFree=26516404/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9625004 CPUtime=1787.21 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 12609 0 1 0 178665 56 0 0 20 0 19 0 287715225 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 2406251 95618 2287 9 0 2396937 0
[pid=15881/tid=15883] ppid=15879 vsize=9625004 CPUtime=1772.2 cores=1,3,5,7
/proc/15881/task/15883/stat : 15883 (java) R 15879 15881 13800 0 -1 4202560 2659 0 1 0 177189 31 0 0 20 0 19 0 287715226 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360518963504 140360354119864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15884] ppid=15879 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/15881/task/15884/stat : 15884 (java) S 15879 15881 13800 0 -1 4202560 142 0 0 0 54 3 0 0 20 0 19 0 287715227 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360480455592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15885] ppid=15879 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/15881/task/15885/stat : 15885 (java) S 15879 15881 13800 0 -1 4202560 105 0 0 0 54 2 0 0 20 0 19 0 287715227 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360479403048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15886] ppid=15879 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/15881/task/15886/stat : 15886 (java) S 15879 15881 13800 0 -1 4202560 134 0 0 0 60 2 0 0 20 0 19 0 287715227 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360478349992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15887] ppid=15879 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/15881/task/15887/stat : 15887 (java) S 15879 15881 13800 0 -1 4202560 175 0 0 0 67 4 0 0 20 0 19 0 287715227 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360477297448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15888] ppid=15879 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/15881/task/15888/stat : 15888 (java) S 15879 15881 13800 0 -1 4202560 104 0 0 0 52 3 0 0 20 0 19 0 287715227 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360476244392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15889] ppid=15879 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/15881/task/15889/stat : 15889 (java) S 15879 15881 13800 0 -1 4202560 149 0 0 0 60 2 0 0 20 0 19 0 287715227 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360475191848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15890] ppid=15879 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/15881/task/15890/stat : 15890 (java) S 15879 15881 13800 0 -1 4202560 305 0 0 0 59 4 0 0 20 0 19 0 287715227 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360474138792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15891] ppid=15879 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/15881/task/15891/stat : 15891 (java) S 15879 15881 13800 0 -1 4202560 245 0 0 0 64 5 0 0 20 0 19 0 287715227 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360473086248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15892] ppid=15879 vsize=9625004 CPUtime=3.93 cores=1,3,5,7
/proc/15881/task/15892/stat : 15892 (java) S 15879 15881 13800 0 -1 4202560 160 0 0 0 391 2 0 0 20 0 19 0 287715228 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360343219048 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15893] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15893/stat : 15893 (java) S 15879 15881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360342165368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15894] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15894/stat : 15894 (java) S 15879 15881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360341112200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15895] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15895/stat : 15895 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360340060944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15896] ppid=15879 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15881/task/15896/stat : 15896 (java) S 15879 15881 13800 0 -1 4202560 4654 0 0 0 68 0 0 0 20 0 19 0 287715231 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360339007800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15897] ppid=15879 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/15881/task/15897/stat : 15897 (java) S 15879 15881 13800 0 -1 4202560 2488 0 0 0 53 0 0 0 20 0 19 0 287715231 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140360337955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15898] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15898/stat : 15898 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140359464118520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15899] ppid=15879 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15881/task/15899/stat : 15899 (java) S 15879 15881 13800 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 19 0 287715231 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140359463066184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15900] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15900/stat : 15900 (java) S 15879 15881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287715277 9856004096 95618 33554432000 1073741824 1073778376 140736447834752 140359462012456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.21
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 15997
/proc/meminfo: memFree=26516408/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 12618 0 1 0 179953 56 0 0 20 0 19 0 287715225 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 2406251 95624 2287 9 0 2396937 0
[pid=15881/tid=15883] ppid=15879 vsize=9625004 CPUtime=1784.88 cores=1,3,5,7
/proc/15881/task/15883/stat : 15883 (java) R 15879 15881 13800 0 -1 4202560 2660 0 1 0 178456 32 0 0 20 0 19 0 287715226 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360518963504 140360354097140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15884] ppid=15879 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/15881/task/15884/stat : 15884 (java) S 15879 15881 13800 0 -1 4202560 148 0 0 0 54 3 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360480455592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15885] ppid=15879 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/15881/task/15885/stat : 15885 (java) S 15879 15881 13800 0 -1 4202560 105 0 0 0 55 2 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360479403048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15886] ppid=15879 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/15881/task/15886/stat : 15886 (java) S 15879 15881 13800 0 -1 4202560 134 0 0 0 62 2 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360478349992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15887] ppid=15879 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/15881/task/15887/stat : 15887 (java) S 15879 15881 13800 0 -1 4202560 175 0 0 0 67 4 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360477297448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15888] ppid=15879 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/15881/task/15888/stat : 15888 (java) S 15879 15881 13800 0 -1 4202560 104 0 0 0 52 3 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360476244392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15889] ppid=15879 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/15881/task/15889/stat : 15889 (java) S 15879 15881 13800 0 -1 4202560 149 0 0 0 61 2 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360475191848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15890] ppid=15879 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/15881/task/15890/stat : 15890 (java) S 15879 15881 13800 0 -1 4202560 305 0 0 0 60 4 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360474138792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15891] ppid=15879 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/15881/task/15891/stat : 15891 (java) S 15879 15881 13800 0 -1 4202560 245 0 0 0 67 5 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360473086248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15892] ppid=15879 vsize=9625004 CPUtime=4.01 cores=1,3,5,7
/proc/15881/task/15892/stat : 15892 (java) S 15879 15881 13800 0 -1 4202560 162 0 0 0 399 2 0 0 20 0 19 0 287715228 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360343219048 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15893] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15893/stat : 15893 (java) S 15879 15881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360342165368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15894] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15894/stat : 15894 (java) S 15879 15881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360341112200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15895] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15895/stat : 15895 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360340060944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15896] ppid=15879 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15881/task/15896/stat : 15896 (java) S 15879 15881 13800 0 -1 4202560 4654 0 0 0 68 0 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360339007800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15897] ppid=15879 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/15881/task/15897/stat : 15897 (java) S 15879 15881 13800 0 -1 4202560 2488 0 0 0 53 0 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360337955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15898] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15898/stat : 15898 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140359464118520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15899] ppid=15879 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15881/task/15899/stat : 15899 (java) S 15879 15881 13800 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140359463066184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15900] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15900/stat : 15900 (java) S 15879 15881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287715277 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140359462012456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 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+1795.1 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 15997
/proc/meminfo: memFree=26516408/32873660 swapFree=7120/7120
[pid=15881] ppid=15879 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/15881/stat : 15881 (java) S 15879 15881 13800 0 -1 4202496 12618 0 1 0 179953 56 0 0 20 0 19 0 287715225 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140736447825888 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15881/statm: 2406251 95624 2287 9 0 2396937 0
[pid=15881/tid=15883] ppid=15879 vsize=9625004 CPUtime=1784.88 cores=1,3,5,7
/proc/15881/task/15883/stat : 15883 (java) R 15879 15881 13800 0 -1 4202560 2660 0 1 0 178456 32 0 0 20 0 19 0 287715226 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360518963504 140360354097140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15884] ppid=15879 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/15881/task/15884/stat : 15884 (java) S 15879 15881 13800 0 -1 4202560 148 0 0 0 54 3 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360480455592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15885] ppid=15879 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/15881/task/15885/stat : 15885 (java) S 15879 15881 13800 0 -1 4202560 105 0 0 0 55 2 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360479403048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15886] ppid=15879 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/15881/task/15886/stat : 15886 (java) S 15879 15881 13800 0 -1 4202560 134 0 0 0 62 2 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360478349992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15887] ppid=15879 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/15881/task/15887/stat : 15887 (java) S 15879 15881 13800 0 -1 4202560 175 0 0 0 67 4 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360477297448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15888] ppid=15879 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/15881/task/15888/stat : 15888 (java) S 15879 15881 13800 0 -1 4202560 104 0 0 0 52 3 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360476244392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15889] ppid=15879 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/15881/task/15889/stat : 15889 (java) S 15879 15881 13800 0 -1 4202560 149 0 0 0 61 2 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360475191848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15890] ppid=15879 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/15881/task/15890/stat : 15890 (java) S 15879 15881 13800 0 -1 4202560 305 0 0 0 60 4 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360474138792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15881/tid=15891] ppid=15879 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/15881/task/15891/stat : 15891 (java) S 15879 15881 13800 0 -1 4202560 245 0 0 0 67 5 0 0 20 0 19 0 287715227 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360473086248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15892] ppid=15879 vsize=9625004 CPUtime=4.01 cores=1,3,5,7
/proc/15881/task/15892/stat : 15892 (java) S 15879 15881 13800 0 -1 4202560 162 0 0 0 399 2 0 0 20 0 19 0 287715228 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360343219048 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15893] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15893/stat : 15893 (java) S 15879 15881 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360342165368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15894] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15894/stat : 15894 (java) S 15879 15881 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287715229 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360341112200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15895] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15895/stat : 15895 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360340060944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15881/tid=15896] ppid=15879 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15881/task/15896/stat : 15896 (java) S 15879 15881 13800 0 -1 4202560 4654 0 0 0 68 0 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360339007800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15897] ppid=15879 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/15881/task/15897/stat : 15897 (java) S 15879 15881 13800 0 -1 4202560 2488 0 0 0 53 0 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140360337955256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15898] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15898/stat : 15898 (java) S 15879 15881 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140359464118520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15881/tid=15899] ppid=15879 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15881/task/15899/stat : 15899 (java) S 15879 15881 13800 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 19 0 287715231 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140359463066184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15881/tid=15900] ppid=15879 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15881/task/15900/stat : 15900 (java) S 15879 15881 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287715277 9856004096 95624 33554432000 1073741824 1073778376 140736447834752 140359462012456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 15881 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=942856
# 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): 1795.17
CPU time (s): 1800.09
CPU user time (s): 1799.53
CPU system time (s): 0.56
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.98
system time used= 0.942856
maximum resident set size= 382620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12651
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40132
involuntary context switches= 23780

runsolver used 6.46202 second user time and 13.9909 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 16:38:15
IDJOB=3710004
IDBENCH=90146
IDSOLVER=2289
FILE ID=node117/3710004-1338215895
RUNJOBID= node117-1338194296-13817
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_K126.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-3710004-1338215895/watcher-3710004-1338215895 -o /tmp/evaluation-result-3710004-1338215895/solver-3710004-1338215895 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710004-1338215895.opb

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

MD5SUM BENCH= 8617651a414bb8902c12959cc1c92372
RANDOM SEED=429991034

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:        26827260 kB
Buffers:          586016 kB
Cached:          4119000 kB
SwapCached:            0 kB
Active:          2906560 kB
Inactive:        2227400 kB
Active(anon):     412964 kB
Inactive(anon):    11352 kB
Active(file):    2493596 kB
Inactive(file):  2216048 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:        428816 kB
Mapped:            22552 kB
Shmem:               200 kB
Slab:             773620 kB
SReclaimable:     217500 kB
SUnreclaim:       556120 kB
KernelStack:        1600 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     699656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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= 70048 MiB
End job on node117 at 2012-05-28 17:08:12