Trace number 3710016

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.01 1793.98

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K152.opb
MD5SUM6abb89533e60aa1ed19663db7c40a868
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 variables18088
Total number of constraints18394
Number of constraints which are clauses18242
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint152
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 153
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710016-1338218839.opb
0.08/0.13	c reading problem ... 
0.89/0.58	c ... done. Wall clock time 0.45s.
0.89/0.58	c declared #vars     18088
0.89/0.58	c #constraints  18394
0.89/0.58	c constraints type 
0.89/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
0.89/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
0.89/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.89/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
0.89/0.58	c 18394 constraints processed.
4.50/3.53	c cleaning 2439 clauses out of 4983 with flag 5000/5000
7.60/6.56	c cleaning 4156 clauses out of 8501 with flag 11000/11000
10.80/9.76	c cleaning 5449 clauses out of 11329 with flag 18000/18000
14.34/13.25	c cleaning 6724 clauses out of 13868 with flag 26000/26000
18.39/17.25	c cleaning 7896 clauses out of 16131 with flag 35000/35000
22.70/21.52	c cleaning 8916 clauses out of 18229 with flag 45001/45001
27.90/26.75	c cleaning 9087 clauses out of 20303 with flag 56000/56000
33.02/31.85	c cleaning 10333 clauses out of 23216 with flag 68000/68000
39.43/38.26	c cleaning 10910 clauses out of 25876 with flag 81000/81000
45.35/44.16	c cleaning 12080 clauses out of 28963 with flag 95000/95000
52.26/51.07	c cleaning 12062 clauses out of 31873 with flag 110000/110000
59.62/58.35	c cleaning 13634 clauses out of 35810 with flag 126000/126000
67.34/66.09	c cleaning 14441 clauses out of 39173 with flag 143000/143000
76.17/74.80	c cleaning 15637 clauses out of 42726 with flag 161000/161000
85.51/84.11	c cleaning 16553 clauses out of 46091 with flag 180003/180003
94.76/93.40	c cleaning 16886 clauses out of 49520 with flag 200000/200000
104.20/102.71	c cleaning 18252 clauses out of 53632 with flag 221002/221002
113.74/112.26	c cleaning 19075 clauses out of 57377 with flag 243000/243000
125.26/123.76	c cleaning 19964 clauses out of 61300 with flag 266000/266000
136.99/135.49	c cleaning 21145 clauses out of 65332 with flag 290000/290000
149.73/148.15	c cleaning 21641 clauses out of 69187 with flag 315000/315000
162.48/160.89	c cleaning 22899 clauses out of 73544 with flag 341000/341000
181.11/179.41	c cleaning 24992 clauses out of 77645 with flag 368000/368000
195.40/193.61	c cleaning 24726 clauses out of 80651 with flag 396000/396000
209.34/207.52	c cleaning 26363 clauses out of 84925 with flag 425000/425000
222.88/221.05	c cleaning 25947 clauses out of 88562 with flag 455000/455000
236.92/235.04	c cleaning 28041 clauses out of 93615 with flag 486000/486000
252.48/250.58	c cleaning 28928 clauses out of 97574 with flag 518000/518000
269.62/267.65	c cleaning 28983 clauses out of 101646 with flag 551000/551000
287.57/285.59	c cleaning 30319 clauses out of 106656 with flag 585000/585000
305.60/303.58	c cleaning 31475 clauses out of 111337 with flag 620000/620000
325.53/323.46	c cleaning 33240 clauses out of 115862 with flag 656000/656000
346.52/344.39	c cleaning 34008 clauses out of 119618 with flag 693000/693000
370.35/368.15	c cleaning 35553 clauses out of 123610 with flag 731000/731000
393.04/390.73	c cleaning 35940 clauses out of 127057 with flag 770000/770000
412.80/410.44	c cleaning 36520 clauses out of 131117 with flag 810000/810000
434.36/431.92	c cleaning 37591 clauses out of 135594 with flag 851000/851000
460.79/458.34	c cleaning 37298 clauses out of 140003 with flag 893000/893000
483.95/481.44	c cleaning 39735 clauses out of 145705 with flag 936000/936000
510.61/508.07	c cleaning 41308 clauses out of 149963 with flag 980002/980002
546.17/543.51	c cleaning 42420 clauses out of 153655 with flag 1025002/1025002
571.85/569.16	c cleaning 41926 clauses out of 157231 with flag 1071000/1071000
597.19/594.41	c cleaning 42923 clauses out of 162304 with flag 1118000/1118000
621.74/618.94	c cleaning 43539 clauses out of 167381 with flag 1166000/1166000
649.09/646.27	c cleaning 45526 clauses out of 172837 with flag 1215000/1215000
683.95/681.00	c cleaning 46973 clauses out of 177308 with flag 1265001/1265001
717.97/714.94	c cleaning 48325 clauses out of 181336 with flag 1316002/1316002
754.64/751.50	c cleaning 48651 clauses out of 185005 with flag 1368000/1368000
788.24/785.08	c cleaning 49047 clauses out of 189355 with flag 1421001/1421001
820.85/817.58	c cleaning 50154 clauses out of 194307 with flag 1475000/1475000
853.03/849.65	c cleaning 51298 clauses out of 199153 with flag 1530000/1530000
885.33/881.87	c cleaning 52728 clauses out of 203849 with flag 1586000/1586000
919.72/916.11	c cleaning 53227 clauses out of 208121 with flag 1643000/1643000
951.29/947.65	c cleaning 54142 clauses out of 212892 with flag 1701000/1701000
991.79/988.01	c cleaning 56063 clauses out of 217746 with flag 1760000/1760000
1046.21/1042.35	c cleaning 58672 clauses out of 221684 with flag 1820001/1820001
1094.35/1090.34	c cleaning 57440 clauses out of 224011 with flag 1881000/1881000
1134.47/1130.38	c cleaning 57960 clauses out of 228568 with flag 1943000/1943000
1185.59/1181.32	c cleaning 58796 clauses out of 233609 with flag 2006001/2006001
1223.70/1219.34	c cleaning 60569 clauses out of 238813 with flag 2070001/2070001
1267.61/1263.11	c cleaning 61295 clauses out of 243241 with flag 2135000/2135000
1328.64/1324.01	c cleaning 63947 clauses out of 247946 with flag 2201000/2201000
1398.08/1393.17	c cleaning 64037 clauses out of 250999 with flag 2268000/2268000
1454.77/1449.55	c cleaning 65345 clauses out of 254964 with flag 2336002/2336002
1494.85/1489.53	c cleaning 65091 clauses out of 258617 with flag 2405000/2405000
1540.54/1535.19	c cleaning 66885 clauses out of 263526 with flag 2475002/2475002
1587.47/1581.99	c cleaning 67484 clauses out of 267636 with flag 2546000/2546000
1630.36/1624.74	c cleaning 68293 clauses out of 272154 with flag 2618004/2618004
1697.00/1691.14	c cleaning 70935 clauses out of 276857 with flag 2691000/2691000
1749.50/1743.56	c cleaning 71532 clauses out of 279922 with flag 2765000/2765000
1800.01/1793.91	c starts		: 210
1800.01/1793.91	c conflicts		: 2837960
1800.01/1793.91	c decisions		: 14431232
1800.01/1793.91	c propagations		: 2445769842
1800.01/1793.91	c inspects		: 5644321146
1800.01/1793.91	c shortcuts		: 0
1800.01/1793.91	c learnt literals	: 105
1800.01/1793.91	c learnt binary clauses	: 173850
1800.01/1793.91	c learnt ternary clauses	: 199525
1800.01/1793.91	c learnt constraints	: 2837855
1800.01/1793.91	c ignored constraints	: 0
1800.01/1793.91	c root simplifications	: 315
1800.01/1793.91	c removed literals (reason simplification)	: 53385923
1800.01/1793.91	c reason swapping (by a shorter reason)	: 0
1800.01/1793.91	c Calls to reduceDB	: 70
1800.01/1793.91	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.91	c number of learned constraints concerned by reduction	: 0
1800.01/1793.91	c number of learning phase by resolution	: 0
1800.01/1793.91	c number of learning phase by cutting planes	: 0
1800.01/1793.91	c speed (assignments/second)	: 1363833.9105729365
1800.01/1793.91	c non guided choices	4574
1800.01/1793.97	c learnt constraints type 
1800.01/1793.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 173799
1800.01/1793.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107623
1800.01/1793.97	c constraints type 
1800.01/1793.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
1800.01/1793.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
1800.01/1793.97	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.01/1793.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
1800.01/1793.97	c 18394 constraints processed.
1800.01/1793.97	s UNKNOWN
1800.01/1793.97	c Total wall clock time (in seconds): 1793.835

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-3710016-1338218839/watcher-3710016-1338218839 -o /tmp/evaluation-result-3710016-1338218839/solver-3710016-1338218839 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710016-1338218839.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.00 2.00 2.00 3/194 12300
/proc/meminfo: memFree=30780416/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12300/stat : 12300 (java) D 12298 12300 9972 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 288012405 9515008 183 33554432000 1073741824 1073778376 140735463126288 140735463117320 270118239925 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/12300/statm: 2323 183 140 9 0 71 0

