Trace number 3710688

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) 1801.4 1880.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark396
Best CPU time to get the best result obtained on this benchmark1793.24
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
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 493167
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 493167
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710688-1338140070.opb
0.09/0.12	c reading problem ... 
3.38/2.76	c ... done. Wall clock time 2.641s.
3.38/2.76	c declared #vars     10000
3.38/2.76	c #constraints  656900
3.38/2.76	c constraints type 
3.38/2.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
3.38/2.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.38/2.76	c 656900 constraints processed.
6.20/5.15	c cleaning 2495 clauses out of 5003 with flag 5003/5003
9.37/8.08	c cleaning 4252 clauses out of 8507 with flag 11002/11002
13.03/11.61	c cleaning 5622 clauses out of 11253 with flag 18000/18000
17.08/15.68	c cleaning 6811 clauses out of 13631 with flag 26000/26000
22.81/21.24	c cleaning 7904 clauses out of 15820 with flag 35000/35000
28.34/26.77	c cleaning 8953 clauses out of 17920 with flag 45004/45004
34.00/32.31	c cleaning 9972 clauses out of 19964 with flag 56001/56001
40.36/38.69	c cleaning 10989 clauses out of 21991 with flag 68000/68000
47.83/46.06	c cleaning 11998 clauses out of 24003 with flag 81001/81001
55.72/53.88	c cleaning 12999 clauses out of 26005 with flag 95001/95001
64.72/64.46	c cleaning 13997 clauses out of 28005 with flag 110000/110000
74.57/72.93	c cleaning 14998 clauses out of 30008 with flag 126000/126000
76.25/81.77	c cleaning 15995 clauses out of 32011 with flag 143001/143001
92.59/95.80	c cleaning 17000 clauses out of 34015 with flag 161000/161000
98.04/106.12	c cleaning 18002 clauses out of 36015 with flag 180000/180000
111.99/116.42	c cleaning 19003 clauses out of 38013 with flag 200000/200000
122.03/130.41	c cleaning 19981 clauses out of 40010 with flag 221000/221000
143.30/144.20	c cleaning 21001 clauses out of 42029 with flag 243000/243000
160.41/167.66	c cleaning 22008 clauses out of 44031 with flag 266003/266003
173.70/181.91	c cleaning 23000 clauses out of 46022 with flag 290002/290002
187.58/197.33	c cleaning 23993 clauses out of 48020 with flag 315000/315000
202.58/214.60	c cleaning 25012 clauses out of 50029 with flag 341002/341002
224.28/231.14	c cleaning 26001 clauses out of 52016 with flag 368001/368001
224.79/261.51	c cleaning 26999 clauses out of 54014 with flag 396000/396000
244.82/279.07	c cleaning 28001 clauses out of 56016 with flag 425001/425001
262.39/299.09	c cleaning 29003 clauses out of 58016 with flag 455002/455002
302.51/384.18	c cleaning 29997 clauses out of 60011 with flag 486000/486000
325.77/407.27	c cleaning 30983 clauses out of 62014 with flag 518000/518000
351.68/433.09	c cleaning 32006 clauses out of 64032 with flag 551001/551001
383.73/464.94	c cleaning 33005 clauses out of 66025 with flag 585000/585000
406.03/487.00	c cleaning 34003 clauses out of 68020 with flag 620000/620000
430.36/511.24	c cleaning 34999 clauses out of 70017 with flag 656000/656000
457.69/538.44	c cleaning 36000 clauses out of 72020 with flag 693002/693002
488.03/568.62	c cleaning 37001 clauses out of 74019 with flag 731001/731001
518.51/598.97	c cleaning 37999 clauses out of 76017 with flag 770000/770000
550.40/630.85	c cleaning 38991 clauses out of 78018 with flag 810000/810000
587.29/667.79	c cleaning 40010 clauses out of 80027 with flag 851000/851000
617.81/698.02	c cleaning 41001 clauses out of 82018 with flag 893001/893001
647.60/727.88	c cleaning 41999 clauses out of 84018 with flag 936002/936002
677.60/757.90	c cleaning 42997 clauses out of 86017 with flag 980000/980000
716.20/796.45	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
756.74/836.94	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
791.35/871.57	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
832.88/913.01	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
868.90/949.09	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
907.62/987.76	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
950.92/1031.01	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
979.82/1059.96	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
1018.41/1098.56	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1056.00/1136.11	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1097.20/1177.34	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1145.39/1225.57	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1193.38/1273.57	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1237.08/1317.26	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1280.57/1360.79	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1328.27/1408.48	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1377.66/1457.86	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1427.66/1507.81	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1474.75/1554.93	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1522.94/1603.20	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1579.45/1659.61	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1635.19/1715.34	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1695.45/1775.58	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1753.55/1833.68	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1800.06/1880.11	c starts		: 229
1800.06/1880.11	c conflicts		: 2379019
1800.06/1880.11	c decisions		: 2992646
1800.06/1880.11	c propagations		: 407146726
1800.06/1880.11	c inspects		: 8161367056
1800.06/1880.11	c shortcuts		: 0
1800.06/1880.11	c learnt literals	: 0
1800.06/1880.11	c learnt binary clauses	: 0
1800.06/1880.11	c learnt ternary clauses	: 0
1800.06/1880.11	c learnt constraints	: 2379019
1800.06/1880.11	c ignored constraints	: 0
1800.06/1880.11	c root simplifications	: 229
1800.06/1880.11	c removed literals (reason simplification)	: 117440800
1800.06/1880.11	c reason swapping (by a shorter reason)	: 0
1800.06/1880.11	c Calls to reduceDB	: 64
1800.06/1880.11	c number of reductions to clauses (during analyze)	: 0
1800.06/1880.11	c number of learned constraints concerned by reduction	: 0
1800.06/1880.11	c number of learning phase by resolution	: 0
1800.06/1880.11	c number of learning phase by cutting planes	: 0
1800.06/1880.11	c speed (assignments/second)	: 216875.21173665606
1800.06/1880.11	c non guided choices	3725
1800.06/1880.14	c learnt constraints type 
1800.06/1880.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110057
1800.06/1880.14	c constraints type 
1800.06/1880.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.06/1880.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.06/1880.14	c 656900 constraints processed.
1800.06/1880.14	s UNKNOWN
1800.06/1880.14	c Total wall clock time (in seconds): 1880.021

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-3710688-1338140070/watcher-3710688-1338140070 -o /tmp/evaluation-result-3710688-1338140070/solver-3710688-1338140070 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710688-1338140070.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 1.99 3/194 27148
/proc/meminfo: memFree=28593368/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27148/stat : 27148 (java) D 27146 27148 24682 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 280131992 9515008 182 33554432000 1073741824 1073778376 140734898036512 140734898027544 223651643061 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/27148/statm: 2323 182 140 9 0 71 0

