Trace number 3710024

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.64 1795.57

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
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 variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 177
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.11	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710024-1338215925.opb
0.08/0.12	c reading problem ... 
0.92/0.58	c ... done. Wall clock time 0.459s.
0.92/0.58	c declared #vars     20944
0.92/0.58	c #constraints  21298
0.92/0.58	c constraints type 
0.92/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
0.92/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
0.92/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.92/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
0.92/0.58	c 21298 constraints processed.
4.72/3.85	c cleaning 2428 clauses out of 4995 with flag 5000/5000
8.13/7.17	c cleaning 4105 clauses out of 8556 with flag 11001/11001
11.95/10.96	c cleaning 5626 clauses out of 11445 with flag 18000/18000
16.87/15.81	c cleaning 6796 clauses out of 13818 with flag 26000/26000
21.92/20.85	c cleaning 7301 clauses out of 16022 with flag 35005/35005
26.73/25.66	c cleaning 8158 clauses out of 18716 with flag 45000/45000
33.06/31.99	c cleaning 8622 clauses out of 21558 with flag 56002/56002
39.46/38.33	c cleaning 9782 clauses out of 24932 with flag 68000/68000
46.34/45.12	c cleaning 10530 clauses out of 28150 with flag 81000/81000
54.65/53.42	c cleaning 11306 clauses out of 31620 with flag 95001/95001
62.47/61.24	c cleaning 12311 clauses out of 35311 with flag 110000/110000
71.50/70.29	c cleaning 13081 clauses out of 39000 with flag 126000/126000
79.86/78.59	c cleaning 14471 clauses out of 42918 with flag 143001/143001
89.29/87.98	c cleaning 14863 clauses out of 46441 with flag 161000/161000
99.71/98.31	c cleaning 16051 clauses out of 50578 with flag 180000/180000
111.02/109.61	c cleaning 16590 clauses out of 54527 with flag 200000/200000
123.65/122.29	c cleaning 17357 clauses out of 58937 with flag 221002/221002
135.41/133.94	c cleaning 18179 clauses out of 63576 with flag 243000/243000
147.32/145.85	c cleaning 20117 clauses out of 68396 with flag 266000/266000
161.54/160.02	c cleaning 21683 clauses out of 72279 with flag 290000/290000
175.09/173.58	c cleaning 21221 clauses out of 75594 with flag 315000/315000
190.63/189.07	c cleaning 22494 clauses out of 80371 with flag 341000/341000
205.38/203.70	c cleaning 22834 clauses out of 84878 with flag 368001/368001
220.23/218.50	c cleaning 24903 clauses out of 90043 with flag 396000/396000
236.15/234.46	c cleaning 26988 clauses out of 94140 with flag 425000/425000
252.91/251.18	c cleaning 25680 clauses out of 97152 with flag 455000/455000
271.93/270.17	c cleaning 26547 clauses out of 102471 with flag 486000/486000
289.08/287.26	c cleaning 28067 clauses out of 107924 with flag 518000/518000
305.82/303.98	c cleaning 29548 clauses out of 112857 with flag 551000/551000
325.77/323.84	c cleaning 30432 clauses out of 117309 with flag 585000/585000
347.61/345.65	c cleaning 32096 clauses out of 121878 with flag 620001/620001
373.42/371.36	c cleaning 31953 clauses out of 125781 with flag 656000/656000
396.21/394.00	c cleaning 32832 clauses out of 130826 with flag 693000/693000
418.23/416.09	c cleaning 33715 clauses out of 135994 with flag 731000/731000
440.68/438.47	c cleaning 34338 clauses out of 141277 with flag 770000/770000
465.91/463.60	c cleaning 36000 clauses out of 146939 with flag 810000/810000
490.36/488.02	c cleaning 37378 clauses out of 151944 with flag 851005/851005
518.32/515.90	c cleaning 38900 clauses out of 156559 with flag 893000/893000
541.87/539.40	c cleaning 38347 clauses out of 160657 with flag 936000/936000
567.49/565.05	c cleaning 39115 clauses out of 166310 with flag 980000/980000
593.43/590.99	c cleaning 40810 clauses out of 172195 with flag 1025000/1025000
623.99/621.44	c cleaning 41261 clauses out of 177385 with flag 1071000/1071000
651.72/649.11	c cleaning 42377 clauses out of 183122 with flag 1118000/1118000
683.36/680.79	c cleaning 43055 clauses out of 188745 with flag 1166000/1166000
714.59/711.92	c cleaning 43994 clauses out of 194691 with flag 1215001/1215001
745.61/742.99	c cleaning 46044 clauses out of 200696 with flag 1265000/1265000
776.17/773.45	c cleaning 46118 clauses out of 205652 with flag 1316002/1316002
808.53/805.70	c cleaning 48252 clauses out of 211534 with flag 1368002/1368002
839.88/837.10	c cleaning 48431 clauses out of 216281 with flag 1421001/1421001
871.23/868.32	c cleaning 50712 clauses out of 221849 with flag 1475000/1475000
903.99/901.04	c cleaning 50450 clauses out of 226137 with flag 1530000/1530000
939.24/936.29	c cleaning 51017 clauses out of 231688 with flag 1586001/1586001
975.88/972.89	c cleaning 51528 clauses out of 237670 with flag 1643000/1643000
1012.62/1009.59	c cleaning 54121 clauses out of 244143 with flag 1701001/1701001
1047.96/1044.85	c cleaning 54393 clauses out of 249021 with flag 1760000/1760000
1083.51/1080.39	c cleaning 55035 clauses out of 254628 with flag 1820000/1820000
1122.00/1118.73	c cleaning 56109 clauses out of 260592 with flag 1881000/1881000
1174.64/1171.31	c cleaning 59267 clauses out of 266484 with flag 1943001/1943001
1215.96/1212.58	c cleaning 59046 clauses out of 270217 with flag 2006001/2006001
1255.75/1252.24	c cleaning 60566 clauses out of 275170 with flag 2070000/2070000
1298.92/1295.35	c cleaning 60881 clauses out of 279606 with flag 2135002/2135002
1348.00/1344.33	c cleaning 62207 clauses out of 284724 with flag 2201001/2201001
1391.20/1387.44	c cleaning 61905 clauses out of 289517 with flag 2268001/2268001
1438.56/1434.74	c cleaning 64222 clauses out of 295611 with flag 2336000/2336000
1482.03/1478.10	c cleaning 63869 clauses out of 300389 with flag 2405000/2405000
1541.10/1537.14	c cleaning 66338 clauses out of 306520 with flag 2475000/2475000
1595.71/1591.63	c cleaning 67219 clauses out of 311187 with flag 2546005/2546005
1640.60/1636.42	c cleaning 67365 clauses out of 315963 with flag 2618000/2618000
1688.95/1684.79	c cleaning 68391 clauses out of 321598 with flag 2691000/2691000
1737.44/1733.16	c cleaning 69230 clauses out of 327207 with flag 2765000/2765000
1789.25/1784.88	c cleaning 70794 clauses out of 332977 with flag 2840000/2840000
1800.03/1795.51	c starts		: 230
1800.03/1795.51	c conflicts		: 2855664
1800.03/1795.51	c decisions		: 20054467
1800.03/1795.51	c propagations		: 3209258493
1800.03/1795.51	c inspects		: 6391782973
1800.03/1795.51	c shortcuts		: 0
1800.03/1795.51	c learnt literals	: 37
1800.03/1795.51	c learnt binary clauses	: 225642
1800.03/1795.51	c learnt ternary clauses	: 249403
1800.03/1795.51	c learnt constraints	: 2855626
1800.03/1795.51	c ignored constraints	: 0
1800.03/1795.51	c root simplifications	: 267
1800.03/1795.51	c removed literals (reason simplification)	: 37259048
1800.03/1795.51	c reason swapping (by a shorter reason)	: 0
1800.03/1795.51	c Calls to reduceDB	: 71
1800.03/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.51	c number of learned constraints concerned by reduction	: 0
1800.03/1795.51	c number of learning phase by resolution	: 0
1800.03/1795.51	c number of learning phase by cutting planes	: 0
1800.03/1795.51	c speed (assignments/second)	: 1787975.3954511418
1800.03/1795.51	c non guided choices	5586
1800.03/1795.56	c learnt constraints type 
1800.03/1795.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 225628
1800.03/1795.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52282
1800.03/1795.56	c constraints type 
1800.03/1795.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
1800.03/1795.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
1800.03/1795.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/1795.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
1800.03/1795.56	c 21298 constraints processed.
1800.03/1795.56	s UNKNOWN
1800.03/1795.56	c Total wall clock time (in seconds): 1795.441

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-3710024-1338215925/watcher-3710024-1338215925 -o /tmp/evaluation-result-3710024-1338215925/solver-3710024-1338215925 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710024-1338215925.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.04 2.01 2.00 3/194 6009
/proc/meminfo: memFree=27575044/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6009/stat : 6009 (java) D 6007 6009 32675 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 287718009 9515008 175 33554432000 1073741824 1073778376 140737018723328 140737018706056 214537421712 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/6009/statm: 2323 175 133 9 0 71 0

