Trace number 3710005

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 1794.18

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K128.opb
MD5SUM17c4ca9a6493665b57c1ccd2ab23e03d
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 variables15232
Total number of constraints15490
Number of constraints which are clauses15362
Number of constraints which are cardinality constraints (but not clauses)128
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint128
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 129
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.10	c version 2.3.2.v20120418
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710005-1338215246.opb
0.07/0.14	c reading problem ... 
0.92/0.52	c ... done. Wall clock time 0.385s.
0.92/0.52	c declared #vars     15232
0.92/0.52	c #constraints  15490
0.92/0.52	c constraints type 
0.92/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13709
0.92/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
0.92/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.92/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1651
0.92/0.52	c 15490 constraints processed.
3.41/2.57	c cleaning 2468 clauses out of 4993 with flag 5000/5000
5.46/4.49	c cleaning 4191 clauses out of 8516 with flag 11000/11000
7.66/6.63	c cleaning 5551 clauses out of 11325 with flag 18000/18000
10.17/9.17	c cleaning 6777 clauses out of 13771 with flag 26001/26001
13.32/12.20	c cleaning 7769 clauses out of 15990 with flag 35000/35000
16.54/15.46	c cleaning 8914 clauses out of 18219 with flag 45001/45001
20.16/19.07	c cleaning 9954 clauses out of 20302 with flag 56000/56000
24.28/23.12	c cleaning 10690 clauses out of 22347 with flag 68001/68001
28.98/27.81	c cleaning 11016 clauses out of 24654 with flag 81000/81000
34.11/32.98	c cleaning 12030 clauses out of 27638 with flag 95000/95000
39.23/38.09	c cleaning 13127 clauses out of 30608 with flag 110000/110000
44.34/43.14	c cleaning 14184 clauses out of 33481 with flag 126000/126000
50.47/49.29	c cleaning 14533 clauses out of 36296 with flag 143000/143000
56.98/55.79	c cleaning 15999 clauses out of 39763 with flag 161000/161000
63.62/62.30	c cleaning 16812 clauses out of 42764 with flag 180000/180000
70.68/69.34	c cleaning 17722 clauses out of 45958 with flag 200006/200006
77.91/76.51	c cleaning 18615 clauses out of 49227 with flag 221000/221000
85.90/84.47	c cleaning 19395 clauses out of 52613 with flag 243001/243001
95.13/93.60	c cleaning 20894 clauses out of 56217 with flag 266000/266000
104.16/102.63	c cleaning 21596 clauses out of 59323 with flag 290003/290003
113.33/111.71	c cleaning 22532 clauses out of 62724 with flag 315000/315000
124.16/122.52	c cleaning 23226 clauses out of 66192 with flag 341000/341000
134.68/133.02	c cleaning 24526 clauses out of 69967 with flag 368001/368001
146.20/144.59	c cleaning 25919 clauses out of 73441 with flag 396001/396001
158.33/156.61	c cleaning 26827 clauses out of 76522 with flag 425001/425001
170.77/169.02	c cleaning 27788 clauses out of 79694 with flag 455000/455000
183.00/181.27	c cleaning 28415 clauses out of 82907 with flag 486001/486001
194.45/192.68	c cleaning 28988 clauses out of 86492 with flag 518001/518001
209.16/207.34	c cleaning 30121 clauses out of 90502 with flag 551000/551000
221.48/219.67	c cleaning 30909 clauses out of 94381 with flag 585000/585000
235.52/233.61	c cleaning 32310 clauses out of 98472 with flag 620000/620000
250.51/248.58	c cleaning 32941 clauses out of 102162 with flag 656000/656000
266.83/264.85	c cleaning 33993 clauses out of 106225 with flag 693004/693004
288.37/286.36	c cleaning 35196 clauses out of 110229 with flag 731001/731001
303.66/301.52	c cleaning 35934 clauses out of 114030 with flag 770000/770000
327.48/325.30	c cleaning 37890 clauses out of 118097 with flag 810001/810001
351.88/349.63	c cleaning 38004 clauses out of 121203 with flag 851000/851000
391.91/389.67	c cleaning 38829 clauses out of 125199 with flag 893000/893000
410.44/408.04	c cleaning 39753 clauses out of 129369 with flag 936000/936000
430.16/427.70	c cleaning 40984 clauses out of 133616 with flag 980000/980000
453.19/450.71	c cleaning 42742 clauses out of 137635 with flag 1025003/1025003
476.47/473.98	c cleaning 43350 clauses out of 140888 with flag 1071000/1071000
502.85/500.28	c cleaning 44550 clauses out of 144538 with flag 1118000/1118000
527.11/524.40	c cleaning 44666 clauses out of 147986 with flag 1166000/1166000
552.78/550.08	c cleaning 45842 clauses out of 152319 with flag 1215001/1215001
581.75/578.90	c cleaning 47837 clauses out of 156474 with flag 1265000/1265000
609.93/607.07	c cleaning 48780 clauses out of 159639 with flag 1316002/1316002
647.13/644.16	c cleaning 50031 clauses out of 162857 with flag 1368000/1368000
674.42/671.32	c cleaning 50262 clauses out of 165827 with flag 1421001/1421001
707.50/704.32	c cleaning 51446 clauses out of 169566 with flag 1475002/1475002
744.19/740.91	c cleaning 52339 clauses out of 173119 with flag 1530001/1530001
778.00/774.69	c cleaning 53164 clauses out of 176779 with flag 1586000/1586000
804.37/800.91	c cleaning 53683 clauses out of 180614 with flag 1643001/1643001
836.43/832.94	c cleaning 54937 clauses out of 184930 with flag 1701000/1701000
868.90/865.37	c cleaning 55713 clauses out of 188994 with flag 1760001/1760001
914.69/911.02	c cleaning 58234 clauses out of 193280 with flag 1820000/1820000
947.66/943.90	c cleaning 58738 clauses out of 196050 with flag 1881004/1881004
991.14/987.38	c cleaning 59916 clauses out of 199308 with flag 1943000/1943000
1029.62/1025.70	c cleaning 60370 clauses out of 202392 with flag 2006000/2006000
1064.03/1059.93	c cleaning 61307 clauses out of 206022 with flag 2070000/2070000
1106.33/1102.11	c cleaning 63053 clauses out of 209718 with flag 2135003/2135003
1163.69/1159.31	c cleaning 63402 clauses out of 212660 with flag 2201000/2201000
1218.62/1214.19	c cleaning 65133 clauses out of 216258 with flag 2268000/2268000
1266.95/1262.39	c cleaning 64771 clauses out of 219127 with flag 2336002/2336002
1305.65/1300.94	c cleaning 65752 clauses out of 223352 with flag 2405001/2405001
1351.56/1346.73	c cleaning 67866 clauses out of 227599 with flag 2475002/2475002
1395.29/1390.39	c cleaning 68462 clauses out of 230731 with flag 2546000/2546000
1441.99/1436.95	c cleaning 69627 clauses out of 234267 with flag 2618000/2618000
1497.61/1492.49	c cleaning 70198 clauses out of 237640 with flag 2691000/2691000
1542.72/1537.43	c cleaning 72221 clauses out of 241443 with flag 2765001/2765001
1603.31/1597.90	c cleaning 73827 clauses out of 244221 with flag 2840000/2840000
1649.51/1644.03	c cleaning 74596 clauses out of 246395 with flag 2916001/2916001
1728.17/1722.47	c cleaning 75463 clauses out of 248799 with flag 2993001/2993001
1779.63/1773.80	c cleaning 76196 clauses out of 251335 with flag 3071000/3071000
1800.03/1794.12	c starts		: 231
1800.03/1794.12	c conflicts		: 3114082
1800.03/1794.12	c decisions		: 12953359
1800.03/1794.12	c propagations		: 2358787253
1800.03/1794.12	c inspects		: 6420050537
1800.03/1794.12	c shortcuts		: 0
1800.03/1794.12	c learnt literals	: 37
1800.03/1794.12	c learnt binary clauses	: 142556
1800.03/1794.12	c learnt ternary clauses	: 176753
1800.03/1794.12	c learnt constraints	: 3114044
1800.03/1794.12	c ignored constraints	: 0
1800.03/1794.12	c root simplifications	: 268
1800.03/1794.12	c removed literals (reason simplification)	: 85697214
1800.03/1794.12	c reason swapping (by a shorter reason)	: 0
1800.03/1794.12	c Calls to reduceDB	: 74
1800.03/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.12	c number of learned constraints concerned by reduction	: 0
1800.03/1794.12	c number of learning phase by resolution	: 0
1800.03/1794.12	c number of learning phase by cutting planes	: 0
1800.03/1794.12	c speed (assignments/second)	: 1315131.3225645302
1800.03/1794.12	c non guided choices	3126
1800.03/1794.17	c learnt constraints type 
1800.03/1794.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 142548
1800.03/1794.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75774
1800.03/1794.17	c constraints type 
1800.03/1794.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13709
1800.03/1794.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
1800.03/1794.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/1794.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1651
1800.03/1794.17	c 15490 constraints processed.
1800.03/1794.17	s UNKNOWN
1800.03/1794.17	c Total wall clock time (in seconds): 1794.034

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 12009
/proc/meminfo: memFree=30796952/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12009/stat : 12009 (java) D 12007 12009 9972 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287653091 9515008 183 33554432000 1073741824 1073778376 140733791592688 140733791583720 270118239925 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/12009/statm: 2323 183 140 9 0 71 0