[startup+0.0564461 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12300
/proc/meminfo: memFree=30780416/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 3078 0 1 0 3 0 0 0 20 0 13 0 288012405 9446973440 3774 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2306390 3774 1705 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100384 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12300
/proc/meminfo: memFree=30780416/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 3842 0 1 0 7 1 0 0 20 0 18 0 288012405 9787842560 5049 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2389610 5055 2021 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300314 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12300
/proc/meminfo: memFree=30780416/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9558440 CPUtime=0.52 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 7242 0 1 0 50 2 0 0 20 0 18 0 288012405 9787842560 10402 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2389610 10404 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700368 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12300
/proc/meminfo: memFree=30780416/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 9197 0 1 0 140 4 0 0 20 0 19 0 288012405 9856004096 33714 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2406251 33714 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625004

[startup+1.50076 s]
/proc/loadavg: 2.00 2.00 2.00 5/213 12319
/proc/meminfo: memFree=30652360/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9625004 CPUtime=2.48 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 9562 0 1 0 243 5 0 0 20 0 19 0 288012405 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2406251 34257 2261 9 0 2396937 0
[pid=12300/tid=12302] ppid=12298 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/12300/task/12302/stat : 12302 (java) R 12298 12300 9972 0 -1 4202560 2576 0 1 0 143 4 0 0 20 0 19 0 288012406 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996947853896 139996821053361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12303] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12303/stat : 12303 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996791945768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12304] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12304/stat : 12304 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996790892968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12305] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12305/stat : 12305 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996789840168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12300/tid=12306] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12306/stat : 12306 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996788787368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12307] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12307/stat : 12307 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996787735592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12308] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12308/stat : 12308 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996786682792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12309] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12309/stat : 12309 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996785629992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12310] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12310/stat : 12310 (java) S 12298 12300 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996784577192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12311] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12311/stat : 12311 (java) S 12298 12300 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288012408 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996772166120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12312] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12312/stat : 12312 (java) S 12298 12300 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996771112184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12313] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12313/stat : 12313 (java) S 12298 12300 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996770059272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12314] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12314/stat : 12314 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996769007760 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12315] ppid=12298 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/12300/task/12315/stat : 12315 (java) S 12298 12300 9972 0 -1 4202560 2201 0 0 0 45 0 0 0 20 0 19 0 288012412 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996767955896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12316] ppid=12298 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/12300/task/12316/stat : 12316 (java) S 12298 12300 9972 0 -1 4202560 3584 0 0 0 53 0 0 0 20 0 19 0 288012412 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996766903096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12317] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12317/stat : 12317 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996765850488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12318] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12318/stat : 12318 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996764797896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12319] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12319/stat : 12319 (java) S 12298 12300 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288012466 9856004096 34257 33554432000 1073741824 1073778376 140736963031552 139996763681960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625004

