Trace number 3710052

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.03 1793.77

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K89.opb
MD5SUM30c9df0e6d94fba856558f98ad1383d9
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 variables6052
Total number of constraints6232
Number of constraints which are clauses6143
Number of constraints which are cardinality constraints (but not clauses)89
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint89
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 90
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	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@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-3710052-1338212953.opb
0.09/0.12	c reading problem ... 
0.54/0.38	c ... done. Wall clock time 0.256s.
0.54/0.38	c declared #vars     6052
0.54/0.38	c #constraints  6232
0.54/0.38	c constraints type 
0.54/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4997
0.54/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
0.54/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
0.54/0.38	c 6232 constraints processed.
2.18/1.54	c cleaning 2476 clauses out of 4985 with flag 5000/5000
3.87/2.77	c cleaning 4207 clauses out of 8501 with flag 11000/11000
5.38/4.25	c cleaning 5609 clauses out of 11286 with flag 18000/18000
7.10/5.93	c cleaning 6739 clauses out of 13675 with flag 26000/26000
9.06/7.86	c cleaning 7895 clauses out of 15932 with flag 35000/35000
11.17/9.93	c cleaning 8964 clauses out of 18038 with flag 45001/45001
13.58/12.31	c cleaning 9978 clauses out of 20073 with flag 56001/56001
16.61/15.32	c cleaning 10953 clauses out of 22092 with flag 68000/68000
19.42/18.10	c cleaning 11981 clauses out of 24139 with flag 81000/81000
22.32/21.08	c cleaning 13014 clauses out of 26160 with flag 95006/95006
25.85/24.55	c cleaning 13970 clauses out of 28136 with flag 110000/110000
29.98/28.63	c cleaning 14911 clauses out of 30166 with flag 126000/126000
33.50/32.16	c cleaning 15657 clauses out of 32254 with flag 143000/143000
38.23/36.80	c cleaning 16598 clauses out of 34596 with flag 161000/161000
42.44/41.05	c cleaning 17043 clauses out of 36999 with flag 180001/180001
47.95/46.50	c cleaning 18502 clauses out of 39955 with flag 200000/200000
52.78/51.36	c cleaning 19054 clauses out of 42451 with flag 221000/221000
59.11/57.61	c cleaning 20577 clauses out of 45397 with flag 243000/243000
65.92/64.47	c cleaning 21691 clauses out of 47821 with flag 266001/266001
74.45/72.99	c cleaning 22932 clauses out of 50129 with flag 290000/290000
81.50/79.95	c cleaning 23292 clauses out of 52197 with flag 315000/315000
88.21/86.66	c cleaning 23969 clauses out of 54903 with flag 341000/341000
97.54/95.90	c cleaning 25996 clauses out of 57934 with flag 368000/368000
106.98/105.30	c cleaning 26323 clauses out of 59938 with flag 396000/396000
118.30/116.64	c cleaning 28186 clauses out of 62616 with flag 425001/425001
126.27/124.52	c cleaning 28141 clauses out of 64431 with flag 455002/455002
136.89/135.18	c cleaning 29503 clauses out of 67288 with flag 486000/486000
145.41/143.60	c cleaning 29848 clauses out of 69784 with flag 518000/518000
159.35/157.57	c cleaning 32062 clauses out of 72936 with flag 551000/551000
171.30/169.46	c cleaning 32788 clauses out of 74876 with flag 585002/585002
183.74/181.85	c cleaning 33173 clauses out of 77086 with flag 620000/620000
193.77/191.84	c cleaning 34027 clauses out of 79916 with flag 656003/656003
206.91/204.92	c cleaning 35596 clauses out of 82886 with flag 693000/693000
217.44/215.43	c cleaning 36219 clauses out of 85290 with flag 731000/731000
232.56/230.50	c cleaning 37547 clauses out of 88071 with flag 770002/770002
247.02/244.97	c cleaning 38524 clauses out of 90522 with flag 810000/810000
258.96/256.86	c cleaning 38837 clauses out of 92996 with flag 851000/851000
273.61/271.43	c cleaning 40406 clauses out of 96159 with flag 893000/893000
290.87/288.67	c cleaning 41512 clauses out of 98757 with flag 936004/936004
304.16/301.82	c cleaning 42300 clauses out of 101241 with flag 980000/980000
319.00/316.60	c cleaning 43625 clauses out of 103939 with flag 1025000/1025000
337.24/334.82	c cleaning 44345 clauses out of 106314 with flag 1071000/1071000
357.50/355.01	c cleaning 45678 clauses out of 108971 with flag 1118002/1118002
374.69/372.11	c cleaning 46401 clauses out of 111293 with flag 1166002/1166002
394.44/391.88	c cleaning 47607 clauses out of 113890 with flag 1215000/1215000
411.82/409.13	c cleaning 48614 clauses out of 116283 with flag 1265000/1265000
430.36/427.62	c cleaning 49747 clauses out of 118669 with flag 1316000/1316000
457.42/454.61	c cleaning 51592 clauses out of 120922 with flag 1368000/1368000
475.44/472.51	c cleaning 51629 clauses out of 122331 with flag 1421001/1421001
498.29/495.31	c cleaning 52743 clauses out of 124701 with flag 1475000/1475000
523.55/520.50	c cleaning 53970 clauses out of 126959 with flag 1530001/1530001
545.61/542.51	c cleaning 54571 clauses out of 128986 with flag 1586000/1586000
569.58/566.50	c cleaning 55856 clauses out of 131415 with flag 1643000/1643000
617.26/614.01	c cleaning 57421 clauses out of 133562 with flag 1701003/1701003
641.70/638.37	c cleaning 57026 clauses out of 135139 with flag 1760001/1760001
667.36/663.97	c cleaning 58736 clauses out of 138113 with flag 1820001/1820001
694.02/690.59	c cleaning 60023 clauses out of 140376 with flag 1881000/1881000
733.71/730.16	c cleaning 61239 clauses out of 142353 with flag 1943000/1943000
776.83/773.15	c cleaning 62071 clauses out of 144114 with flag 2006000/2006000
811.95/808.13	c cleaning 63154 clauses out of 146043 with flag 2070000/2070000
834.75/830.89	c cleaning 63526 clauses out of 147889 with flag 2135000/2135000
862.12/858.16	c cleaning 64763 clauses out of 150363 with flag 2201000/2201000
890.01/885.96	c cleaning 64952 clauses out of 152600 with flag 2268000/2268000
921.81/917.62	c cleaning 67009 clauses out of 155649 with flag 2336001/2336001
951.40/947.11	c cleaning 67348 clauses out of 157637 with flag 2405000/2405000
997.40/993.01	c cleaning 69499 clauses out of 160290 with flag 2475001/2475001
1029.16/1024.76	c cleaning 70181 clauses out of 161790 with flag 2546000/2546000
1063.65/1059.18	c cleaning 71283 clauses out of 163609 with flag 2618000/2618000
1114.50/1109.70	c cleaning 72101 clauses out of 165326 with flag 2691000/2691000
1156.66/1151.88	c cleaning 73236 clauses out of 167225 with flag 2765000/2765000
1193.99/1189.05	c cleaning 74154 clauses out of 168989 with flag 2840000/2840000
1233.67/1228.68	c cleaning 75545 clauses out of 170834 with flag 2916000/2916000
1276.88/1271.78	c cleaning 76032 clauses out of 172290 with flag 2993001/2993001
1316.47/1311.28	c cleaning 77214 clauses out of 174261 with flag 3071004/3071004
1372.47/1367.18	c cleaning 78794 clauses out of 176043 with flag 3150000/3150000
1430.97/1425.57	c cleaning 79435 clauses out of 177249 with flag 3230000/3230000
1466.96/1461.41	c cleaning 79969 clauses out of 178814 with flag 3311000/3311000
1509.82/1504.27	c cleaning 81108 clauses out of 180845 with flag 3393000/3393000
1547.42/1541.70	c cleaning 82086 clauses out of 182737 with flag 3476000/3476000
1589.73/1583.95	c cleaning 83358 clauses out of 184654 with flag 3560003/3560003
1644.93/1639.01	c cleaning 84095 clauses out of 186295 with flag 3645002/3645002
1690.81/1684.89	c cleaning 85316 clauses out of 188198 with flag 3731000/3731000
1733.70/1727.66	c cleaning 86401 clauses out of 189883 with flag 3818001/3818001
1775.25/1769.01	c cleaning 86830 clauses out of 191481 with flag 3906000/3906000
1800.03/1793.71	c starts		: 252
1800.03/1793.71	c conflicts		: 3960797
1800.03/1793.71	c decisions		: 11608874
1800.03/1793.71	c propagations		: 1269021355
1800.03/1793.71	c inspects		: 8354474634
1800.03/1793.71	c shortcuts		: 0
1800.03/1793.71	c learnt literals	: 39
1800.03/1793.71	c learnt binary clauses	: 85145
1800.03/1793.71	c learnt ternary clauses	: 124433
1800.03/1793.71	c learnt constraints	: 3960758
1800.03/1793.71	c ignored constraints	: 0
1800.03/1793.71	c root simplifications	: 291
1800.03/1793.71	c removed literals (reason simplification)	: 194316248
1800.03/1793.71	c reason swapping (by a shorter reason)	: 0
1800.03/1793.71	c Calls to reduceDB	: 84
1800.03/1793.71	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.71	c number of learned constraints concerned by reduction	: 0
1800.03/1793.71	c number of learning phase by resolution	: 0
1800.03/1793.71	c number of learning phase by cutting planes	: 0
1800.03/1793.71	c speed (assignments/second)	: 707638.3889313614
1800.03/1793.71	c non guided choices	4734
1800.03/1793.76	c learnt constraints type 
1800.03/1793.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 85118
1800.03/1793.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74404
1800.03/1793.76	c constraints type 
1800.03/1793.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4997
1800.03/1793.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
1800.03/1793.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/1793.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
1800.03/1793.76	c 6232 constraints processed.
1800.03/1793.76	s UNKNOWN
1800.03/1793.76	c Total wall clock time (in seconds): 1793.637

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.05 2.01 3/194 23541
/proc/meminfo: memFree=30916576/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23541/stat : 23541 (java) D 23539 23541 20249 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 287419895 9515008 182 33554432000 1073741824 1073778376 140733840178000 140733840169032 248790204085 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/23541/statm: 2323 182 140 9 0 71 0