[startup+0.0214451 s]
/proc/loadavg: 2.00 2.00 1.99 3/194 27148
/proc/meminfo: memFree=28593368/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 280131992 105127936 1110 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 25666 1110 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.10031 s]
/proc/loadavg: 2.00 2.00 1.99 3/194 27148
/proc/meminfo: memFree=28593368/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 4230 0 1 0 8 1 0 0 20 0 18 0 280131992 9787842560 5437 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 2389610 5439 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300275 s]
/proc/loadavg: 2.00 2.00 1.99 3/194 27148
/proc/meminfo: memFree=28593368/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 5446 0 1 0 45 1 0 0 20 0 18 0 280131992 9787842560 9095 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 2389610 9095 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.70028 s]
/proc/loadavg: 2.00 2.00 1.99 3/194 27148
/proc/meminfo: memFree=28593368/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9558440 CPUtime=1.08 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 7582 0 1 0 103 5 0 0 20 0 18 0 280131992 9787842560 40803 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 2389610 40803 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 1.99 3/212 27166
/proc/meminfo: memFree=28425944/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9558440 CPUtime=2 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 7694 0 1 0 189 11 0 0 20 0 18 0 280131992 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 2389610 77670 2253 9 0 2380296 0
[pid=27148/tid=27150] ppid=27146 vsize=9558440 CPUtime=1.4 cores=1,3,5,7
/proc/27148/task/27150/stat : 27150 (java) S 27146 27148 24682 0 -1 4202560 2626 0 1 0 134 6 0 0 20 0 18 0 280131993 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140636169305448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27151] ppid=27146 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/27148/task/27151/stat : 27151 (java) R 27146 27148 24682 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 280131994 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140636158368472 140636173482159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27152] ppid=27146 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/27148/task/27152/stat : 27152 (java) R 27146 27148 24682 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 280131994 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140636157315672 140636176202400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27153] ppid=27146 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/27148/task/27153/stat : 27153 (java) R 27146 27148 24682 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 280131994 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140636156262872 140636176202668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27154] ppid=27146 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/27148/task/27154/stat : 27154 (java) R 27146 27148 24682 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 280131994 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140636155209896 140636173064038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27155] ppid=27146 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27155/stat : 27155 (java) R 27146 27148 24682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 280131994 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140636008955096 140636171777729 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27156] ppid=27146 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/27148/task/27156/stat : 27156 (java) R 27146 27148 24682 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 280131994 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140636007902296 140636173482159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27157] ppid=27146 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27157/stat : 27157 (java) R 27146 27148 24682 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 280131994 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140636006849320 140636173063308 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27158] ppid=27146 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/27148/task/27158/stat : 27158 (java) R 27146 27148 24682 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 280131994 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140636005796696 140636171777729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27159] ppid=27146 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27159/stat : 27159 (java) S 27146 27148 24682 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 280131995 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140635993384328 223655015484 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27160] ppid=27146 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27160/stat : 27160 (java) S 27146 27148 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280131996 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140635992331512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27161] ppid=27146 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27161/stat : 27161 (java) S 27146 27148 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280131996 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140635991278600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27162] ppid=27146 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27162/stat : 27162 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280131998 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140635990227088 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27163] ppid=27146 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/27148/task/27163/stat : 27163 (java) S 27146 27148 24682 0 -1 4202560 1947 0 0 0 17 0 0 0 20 0 18 0 280131998 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140635989175224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27164] ppid=27146 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/27148/task/27164/stat : 27164 (java) S 27146 27148 24682 0 -1 4202560 1789 0 0 0 18 0 0 0 20 0 18 0 280131998 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140635988122424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27165] ppid=27146 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27165/stat : 27165 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280131998 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140635987069816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27166] ppid=27146 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27166/stat : 27166 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280131998 9787842560 77670 33554432000 1073741824 1073778376 140737371499200 140635986017224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9558440

