Trace number 3710415

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.09 1796.14

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_6_ic.opb
MD5SUM09d230c3dd969e67e7ea084b633c9325
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 7915122659
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 7915122659
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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@2dcb25f1
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-3710415-1338255445.opb
0.09/0.12	c reading problem ... 
1.02/0.56	c ... done. Wall clock time 0.445s.
1.02/0.56	c declared #vars     15725
1.02/0.56	c #constraints  33136
1.02/0.56	c constraints type 
1.02/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.02/0.56	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.02/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.02/0.56	c ignored satisfied constraints => 3
1.02/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.02/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.02/0.56	c 33139 constraints processed.
4.60/3.69	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.04/6.80	c cleaning 4251 clauses out of 8501 with flag 11002/11002
11.95/10.72	c cleaning 5621 clauses out of 11248 with flag 18000/18000
16.78/15.57	c cleaning 6812 clauses out of 13627 with flag 26000/26000
21.86/20.58	c cleaning 7901 clauses out of 15815 with flag 35000/35000
26.30/24.92	c cleaning 8952 clauses out of 17914 with flag 45000/45000
32.32/30.91	c cleaning 9973 clauses out of 19963 with flag 56001/56001
38.32/36.92	c cleaning 10991 clauses out of 21990 with flag 68001/68001
45.35/43.97	c cleaning 11995 clauses out of 24002 with flag 81004/81004
53.57/52.17	c cleaning 12999 clauses out of 26003 with flag 95000/95000
62.28/60.86	c cleaning 13997 clauses out of 28005 with flag 110001/110001
69.90/68.44	c cleaning 14993 clauses out of 30007 with flag 126000/126000
77.92/76.47	c cleaning 15997 clauses out of 32014 with flag 143000/143000
87.36/85.82	c cleaning 17006 clauses out of 34017 with flag 161000/161000
98.10/96.58	c cleaning 18003 clauses out of 36011 with flag 180000/180000
110.00/108.46	c cleaning 18994 clauses out of 38008 with flag 200000/200000
121.33/119.74	c cleaning 20005 clauses out of 40014 with flag 221000/221000
131.26/129.62	c cleaning 20995 clauses out of 42010 with flag 243001/243001
141.59/139.91	c cleaning 22001 clauses out of 44014 with flag 266000/266000
154.70/153.04	c cleaning 23000 clauses out of 46014 with flag 290001/290001
168.01/166.35	c cleaning 24001 clauses out of 48013 with flag 315000/315000
184.61/182.92	c cleaning 24994 clauses out of 50012 with flag 341000/341000
197.35/195.63	c cleaning 25995 clauses out of 52019 with flag 368001/368001
212.19/210.47	c cleaning 27007 clauses out of 54026 with flag 396003/396003
228.94/227.14	c cleaning 27998 clauses out of 56017 with flag 425001/425001
247.64/245.80	c cleaning 29007 clauses out of 58021 with flag 455003/455003
264.56/262.76	c cleaning 30001 clauses out of 60011 with flag 486000/486000
283.09/281.22	c cleaning 30999 clauses out of 62011 with flag 518001/518001
302.53/300.66	c cleaning 32002 clauses out of 64014 with flag 551003/551003
319.76/317.88	c cleaning 32998 clauses out of 66012 with flag 585003/585003
340.00/338.01	c cleaning 33996 clauses out of 68011 with flag 620000/620000
357.83/355.86	c cleaning 34999 clauses out of 70015 with flag 656000/656000
377.05/375.02	c cleaning 36006 clauses out of 72016 with flag 693000/693000
395.78/393.71	c cleaning 36999 clauses out of 74010 with flag 731000/731000
413.60/411.52	c cleaning 38003 clauses out of 76013 with flag 770002/770002
433.86/431.77	c cleaning 39000 clauses out of 78011 with flag 810003/810003
461.19/459.09	c cleaning 39999 clauses out of 80011 with flag 851003/851003
484.32/482.15	c cleaning 40988 clauses out of 82009 with flag 893000/893000
508.75/506.60	c cleaning 41999 clauses out of 84022 with flag 936001/936001
534.16/531.92	c cleaning 43007 clauses out of 86024 with flag 980002/980002
557.10/554.82	c cleaning 43991 clauses out of 88015 with flag 1025000/1025000
579.62/577.33	c cleaning 44992 clauses out of 90024 with flag 1071000/1071000
610.94/608.61	c cleaning 46010 clauses out of 92032 with flag 1118000/1118000
639.97/637.63	c cleaning 47004 clauses out of 94022 with flag 1166000/1166000
663.21/660.89	c cleaning 48003 clauses out of 96020 with flag 1215002/1215002
685.54/683.16	c cleaning 48999 clauses out of 98015 with flag 1265000/1265000
710.72/708.21	c cleaning 50002 clauses out of 100019 with flag 1316003/1316003
738.60/736.00	c cleaning 50999 clauses out of 102014 with flag 1368000/1368000
767.02/764.46	c cleaning 51999 clauses out of 104016 with flag 1421001/1421001
800.18/797.52	c cleaning 53002 clauses out of 106017 with flag 1475001/1475001
837.02/834.38	c cleaning 54006 clauses out of 108015 with flag 1530001/1530001
877.65/874.94	c cleaning 54998 clauses out of 110009 with flag 1586001/1586001
910.91/908.18	c cleaning 56001 clauses out of 112010 with flag 1643000/1643000
945.21/942.40	c cleaning 56999 clauses out of 114009 with flag 1701000/1701000
979.15/976.38	c cleaning 57992 clauses out of 116012 with flag 1760002/1760002
1016.77/1013.93	c cleaning 58996 clauses out of 118018 with flag 1820000/1820000
1058.42/1055.51	c cleaning 60006 clauses out of 120022 with flag 1881000/1881000
1096.14/1093.23	c cleaning 61001 clauses out of 122016 with flag 1943000/1943000
1131.71/1128.77	c cleaning 62006 clauses out of 124015 with flag 2006000/2006000
1166.04/1163.03	c cleaning 62995 clauses out of 126009 with flag 2070000/2070000
1210.19/1207.14	c cleaning 64001 clauses out of 128015 with flag 2135001/2135001
1253.32/1250.30	c cleaning 65004 clauses out of 130015 with flag 2201002/2201002
1296.12/1292.92	c cleaning 65990 clauses out of 132010 with flag 2268001/2268001
1340.27/1337.04	c cleaning 66998 clauses out of 134024 with flag 2336005/2336005
1383.63/1380.31	c cleaning 67994 clauses out of 136023 with flag 2405002/2405002
1431.27/1427.97	c cleaning 68998 clauses out of 138028 with flag 2475001/2475001
1476.51/1473.18	c cleaning 70009 clauses out of 140029 with flag 2546000/2546000
1524.66/1521.23	c cleaning 70970 clauses out of 142020 with flag 2618000/2618000
1562.83/1559.35	c cleaning 72022 clauses out of 144051 with flag 2691001/2691001
1604.07/1600.60	c cleaning 72997 clauses out of 146030 with flag 2765002/2765002
1639.95/1636.31	c cleaning 74009 clauses out of 148033 with flag 2840002/2840002
1680.55/1676.87	c cleaning 75002 clauses out of 150023 with flag 2916001/2916001
1723.04/1719.28	c cleaning 76008 clauses out of 152022 with flag 2993002/2993002
1770.12/1766.24	c cleaning 76996 clauses out of 154012 with flag 3071000/3071000
1800.09/1796.11	c starts		: 247
1800.09/1796.11	c conflicts		: 3118406
1800.09/1796.11	c decisions		: 5200112
1800.09/1796.11	c propagations		: 2221319177
1800.09/1796.11	c inspects		: 15644084641
1800.09/1796.11	c shortcuts		: 0
1800.09/1796.11	c learnt literals	: 0
1800.09/1796.11	c learnt binary clauses	: 0
1800.09/1796.11	c learnt ternary clauses	: 0
1800.09/1796.11	c learnt constraints	: 3118406
1800.09/1796.11	c ignored constraints	: 0
1800.09/1796.11	c root simplifications	: 247
1800.09/1796.11	c removed literals (reason simplification)	: 105029831
1800.09/1796.11	c reason swapping (by a shorter reason)	: 0
1800.09/1796.11	c Calls to reduceDB	: 74
1800.09/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.11	c number of learned constraints concerned by reduction	: 0
1800.09/1796.11	c number of learning phase by resolution	: 0
1800.09/1796.11	c number of learning phase by cutting planes	: 0
1800.09/1796.11	c speed (assignments/second)	: 1237141.947898247
1800.09/1796.11	c non guided choices	312
1800.09/1796.13	c learnt constraints type 
1800.09/1796.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124450
1800.09/1796.13	c constraints type 
1800.09/1796.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.09/1796.13	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.09/1796.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.09/1796.13	c ignored satisfied constraints => 3
1800.09/1796.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.09/1796.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.09/1796.13	c 33139 constraints processed.
1800.09/1796.13	s UNKNOWN
1800.09/1796.13	c Total wall clock time (in seconds): 1796.016

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.99 3/194 2372
/proc/meminfo: memFree=31162904/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2372/stat : 2372 (java) R 2370 2372 32222 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 291611521 23793664 712 33554432000 1073741824 1073778376 140735587391936 140735587381000 209088197992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 5809 713 528 9 0 128 0

