Trace number 3710679

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.04 1796.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUMf8f4f876e372c51b5109e7995e83ce5e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark761
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 443
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 492823
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 492823
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710679-1338139447.opb
0.10/0.12	c reading problem ... 
3.19/2.66	c ... done. Wall clock time 2.54s.
3.19/2.66	c declared #vars     10000
3.19/2.66	c #constraints  656900
3.19/2.66	c constraints type 
3.19/2.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
3.19/2.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.19/2.66	c 656900 constraints processed.
5.68/4.79	c cleaning 2495 clauses out of 5003 with flag 5003/5003
8.72/7.52	c cleaning 4252 clauses out of 8507 with flag 11002/11002
12.15/10.90	c cleaning 5622 clauses out of 11253 with flag 18000/18000
16.09/14.80	c cleaning 6811 clauses out of 13631 with flag 26000/26000
21.55/20.21	c cleaning 7904 clauses out of 15820 with flag 35000/35000
26.98/25.61	c cleaning 8953 clauses out of 17920 with flag 45004/45004
32.38/30.97	c cleaning 9972 clauses out of 19964 with flag 56001/56001
38.71/37.20	c cleaning 10989 clauses out of 21991 with flag 68000/68000
45.86/44.33	c cleaning 11998 clauses out of 24003 with flag 81001/81001
53.54/51.99	c cleaning 12999 clauses out of 26005 with flag 95001/95001
64.13/62.43	c cleaning 13997 clauses out of 28005 with flag 110000/110000
72.36/70.68	c cleaning 14998 clauses out of 30008 with flag 126000/126000
81.01/79.27	c cleaning 15995 clauses out of 32011 with flag 143001/143001
94.86/93.01	c cleaning 17000 clauses out of 34015 with flag 161000/161000
104.93/103.00	c cleaning 18002 clauses out of 36015 with flag 180000/180000
115.03/113.01	c cleaning 19003 clauses out of 38013 with flag 200000/200000
128.61/126.55	c cleaning 19981 clauses out of 40010 with flag 221000/221000
142.09/139.95	c cleaning 21001 clauses out of 42029 with flag 243000/243000
155.47/153.20	c cleaning 22008 clauses out of 44031 with flag 266003/266003
169.29/166.99	c cleaning 23000 clauses out of 46022 with flag 290002/290002
184.28/181.88	c cleaning 23993 clauses out of 48020 with flag 315000/315000
200.88/198.35	c cleaning 25012 clauses out of 50029 with flag 341002/341002
216.93/214.21	c cleaning 26001 clauses out of 52016 with flag 368001/368001
236.10/233.37	c cleaning 26999 clauses out of 54014 with flag 396000/396000
253.20/250.38	c cleaning 28001 clauses out of 56016 with flag 425001/425001
272.58/269.62	c cleaning 29003 clauses out of 58016 with flag 455002/455002
292.96/289.98	c cleaning 29997 clauses out of 60011 with flag 486000/486000
315.86/312.71	c cleaning 30983 clauses out of 62014 with flag 518000/518000
340.68/337.48	c cleaning 32006 clauses out of 64032 with flag 551001/551001
371.46/368.17	c cleaning 33005 clauses out of 66025 with flag 585000/585000
392.81/389.30	c cleaning 34003 clauses out of 68020 with flag 620000/620000
416.22/412.61	c cleaning 34999 clauses out of 70017 with flag 656000/656000
442.30/438.60	c cleaning 36000 clauses out of 72020 with flag 693002/693002
471.31/467.57	c cleaning 37001 clauses out of 74019 with flag 731001/731001
500.64/496.70	c cleaning 37999 clauses out of 76017 with flag 770000/770000
531.04/527.12	c cleaning 38991 clauses out of 78018 with flag 810000/810000
566.34/562.40	c cleaning 40010 clauses out of 80027 with flag 851000/851000
595.09/591.07	c cleaning 41001 clauses out of 82018 with flag 893001/893001
623.59/619.55	c cleaning 41999 clauses out of 84018 with flag 936002/936002
652.18/648.17	c cleaning 42997 clauses out of 86017 with flag 980000/980000
689.08/685.01	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
727.27/723.20	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
760.18/756.17	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
799.58/795.55	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
833.68/829.61	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
870.27/866.22	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
910.96/906.97	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
938.76/934.73	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
975.75/971.72	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1011.76/1007.75	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1050.76/1046.76	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1094.64/1090.66	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1139.14/1135.13	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1179.14/1175.19	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1218.93/1214.96	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1263.33/1259.31	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1309.52/1305.56	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1356.22/1352.21	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1400.51/1396.50	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1445.40/1441.42	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1496.59/1492.70	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1548.09/1544.17	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1602.29/1598.30	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1656.98/1653.09	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1744.72/1740.76	c cleaning 67996 clauses out of 136021 with flag 2405004/2405004
1800.04/1796.01	c starts		: 230
1800.04/1796.01	c conflicts		: 2461061
1800.04/1796.01	c decisions		: 3095972
1800.04/1796.01	c propagations		: 419547152
1800.04/1796.01	c inspects		: 8509178948
1800.04/1796.01	c shortcuts		: 0
1800.04/1796.01	c learnt literals	: 0
1800.04/1796.01	c learnt binary clauses	: 0
1800.04/1796.01	c learnt ternary clauses	: 0
1800.04/1796.01	c learnt constraints	: 2461061
1800.04/1796.01	c ignored constraints	: 0
1800.04/1796.01	c root simplifications	: 230
1800.04/1796.01	c removed literals (reason simplification)	: 124108536
1800.04/1796.01	c reason swapping (by a shorter reason)	: 0
1800.04/1796.01	c Calls to reduceDB	: 65
1800.04/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.01	c number of learned constraints concerned by reduction	: 0
1800.04/1796.01	c number of learning phase by resolution	: 0
1800.04/1796.01	c number of learning phase by cutting planes	: 0
1800.04/1796.01	c speed (assignments/second)	: 233947.62281287744
1800.04/1796.01	c non guided choices	3725
1800.04/1796.04	c learnt constraints type 
1800.04/1796.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124109
1800.04/1796.04	c constraints type 
1800.04/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.04/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.04/1796.04	c 656900 constraints processed.
1800.04/1796.04	s UNKNOWN
1800.04/1796.04	c Total wall clock time (in seconds): 1795.921

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-3710679-1338139447/watcher-3710679-1338139447 -o /tmp/evaluation-result-3710679-1338139447/solver-3710679-1338139447 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710679-1338139447.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.02 2.06 2.02 3/194 19792
/proc/meminfo: memFree=27308352/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19792/stat : 19792 (java) D 19790 19792 16973 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 280070538 9515008 182 33554432000 1073741824 1073778376 140737295762000 140737295753032 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/19792/statm: 2323 182 140 9 0 71 0