[startup+3.10073 s]
/proc/loadavg: 2.00 2.00 1.99 3/212 27166
/proc/meminfo: memFree=28257388/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9625004 CPUtime=4.13 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 9453 0 1 0 396 17 0 0 20 0 19 0 280131992 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 2406251 98386 2271 9 0 2396937 0
[pid=27148/tid=27150] ppid=27146 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/27148/task/27150/stat : 27150 (java) R 27146 27148 24682 0 -1 4202560 2662 0 1 0 287 7 0 0 20 0 19 0 280131993 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140636169298232 140636037185700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27151] ppid=27146 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/27148/task/27151/stat : 27151 (java) S 27146 27148 24682 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 280131994 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140636158368296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27152] ppid=27146 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/27148/task/27152/stat : 27152 (java) S 27146 27148 24682 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 280131994 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140636157315496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27153] ppid=27146 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/27148/task/27153/stat : 27153 (java) S 27146 27148 24682 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 280131994 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140636156262696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27154] ppid=27146 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/27148/task/27154/stat : 27154 (java) S 27146 27148 24682 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 280131994 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140636155209896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27155] ppid=27146 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/27148/task/27155/stat : 27155 (java) S 27146 27148 24682 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 280131994 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140636008954920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27156] ppid=27146 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/27148/task/27156/stat : 27156 (java) S 27146 27148 24682 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 280131994 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140636007902120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27157] ppid=27146 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/27148/task/27157/stat : 27157 (java) S 27146 27148 24682 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 280131994 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140636006849320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27158] ppid=27146 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/27148/task/27158/stat : 27158 (java) S 27146 27148 24682 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 280131994 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140636005796520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27159] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27159/stat : 27159 (java) S 27146 27148 24682 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280131995 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140635993385448 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27160] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27160/stat : 27160 (java) S 27146 27148 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140635992331512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27161] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27161/stat : 27161 (java) S 27146 27148 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140635991278600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27162] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27162/stat : 27162 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140635990227088 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27163] ppid=27146 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/27148/task/27163/stat : 27163 (java) R 27146 27148 24682 0 -1 4202560 2866 0 0 0 36 0 0 0 20 0 19 0 280131998 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140635989175224 140636176119416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27164] ppid=27146 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/27148/task/27164/stat : 27164 (java) R 27146 27148 24682 0 -1 4202560 2346 0 0 0 34 0 0 0 20 0 19 0 280131998 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140635988122424 140636177048881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27165] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27165/stat : 27165 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140635987069816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27166] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27166/stat : 27166 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 98386 33554432000 1073741824 1073778376 140737371499200 140635986017224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 1.92 1.98 1.98 3/190 27177
/proc/meminfo: memFree=28573584/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9625004 CPUtime=7.63 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 9665 0 1 0 741 22 0 0 20 0 19 0 280131992 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 2406251 117429 2289 9 0 2396937 0
[pid=27148/tid=27150] ppid=27146 vsize=9625004 CPUtime=5.86 cores=1,3,5,7
/proc/27148/task/27150/stat : 27150 (java) R 27146 27148 24682 0 -1 4202560 2674 0 1 0 578 8 0 0 20 0 19 0 280131993 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140636169306296 140636037229308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27151] ppid=27146 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/27148/task/27151/stat : 27151 (java) S 27146 27148 24682 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 19 0 280131994 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140636158368296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27152] ppid=27146 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/27148/task/27152/stat : 27152 (java) S 27146 27148 24682 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 19 0 280131994 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140636157315496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27153] ppid=27146 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/27148/task/27153/stat : 27153 (java) S 27146 27148 24682 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 19 0 280131994 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140636156262696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27154] ppid=27146 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/27148/task/27154/stat : 27154 (java) S 27146 27148 24682 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 19 0 280131994 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140636155209896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27155] ppid=27146 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/27148/task/27155/stat : 27155 (java) S 27146 27148 24682 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 19 0 280131994 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140636008954920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27156] ppid=27146 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/27148/task/27156/stat : 27156 (java) S 27146 27148 24682 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 19 0 280131994 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140636007902120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27157] ppid=27146 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/27148/task/27157/stat : 27157 (java) S 27146 27148 24682 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 19 0 280131994 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140636006849320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27158] ppid=27146 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/27148/task/27158/stat : 27158 (java) S 27146 27148 24682 0 -1 4202560 53 0 0 0 7 2 0 0 20 0 19 0 280131994 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140636005796520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27159] ppid=27146 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/27148/task/27159/stat : 27159 (java) S 27146 27148 24682 0 -1 4202560 225 0 0 0 20 0 0 0 20 0 19 0 280131995 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140635993385448 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27160] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27160/stat : 27160 (java) S 27146 27148 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140635992331512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27161] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27161/stat : 27161 (java) S 27146 27148 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140635991278600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27162] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27162/stat : 27162 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140635990227088 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27163] ppid=27146 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/27148/task/27163/stat : 27163 (java) S 27146 27148 24682 0 -1 4202560 2898 0 0 0 44 0 0 0 20 0 19 0 280131998 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140635989175224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27164] ppid=27146 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/27148/task/27164/stat : 27164 (java) S 27146 27148 24682 0 -1 4202560 2348 0 0 0 36 0 0 0 20 0 19 0 280131998 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140635988122424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27165] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27165/stat : 27165 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140635987069816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27166] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27166/stat : 27166 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140635986017224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27167] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27167/stat : 27167 (java) S 27146 27148 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132270 9856004096 117429 33554432000 1073741824 1073778376 140737371499200 140635984962728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.98 3/213 27226
/proc/meminfo: memFree=28075584/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9625004 CPUtime=14.18 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 9690 0 1 0 1396 22 0 0 20 0 19 0 280131992 9856004096 120221 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=27148/tid=27156] ppid=27146 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/27148/task/27156/stat : 27156 (java) S 27146 27148 24682 0 -1 4202560 137 0 0 0 65 8 0 0 20 0 19 0 280131994 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140636007902120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27157] ppid=27146 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/27148/task/27157/stat : 27157 (java) S 27146 27148 24682 0 -1 4202560 111 0 0 0 56 8 0 0 20 0 19 0 280131994 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140636006849320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27158] ppid=27146 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/27148/task/27158/stat : 27158 (java) S 27146 27148 24682 0 -1 4202560 140 0 0 0 63 6 0 0 20 0 19 0 280131994 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140636005796520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27159] ppid=27146 vsize=9625004 CPUtime=15.56 cores=1,3,5,7
/proc/27148/task/27159/stat : 27159 (java) S 27146 27148 24682 0 -1 4202560 340 0 0 0 1554 2 0 0 20 0 19 0 280131995 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140635993385448 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27160] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27160/stat : 27160 (java) S 27146 27148 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140635992331512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27161] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27161/stat : 27161 (java) S 27146 27148 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140635991278600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27162] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27162/stat : 27162 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140635990227088 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27163] ppid=27146 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/27148/task/27163/stat : 27163 (java) S 27146 27148 24682 0 -1 4202560 2898 0 0 0 46 0 0 0 20 0 19 0 280131998 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140635989175224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27164] ppid=27146 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/27148/task/27164/stat : 27164 (java) S 27146 27148 24682 0 -1 4202560 2995 0 0 0 43 0 0 0 20 0 19 0 280131998 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140635988122424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27165] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27165/stat : 27165 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140635987069816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27166] ppid=27146 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/27148/task/27166/stat : 27166 (java) S 27146 27148 24682 0 -1 4202560 95 0 0 0 33 33 0 0 20 0 19 0 280131998 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140635986017224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27167] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27167/stat : 27167 (java) S 27146 27148 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132270 9856004096 198409 33554432000 1073741824 1073778376 140737371499200 140635984962728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1702.25
Current children cumulated vsize (KiB) 9625004