[startup+0.100162 s]
/proc/loadavg: 1.93 1.99 1.99 3/194 2372
/proc/meminfo: memFree=31162904/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 4319 0 1 0 9 0 0 0 20 0 18 0 291611521 9787842560 5526 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2389610 5526 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200321 s]
/proc/loadavg: 1.93 1.99 1.99 3/194 2372
/proc/meminfo: memFree=31162904/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 5257 0 1 0 28 1 0 0 20 0 18 0 291611521 9787842560 6777 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2389610 6777 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558440

[startup+0.300209 s]
/proc/loadavg: 1.93 1.99 1.99 3/194 2372
/proc/meminfo: memFree=31162904/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 5981 0 1 0 50 1 0 0 20 0 18 0 291611521 9787842560 9079 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2389610 9591 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700178 s]
/proc/loadavg: 1.93 1.99 1.99 3/194 2372
/proc/meminfo: memFree=31162904/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9625004 CPUtime=1.51 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 12106 0 1 0 148 3 0 0 20 0 19 0 291611521 9856004096 33095 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2406251 33095 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.93 1.99 1.99 4/213 2391
/proc/meminfo: memFree=31000052/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9625004 CPUtime=2.44 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 12762 0 1 0 241 3 0 0 20 0 19 0 291611521 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2406251 33630 2258 9 0 2396937 0
[pid=2372/tid=2374] ppid=2370 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/2372/task/2374/stat : 2374 (java) R 2370 2372 32222 0 -1 4202560 2621 0 1 0 145 2 0 0 20 0 19 0 291611522 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247535534616 140247408722634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2375] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2375/stat : 2375 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247379438120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2376] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2376/stat : 2376 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247378385320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2377] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2377/stat : 2377 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247377332520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2378] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2378/stat : 2378 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247376279720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2379] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2379/stat : 2379 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247375227944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2380] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2380/stat : 2380 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611523 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247374175144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2381] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2381/stat : 2381 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611523 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247373122344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2382] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2382/stat : 2382 (java) S 2370 2372 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611523 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247372069544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2383] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2383/stat : 2383 (java) S 2370 2372 32222 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247359658472 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2384] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2384/stat : 2384 (java) S 2370 2372 32222 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247358604536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2385] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2385/stat : 2385 (java) S 2370 2372 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247357551624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2386] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2386/stat : 2386 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247356500112 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2387] ppid=2370 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/2372/task/2387/stat : 2387 (java) S 2370 2372 32222 0 -1 4202560 4242 0 0 0 48 0 0 0 20 0 19 0 291611527 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247355448248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2388] ppid=2370 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2372/task/2388/stat : 2388 (java) S 2370 2372 32222 0 -1 4202560 4704 0 0 0 45 0 0 0 20 0 19 0 291611527 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247354395448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2389] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2389/stat : 2389 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247353342840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2390] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2390/stat : 2390 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247352290248 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2391] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2391/stat : 2391 (java) S 2370 2372 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611580 9856004096 33630 33554432000 1073741824 1073778376 140735587391936 140247351235752 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 2391
/proc/meminfo: memFree=31007244/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9625004 CPUtime=4.09 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 12968 0 1 0 406 3 0 0 20 0 19 0 291611521 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2406251 34159 2264 9 0 2396937 0
[pid=2372/tid=2374] ppid=2370 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/2372/task/2374/stat : 2374 (java) R 2370 2372 32222 0 -1 4202560 2623 0 1 0 305 2 0 0 20 0 19 0 291611522 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247535534200 140247408082034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2375] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2375/stat : 2375 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247379438120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2376] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2376/stat : 2376 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247378385320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2377] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2377/stat : 2377 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247377332520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2378] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2378/stat : 2378 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247376279720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2379] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2379/stat : 2379 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247375227944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2380] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2380/stat : 2380 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611523 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247374175144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2381] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2381/stat : 2381 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611523 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247373122344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2382] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2382/stat : 2382 (java) S 2370 2372 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611523 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247372069544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2383] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2383/stat : 2383 (java) S 2370 2372 32222 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247359658472 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2384] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2384/stat : 2384 (java) S 2370 2372 32222 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247358604536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2385] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2385/stat : 2385 (java) S 2370 2372 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247357551624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2386] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2386/stat : 2386 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247356500112 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2387] ppid=2370 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/2372/task/2387/stat : 2387 (java) S 2370 2372 32222 0 -1 4202560 4245 0 0 0 50 0 0 0 20 0 19 0 291611527 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247355448248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2388] ppid=2370 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/2372/task/2388/stat : 2388 (java) S 2370 2372 32222 0 -1 4202560 4904 0 0 0 49 0 0 0 20 0 19 0 291611527 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247354395448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2389] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2389/stat : 2389 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247353342840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2390] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2390/stat : 2390 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247352290248 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2391] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2391/stat : 2391 (java) S 2370 2372 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611580 9856004096 34159 33554432000 1073741824 1073778376 140735587391936 140247351235752 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625004