[startup+0.017564 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 12009
/proc/meminfo: memFree=30796952/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 1370 0 0 0 0 0 0 0 20 0 2 0 287653091 103964672 1051 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 25382 1051 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100297 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 12009
/proc/meminfo: memFree=30796952/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 3687 0 1 0 7 0 0 0 20 0 18 0 287653091 9787842560 4894 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 2389610 4894 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300313 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 12009
/proc/meminfo: memFree=30796952/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 6947 0 1 0 48 2 0 0 20 0 18 0 287653091 9787842560 9828 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 2389610 9828 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.70031 s]
/proc/loadavg: 1.92 2.01 2.00 3/194 12009
/proc/meminfo: memFree=30796952/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 7973 0 1 0 141 3 0 0 20 0 19 0 287653091 9856004096 28605 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 2406251 28605 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625004

[startup+1.50081 s]
/proc/loadavg: 1.92 2.01 2.00 3/213 12028
/proc/meminfo: memFree=30690768/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 8068 0 1 0 238 3 0 0 20 0 19 0 287653091 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 2406251 28610 2261 9 0 2396937 0
[pid=12009/tid=12011] ppid=12007 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/12009/task/12011/stat : 12011 (java) R 12007 12009 9972 0 -1 4202560 2561 0 1 0 144 2 0 0 20 0 19 0 287653092 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317841158712 140317672313024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12012] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12012/stat : 12012 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317802650536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12013] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317801597992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317800544936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12015] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12015/stat : 12015 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317799492392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12016] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12016/stat : 12016 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317798439336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12017] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12017/stat : 12017 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317797386792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12018] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12018/stat : 12018 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317796333736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12019] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12019/stat : 12019 (java) S 12007 12009 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317795281192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12020] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12020/stat : 12020 (java) S 12007 12009 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317664705384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12021] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12021/stat : 12021 (java) S 12007 12009 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317663651704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12022] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12022/stat : 12022 (java) S 12007 12009 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317662598536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12023] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12023/stat : 12023 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317661547280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12024] ppid=12007 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/12009/task/12024/stat : 12024 (java) S 12007 12009 9972 0 -1 4202560 2283 0 0 0 49 0 0 0 20 0 19 0 287653098 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317660494136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12025] ppid=12007 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/12009/task/12025/stat : 12025 (java) S 12007 12009 9972 0 -1 4202560 2023 0 0 0 42 0 0 0 20 0 19 0 287653098 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317659441592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12026] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12026/stat : 12026 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317658388728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12027] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12027/stat : 12027 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140317657336392 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12028] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12028/stat : 12028 (java) S 12007 12009 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287653146 9856004096 28610 33554432000 1073741824 1073778376 140736569256512 140316648662568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 1.92 2.01 2.00 3/213 12028
/proc/meminfo: memFree=30690272/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9625004 CPUtime=4.11 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 8130 0 1 0 408 3 0 0 20 0 19 0 287653091 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 2406251 32750 2286 9 0 2396937 0
[pid=12009/tid=12011] ppid=12007 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/12009/task/12011/stat : 12011 (java) R 12007 12009 9972 0 -1 4202560 2566 0 1 0 299 2 0 0 20 0 19 0 287653092 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317841158648 140317672904893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12012] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12012/stat : 12012 (java) S 12007 12009 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317802650536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12013] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317801597992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317800544936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12015] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12015/stat : 12015 (java) S 12007 12009 9972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317799492392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12016] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12016/stat : 12016 (java) S 12007 12009 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317798439336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12017] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12017/stat : 12017 (java) S 12007 12009 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317797386792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12018] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12018/stat : 12018 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317796333736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12019] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12019/stat : 12019 (java) S 12007 12009 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317795281192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12020] ppid=12007 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/12009/task/12020/stat : 12020 (java) S 12007 12009 9972 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 287653095 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317664705384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12021] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12021/stat : 12021 (java) S 12007 12009 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317663651704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12022] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12022/stat : 12022 (java) S 12007 12009 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317662598536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12023] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12023/stat : 12023 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317661547280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12024] ppid=12007 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/12009/task/12024/stat : 12024 (java) S 12007 12009 9972 0 -1 4202560 2284 0 0 0 52 0 0 0 20 0 19 0 287653098 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317660494136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12025] ppid=12007 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/12009/task/12025/stat : 12025 (java) S 12007 12009 9972 0 -1 4202560 2027 0 0 0 44 0 0 0 20 0 19 0 287653098 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317659441592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12026] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12026/stat : 12026 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317658388728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12027] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12027/stat : 12027 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140317657336392 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12028] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12028/stat : 12028 (java) S 12007 12009 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287653146 9856004096 32750 33554432000 1073741824 1073778376 140736569256512 140316648662568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625004