[startup+0.098683 s]
/proc/loadavg: 2.04 2.01 2.00 3/194 6009
/proc/meminfo: memFree=27575044/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 4270 0 1 0 8 0 0 0 20 0 18 0 287718009 9787842560 5477 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2389610 5478 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.100193 s]
/proc/loadavg: 2.04 2.01 2.00 3/194 6009
/proc/meminfo: memFree=27575044/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 4278 0 1 0 8 0 0 0 20 0 18 0 287718009 9787842560 5996 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2389610 5996 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300167 s]
/proc/loadavg: 2.04 2.01 2.00 3/194 6009
/proc/meminfo: memFree=27575044/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 7132 0 1 0 53 2 0 0 20 0 18 0 287718009 9787842560 11247 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2389610 11247 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700184 s]
/proc/loadavg: 2.04 2.01 2.00 3/194 6009
/proc/meminfo: memFree=27575044/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 9444 0 1 0 139 4 0 0 20 0 19 0 287718009 9856004096 38754 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2406251 38754 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 2.20 2.05 2.01 3/213 6028
/proc/meminfo: memFree=27428524/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9625004 CPUtime=2.4 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 9669 0 1 0 236 4 0 0 20 0 19 0 287718009 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2406251 38759 2262 9 0 2396937 0
[pid=6009/tid=6011] ppid=6007 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/6009/task/6011/stat : 6011 (java) R 6007 6009 32675 0 -1 4202560 2568 0 1 0 142 4 0 0 20 0 19 0 287718010 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926926597288 139926763676887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6012] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6012/stat : 6012 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926888090536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6013] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6013/stat : 6013 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926887037992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6014] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6014/stat : 6014 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926885984936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6015] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6015/stat : 6015 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926884932392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6016] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6016/stat : 6016 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926883879336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6017] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6017/stat : 6017 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926882826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6018] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6018/stat : 6018 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926881773736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6019] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6019/stat : 6019 (java) S 6007 6009 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926762940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6020] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6020/stat : 6020 (java) S 6007 6009 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287718012 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926750743400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6021] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6021/stat : 6021 (java) S 6007 6009 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926749689720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6022] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6022/stat : 6022 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926748636552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6023] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6023/stat : 6023 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926747585296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6024] ppid=6007 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6009/task/6024/stat : 6024 (java) S 6007 6009 32675 0 -1 4202560 2661 0 0 0 43 0 0 0 20 0 19 0 287718015 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926007966008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6025] ppid=6007 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6009/task/6025/stat : 6025 (java) S 6007 6009 32675 0 -1 4202560 3246 0 0 0 48 0 0 0 20 0 19 0 287718015 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926006913464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6026] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6026/stat : 6026 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926005860600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6027] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6027/stat : 6027 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926004808264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6028] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6028/stat : 6028 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718070 9856004096 38759 33554432000 1073741824 1073778376 140733228281888 139926003754536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 2.20 2.05 2.01 3/213 6028
/proc/meminfo: memFree=27428260/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9625004 CPUtime=4.01 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 9673 0 1 0 397 4 0 0 20 0 19 0 287718009 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2406251 39272 2262 9 0 2396937 0
[pid=6009/tid=6011] ppid=6007 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/6009/task/6011/stat : 6011 (java) R 6007 6009 32675 0 -1 4202560 2571 0 1 0 302 4 0 0 20 0 19 0 287718010 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926926596808 139926763732676 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6012] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6012/stat : 6012 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926888090536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6013] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6013/stat : 6013 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926887037992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6014] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6014/stat : 6014 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926885984936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6015] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6015/stat : 6015 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926884932392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6016] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6016/stat : 6016 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926883879336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6017] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6017/stat : 6017 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926882826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6018] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6018/stat : 6018 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926881773736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6019] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6019/stat : 6019 (java) S 6007 6009 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926762940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6020] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6020/stat : 6020 (java) S 6007 6009 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287718012 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926750743400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6021] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6021/stat : 6021 (java) S 6007 6009 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926749689720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6022] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6022/stat : 6022 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926748636552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6023] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6023/stat : 6023 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926747585296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6024] ppid=6007 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6009/task/6024/stat : 6024 (java) S 6007 6009 32675 0 -1 4202560 2661 0 0 0 43 0 0 0 20 0 19 0 287718015 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926007966008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6025] ppid=6007 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6009/task/6025/stat : 6025 (java) S 6007 6009 32675 0 -1 4202560 3246 0 0 0 48 0 0 0 20 0 19 0 287718015 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926006913464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6026] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6026/stat : 6026 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926005860600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6027] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6027/stat : 6027 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926004808264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6028] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6028/stat : 6028 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718070 9856004096 39272 33554432000 1073741824 1073778376 140733228281888 139926003754536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 2.18 2.04 2.01 3/213 6028
/proc/meminfo: memFree=27407608/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9625004 CPUtime=7.3 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 9791 0 1 0 724 6 0 0 20 0 19 0 287718009 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2406251 43904 2287 9 0 2396937 0
[pid=6009/tid=6011] ppid=6007 vsize=9625004 CPUtime=6.23 cores=1,3,5,7
/proc/6009/task/6011/stat : 6011 (java) R 6007 6009 32675 0 -1 4202560 2576 0 1 0 619 4 0 0 20 0 19 0 287718010 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926926598888 139926763677517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6012] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6012/stat : 6012 (java) S 6007 6009 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926888090536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6013] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6013/stat : 6013 (java) S 6007 6009 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926887037992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6014] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6014/stat : 6014 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926885984936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6015] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6015/stat : 6015 (java) S 6007 6009 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926884932392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6016] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6016/stat : 6016 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926883879336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6017] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6017/stat : 6017 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926882826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6018] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6018/stat : 6018 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926881773736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6019] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6019/stat : 6019 (java) S 6007 6009 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287718011 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926762940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6020] ppid=6007 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/6009/task/6020/stat : 6020 (java) S 6007 6009 32675 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 287718012 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926750743400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6021] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6021/stat : 6021 (java) S 6007 6009 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926749689720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6022] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6022/stat : 6022 (java) S 6007 6009 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926748636552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6023] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6023/stat : 6023 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926747585296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6024] ppid=6007 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/6009/task/6024/stat : 6024 (java) S 6007 6009 32675 0 -1 4202560 2712 0 0 0 49 0 0 0 20 0 19 0 287718015 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926007966008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6025] ppid=6007 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/6009/task/6025/stat : 6025 (java) S 6007 6009 32675 0 -1 4202560 3246 0 0 0 49 0 0 0 20 0 19 0 287718015 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926006913464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6026] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6026/stat : 6026 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926005860600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6027] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6027/stat : 6027 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926004808264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6028] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6028/stat : 6028 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718070 9856004096 43904 33554432000 1073741824 1073778376 140733228281888 139926003754536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=6009/tid=6017] ppid=6007 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/6009/task/6017/stat : 6017 (java) S 6007 6009 32675 0 -1 4202560 80 0 0 0 40 2 0 0 20 0 19 0 287718011 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926882826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6018] ppid=6007 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/6009/task/6018/stat : 6018 (java) S 6007 6009 32675 0 -1 4202560 83 0 0 0 45 2 0 0 20 0 19 0 287718011 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926881773736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6019] ppid=6007 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6009/task/6019/stat : 6019 (java) S 6007 6009 32675 0 -1 4202560 197 0 0 0 52 3 0 0 20 0 19 0 287718011 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926762940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6020] ppid=6007 vsize=9625004 CPUtime=4.03 cores=1,3,5,7
/proc/6009/task/6020/stat : 6020 (java) S 6007 6009 32675 0 -1 4202560 147 0 0 0 401 2 0 0 20 0 19 0 287718012 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926750743400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6021] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6021/stat : 6021 (java) S 6007 6009 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926749689720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6022] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6022/stat : 6022 (java) S 6007 6009 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926748636552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6023] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6023/stat : 6023 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926747585296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6024] ppid=6007 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6009/task/6024/stat : 6024 (java) S 6007 6009 32675 0 -1 4202560 2712 0 0 0 50 0 0 0 20 0 19 0 287718015 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926007966008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6025] ppid=6007 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6009/task/6025/stat : 6025 (java) S 6007 6009 32675 0 -1 4202560 3503 0 0 0 66 0 0 0 20 0 19 0 287718015 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926006913464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6026] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6026/stat : 6026 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926005860600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6027] ppid=6007 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/6009/task/6027/stat : 6027 (java) S 6007 6009 32675 0 -1 4202560 99 0 0 0 22 24 0 0 20 0 19 0 287718015 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926004808264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6028] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6028/stat : 6028 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718070 9856004096 84615 33554432000 1073741824 1073778376 140733228281888 139926003754536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.64
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6125
/proc/meminfo: memFree=27203828/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9625004 CPUtime=1786.75 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 11468 0 1 0 178622 53 0 0 20 0 19 0 287718009 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2406251 84617 2288 9 0 2396937 0
[pid=6009/tid=6011] ppid=6007 vsize=9625004 CPUtime=1777.07 cores=1,3,5,7
/proc/6009/task/6011/stat : 6011 (java) R 6007 6009 32675 0 -1 4202560 2641 0 1 0 177676 31 0 0 20 0 19 0 287718010 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926926598448 139926763676463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6012] ppid=6007 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/6009/task/6012/stat : 6012 (java) S 6007 6009 32675 0 -1 4202560 144 0 0 0 52 2 0 0 20 0 19 0 287718011 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926888090536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6013] ppid=6007 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6009/task/6013/stat : 6013 (java) S 6007 6009 32675 0 -1 4202560 214 0 0 0 51 4 0 0 20 0 19 0 287718011 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926887037992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6014] ppid=6007 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/6009/task/6014/stat : 6014 (java) S 6007 6009 32675 0 -1 4202560 219 0 0 0 55 4 0 0 20 0 19 0 287718011 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926885984936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6015] ppid=6007 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6009/task/6015/stat : 6015 (java) S 6007 6009 32675 0 -1 4202560 200 0 0 0 47 3 0 0 20 0 19 0 287718011 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926884932392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6016] ppid=6007 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/6009/task/6016/stat : 6016 (java) S 6007 6009 32675 0 -1 4202560 43 0 0 0 41 2 0 0 20 0 19 0 287718011 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926883879336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6017] ppid=6007 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/6009/task/6017/stat : 6017 (java) S 6007 6009 32675 0 -1 4202560 80 0 0 0 42 2 0 0 20 0 19 0 287718011 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926882826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6018] ppid=6007 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/6009/task/6018/stat : 6018 (java) S 6007 6009 32675 0 -1 4202560 83 0 0 0 47 2 0 0 20 0 19 0 287718011 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926881773736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6019] ppid=6007 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/6009/task/6019/stat : 6019 (java) S 6007 6009 32675 0 -1 4202560 197 0 0 0 55 3 0 0 20 0 19 0 287718011 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926762940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6020] ppid=6007 vsize=9625004 CPUtime=4.12 cores=1,3,5,7
/proc/6009/task/6020/stat : 6020 (java) S 6007 6009 32675 0 -1 4202560 149 0 0 0 410 2 0 0 20 0 19 0 287718012 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926750743400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6021] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6021/stat : 6021 (java) S 6007 6009 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926749689720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6022] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6022/stat : 6022 (java) S 6007 6009 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926748636552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6023] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6023/stat : 6023 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926747585296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6024] ppid=6007 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6009/task/6024/stat : 6024 (java) S 6007 6009 32675 0 -1 4202560 2712 0 0 0 50 0 0 0 20 0 19 0 287718015 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926007966008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6025] ppid=6007 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6009/task/6025/stat : 6025 (java) S 6007 6009 32675 0 -1 4202560 3503 0 0 0 66 0 0 0 20 0 19 0 287718015 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926006913464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6026] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6026/stat : 6026 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926005860600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6027] ppid=6007 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6009/task/6027/stat : 6027 (java) S 6007 6009 32675 0 -1 4202560 103 0 0 0 23 25 0 0 20 0 19 0 287718015 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926004808264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6028] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6028/stat : 6028 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718070 9856004096 84617 33554432000 1073741824 1073778376 140733228281888 139926003754536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.75
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6125
/proc/meminfo: memFree=27203956/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 11476 0 1 0 179950 53 0 0 20 0 19 0 287718009 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2406251 84622 2288 9 0 2396937 0
[pid=6009/tid=6011] ppid=6007 vsize=9625004 CPUtime=1790.15 cores=1,3,5,7
/proc/6009/task/6011/stat : 6011 (java) R 6007 6009 32675 0 -1 4202560 2642 0 1 0 178984 31 0 0 20 0 19 0 287718010 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926926598448 139926763742437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6012] ppid=6007 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6009/task/6012/stat : 6012 (java) S 6007 6009 32675 0 -1 4202560 146 0 0 0 53 2 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926888090536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6013] ppid=6007 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/6009/task/6013/stat : 6013 (java) S 6007 6009 32675 0 -1 4202560 214 0 0 0 53 4 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926887037992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6014] ppid=6007 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/6009/task/6014/stat : 6014 (java) S 6007 6009 32675 0 -1 4202560 219 0 0 0 57 4 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926885984936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6015] ppid=6007 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/6009/task/6015/stat : 6015 (java) S 6007 6009 32675 0 -1 4202560 200 0 0 0 49 3 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926884932392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6016] ppid=6007 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/6009/task/6016/stat : 6016 (java) S 6007 6009 32675 0 -1 4202560 43 0 0 0 42 2 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926883879336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6017] ppid=6007 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/6009/task/6017/stat : 6017 (java) S 6007 6009 32675 0 -1 4202560 83 0 0 0 43 2 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926882826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6018] ppid=6007 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6009/task/6018/stat : 6018 (java) S 6007 6009 32675 0 -1 4202560 83 0 0 0 48 2 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926881773736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6019] ppid=6007 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/6009/task/6019/stat : 6019 (java) S 6007 6009 32675 0 -1 4202560 197 0 0 0 56 3 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926762940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6020] ppid=6007 vsize=9625004 CPUtime=4.22 cores=1,3,5,7
/proc/6009/task/6020/stat : 6020 (java) S 6007 6009 32675 0 -1 4202560 151 0 0 0 420 2 0 0 20 0 19 0 287718012 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926750743400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6021] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6021/stat : 6021 (java) S 6007 6009 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926749689720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6022] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6022/stat : 6022 (java) S 6007 6009 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926748636552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6023] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6023/stat : 6023 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926747585296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6024] ppid=6007 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6009/task/6024/stat : 6024 (java) S 6007 6009 32675 0 -1 4202560 2712 0 0 0 50 0 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926007966008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6025] ppid=6007 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6009/task/6025/stat : 6025 (java) S 6007 6009 32675 0 -1 4202560 3503 0 0 0 66 0 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926006913464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6026] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6026/stat : 6026 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926005860600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6027] ppid=6007 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6009/task/6027/stat : 6027 (java) S 6007 6009 32675 0 -1 4202560 103 0 0 0 23 25 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926004808264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6028] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6028/stat : 6028 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718070 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926003754536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 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+1795.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6125
/proc/meminfo: memFree=27203956/32873648 swapFree=7104/7104
[pid=6009] ppid=6007 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/6009/stat : 6009 (java) S 6007 6009 32675 0 -1 4202496 11476 0 1 0 179950 53 0 0 20 0 19 0 287718009 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 140733228273024 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6009/statm: 2406251 84622 2288 9 0 2396937 0
[pid=6009/tid=6011] ppid=6007 vsize=9625004 CPUtime=1790.15 cores=1,3,5,7
/proc/6009/task/6011/stat : 6011 (java) R 6007 6009 32675 0 -1 4202560 2642 0 1 0 178984 31 0 0 20 0 19 0 287718010 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926926598448 139926763742437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6012] ppid=6007 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6009/task/6012/stat : 6012 (java) S 6007 6009 32675 0 -1 4202560 146 0 0 0 53 2 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926888090536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6013] ppid=6007 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/6009/task/6013/stat : 6013 (java) S 6007 6009 32675 0 -1 4202560 214 0 0 0 53 4 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926887037992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6014] ppid=6007 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/6009/task/6014/stat : 6014 (java) S 6007 6009 32675 0 -1 4202560 219 0 0 0 57 4 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926885984936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6015] ppid=6007 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/6009/task/6015/stat : 6015 (java) S 6007 6009 32675 0 -1 4202560 200 0 0 0 49 3 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926884932392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6009/tid=6016] ppid=6007 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/6009/task/6016/stat : 6016 (java) S 6007 6009 32675 0 -1 4202560 43 0 0 0 42 2 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926883879336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6017] ppid=6007 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/6009/task/6017/stat : 6017 (java) S 6007 6009 32675 0 -1 4202560 83 0 0 0 43 2 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926882826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6018] ppid=6007 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6009/task/6018/stat : 6018 (java) S 6007 6009 32675 0 -1 4202560 83 0 0 0 48 2 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926881773736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6019] ppid=6007 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/6009/task/6019/stat : 6019 (java) S 6007 6009 32675 0 -1 4202560 197 0 0 0 56 3 0 0 20 0 19 0 287718011 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926762940712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6009/tid=6020] ppid=6007 vsize=9625004 CPUtime=4.22 cores=1,3,5,7
/proc/6009/task/6020/stat : 6020 (java) S 6007 6009 32675 0 -1 4202560 151 0 0 0 420 2 0 0 20 0 19 0 287718012 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926750743400 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6021] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6021/stat : 6021 (java) S 6007 6009 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926749689720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6022] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6022/stat : 6022 (java) S 6007 6009 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287718013 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926748636552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6023] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6023/stat : 6023 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926747585296 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6024] ppid=6007 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/6009/task/6024/stat : 6024 (java) S 6007 6009 32675 0 -1 4202560 2712 0 0 0 50 0 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926007966008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6025] ppid=6007 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/6009/task/6025/stat : 6025 (java) S 6007 6009 32675 0 -1 4202560 3503 0 0 0 66 0 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926006913464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6009/tid=6026] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6026/stat : 6026 (java) S 6007 6009 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926005860600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6027] ppid=6007 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/6009/task/6027/stat : 6027 (java) S 6007 6009 32675 0 -1 4202560 103 0 0 0 23 25 0 0 20 0 19 0 287718015 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926004808264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6009/tid=6028] ppid=6007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6009/task/6028/stat : 6028 (java) S 6007 6009 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287718070 9856004096 84622 33554432000 1073741824 1073778376 140733228281888 139926003754536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.57
CPU time (s): 1800.64
CPU user time (s): 1799.69
CPU system time (s): 0.951855
CPU usage (%): 100.283
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.951855
maximum resident set size= 338612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11509
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39933
involuntary context switches= 9252

runsolver used 5.9021 second user time and 14.4718 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 16:38:46
IDJOB=3710024
IDBENCH=90147
IDSOLVER=2289
FILE ID=node127/3710024-1338215925
RUNJOBID= node127-1338206934-5255
PBS_JOBID= 14624582
Free space on /tmp= 71168 MiB

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

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=645987174

node127.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.348
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	: 5332.69
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.348
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.348
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.94
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.348
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.348
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		: 2666.348
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.348
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.348
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:       32873648 kB
MemFree:        27575052 kB
Buffers:          496120 kB
Cached:          3630124 kB
SwapCached:            0 kB
Active:          1543088 kB
Inactive:        2869836 kB
Active(anon):     288496 kB
Inactive(anon):        0 kB
Active(file):    1254592 kB
Inactive(file):  2869836 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2396 kB
Writeback:             0 kB
AnonPages:        293168 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             745692 kB
SReclaimable:     189828 kB
SUnreclaim:       555864 kB
KernelStack:        1600 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     832344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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= 71164 MiB
End job on node127 at 2012-05-28 17:08:43