[startup+6.30075 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 2391
/proc/meminfo: memFree=30972072/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9625004 CPUtime=7.51 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 16874 0 1 0 745 6 0 0 20 0 19 0 291611521 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2406251 41202 2289 9 0 2396937 0
[pid=2372/tid=2374] ppid=2370 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/2372/task/2374/stat : 2374 (java) R 2370 2372 32222 0 -1 4202560 2629 0 1 0 618 2 0 0 20 0 19 0 291611522 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247535534704 140247408717231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2375] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2375/stat : 2375 (java) S 2370 2372 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247379438120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2376] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2376/stat : 2376 (java) S 2370 2372 32222 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247378385320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2377] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2377/stat : 2377 (java) S 2370 2372 32222 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247377332520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2378] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2378/stat : 2378 (java) S 2370 2372 32222 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247376279720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2379] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2379/stat : 2379 (java) S 2370 2372 32222 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291611522 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247375227944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2380] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2380/stat : 2380 (java) S 2370 2372 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611523 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247374175144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2381] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2381/stat : 2381 (java) S 2370 2372 32222 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291611523 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247373122344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2382] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2382/stat : 2382 (java) S 2370 2372 32222 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291611523 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247372069544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2383] ppid=2370 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/2372/task/2383/stat : 2383 (java) S 2370 2372 32222 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 291611524 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247359658472 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2384] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2384/stat : 2384 (java) S 2370 2372 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247358604536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2385] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2385/stat : 2385 (java) S 2370 2372 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247357551624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2386] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2386/stat : 2386 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247356500112 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2387] ppid=2370 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/2372/task/2387/stat : 2387 (java) S 2370 2372 32222 0 -1 4202560 8070 0 0 0 63 2 0 0 20 0 19 0 291611527 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247355448248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2388] ppid=2370 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/2372/task/2388/stat : 2388 (java) S 2370 2372 32222 0 -1 4202560 4909 0 0 0 51 0 0 0 20 0 19 0 291611527 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247354395448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2389] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2389/stat : 2389 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247353342840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2390] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2390/stat : 2390 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247352290248 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2391] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2391/stat : 2391 (java) S 2370 2372 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611580 9856004096 41202 33554432000 1073741824 1073778376 140735587391936 140247351235752 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=2372/tid=2387] ppid=2370 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/2372/task/2387/stat : 2387 (java) S 2370 2372 32222 0 -1 4202560 8363 0 0 0 74 2 0 0 20 0 19 0 291611527 9856004096 71315 33554432000 1073741824 1073778376 140735587391936 140247355448248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2388] ppid=2370 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/2372/task/2388/stat : 2388 (java) S 2370 2372 32222 0 -1 4202560 4910 0 0 0 52 0 0 0 20 0 19 0 291611527 9856004096 71315 33554432000 1073741824 1073778376 140735587391936 140247354395448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2389] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2389/stat : 2389 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 71315 33554432000 1073741824 1073778376 140735587391936 140247353342840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2390] ppid=2370 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/2372/task/2390/stat : 2390 (java) S 2370 2372 32222 0 -1 4202560 99 0 0 0 36 25 0 0 20 0 19 0 291611527 9856004096 71315 33554432000 1073741824 1073778376 140735587391936 140247352290248 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2391] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2391/stat : 2391 (java) S 2370 2372 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611580 9856004096 71315 33554432000 1073741824 1073778376 140735587391936 140247351235752 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.2
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 2429
/proc/meminfo: memFree=30736928/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9625004 CPUtime=1786.28 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 18417 0 1 0 178587 41 0 0 20 0 19 0 291611521 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2406251 71328 2290 9 0 2396937 0
[pid=2372/tid=2374] ppid=2370 vsize=9625004 CPUtime=1773.16 cores=0,2,4,6
/proc/2372/task/2374/stat : 2374 (java) R 2370 2372 32222 0 -1 4202560 2700 0 1 0 177288 28 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247535534384 140247408750966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2375] ppid=2370 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2372/task/2375/stat : 2375 (java) S 2370 2372 32222 0 -1 4202560 157 0 0 0 43 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247379438120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2376] ppid=2370 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/2372/task/2376/stat : 2376 (java) S 2370 2372 32222 0 -1 4202560 52 0 0 0 37 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247378385320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2377] ppid=2370 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2372/task/2377/stat : 2377 (java) S 2370 2372 32222 0 -1 4202560 156 0 0 0 42 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247377332520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2378] ppid=2370 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/2372/task/2378/stat : 2378 (java) S 2370 2372 32222 0 -1 4202560 149 0 0 0 39 3 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247376279720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2379] ppid=2370 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/2372/task/2379/stat : 2379 (java) S 2370 2372 32222 0 -1 4202560 118 0 0 0 39 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247375227944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2380] ppid=2370 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2372/task/2380/stat : 2380 (java) S 2370 2372 32222 0 -1 4202560 122 0 0 0 42 2 0 0 20 0 19 0 291611523 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247374175144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2381] ppid=2370 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2372/task/2381/stat : 2381 (java) S 2370 2372 32222 0 -1 4202560 177 0 0 0 42 2 0 0 20 0 19 0 291611523 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247373122344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2382] ppid=2370 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2372/task/2382/stat : 2382 (java) S 2370 2372 32222 0 -1 4202560 95 0 0 0 45 0 0 0 20 0 19 0 291611523 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247372069544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2383] ppid=2370 vsize=9625004 CPUtime=3.52 cores=0,2,4,6
/proc/2372/task/2383/stat : 2383 (java) S 2370 2372 32222 0 -1 4202560 134 0 0 0 350 2 0 0 20 0 19 0 291611524 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247359658472 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2384] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2384/stat : 2384 (java) S 2370 2372 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247358604536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2385] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2385/stat : 2385 (java) S 2370 2372 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247357551624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2386] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2386/stat : 2386 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247356500112 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2387] ppid=2370 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/2372/task/2387/stat : 2387 (java) S 2370 2372 32222 0 -1 4202560 8363 0 0 0 74 2 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247355448248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2388] ppid=2370 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/2372/task/2388/stat : 2388 (java) S 2370 2372 32222 0 -1 4202560 4910 0 0 0 52 0 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247354395448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2389] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2389/stat : 2389 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247353342840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2390] ppid=2370 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/2372/task/2390/stat : 2390 (java) S 2370 2372 32222 0 -1 4202560 103 0 0 0 39 25 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247352290248 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2391] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2391/stat : 2391 (java) S 2370 2372 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611580 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247351235752 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.28
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.92 2.00 1.99 3/192 2460
/proc/meminfo: memFree=30924824/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 18417 0 1 0 179968 41 0 0 20 0 19 0 291611521 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2406251 71328 2290 9 0 2396937 0
[pid=2372/tid=2374] ppid=2370 vsize=9625004 CPUtime=1786.94 cores=0,2,4,6
/proc/2372/task/2374/stat : 2374 (java) R 2370 2372 32222 0 -1 4202560 2700 0 1 0 178664 30 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247535534384 140247408574026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2375] ppid=2370 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2372/task/2375/stat : 2375 (java) S 2370 2372 32222 0 -1 4202560 157 0 0 0 43 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247379438120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2376] ppid=2370 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/2372/task/2376/stat : 2376 (java) S 2370 2372 32222 0 -1 4202560 52 0 0 0 37 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247378385320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2377] ppid=2370 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2372/task/2377/stat : 2377 (java) S 2370 2372 32222 0 -1 4202560 156 0 0 0 42 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247377332520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2378] ppid=2370 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/2372/task/2378/stat : 2378 (java) S 2370 2372 32222 0 -1 4202560 149 0 0 0 39 3 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247376279720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2379] ppid=2370 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/2372/task/2379/stat : 2379 (java) S 2370 2372 32222 0 -1 4202560 118 0 0 0 39 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247375227944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2380] ppid=2370 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2372/task/2380/stat : 2380 (java) S 2370 2372 32222 0 -1 4202560 122 0 0 0 42 2 0 0 20 0 19 0 291611523 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247374175144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2381] ppid=2370 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2372/task/2381/stat : 2381 (java) S 2370 2372 32222 0 -1 4202560 177 0 0 0 42 2 0 0 20 0 19 0 291611523 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247373122344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2382] ppid=2370 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2372/task/2382/stat : 2382 (java) S 2370 2372 32222 0 -1 4202560 95 0 0 0 45 0 0 0 20 0 19 0 291611523 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247372069544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2383] ppid=2370 vsize=9625004 CPUtime=3.52 cores=0,2,4,6
/proc/2372/task/2383/stat : 2383 (java) S 2370 2372 32222 0 -1 4202560 134 0 0 0 350 2 0 0 20 0 19 0 291611524 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247359658472 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2384] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2384/stat : 2384 (java) S 2370 2372 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247358604536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2385] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2385/stat : 2385 (java) S 2370 2372 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247357551624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2386] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2386/stat : 2386 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247356500112 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2387] ppid=2370 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/2372/task/2387/stat : 2387 (java) S 2370 2372 32222 0 -1 4202560 8363 0 0 0 74 2 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247355448248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2388] ppid=2370 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/2372/task/2388/stat : 2388 (java) S 2370 2372 32222 0 -1 4202560 4910 0 0 0 52 0 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247354395448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2389] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2389/stat : 2389 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247353342840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2390] ppid=2370 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/2372/task/2390/stat : 2390 (java) S 2370 2372 32222 0 -1 4202560 103 0 0 0 39 25 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247352290248 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2391] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2391/stat : 2391 (java) S 2370 2372 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611580 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247351235752 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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.1 s]
/proc/loadavg: 1.92 2.00 1.99 3/192 2460
/proc/meminfo: memFree=30924824/32873844 swapFree=6872/6872
[pid=2372] ppid=2370 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/2372/stat : 2372 (java) S 2370 2372 32222 0 -1 4202496 18417 0 1 0 179968 41 0 0 20 0 19 0 291611521 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140735587383072 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2372/statm: 2406251 71328 2290 9 0 2396937 0
[pid=2372/tid=2374] ppid=2370 vsize=9625004 CPUtime=1786.94 cores=0,2,4,6
/proc/2372/task/2374/stat : 2374 (java) R 2370 2372 32222 0 -1 4202560 2700 0 1 0 178664 30 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247535534384 140247408574026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2375] ppid=2370 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2372/task/2375/stat : 2375 (java) S 2370 2372 32222 0 -1 4202560 157 0 0 0 43 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247379438120 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2376] ppid=2370 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/2372/task/2376/stat : 2376 (java) S 2370 2372 32222 0 -1 4202560 52 0 0 0 37 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247378385320 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2377] ppid=2370 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2372/task/2377/stat : 2377 (java) S 2370 2372 32222 0 -1 4202560 156 0 0 0 42 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247377332520 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2378] ppid=2370 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/2372/task/2378/stat : 2378 (java) S 2370 2372 32222 0 -1 4202560 149 0 0 0 39 3 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247376279720 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2379] ppid=2370 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/2372/task/2379/stat : 2379 (java) S 2370 2372 32222 0 -1 4202560 118 0 0 0 39 2 0 0 20 0 19 0 291611522 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247375227944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2380] ppid=2370 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2372/task/2380/stat : 2380 (java) S 2370 2372 32222 0 -1 4202560 122 0 0 0 42 2 0 0 20 0 19 0 291611523 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247374175144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2381] ppid=2370 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/2372/task/2381/stat : 2381 (java) S 2370 2372 32222 0 -1 4202560 177 0 0 0 42 2 0 0 20 0 19 0 291611523 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247373122344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2382] ppid=2370 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/2372/task/2382/stat : 2382 (java) S 2370 2372 32222 0 -1 4202560 95 0 0 0 45 0 0 0 20 0 19 0 291611523 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247372069544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2372/tid=2383] ppid=2370 vsize=9625004 CPUtime=3.52 cores=0,2,4,6
/proc/2372/task/2383/stat : 2383 (java) S 2370 2372 32222 0 -1 4202560 134 0 0 0 350 2 0 0 20 0 19 0 291611524 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247359658472 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2384] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2384/stat : 2384 (java) S 2370 2372 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247358604536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2385] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2385/stat : 2385 (java) S 2370 2372 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291611524 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247357551624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2386] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2386/stat : 2386 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247356500112 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2372/tid=2387] ppid=2370 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/2372/task/2387/stat : 2387 (java) S 2370 2372 32222 0 -1 4202560 8363 0 0 0 74 2 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247355448248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2388] ppid=2370 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/2372/task/2388/stat : 2388 (java) S 2370 2372 32222 0 -1 4202560 4910 0 0 0 52 0 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247354395448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2389] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2389/stat : 2389 (java) S 2370 2372 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247353342840 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2372/tid=2390] ppid=2370 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/2372/task/2390/stat : 2390 (java) S 2370 2372 32222 0 -1 4202560 103 0 0 0 39 25 0 0 20 0 19 0 291611527 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247352290248 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2372/tid=2391] ppid=2370 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/2372/task/2391/stat : 2391 (java) S 2370 2372 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291611580 9856004096 71328 33554432000 1073741824 1073778376 140735587391936 140247351235752 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2372 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=279076
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=882865
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.14
CPU time (s): 1800.09
CPU user time (s): 1799.68
CPU system time (s): 0.41
CPU usage (%): 100.22
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.28
system time used= 0.882865
maximum resident set size= 285436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18452
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40067
involuntary context switches= 11521