[startup+3.10078 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12319
/proc/meminfo: memFree=30651988/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9625004 CPUtime=4.1 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 9565 0 1 0 405 5 0 0 20 0 19 0 288012405 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2406251 34258 2261 9 0 2396937 0
[pid=12300/tid=12302] ppid=12298 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/12300/task/12302/stat : 12302 (java) R 12298 12300 9972 0 -1 4202560 2578 0 1 0 302 4 0 0 20 0 19 0 288012406 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996947853824 139996821116479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12303] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12303/stat : 12303 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996791945768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12304] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12304/stat : 12304 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996790892968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12305] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12305/stat : 12305 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996789840168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12300/tid=12306] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12306/stat : 12306 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996788787368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12307] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12307/stat : 12307 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996787735592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12308] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12308/stat : 12308 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996786682792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12309] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12309/stat : 12309 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996785629992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12310] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12310/stat : 12310 (java) S 12298 12300 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996784577192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12311] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12311/stat : 12311 (java) S 12298 12300 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 288012408 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996772166120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12312] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12312/stat : 12312 (java) S 12298 12300 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996771112184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12313] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12313/stat : 12313 (java) S 12298 12300 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996770059272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12314] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12314/stat : 12314 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996769007760 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12315] ppid=12298 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/12300/task/12315/stat : 12315 (java) R 12298 12300 9972 0 -1 4202560 2201 0 0 0 47 0 0 0 20 0 19 0 288012412 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996767955776 139996953700517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12316] ppid=12298 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/12300/task/12316/stat : 12316 (java) S 12298 12300 9972 0 -1 4202560 3584 0 0 0 53 0 0 0 20 0 19 0 288012412 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996766903096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12317] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12317/stat : 12317 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996765850488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12318] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12318/stat : 12318 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996764797896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12319] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12319/stat : 12319 (java) S 12298 12300 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288012466 9856004096 34258 33554432000 1073741824 1073778376 140736963031552 139996763681960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625004