[startup+0.0420551 s]
/proc/loadavg: 2.12 2.05 2.01 3/194 23541
/proc/meminfo: memFree=30916576/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 2987 0 1 0 2 0 0 0 20 0 13 0 287419895 9446973440 3685 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2306390 3685 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100322 s]
/proc/loadavg: 2.12 2.05 2.01 3/194 23541
/proc/meminfo: memFree=30916576/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 4230 0 1 0 8 1 0 0 20 0 18 0 287419895 9787842560 5438 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2389610 5440 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300304 s]
/proc/loadavg: 2.12 2.05 2.01 3/194 23541
/proc/meminfo: memFree=30916576/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 7156 0 1 0 52 2 0 0 20 0 18 0 287419895 9787842560 9854 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2389610 9854 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700319 s]
/proc/loadavg: 2.12 2.05 2.01 3/194 23541
/proc/meminfo: memFree=30916576/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 8774 0 1 0 133 2 0 0 20 0 19 0 287419895 9856004096 16347 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2406251 16347 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 2.11 2.05 2.01 3/213 23560
/proc/meminfo: memFree=30857832/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9625004 CPUtime=2.18 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 8780 0 1 0 216 2 0 0 20 0 19 0 287419895 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2406251 16863 2258 9 0 2396937 0
[pid=23541/tid=23543] ppid=23539 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/23541/task/23543/stat : 23543 (java) R 23539 23541 20249 0 -1 4202560 2527 0 1 0 146 0 0 0 20 0 19 0 287419896 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021656781432 140021521349393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23544] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23544/stat : 23544 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021645842856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23545] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23545/stat : 23545 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021644790312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23546] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23546/stat : 23546 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021643737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23547] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23547/stat : 23547 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021642684712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23548] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23548/stat : 23548 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021641632680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23549] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23549/stat : 23549 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021640580136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23550] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23550/stat : 23550 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021639527080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23551] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23551/stat : 23551 (java) S 23539 23541 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021493087016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23552] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23552/stat : 23552 (java) S 23539 23541 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021480888680 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23553] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23553/stat : 23553 (java) S 23539 23541 20249 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021479835000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23554] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23554/stat : 23554 (java) S 23539 23541 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021478781832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23555] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23555/stat : 23555 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021477730576 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23556] ppid=23539 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/23541/task/23556/stat : 23556 (java) S 23539 23541 20249 0 -1 4202560 2699 0 0 0 36 0 0 0 20 0 19 0 287419902 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021476678456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23557] ppid=23539 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/23541/task/23557/stat : 23557 (java) S 23539 23541 20249 0 -1 4202560 2359 0 0 0 32 0 0 0 20 0 19 0 287419902 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021475625912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23558] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23558/stat : 23558 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021474573048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23559] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23559/stat : 23559 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021473520712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23560] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23560/stat : 23560 (java) S 23539 23541 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287419935 9856004096 16863 33554432000 1073741824 1073778376 140735874221504 140021472465960 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.11 2.05 2.01 3/213 23560
/proc/meminfo: memFree=30830604/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9625004 CPUtime=4.28 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 15289 0 1 0 424 4 0 0 20 0 19 0 287419895 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2406251 24196 2283 9 0 2396937 0
[pid=23541/tid=23543] ppid=23539 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/23541/task/23543/stat : 23543 (java) R 23539 23541 20249 0 -1 4202560 2531 0 1 0 301 0 0 0 20 0 19 0 287419896 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021656781064 140021521310088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23544] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23544/stat : 23544 (java) S 23539 23541 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021645842856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23545] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23545/stat : 23545 (java) S 23539 23541 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021644790312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23546] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23546/stat : 23546 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021643737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23547] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23547/stat : 23547 (java) S 23539 23541 20249 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021642684712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23548] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23548/stat : 23548 (java) S 23539 23541 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021641632680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23549] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23549/stat : 23549 (java) S 23539 23541 20249 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021640580136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23550] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23550/stat : 23550 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021639527080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23551] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23551/stat : 23551 (java) S 23539 23541 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021493087016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23552] ppid=23539 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/23541/task/23552/stat : 23552 (java) S 23539 23541 20249 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 287419899 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021480888680 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23553] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23553/stat : 23553 (java) S 23539 23541 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021479835000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23554] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23554/stat : 23554 (java) S 23539 23541 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021478781832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23555] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23555/stat : 23555 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021477730576 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23556] ppid=23539 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/23541/task/23556/stat : 23556 (java) S 23539 23541 20249 0 -1 4202560 2721 0 0 0 39 0 0 0 20 0 19 0 287419902 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021476678456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23557] ppid=23539 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/23541/task/23557/stat : 23557 (java) S 23539 23541 20249 0 -1 4202560 8786 0 0 0 74 2 0 0 20 0 19 0 287419902 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021475625912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23558] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23558/stat : 23558 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021474573048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23559] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23559/stat : 23559 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021473520712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23560] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23560/stat : 23560 (java) S 23539 23541 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287419935 9856004096 24196 33554432000 1073741824 1073778376 140735874221504 140021472465960 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.11 2.05 2.01 3/212 23560
/proc/meminfo: memFree=30830416/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9625004 CPUtime=7.56 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 15320 0 1 0 752 4 0 0 20 0 19 0 287419895 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2406251 23993 2283 9 0 2396937 0
[pid=23541/tid=23543] ppid=23539 vsize=9625004 CPUtime=6.16 cores=1,3,5,7
/proc/23541/task/23543/stat : 23543 (java) R 23539 23541 20249 0 -1 4202560 2532 0 1 0 616 0 0 0 20 0 19 0 287419896 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021656781064 140021521357248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23544] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23544/stat : 23544 (java) S 23539 23541 20249 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021645842856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23545] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23545/stat : 23545 (java) S 23539 23541 20249 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021644790312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23546] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23546/stat : 23546 (java) S 23539 23541 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021643737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23547] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23547/stat : 23547 (java) S 23539 23541 20249 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021642684712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23548] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23548/stat : 23548 (java) S 23539 23541 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021641632680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23549] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23549/stat : 23549 (java) S 23539 23541 20249 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021640580136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23550] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23550/stat : 23550 (java) S 23539 23541 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021639527080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23551] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23551/stat : 23551 (java) S 23539 23541 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287419898 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021493087016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23552] ppid=23539 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/23541/task/23552/stat : 23552 (java) S 23539 23541 20249 0 -1 4202560 44 0 0 0 5 0 0 0 20 0 19 0 287419899 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021480888680 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23553] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23553/stat : 23553 (java) S 23539 23541 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021479835000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23554] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23554/stat : 23554 (java) S 23539 23541 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021478781832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23555] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23555/stat : 23555 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021477730576 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23556] ppid=23539 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/23541/task/23556/stat : 23556 (java) S 23539 23541 20249 0 -1 4202560 2721 0 0 0 39 0 0 0 20 0 19 0 287419902 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021476678456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23557] ppid=23539 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/23541/task/23557/stat : 23557 (java) S 23539 23541 20249 0 -1 4202560 8793 0 0 0 80 2 0 0 20 0 19 0 287419902 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021475625912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23558] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23558/stat : 23558 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021474573048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23559] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23559/stat : 23559 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021473520712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23560] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23560/stat : 23560 (java) S 23539 23541 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287419935 9856004096 23993 33554432000 1073741824 1073778376 140735874221504 140021472465960 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=23541/tid=23556] ppid=23539 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23541/task/23556/stat : 23556 (java) S 23539 23541 20249 0 -1 4202560 2728 0 0 0 42 0 0 0 20 0 19 0 287419902 9856004096 98028 33554432000 1073741824 1073778376 140735874221504 140021476678456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23557] ppid=23539 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/23541/task/23557/stat : 23557 (java) S 23539 23541 20249 0 -1 4202560 8793 0 0 0 80 2 0 0 20 0 19 0 287419902 9856004096 98028 33554432000 1073741824 1073778376 140735874221504 140021475625912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23558] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23558/stat : 23558 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 98028 33554432000 1073741824 1073778376 140735874221504 140021474573048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23559] ppid=23539 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/23541/task/23559/stat : 23559 (java) S 23539 23541 20249 0 -1 4202560 99 0 0 0 28 23 0 0 20 0 19 0 287419902 9856004096 98028 33554432000 1073741824 1073778376 140735874221504 140021473520712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23560] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23560/stat : 23560 (java) S 23539 23541 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287419935 9856004096 98028 33554432000 1073741824 1073778376 140735874221504 140021472465960 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728.4
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/213 23657
/proc/meminfo: memFree=30555104/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9625004 CPUtime=1788.62 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 17082 0 1 0 178797 65 0 0 20 0 19 0 287419895 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2406251 98041 2284 9 0 2396937 0
[pid=23541/tid=23543] ppid=23539 vsize=9625004 CPUtime=1771.92 cores=1,3,5,7
/proc/23541/task/23543/stat : 23543 (java) R 23539 23541 20249 0 -1 4202560 2659 0 1 0 177163 29 0 0 20 0 19 0 287419896 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021656781104 140021521220048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23544] ppid=23539 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/23541/task/23544/stat : 23544 (java) S 23539 23541 20249 0 -1 4202560 313 0 0 0 85 5 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021645842856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23545] ppid=23539 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/23541/task/23545/stat : 23545 (java) S 23539 23541 20249 0 -1 4202560 219 0 0 0 79 2 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021644790312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23546] ppid=23539 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/23541/task/23546/stat : 23546 (java) S 23539 23541 20249 0 -1 4202560 131 0 0 0 78 3 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021643737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23547] ppid=23539 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/23541/task/23547/stat : 23547 (java) S 23539 23541 20249 0 -1 4202560 165 0 0 0 78 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021642684712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23548] ppid=23539 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/23541/task/23548/stat : 23548 (java) S 23539 23541 20249 0 -1 4202560 143 0 0 0 76 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021641632680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23549] ppid=23539 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/23541/task/23549/stat : 23549 (java) S 23539 23541 20249 0 -1 4202560 104 0 0 0 78 5 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021640580136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23550] ppid=23539 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/23541/task/23550/stat : 23550 (java) S 23539 23541 20249 0 -1 4202560 173 0 0 0 76 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021639527080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23551] ppid=23539 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/23541/task/23551/stat : 23551 (java) S 23539 23541 20249 0 -1 4202560 235 0 0 0 81 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021493087016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23552] ppid=23539 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/23541/task/23552/stat : 23552 (java) S 23539 23541 20249 0 -1 4202560 135 0 0 0 382 2 0 0 20 0 19 0 287419899 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021480888680 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23553] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23553/stat : 23553 (java) S 23539 23541 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021479835000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23554] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23554/stat : 23554 (java) S 23539 23541 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021478781832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23555] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23555/stat : 23555 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021477730576 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23556] ppid=23539 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23541/task/23556/stat : 23556 (java) S 23539 23541 20249 0 -1 4202560 2728 0 0 0 42 0 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021476678456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23557] ppid=23539 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/23541/task/23557/stat : 23557 (java) S 23539 23541 20249 0 -1 4202560 8793 0 0 0 80 2 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021475625912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23558] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23558/stat : 23558 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021474573048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23559] ppid=23539 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/23541/task/23559/stat : 23559 (java) S 23539 23541 20249 0 -1 4202560 103 0 0 0 29 25 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021473520712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23560] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23560/stat : 23560 (java) S 23539 23541 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287419935 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021472465960 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.62
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.02 2.04 2.01 3/213 23657
/proc/meminfo: memFree=30549084/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 17082 0 1 0 179938 65 0 0 20 0 19 0 287419895 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2406251 98041 2284 9 0 2396937 0
[pid=23541/tid=23543] ppid=23539 vsize=9625004 CPUtime=1783.29 cores=1,3,5,7
/proc/23541/task/23543/stat : 23543 (java) R 23539 23541 20249 0 -1 4202560 2659 0 1 0 178299 30 0 0 20 0 19 0 287419896 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021656781104 140021521338398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23544] ppid=23539 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/23541/task/23544/stat : 23544 (java) S 23539 23541 20249 0 -1 4202560 313 0 0 0 85 5 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021645842856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23545] ppid=23539 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/23541/task/23545/stat : 23545 (java) S 23539 23541 20249 0 -1 4202560 219 0 0 0 79 2 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021644790312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23546] ppid=23539 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/23541/task/23546/stat : 23546 (java) S 23539 23541 20249 0 -1 4202560 131 0 0 0 78 3 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021643737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23547] ppid=23539 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/23541/task/23547/stat : 23547 (java) S 23539 23541 20249 0 -1 4202560 165 0 0 0 78 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021642684712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23548] ppid=23539 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/23541/task/23548/stat : 23548 (java) S 23539 23541 20249 0 -1 4202560 143 0 0 0 76 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021641632680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23549] ppid=23539 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/23541/task/23549/stat : 23549 (java) S 23539 23541 20249 0 -1 4202560 104 0 0 0 78 5 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021640580136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23550] ppid=23539 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/23541/task/23550/stat : 23550 (java) S 23539 23541 20249 0 -1 4202560 173 0 0 0 76 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021639527080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23551] ppid=23539 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/23541/task/23551/stat : 23551 (java) S 23539 23541 20249 0 -1 4202560 235 0 0 0 81 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021493087016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23552] ppid=23539 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/23541/task/23552/stat : 23552 (java) S 23539 23541 20249 0 -1 4202560 135 0 0 0 382 2 0 0 20 0 19 0 287419899 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021480888680 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23553] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23553/stat : 23553 (java) S 23539 23541 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021479835000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23554] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23554/stat : 23554 (java) S 23539 23541 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021478781832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23555] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23555/stat : 23555 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021477730576 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23556] ppid=23539 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23541/task/23556/stat : 23556 (java) S 23539 23541 20249 0 -1 4202560 2728 0 0 0 42 0 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021476678456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23557] ppid=23539 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/23541/task/23557/stat : 23557 (java) S 23539 23541 20249 0 -1 4202560 8793 0 0 0 80 2 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021475625912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23558] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23558/stat : 23558 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021474573048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23559] ppid=23539 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/23541/task/23559/stat : 23559 (java) S 23539 23541 20249 0 -1 4202560 103 0 0 0 30 25 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021473520712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23560] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23560/stat : 23560 (java) S 23539 23541 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287419935 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021472465960 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+1793.7 s]
/proc/loadavg: 2.02 2.04 2.01 3/213 23657
/proc/meminfo: memFree=30549084/32873844 swapFree=6080/6080
[pid=23541] ppid=23539 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/23541/stat : 23541 (java) S 23539 23541 20249 0 -1 4202496 17082 0 1 0 179938 65 0 0 20 0 19 0 287419895 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140735874212640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23541/statm: 2406251 98041 2284 9 0 2396937 0
[pid=23541/tid=23543] ppid=23539 vsize=9625004 CPUtime=1783.29 cores=1,3,5,7
/proc/23541/task/23543/stat : 23543 (java) R 23539 23541 20249 0 -1 4202560 2659 0 1 0 178299 30 0 0 20 0 19 0 287419896 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021656781104 140021521338398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23544] ppid=23539 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/23541/task/23544/stat : 23544 (java) S 23539 23541 20249 0 -1 4202560 313 0 0 0 85 5 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021645842856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23545] ppid=23539 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/23541/task/23545/stat : 23545 (java) S 23539 23541 20249 0 -1 4202560 219 0 0 0 79 2 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021644790312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23546] ppid=23539 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/23541/task/23546/stat : 23546 (java) S 23539 23541 20249 0 -1 4202560 131 0 0 0 78 3 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021643737256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23547] ppid=23539 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/23541/task/23547/stat : 23547 (java) S 23539 23541 20249 0 -1 4202560 165 0 0 0 78 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021642684712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23548] ppid=23539 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/23541/task/23548/stat : 23548 (java) S 23539 23541 20249 0 -1 4202560 143 0 0 0 76 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021641632680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23549] ppid=23539 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/23541/task/23549/stat : 23549 (java) S 23539 23541 20249 0 -1 4202560 104 0 0 0 78 5 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021640580136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23541/tid=23550] ppid=23539 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/23541/task/23550/stat : 23550 (java) S 23539 23541 20249 0 -1 4202560 173 0 0 0 76 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021639527080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23551] ppid=23539 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/23541/task/23551/stat : 23551 (java) S 23539 23541 20249 0 -1 4202560 235 0 0 0 81 4 0 0 20 0 19 0 287419898 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021493087016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23541/tid=23552] ppid=23539 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/23541/task/23552/stat : 23552 (java) S 23539 23541 20249 0 -1 4202560 135 0 0 0 382 2 0 0 20 0 19 0 287419899 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021480888680 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23553] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23553/stat : 23553 (java) S 23539 23541 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021479835000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23554] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23554/stat : 23554 (java) S 23539 23541 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287419899 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021478781832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23555] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23555/stat : 23555 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021477730576 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23556] ppid=23539 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23541/task/23556/stat : 23556 (java) S 23539 23541 20249 0 -1 4202560 2728 0 0 0 42 0 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021476678456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23557] ppid=23539 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/23541/task/23557/stat : 23557 (java) S 23539 23541 20249 0 -1 4202560 8793 0 0 0 80 2 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021475625912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23558] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23558/stat : 23558 (java) S 23539 23541 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021474573048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23541/tid=23559] ppid=23539 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/23541/task/23559/stat : 23559 (java) S 23539 23541 20249 0 -1 4202560 103 0 0 0 30 25 0 0 20 0 19 0 287419902 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021473520712 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23541/tid=23560] ppid=23539 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23541/task/23560/stat : 23560 (java) S 23539 23541 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287419935 9856004096 98041 33554432000 1073741824 1073778376 140735874221504 140021472465960 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1793.77
CPU time (s): 1800.03
CPU user time (s): 1799.38
CPU system time (s): 0.65
CPU usage (%): 100.349
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 1.04384
maximum resident set size= 392304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17119
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= 40151
involuntary context switches= 20111

runsolver used 9.40257 second user time and 12.5611 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 15:49:13
IDJOB=3710052
IDBENCH=90128
IDSOLVER=2289
FILE ID=node139/3710052-1338212953
RUNJOBID= node139-1338207428-23071
PBS_JOBID= 14624580
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= 30c9df0e6d94fba856558f98ad1383d9
RANDOM SEED=1421782887

node139.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		: 2666.750
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	: 5333.50
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		: 2666.750
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		: 2666.750
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.90
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		: 2666.750
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.91
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		: 2666.750
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.92
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		: 2666.750
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		: 2666.750
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		: 2666.750
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:       32873844 kB
MemFree:        30917104 kB
Buffers:          433392 kB
Cached:           508992 kB
SwapCached:          828 kB
Active:           835736 kB
Inactive:         263080 kB
Active(anon):     150156 kB
Inactive(anon):     7968 kB
Active(file):     685580 kB
Inactive(file):   255112 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              1280 kB
Writeback:             0 kB
AnonPages:        165028 kB
Mapped:            20096 kB
Shmem:                 8 kB
Slab:             717452 kB
SReclaimable:     159700 kB
SUnreclaim:       557752 kB
KernelStack:        1608 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node139 at 2012-05-28 16:19:09