runsolver used 6.28104 second user time and 14.4038 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-29 03:37:25
IDJOB=3710415
IDBENCH=92769
IDSOLVER=2289
FILE ID=node105/3710415-1338255445
RUNJOBID= node105-1338228444-32238
PBS_JOBID= 14624634
Free space on /tmp= 71584 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_6_ic.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-3710415-1338255445/watcher-3710415-1338255445 -o /tmp/evaluation-result-3710415-1338255445/solver-3710415-1338255445 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710415-1338255445.opb

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

MD5SUM BENCH= 09d230c3dd969e67e7ea084b633c9325
RANDOM SEED=2068415336

node105.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.882
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	: 5333.76
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.882
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.882
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		: 2666.882
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.882
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	: 5438.54
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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31163324 kB
Buffers:          418280 kB
Cached:           298332 kB
SwapCached:         1708 kB
Active:           535112 kB
Inactive:         312280 kB
Active(anon):     127124 kB
Inactive(anon):     4812 kB
Active(file):     407988 kB
Inactive(file):   307468 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:              4044 kB
Writeback:             0 kB
AnonPages:        139260 kB
Mapped:            16976 kB
Shmem:                 0 kB
Slab:             718284 kB
SReclaimable:     159412 kB
SUnreclaim:       558872 kB
KernelStack:        1616 kB
PageTables:         4224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 71508 MiB
End job on node105 at 2012-05-29 04:07:23