[startup+6.30079 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12319
/proc/meminfo: memFree=30630888/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9625004 CPUtime=7.39 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 9636 0 1 0 733 6 0 0 20 0 19 0 288012405 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2406251 39427 2286 9 0 2396937 0
[pid=12300/tid=12302] ppid=12298 vsize=9625004 CPUtime=6.22 cores=1,3,5,7
/proc/12300/task/12302/stat : 12302 (java) R 12298 12300 9972 0 -1 4202560 2583 0 1 0 618 4 0 0 20 0 19 0 288012406 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996947853944 139996821096567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12303] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12303/stat : 12303 (java) S 12298 12300 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996791945768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12304] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12304/stat : 12304 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996790892968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12305] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12305/stat : 12305 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996789840168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12300/tid=12306] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12306/stat : 12306 (java) S 12298 12300 9972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996788787368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12307] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12307/stat : 12307 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996787735592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12308] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12308/stat : 12308 (java) S 12298 12300 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996786682792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12300/tid=12309] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12309/stat : 12309 (java) S 12298 12300 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996785629992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12310] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12310/stat : 12310 (java) S 12298 12300 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288012407 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996784577192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12311] ppid=12298 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/12300/task/12311/stat : 12311 (java) S 12298 12300 9972 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 288012408 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996772166120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12312] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12312/stat : 12312 (java) S 12298 12300 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996771112184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12313] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12313/stat : 12313 (java) S 12298 12300 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996770059272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12314] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12314/stat : 12314 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996769007760 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12315] ppid=12298 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/12300/task/12315/stat : 12315 (java) S 12298 12300 9972 0 -1 4202560 2212 0 0 0 52 0 0 0 20 0 19 0 288012412 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996767955896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12316] ppid=12298 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12300/task/12316/stat : 12316 (java) S 12298 12300 9972 0 -1 4202560 3584 0 0 0 56 0 0 0 20 0 19 0 288012412 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996766903096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12317] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12317/stat : 12317 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996765850488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12318] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12318/stat : 12318 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996764797896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12319] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12319/stat : 12319 (java) S 12298 12300 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288012466 9856004096 39427 33554432000 1073741824 1073778376 140736963031552 139996763681960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=12300/tid=12315] ppid=12298 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12300/task/12315/stat : 12315 (java) S 12298 12300 9972 0 -1 4202560 2300 0 0 0 69 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996767955896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12316] ppid=12298 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12300/task/12316/stat : 12316 (java) S 12298 12300 9972 0 -1 4202560 3584 0 0 0 56 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996766903096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12317] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12317/stat : 12317 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996765850488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12318] ppid=12298 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/12300/task/12318/stat : 12318 (java) S 12298 12300 9972 0 -1 4202560 99 0 0 0 40 18 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996764797896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12319] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12319/stat : 12319 (java) S 12298 12300 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288012466 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996763681960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728.27
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 12394
/proc/meminfo: memFree=30321704/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9625004 CPUtime=1788.4 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 11225 0 1 0 178770 70 0 0 20 0 19 0 288012405 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2406251 103656 2287 9 0 2396937 0
[pid=12300/tid=12302] ppid=12298 vsize=9625004 CPUtime=1771.37 cores=1,3,5,7
/proc/12300/task/12302/stat : 12302 (java) R 12298 12300 9972 0 -1 4202560 2663 0 1 0 177107 30 0 0 20 0 19 0 288012406 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996947853616 139996821096447 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12303] ppid=12298 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/12300/task/12303/stat : 12303 (java) S 12298 12300 9972 0 -1 4202560 214 0 0 0 74 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996791945768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12304] ppid=12298 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/12300/task/12304/stat : 12304 (java) S 12298 12300 9972 0 -1 4202560 106 0 0 0 59 4 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996790892968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12305] ppid=12298 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/12300/task/12305/stat : 12305 (java) S 12298 12300 9972 0 -1 4202560 227 0 0 0 74 4 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996789840168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12306] ppid=12298 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12300/task/12306/stat : 12306 (java) S 12298 12300 9972 0 -1 4202560 121 0 0 0 65 4 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996788787368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12300/tid=12307] ppid=12298 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/12300/task/12307/stat : 12307 (java) S 12298 12300 9972 0 -1 4202560 220 0 0 0 67 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996787735592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12308] ppid=12298 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/12300/task/12308/stat : 12308 (java) S 12298 12300 9972 0 -1 4202560 82 0 0 0 61 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996786682792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12309] ppid=12298 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/12300/task/12309/stat : 12309 (java) S 12298 12300 9972 0 -1 4202560 82 0 0 0 60 3 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996785629992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12310] ppid=12298 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/12300/task/12310/stat : 12310 (java) S 12298 12300 9972 0 -1 4202560 184 0 0 0 72 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996784577192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12311] ppid=12298 vsize=9625004 CPUtime=4.71 cores=1,3,5,7
/proc/12300/task/12311/stat : 12311 (java) S 12298 12300 9972 0 -1 4202560 152 0 0 0 470 1 0 0 20 0 19 0 288012408 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996772166120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12312] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12312/stat : 12312 (java) S 12298 12300 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996771112184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12313] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12313/stat : 12313 (java) S 12298 12300 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996770059272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12314] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12314/stat : 12314 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996769007760 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12315] ppid=12298 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12300/task/12315/stat : 12315 (java) S 12298 12300 9972 0 -1 4202560 2300 0 0 0 69 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996767955896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12316] ppid=12298 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12300/task/12316/stat : 12316 (java) S 12298 12300 9972 0 -1 4202560 3584 0 0 0 56 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996766903096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12317] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12317/stat : 12317 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996765850488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12318] ppid=12298 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/12300/task/12318/stat : 12318 (java) S 12298 12300 9972 0 -1 4202560 103 0 0 0 41 19 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996764797896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12319] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12319/stat : 12319 (java) S 12298 12300 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288012466 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996763681960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 12394
/proc/meminfo: memFree=30321704/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 11225 0 1 0 179931 70 0 0 20 0 19 0 288012405 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2406251 103656 2287 9 0 2396937 0
[pid=12300/tid=12302] ppid=12298 vsize=9625004 CPUtime=1782.95 cores=1,3,5,7
/proc/12300/task/12302/stat : 12302 (java) R 12298 12300 9972 0 -1 4202560 2663 0 1 0 178264 31 0 0 20 0 19 0 288012406 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996947853616 139996821056660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12303] ppid=12298 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/12300/task/12303/stat : 12303 (java) S 12298 12300 9972 0 -1 4202560 214 0 0 0 74 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996791945768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12304] ppid=12298 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/12300/task/12304/stat : 12304 (java) S 12298 12300 9972 0 -1 4202560 106 0 0 0 59 4 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996790892968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12305] ppid=12298 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/12300/task/12305/stat : 12305 (java) S 12298 12300 9972 0 -1 4202560 227 0 0 0 74 4 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996789840168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12306] ppid=12298 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12300/task/12306/stat : 12306 (java) S 12298 12300 9972 0 -1 4202560 121 0 0 0 65 4 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996788787368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12300/tid=12307] ppid=12298 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/12300/task/12307/stat : 12307 (java) S 12298 12300 9972 0 -1 4202560 220 0 0 0 67 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996787735592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12308] ppid=12298 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/12300/task/12308/stat : 12308 (java) S 12298 12300 9972 0 -1 4202560 82 0 0 0 61 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996786682792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12309] ppid=12298 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/12300/task/12309/stat : 12309 (java) S 12298 12300 9972 0 -1 4202560 82 0 0 0 60 3 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996785629992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12310] ppid=12298 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/12300/task/12310/stat : 12310 (java) S 12298 12300 9972 0 -1 4202560 184 0 0 0 72 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996784577192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12311] ppid=12298 vsize=9625004 CPUtime=4.71 cores=1,3,5,7
/proc/12300/task/12311/stat : 12311 (java) S 12298 12300 9972 0 -1 4202560 152 0 0 0 470 1 0 0 20 0 19 0 288012408 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996772166120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12312] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12312/stat : 12312 (java) S 12298 12300 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996771112184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12313] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12313/stat : 12313 (java) S 12298 12300 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996770059272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12314] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12314/stat : 12314 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996769007760 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12315] ppid=12298 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12300/task/12315/stat : 12315 (java) S 12298 12300 9972 0 -1 4202560 2300 0 0 0 69 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996767955896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12316] ppid=12298 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12300/task/12316/stat : 12316 (java) S 12298 12300 9972 0 -1 4202560 3584 0 0 0 56 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996766903096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12317] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12317/stat : 12317 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996765850488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12318] ppid=12298 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/12300/task/12318/stat : 12318 (java) S 12298 12300 9972 0 -1 4202560 103 0 0 0 42 19 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996764797896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12319] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12319/stat : 12319 (java) S 12298 12300 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288012466 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996763681960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1793.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 12394
/proc/meminfo: memFree=30321704/32873844 swapFree=6872/6872
[pid=12300] ppid=12298 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/12300/stat : 12300 (java) S 12298 12300 9972 0 -1 4202496 11225 0 1 0 179931 70 0 0 20 0 19 0 288012405 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 140736963022688 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12300/statm: 2406251 103656 2287 9 0 2396937 0
[pid=12300/tid=12302] ppid=12298 vsize=9625004 CPUtime=1782.95 cores=1,3,5,7
/proc/12300/task/12302/stat : 12302 (java) R 12298 12300 9972 0 -1 4202560 2663 0 1 0 178264 31 0 0 20 0 19 0 288012406 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996947853616 139996821056660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12303] ppid=12298 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/12300/task/12303/stat : 12303 (java) S 12298 12300 9972 0 -1 4202560 214 0 0 0 74 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996791945768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12304] ppid=12298 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/12300/task/12304/stat : 12304 (java) S 12298 12300 9972 0 -1 4202560 106 0 0 0 59 4 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996790892968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12305] ppid=12298 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/12300/task/12305/stat : 12305 (java) S 12298 12300 9972 0 -1 4202560 227 0 0 0 74 4 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996789840168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12306] ppid=12298 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12300/task/12306/stat : 12306 (java) S 12298 12300 9972 0 -1 4202560 121 0 0 0 65 4 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996788787368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12300/tid=12307] ppid=12298 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/12300/task/12307/stat : 12307 (java) S 12298 12300 9972 0 -1 4202560 220 0 0 0 67 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996787735592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12308] ppid=12298 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/12300/task/12308/stat : 12308 (java) S 12298 12300 9972 0 -1 4202560 82 0 0 0 61 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996786682792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12309] ppid=12298 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/12300/task/12309/stat : 12309 (java) S 12298 12300 9972 0 -1 4202560 82 0 0 0 60 3 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996785629992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12310] ppid=12298 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/12300/task/12310/stat : 12310 (java) S 12298 12300 9972 0 -1 4202560 184 0 0 0 72 5 0 0 20 0 19 0 288012407 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996784577192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12311] ppid=12298 vsize=9625004 CPUtime=4.71 cores=1,3,5,7
/proc/12300/task/12311/stat : 12311 (java) S 12298 12300 9972 0 -1 4202560 152 0 0 0 470 1 0 0 20 0 19 0 288012408 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996772166120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12312] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12312/stat : 12312 (java) S 12298 12300 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996771112184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12313] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12313/stat : 12313 (java) S 12298 12300 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288012409 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996770059272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12314] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12314/stat : 12314 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996769007760 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12315] ppid=12298 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/12300/task/12315/stat : 12315 (java) S 12298 12300 9972 0 -1 4202560 2300 0 0 0 69 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996767955896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12300/tid=12316] ppid=12298 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/12300/task/12316/stat : 12316 (java) S 12298 12300 9972 0 -1 4202560 3584 0 0 0 56 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996766903096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12317] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12317/stat : 12317 (java) S 12298 12300 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996765850488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12300/tid=12318] ppid=12298 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/12300/task/12318/stat : 12318 (java) S 12298 12300 9972 0 -1 4202560 103 0 0 0 42 19 0 0 20 0 19 0 288012412 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996764797896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12300/tid=12319] ppid=12298 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/12300/task/12319/stat : 12319 (java) S 12298 12300 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288012466 9856004096 103656 33554432000 1073741824 1073778376 140736963031552 139996763681960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1793.98
CPU time (s): 1800.01
CPU user time (s): 1799.31
CPU system time (s): 0.7
CPU usage (%): 100.336
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.02384
maximum resident set size= 414752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11261
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39950
involuntary context switches= 13586

runsolver used 6.63999 second user time and 14.7638 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 17:27:19
IDJOB=3710016
IDBENCH=90193
IDSOLVER=2289
FILE ID=node106/3710016-1338218839
RUNJOBID= node106-1338195726-9989
PBS_JOBID= 14624610
Free space on /tmp= 71328 MiB

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

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

MD5SUM BENCH= 6abb89533e60aa1ed19663db7c40a868
RANDOM SEED=2072734302

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:        30781440 kB
Buffers:          310792 kB
Cached:           572028 kB
SwapCached:            0 kB
Active:          1030312 kB
Inactive:         201924 kB
Active(anon):     340420 kB
Inactive(anon):    11256 kB
Active(file):     689892 kB
Inactive(file):   190668 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:        355772 kB
Mapped:            18732 kB
Shmem:               200 kB
Slab:             716532 kB
SReclaimable:     158736 kB
SUnreclaim:       557796 kB
KernelStack:        1600 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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 17:57:15