[startup+0.0426321 s]
/proc/loadavg: 2.02 2.06 2.02 3/194 19792
/proc/meminfo: memFree=27308352/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 3023 0 1 0 2 0 0 0 20 0 13 0 280070538 9446973440 3719 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2306390 3720 1696 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100225 s]
/proc/loadavg: 2.02 2.06 2.02 3/194 19792
/proc/meminfo: memFree=27308352/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 4287 0 1 0 9 1 0 0 20 0 18 0 280070538 9787842560 6004 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2389610 6004 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300168 s]
/proc/loadavg: 2.02 2.06 2.02 3/194 19792
/proc/meminfo: memFree=27308352/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 5522 0 1 0 45 1 0 0 20 0 18 0 280070538 9787842560 9048 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2389610 9048 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700177 s]
/proc/loadavg: 2.02 2.06 2.02 3/194 19792
/proc/meminfo: memFree=27308352/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9558440 CPUtime=1.07 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 7627 0 1 0 104 3 0 0 20 0 18 0 280070538 9787842560 40788 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2389610 40788 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9558440

[startup+1.50069 s]
/proc/loadavg: 2.02 2.06 2.02 3/212 19810
/proc/meminfo: memFree=27141020/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9558440 CPUtime=1.98 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 7867 0 1 0 191 7 0 0 20 0 18 0 280070538 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2389610 78807 2253 9 0 2380296 0
[pid=19792/tid=19794] ppid=19790 vsize=9558440 CPUtime=1.4 cores=1,3,5,7
/proc/19792/task/19794/stat : 19794 (java) R 19790 19792 16973 0 -1 4202560 2621 0 1 0 137 3 0 0 20 0 18 0 280070539 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139933563932512 139933407273696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 16973 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 280070540 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139933525433384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 280070540 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139933406718888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 16973 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 280070540 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139933405666088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 16973 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 280070540 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139933404613288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 280070540 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139933403560488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 280070540 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139933402507688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 280070540 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139933401454888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 16973 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 280070540 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139933400402088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 16973 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 280070541 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139932918074344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280070541 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139932917020408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280070541 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139932915967496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280070544 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139932914915984 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 16973 0 -1 4202560 1905 0 0 0 17 0 0 0 20 0 18 0 280070544 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139932913863096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 16973 0 -1 4202560 1876 0 0 0 17 0 0 0 20 0 18 0 280070544 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139932912810296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280070544 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139932911757688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280070544 9787842560 78807 33554432000 1073741824 1073778376 140733589837760 139932910705096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9558440