[startup+1842.3 s]
/proc/loadavg: 2.01 2.00 2.06 3/213 27265
/proc/meminfo: memFree=27440012/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9625004 CPUtime=1762.26 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 11359 0 1 0 176108 118 0 0 20 0 19 0 280131992 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 2406251 198015 2290 9 0 2396937 0
[pid=27148/tid=27150] ppid=27146 vsize=9625004 CPUtime=1740.18 cores=1,3,5,7
/proc/27148/task/27150/stat : 27150 (java) R 27146 27148 24682 0 -1 4202560 2758 0 1 0 173978 40 0 0 20 0 19 0 280131993 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636169306416 140636037236560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27151] ppid=27146 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/27148/task/27151/stat : 27151 (java) S 27146 27148 24682 0 -1 4202560 144 0 0 0 63 8 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636158368296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27152] ppid=27146 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/27148/task/27152/stat : 27152 (java) S 27146 27148 24682 0 -1 4202560 129 0 0 0 65 6 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636157315496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27153] ppid=27146 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/27148/task/27153/stat : 27153 (java) S 27146 27148 24682 0 -1 4202560 142 0 0 0 66 9 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636156262696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27154] ppid=27146 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/27148/task/27154/stat : 27154 (java) S 27146 27148 24682 0 -1 4202560 144 0 0 0 66 7 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636155209896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27155] ppid=27146 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/27148/task/27155/stat : 27155 (java) S 27146 27148 24682 0 -1 4202560 113 0 0 0 49 6 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636008954920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27156] ppid=27146 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/27148/task/27156/stat : 27156 (java) S 27146 27148 24682 0 -1 4202560 137 0 0 0 65 8 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636007902120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27157] ppid=27146 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/27148/task/27157/stat : 27157 (java) S 27146 27148 24682 0 -1 4202560 111 0 0 0 56 8 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636006849320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27158] ppid=27146 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/27148/task/27158/stat : 27158 (java) S 27146 27148 24682 0 -1 4202560 140 0 0 0 63 6 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636005796520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27159] ppid=27146 vsize=9625004 CPUtime=15.95 cores=1,3,5,7
/proc/27148/task/27159/stat : 27159 (java) S 27146 27148 24682 0 -1 4202560 342 0 0 0 1593 2 0 0 20 0 19 0 280131995 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635993385448 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27160] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27160/stat : 27160 (java) S 27146 27148 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635992331512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27161] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27161/stat : 27161 (java) S 27146 27148 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635991278600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27162] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27162/stat : 27162 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635990227088 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27163] ppid=27146 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/27148/task/27163/stat : 27163 (java) S 27146 27148 24682 0 -1 4202560 2898 0 0 0 46 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635989175224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27164] ppid=27146 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/27148/task/27164/stat : 27164 (java) S 27146 27148 24682 0 -1 4202560 3021 0 0 0 45 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635988122424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27165] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27165/stat : 27165 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635987069816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27166] ppid=27146 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/27148/task/27166/stat : 27166 (java) S 27146 27148 24682 0 -1 4202560 99 0 0 0 35 34 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635986017224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27167] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27167/stat : 27167 (java) S 27146 27148 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132270 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635984962728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.26
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1880.1 s]
/proc/loadavg: 2.01 2.00 2.06 3/213 27265
/proc/meminfo: memFree=27439888/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 11361 0 1 0 179888 118 0 0 20 0 19 0 280131992 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 2406251 198015 2290 9 0 2396937 0
[pid=27148/tid=27150] ppid=27146 vsize=9625004 CPUtime=1777.97 cores=1,3,5,7
/proc/27148/task/27150/stat : 27150 (java) R 27146 27148 24682 0 -1 4202560 2758 0 1 0 177756 41 0 0 20 0 19 0 280131993 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636169306416 140636037180990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27151] ppid=27146 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/27148/task/27151/stat : 27151 (java) S 27146 27148 24682 0 -1 4202560 144 0 0 0 63 8 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636158368296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27152] ppid=27146 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/27148/task/27152/stat : 27152 (java) S 27146 27148 24682 0 -1 4202560 129 0 0 0 65 6 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636157315496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27153] ppid=27146 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/27148/task/27153/stat : 27153 (java) S 27146 27148 24682 0 -1 4202560 142 0 0 0 66 9 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636156262696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27154] ppid=27146 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/27148/task/27154/stat : 27154 (java) S 27146 27148 24682 0 -1 4202560 144 0 0 0 66 7 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636155209896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27155] ppid=27146 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/27148/task/27155/stat : 27155 (java) S 27146 27148 24682 0 -1 4202560 113 0 0 0 49 6 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636008954920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27156] ppid=27146 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/27148/task/27156/stat : 27156 (java) S 27146 27148 24682 0 -1 4202560 137 0 0 0 65 8 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636007902120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27157] ppid=27146 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/27148/task/27157/stat : 27157 (java) S 27146 27148 24682 0 -1 4202560 111 0 0 0 56 8 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636006849320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27158] ppid=27146 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/27148/task/27158/stat : 27158 (java) S 27146 27148 24682 0 -1 4202560 140 0 0 0 63 6 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636005796520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27159] ppid=27146 vsize=9625004 CPUtime=15.95 cores=1,3,5,7
/proc/27148/task/27159/stat : 27159 (java) S 27146 27148 24682 0 -1 4202560 342 0 0 0 1593 2 0 0 20 0 19 0 280131995 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635993385448 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27160] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27160/stat : 27160 (java) S 27146 27148 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635992331512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27161] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27161/stat : 27161 (java) S 27146 27148 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635991278600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27162] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27162/stat : 27162 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635990227088 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27163] ppid=27146 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/27148/task/27163/stat : 27163 (java) S 27146 27148 24682 0 -1 4202560 2898 0 0 0 46 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635989175224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27164] ppid=27146 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/27148/task/27164/stat : 27164 (java) S 27146 27148 24682 0 -1 4202560 3021 0 0 0 45 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635988122424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27165] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27165/stat : 27165 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635987069816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27166] ppid=27146 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/27148/task/27166/stat : 27166 (java) S 27146 27148 24682 0 -1 4202560 101 0 0 0 36 35 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635986017224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27167] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27167/stat : 27167 (java) S 27146 27148 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132270 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635984962728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1880.1 s]
/proc/loadavg: 2.01 2.00 2.06 3/213 27265
/proc/meminfo: memFree=27439888/32873844 swapFree=6856/6856
[pid=27148] ppid=27146 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/27148/stat : 27148 (java) S 27146 27148 24682 0 -1 4202496 11361 0 1 0 179888 118 0 0 20 0 19 0 280131992 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140737371490336 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27148/statm: 2406251 198015 2290 9 0 2396937 0
[pid=27148/tid=27150] ppid=27146 vsize=9625004 CPUtime=1777.97 cores=1,3,5,7
/proc/27148/task/27150/stat : 27150 (java) R 27146 27148 24682 0 -1 4202560 2758 0 1 0 177756 41 0 0 20 0 19 0 280131993 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636169306416 140636037180990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27151] ppid=27146 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/27148/task/27151/stat : 27151 (java) S 27146 27148 24682 0 -1 4202560 144 0 0 0 63 8 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636158368296 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27152] ppid=27146 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/27148/task/27152/stat : 27152 (java) S 27146 27148 24682 0 -1 4202560 129 0 0 0 65 6 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636157315496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27153] ppid=27146 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/27148/task/27153/stat : 27153 (java) S 27146 27148 24682 0 -1 4202560 142 0 0 0 66 9 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636156262696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27154] ppid=27146 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/27148/task/27154/stat : 27154 (java) S 27146 27148 24682 0 -1 4202560 144 0 0 0 66 7 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636155209896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27155] ppid=27146 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/27148/task/27155/stat : 27155 (java) S 27146 27148 24682 0 -1 4202560 113 0 0 0 49 6 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636008954920 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27156] ppid=27146 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/27148/task/27156/stat : 27156 (java) S 27146 27148 24682 0 -1 4202560 137 0 0 0 65 8 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636007902120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27157] ppid=27146 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/27148/task/27157/stat : 27157 (java) S 27146 27148 24682 0 -1 4202560 111 0 0 0 56 8 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636006849320 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27158] ppid=27146 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/27148/task/27158/stat : 27158 (java) S 27146 27148 24682 0 -1 4202560 140 0 0 0 63 6 0 0 20 0 19 0 280131994 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140636005796520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27159] ppid=27146 vsize=9625004 CPUtime=15.95 cores=1,3,5,7
/proc/27148/task/27159/stat : 27159 (java) S 27146 27148 24682 0 -1 4202560 342 0 0 0 1593 2 0 0 20 0 19 0 280131995 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635993385448 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27160] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27160/stat : 27160 (java) S 27146 27148 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635992331512 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27161] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27161/stat : 27161 (java) S 27146 27148 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280131996 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635991278600 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27162] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27162/stat : 27162 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635990227088 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27163] ppid=27146 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/27148/task/27163/stat : 27163 (java) S 27146 27148 24682 0 -1 4202560 2898 0 0 0 46 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635989175224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27148/tid=27164] ppid=27146 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/27148/task/27164/stat : 27164 (java) S 27146 27148 24682 0 -1 4202560 3021 0 0 0 45 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635988122424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27148/tid=27165] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27165/stat : 27165 (java) S 27146 27148 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635987069816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27148/tid=27166] ppid=27146 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/27148/task/27166/stat : 27166 (java) S 27146 27148 24682 0 -1 4202560 101 0 0 0 36 35 0 0 20 0 19 0 280131998 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635986017224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27148/tid=27167] ppid=27146 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/27148/task/27167/stat : 27167 (java) S 27146 27148 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132270 9856004096 198015 33554432000 1073741824 1073778376 140737371499200 140635984962728 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1880.15
CPU time (s): 1801.4
CPU user time (s): 1799.9
CPU system time (s): 1.50277
CPU usage (%): 95.8114
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 1.50277
maximum resident set size= 793736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11422
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38849
involuntary context switches= 35178

runsolver used 5.66114 second user time and 13.9329 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 19:34:31
IDJOB=3710688
IDBENCH=1965
IDSOLVER=2289
FILE ID=node144/3710688-1338140070
RUNJOBID= node144-1338138284-27029
PBS_JOBID= 14624480
Free space on /tmp= 71480 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_7.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-3710688-1338140070/watcher-3710688-1338140070 -o /tmp/evaluation-result-3710688-1338140070/solver-3710688-1338140070 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710688-1338140070.opb

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

MD5SUM BENCH= 3119db8d3d273f04fc4f3b1324a85224
RANDOM SEED=228496484

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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:        28593500 kB
Buffers:          370168 kB
Cached:          2622608 kB
SwapCached:            0 kB
Active:          1248608 kB
Inactive:        2179768 kB
Active(anon):     437148 kB
Inactive(anon):        0 kB
Active(file):     811460 kB
Inactive(file):  2179768 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17548 kB
Writeback:             0 kB
AnonPages:        457620 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             697088 kB
SReclaimable:     139312 kB
SUnreclaim:       557776 kB
KernelStack:        1592 kB
PageTables:         5100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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= 71464 MiB
End job on node144 at 2012-05-27 20:05:53