[startup+6.30077 s]
/proc/loadavg: 1.93 2.01 2.00 3/213 12028
/proc/meminfo: memFree=30670412/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9625004 CPUtime=7.35 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 8140 0 1 0 731 4 0 0 20 0 19 0 287653091 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 2406251 33369 2286 9 0 2396937 0
[pid=12009/tid=12011] ppid=12007 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/12009/task/12011/stat : 12011 (java) R 12007 12009 9972 0 -1 4202560 2569 0 1 0 615 2 0 0 20 0 19 0 287653092 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317841158776 140317672813808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12012] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12012/stat : 12012 (java) S 12007 12009 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317802650536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12013] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317801597992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317800544936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12015] ppid=12007 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/12009/task/12015/stat : 12015 (java) S 12007 12009 9972 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 287653093 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317799492392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12016] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12016/stat : 12016 (java) S 12007 12009 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317798439336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12017] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12017/stat : 12017 (java) S 12007 12009 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317797386792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12018] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12018/stat : 12018 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317796333736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12019] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12019/stat : 12019 (java) S 12007 12009 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287653093 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317795281192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12020] ppid=12007 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/12009/task/12020/stat : 12020 (java) S 12007 12009 9972 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 287653095 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317664705384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12021] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12021/stat : 12021 (java) S 12007 12009 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317663651704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12022] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12022/stat : 12022 (java) S 12007 12009 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317662598536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12023] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12023/stat : 12023 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317661547280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12024] ppid=12007 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/12009/task/12024/stat : 12024 (java) S 12007 12009 9972 0 -1 4202560 2284 0 0 0 55 0 0 0 20 0 19 0 287653098 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317660494136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12025] ppid=12007 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/12009/task/12025/stat : 12025 (java) S 12007 12009 9972 0 -1 4202560 2027 0 0 0 46 0 0 0 20 0 19 0 287653098 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317659441592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12026] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12026/stat : 12026 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317658388728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12027] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12027/stat : 12027 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140317657336392 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12028] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12028/stat : 12028 (java) S 12007 12009 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287653146 9856004096 33369 33554432000 1073741824 1073778376 140736569256512 140316648662568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=12009/tid=12024] ppid=12007 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/12009/task/12024/stat : 12024 (java) S 12007 12009 9972 0 -1 4202560 2459 0 0 0 60 0 0 0 20 0 19 0 287653098 9856004096 95566 33554432000 1073741824 1073778376 140736569256512 140317660494136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12025] ppid=12007 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/12009/task/12025/stat : 12025 (java) S 12007 12009 9972 0 -1 4202560 3197 0 0 0 57 0 0 0 20 0 19 0 287653098 9856004096 95566 33554432000 1073741824 1073778376 140736569256512 140317659441592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12026] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12026/stat : 12026 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 95566 33554432000 1073741824 1073778376 140736569256512 140317658388728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12027] ppid=12007 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/12009/task/12027/stat : 12027 (java) S 12007 12009 9972 0 -1 4202560 99 0 0 0 34 20 0 0 20 0 19 0 287653098 9856004096 95566 33554432000 1073741824 1073778376 140736569256512 140317657336392 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12028] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12028/stat : 12028 (java) S 12007 12009 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287653146 9856004096 95566 33554432000 1073741824 1073778376 140736569256512 140316648662568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728.07
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12104
/proc/meminfo: memFree=30401108/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9625004 CPUtime=1788.21 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 11084 0 1 0 178752 69 0 0 20 0 19 0 287653091 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 2406251 98136 2287 9 0 2396937 0
[pid=12009/tid=12011] ppid=12007 vsize=9625004 CPUtime=1771.17 cores=1,3,5,7
/proc/12009/task/12011/stat : 12011 (java) R 12007 12009 9972 0 -1 4202560 2660 0 1 0 177088 29 0 0 20 0 19 0 287653092 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317841158448 140317672814048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12012] ppid=12007 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/12009/task/12012/stat : 12012 (java) S 12007 12009 9972 0 -1 4202560 107 0 0 0 80 3 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317802650536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12013] ppid=12007 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (java) S 12007 12009 9972 0 -1 4202560 288 0 0 0 66 5 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317801597992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (java) S 12007 12009 9972 0 -1 4202560 108 0 0 0 64 5 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317800544936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12015] ppid=12007 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/12009/task/12015/stat : 12015 (java) S 12007 12009 9972 0 -1 4202560 309 0 0 0 72 4 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317799492392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12016] ppid=12007 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/12009/task/12016/stat : 12016 (java) S 12007 12009 9972 0 -1 4202560 136 0 0 0 74 5 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317798439336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12017] ppid=12007 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/12009/task/12017/stat : 12017 (java) S 12007 12009 9972 0 -1 4202560 261 0 0 0 76 6 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317797386792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12018] ppid=12007 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/12009/task/12018/stat : 12018 (java) S 12007 12009 9972 0 -1 4202560 58 0 0 0 69 3 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317796333736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12019] ppid=12007 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/12009/task/12019/stat : 12019 (java) S 12007 12009 9972 0 -1 4202560 57 0 0 0 68 4 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317795281192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12020] ppid=12007 vsize=9625004 CPUtime=4.55 cores=1,3,5,7
/proc/12009/task/12020/stat : 12020 (java) S 12007 12009 9972 0 -1 4202560 154 0 0 0 453 2 0 0 20 0 19 0 287653095 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317664705384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12021] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12021/stat : 12021 (java) S 12007 12009 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317663651704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12022] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12022/stat : 12022 (java) S 12007 12009 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317662598536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12023] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12023/stat : 12023 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317661547280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12024] ppid=12007 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/12009/task/12024/stat : 12024 (java) S 12007 12009 9972 0 -1 4202560 2459 0 0 0 60 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317660494136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12025] ppid=12007 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/12009/task/12025/stat : 12025 (java) S 12007 12009 9972 0 -1 4202560 3197 0 0 0 57 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317659441592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12026] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12026/stat : 12026 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317658388728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12027] ppid=12007 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12009/task/12027/stat : 12027 (java) S 12007 12009 9972 0 -1 4202560 103 0 0 0 36 20 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317657336392 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12028] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12028/stat : 12028 (java) S 12007 12009 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287653146 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140316648662568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.21
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12104
/proc/meminfo: memFree=30401108/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 11084 0 1 0 179933 70 0 0 20 0 19 0 287653091 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 2406251 98136 2287 9 0 2396937 0
[pid=12009/tid=12011] ppid=12007 vsize=9625004 CPUtime=1782.95 cores=1,3,5,7
/proc/12009/task/12011/stat : 12011 (java) R 12007 12009 9972 0 -1 4202560 2660 0 1 0 178265 30 0 0 20 0 19 0 287653092 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317841158448 140317672785807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12012] ppid=12007 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/12009/task/12012/stat : 12012 (java) S 12007 12009 9972 0 -1 4202560 107 0 0 0 80 3 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317802650536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12013] ppid=12007 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (java) S 12007 12009 9972 0 -1 4202560 288 0 0 0 66 5 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317801597992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (java) S 12007 12009 9972 0 -1 4202560 108 0 0 0 64 5 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317800544936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12015] ppid=12007 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/12009/task/12015/stat : 12015 (java) S 12007 12009 9972 0 -1 4202560 309 0 0 0 72 4 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317799492392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12016] ppid=12007 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/12009/task/12016/stat : 12016 (java) S 12007 12009 9972 0 -1 4202560 136 0 0 0 74 5 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317798439336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12017] ppid=12007 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/12009/task/12017/stat : 12017 (java) S 12007 12009 9972 0 -1 4202560 261 0 0 0 76 6 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317797386792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12018] ppid=12007 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/12009/task/12018/stat : 12018 (java) S 12007 12009 9972 0 -1 4202560 58 0 0 0 69 3 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317796333736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12019] ppid=12007 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/12009/task/12019/stat : 12019 (java) S 12007 12009 9972 0 -1 4202560 57 0 0 0 68 4 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317795281192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12020] ppid=12007 vsize=9625004 CPUtime=4.55 cores=1,3,5,7
/proc/12009/task/12020/stat : 12020 (java) S 12007 12009 9972 0 -1 4202560 154 0 0 0 453 2 0 0 20 0 19 0 287653095 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317664705384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12021] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12021/stat : 12021 (java) S 12007 12009 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317663651704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12022] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12022/stat : 12022 (java) S 12007 12009 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317662598536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12023] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12023/stat : 12023 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317661547280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12024] ppid=12007 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/12009/task/12024/stat : 12024 (java) S 12007 12009 9972 0 -1 4202560 2459 0 0 0 60 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317660494136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12025] ppid=12007 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/12009/task/12025/stat : 12025 (java) S 12007 12009 9972 0 -1 4202560 3197 0 0 0 57 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317659441592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12026] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12026/stat : 12026 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317658388728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12027] ppid=12007 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12009/task/12027/stat : 12027 (java) S 12007 12009 9972 0 -1 4202560 103 0 0 0 36 20 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317657336392 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12028] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12028/stat : 12028 (java) S 12007 12009 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287653146 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140316648662568 270121613225 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+1794.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12104
/proc/meminfo: memFree=30401108/32873844 swapFree=6872/6872
[pid=12009] ppid=12007 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/12009/stat : 12009 (java) S 12007 12009 9972 0 -1 4202496 11084 0 1 0 179933 70 0 0 20 0 19 0 287653091 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140736569247648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12009/statm: 2406251 98136 2287 9 0 2396937 0
[pid=12009/tid=12011] ppid=12007 vsize=9625004 CPUtime=1782.95 cores=1,3,5,7
/proc/12009/task/12011/stat : 12011 (java) R 12007 12009 9972 0 -1 4202560 2660 0 1 0 178265 30 0 0 20 0 19 0 287653092 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317841158448 140317672785807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12012] ppid=12007 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/12009/task/12012/stat : 12012 (java) S 12007 12009 9972 0 -1 4202560 107 0 0 0 80 3 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317802650536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12013] ppid=12007 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/12009/task/12013/stat : 12013 (java) S 12007 12009 9972 0 -1 4202560 288 0 0 0 66 5 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317801597992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12014] ppid=12007 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12009/task/12014/stat : 12014 (java) S 12007 12009 9972 0 -1 4202560 108 0 0 0 64 5 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317800544936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12015] ppid=12007 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/12009/task/12015/stat : 12015 (java) S 12007 12009 9972 0 -1 4202560 309 0 0 0 72 4 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317799492392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12016] ppid=12007 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/12009/task/12016/stat : 12016 (java) S 12007 12009 9972 0 -1 4202560 136 0 0 0 74 5 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317798439336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12017] ppid=12007 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/12009/task/12017/stat : 12017 (java) S 12007 12009 9972 0 -1 4202560 261 0 0 0 76 6 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317797386792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12018] ppid=12007 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/12009/task/12018/stat : 12018 (java) S 12007 12009 9972 0 -1 4202560 58 0 0 0 69 3 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317796333736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12009/tid=12019] ppid=12007 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/12009/task/12019/stat : 12019 (java) S 12007 12009 9972 0 -1 4202560 57 0 0 0 68 4 0 0 20 0 19 0 287653093 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317795281192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12020] ppid=12007 vsize=9625004 CPUtime=4.55 cores=1,3,5,7
/proc/12009/task/12020/stat : 12020 (java) S 12007 12009 9972 0 -1 4202560 154 0 0 0 453 2 0 0 20 0 19 0 287653095 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317664705384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12021] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12021/stat : 12021 (java) S 12007 12009 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317663651704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12022] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12022/stat : 12022 (java) S 12007 12009 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287653095 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317662598536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12023] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12023/stat : 12023 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317661547280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12024] ppid=12007 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/12009/task/12024/stat : 12024 (java) S 12007 12009 9972 0 -1 4202560 2459 0 0 0 60 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317660494136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12025] ppid=12007 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/12009/task/12025/stat : 12025 (java) S 12007 12009 9972 0 -1 4202560 3197 0 0 0 57 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317659441592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12009/tid=12026] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12026/stat : 12026 (java) S 12007 12009 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317658388728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12009/tid=12027] ppid=12007 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12009/task/12027/stat : 12027 (java) S 12007 12009 9972 0 -1 4202560 103 0 0 0 36 20 0 0 20 0 19 0 287653098 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140317657336392 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12009/tid=12028] ppid=12007 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12009/task/12028/stat : 12028 (java) S 12007 12009 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287653146 9856004096 98136 33554432000 1073741824 1073778376 140736569256512 140316648662568 270121613225 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 12009 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=679167
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=14845
# CPU time returned by wait4() is 1795.69
# 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): 1794.18
CPU time (s): 1800.03
CPU user time (s): 1799.33
CPU system time (s): 0.7
CPU usage (%): 100.326
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.01484
maximum resident set size= 392668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11117
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39980
involuntary context switches= 26557

runsolver used 6.07907 second user time and 15.7336 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 16:27:26
IDJOB=3710005
IDBENCH=90142
IDSOLVER=2289
FILE ID=node106/3710005-1338215246
RUNJOBID= node106-1338195726-9989
PBS_JOBID= 14624610
Free space on /tmp= 71332 MiB

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

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

MD5SUM BENCH= 17c4ca9a6493665b57c1ccd2ab23e03d
RANDOM SEED=222755869

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        30797224 kB
Buffers:          308460 kB
Cached:           569956 kB
SwapCached:            0 kB
Active:          1010796 kB
Inactive:         199268 kB
Active(anon):     322532 kB
Inactive(anon):    11256 kB
Active(file):     688264 kB
Inactive(file):   188012 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1644 kB
Writeback:             4 kB
AnonPages:        345752 kB
Mapped:            18796 kB
Shmem:               200 kB
Slab:             716524 kB
SReclaimable:     158692 kB
SUnreclaim:       557832 kB
KernelStack:        1600 kB
PageTables:         4448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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= 71328 MiB
End job on node106 at 2012-05-28 16:57:22