[startup+3.10065 s]
/proc/loadavg: 2.02 2.06 2.02 3/212 19810
/proc/meminfo: memFree=26971472/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9625004 CPUtime=4.03 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 9426 0 1 0 393 10 0 0 20 0 19 0 280070538 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2406251 98638 2271 9 0 2396937 0
[pid=19792/tid=19794] ppid=19790 vsize=9625004 CPUtime=2.95 cores=1,3,5,7
/proc/19792/task/19794/stat : 19794 (java) R 19790 19792 16973 0 -1 4202560 2657 0 1 0 290 5 0 0 20 0 19 0 280070539 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139933563932984 139933407222224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 16973 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 280070540 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139933525433384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 16973 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 280070540 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139933406718888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 16973 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 280070540 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139933405666088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 16973 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 280070540 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139933404613288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 16973 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 280070540 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139933403560488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 16973 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 280070540 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139933402507688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 16973 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 280070540 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139933401454888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 16973 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 280070540 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139933400402088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 16973 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139932918074344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139932917020408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139932915967496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139932914915984 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 16973 0 -1 4202560 2824 0 0 0 35 0 0 0 20 0 19 0 280070544 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139932913863096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 16973 0 -1 4202560 2384 0 0 0 32 0 0 0 20 0 19 0 280070544 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139932912810296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139932911757688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 98638 33554432000 1073741824 1073778376 140733589837760 139932910705096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.02 2.05 2.02 3/213 19811
/proc/meminfo: memFree=26845452/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9625004 CPUtime=7.49 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 9998 0 1 0 733 16 0 0 20 0 19 0 280070538 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2406251 117393 2289 9 0 2396937 0
[pid=19792/tid=19794] ppid=19790 vsize=9625004 CPUtime=5.92 cores=1,3,5,7
/proc/19792/task/19794/stat : 19794 (java) R 19790 19792 16973 0 -1 4202560 2668 0 1 0 587 5 0 0 20 0 19 0 280070539 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139933563941048 139933407440672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 16973 0 -1 4202560 64 0 0 0 6 2 0 0 20 0 19 0 280070540 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139933525433384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 16973 0 -1 4202560 60 0 0 0 6 0 0 0 20 0 19 0 280070540 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139933406718888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 16973 0 -1 4202560 51 0 0 0 5 0 0 0 20 0 19 0 280070540 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139933405666088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 16973 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 19 0 280070540 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139933404613288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 16973 0 -1 4202560 46 0 0 0 7 0 0 0 20 0 19 0 280070540 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139933403560488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 16973 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 19 0 280070540 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139933402507688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 16973 0 -1 4202560 23 0 0 0 5 1 0 0 20 0 19 0 280070540 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139933401454888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 16973 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 19 0 280070540 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139933400402088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 16973 0 -1 4202560 226 0 0 0 15 0 0 0 20 0 19 0 280070541 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139932918074344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139932917020408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139932915967496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139932914915984 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 16973 0 -1 4202560 3187 0 0 0 42 0 0 0 20 0 19 0 280070544 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139932913863096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 16973 0 -1 4202560 2388 0 0 0 33 0 0 0 20 0 19 0 280070544 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139932912810296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139932911757688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139932910705096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19811/stat : 19811 (java) S 19790 19792 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280070805 9856004096 117393 33554432000 1073741824 1073778376 140733589837760 139932909651624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.01 2.05 2.02 3/213 19811
/proc/meminfo: memFree=26835252/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9625004 CPUtime=13.99 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 10024 0 1 0 1382 17 0 0 20 0 19 0 280070538 9856004096 119948 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=19792/tid=19807] ppid=19790 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 16973 0 -1 4202560 3187 0 0 0 45 0 0 0 20 0 19 0 280070544 9856004096 197525 33554432000 1073741824 1073778376 140733589837760 139932913863096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 16973 0 -1 4202560 2978 0 0 0 42 0 0 0 20 0 19 0 280070544 9856004096 197525 33554432000 1073741824 1073778376 140733589837760 139932912810296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 197525 33554432000 1073741824 1073778376 140733589837760 139932911757688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 16973 0 -1 4202560 99 0 0 0 25 29 0 0 20 0 19 0 280070544 9856004096 197525 33554432000 1073741824 1073778376 140733589837760 139932910705096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19811/stat : 19811 (java) S 19790 19792 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280070805 9856004096 197525 33554432000 1073741824 1073778376 140733589837760 139932909651624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.31
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/213 19887
/proc/meminfo: memFree=25939468/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9625004 CPUtime=1786.33 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 11631 0 1 0 178550 83 0 0 20 0 19 0 280070538 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2406251 218005 2290 9 0 2396937 0
[pid=19792/tid=19794] ppid=19790 vsize=9625004 CPUtime=1763.97 cores=1,3,5,7
/proc/19792/task/19794/stat : 19794 (java) R 19790 19792 16973 0 -1 4202560 2795 0 1 0 176360 37 0 0 20 0 19 0 280070539 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933563941168 139933407441437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 16973 0 -1 4202560 140 0 0 0 50 6 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933525433384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 16973 0 -1 4202560 148 0 0 0 56 6 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933406718888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 16973 0 -1 4202560 147 0 0 0 52 5 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933405666088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 16973 0 -1 4202560 109 0 0 0 44 4 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933404613288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 16973 0 -1 4202560 129 0 0 0 53 5 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933403560488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 16973 0 -1 4202560 122 0 0 0 47 4 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933402507688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 16973 0 -1 4202560 129 0 0 0 54 6 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933401454888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 16973 0 -1 4202560 121 0 0 0 43 5 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933400402088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=9625004 CPUtime=12.04 cores=1,3,5,7
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 16973 0 -1 4202560 341 0 0 0 1202 2 0 0 20 0 19 0 280070541 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932918074344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932917020408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932915967496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932914915984 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 16973 0 -1 4202560 3187 0 0 0 45 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932913863096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 16973 0 -1 4202560 2978 0 0 0 42 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932912810296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932911757688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 16973 0 -1 4202560 103 0 0 0 25 31 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932910705096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19811/stat : 19811 (java) S 19790 19792 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280070805 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932909651624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.33
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.08 2.07 2.02 3/213 19887
/proc/meminfo: memFree=25939596/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 11631 0 1 0 179921 83 0 0 20 0 19 0 280070538 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2406251 218005 2290 9 0 2396937 0
[pid=19792/tid=19794] ppid=19790 vsize=9625004 CPUtime=1777.64 cores=1,3,5,7
/proc/19792/task/19794/stat : 19794 (java) R 19790 19792 16973 0 -1 4202560 2795 0 1 0 177726 38 0 0 20 0 19 0 280070539 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933563941168 139933407440672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 16973 0 -1 4202560 140 0 0 0 50 6 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933525433384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 16973 0 -1 4202560 148 0 0 0 56 6 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933406718888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 16973 0 -1 4202560 147 0 0 0 52 5 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933405666088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 16973 0 -1 4202560 109 0 0 0 44 4 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933404613288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 16973 0 -1 4202560 129 0 0 0 53 5 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933403560488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 16973 0 -1 4202560 122 0 0 0 47 4 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933402507688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 16973 0 -1 4202560 129 0 0 0 54 6 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933401454888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 16973 0 -1 4202560 121 0 0 0 43 5 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933400402088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=9625004 CPUtime=12.04 cores=1,3,5,7
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 16973 0 -1 4202560 341 0 0 0 1202 2 0 0 20 0 19 0 280070541 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932918074344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932917020408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932915967496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932914915984 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 16973 0 -1 4202560 3187 0 0 0 45 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932913863096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 16973 0 -1 4202560 2978 0 0 0 42 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932912810296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932911757688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 16973 0 -1 4202560 103 0 0 0 26 31 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932910705096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19811/stat : 19811 (java) S 19790 19792 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280070805 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932909651624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1796 s]
/proc/loadavg: 2.08 2.07 2.02 3/213 19887
/proc/meminfo: memFree=25939596/32873660 swapFree=7120/7120
[pid=19792] ppid=19790 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/19792/stat : 19792 (java) S 19790 19792 16973 0 -1 4202496 11631 0 1 0 179921 83 0 0 20 0 19 0 280070538 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 140733589828896 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/19792/statm: 2406251 218005 2290 9 0 2396937 0
[pid=19792/tid=19794] ppid=19790 vsize=9625004 CPUtime=1777.64 cores=1,3,5,7
/proc/19792/task/19794/stat : 19794 (java) R 19790 19792 16973 0 -1 4202560 2795 0 1 0 177726 38 0 0 20 0 19 0 280070539 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933563941168 139933407440672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 16973 0 -1 4202560 140 0 0 0 50 6 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933525433384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 16973 0 -1 4202560 148 0 0 0 56 6 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933406718888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 16973 0 -1 4202560 147 0 0 0 52 5 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933405666088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 16973 0 -1 4202560 109 0 0 0 44 4 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933404613288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 16973 0 -1 4202560 129 0 0 0 53 5 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933403560488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 16973 0 -1 4202560 122 0 0 0 47 4 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933402507688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 16973 0 -1 4202560 129 0 0 0 54 6 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933401454888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 16973 0 -1 4202560 121 0 0 0 43 5 0 0 20 0 19 0 280070540 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139933400402088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=9625004 CPUtime=12.04 cores=1,3,5,7
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 16973 0 -1 4202560 341 0 0 0 1202 2 0 0 20 0 19 0 280070541 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932918074344 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932917020408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280070541 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932915967496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932914915984 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 16973 0 -1 4202560 3187 0 0 0 45 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932913863096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 16973 0 -1 4202560 2978 0 0 0 42 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932912810296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932911757688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 16973 0 -1 4202560 103 0 0 0 26 31 0 0 20 0 19 0 280070544 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932910705096 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19792/task/19811/stat : 19811 (java) S 19790 19792 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280070805 9856004096 218005 33554432000 1073741824 1073778376 140733589837760 139932909651624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1796.05
CPU time (s): 1800.04
CPU user time (s): 1799.21
CPU system time (s): 0.83
CPU usage (%): 100.222
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.27381
maximum resident set size= 872140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11665
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39045
involuntary context switches= 37746

runsolver used 5.49416 second user time and 16.0996 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 19:24:08
IDJOB=3710679
IDBENCH=1963
IDSOLVER=2289
FILE ID=node117/3710679-1338139447
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70032 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_11.opb.PB06.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-3710679-1338139447/watcher-3710679-1338139447 -o /tmp/evaluation-result-3710679-1338139447/solver-3710679-1338139447 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710679-1338139447.opb

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

MD5SUM BENCH= f8f4f876e372c51b5109e7995e83ce5e
RANDOM SEED=1478505241

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27309004 kB
Buffers:          328308 kB
Cached:          4061744 kB
SwapCached:            0 kB
Active:          2505636 kB
Inactive:        2185232 kB
Active(anon):     291672 kB
Inactive(anon):    11356 kB
Active(file):    2213964 kB
Inactive(file):  2173876 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17232 kB
Writeback:             0 kB
AnonPages:        307288 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             735532 kB
SReclaimable:     179536 kB
SUnreclaim:       555996 kB
KernelStack:        1576 kB
PageTables:         4284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     697448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70032 MiB
End job on node117 at 2012-05-27 19:54:06