Trace number 3687925

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800 1789.25

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370a.opb
MD5SUM28d10e1d13e82e070b03ac2e5d475941
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10179070629
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4978502603
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29637219205243
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29637219205243
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.2.v20120418
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3687925-1337877420.opb
0.10/0.12	c reading problem ... 
2.22/1.63	c ... done. Wall clock time 1.51s.
2.22/1.63	c declared #vars     155000
2.22/1.63	c #constraints  5300
2.22/1.63	c constraints type 
2.22/1.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.22/1.63	c 5300 constraints processed.
2.22/1.63	c objective function length is 155000 literals
7.24/5.91	c cleaning 2500 clauses out of 5000 with flag 5000/5000
10.38/8.85	c cleaning 4250 clauses out of 8500 with flag 11000/11000
14.09/12.59	c cleaning 5625 clauses out of 11250 with flag 18000/18000
29.24/27.67	c cleaning 6808 clauses out of 13626 with flag 26001/26001
31.81/30.11	c cleaning 7902 clauses out of 15817 with flag 35000/35000
34.31/32.51	c cleaning 8957 clauses out of 17915 with flag 45000/45000
37.00/35.10	c cleaning 9978 clauses out of 19958 with flag 56000/56000
39.82/37.97	c cleaning 10989 clauses out of 21980 with flag 68000/68000
43.05/41.14	c cleaning 11993 clauses out of 23991 with flag 81000/81000
46.37/44.46	c cleaning 12998 clauses out of 25998 with flag 95000/95000
50.05/48.06	c cleaning 13998 clauses out of 28000 with flag 110000/110000
53.91/51.86	c cleaning 15002 clauses out of 30003 with flag 126001/126001
58.32/56.24	c cleaning 16000 clauses out of 32001 with flag 143001/143001
62.92/60.72	c cleaning 17000 clauses out of 34001 with flag 161001/161001
67.60/65.39	c cleaning 17998 clauses out of 36001 with flag 180001/180001
72.66/70.33	c cleaning 18998 clauses out of 38002 with flag 200000/200000
78.03/75.68	c cleaning 19999 clauses out of 40004 with flag 221000/221000
83.61/81.15	c cleaning 21002 clauses out of 42006 with flag 243001/243001
89.34/86.85	c cleaning 21999 clauses out of 44004 with flag 266001/266001
94.91/92.35	c cleaning 23003 clauses out of 46005 with flag 290001/290001
102.15/99.46	c cleaning 23997 clauses out of 48001 with flag 315000/315000
108.83/106.00	c cleaning 24994 clauses out of 50004 with flag 341000/341000
115.99/113.05	c cleaning 26006 clauses out of 52011 with flag 368001/368001
123.31/120.38	c cleaning 26998 clauses out of 54005 with flag 396001/396001
131.51/128.44	c cleaning 27999 clauses out of 56006 with flag 425000/425000
139.53/136.47	c cleaning 28996 clauses out of 58008 with flag 455001/455001
148.11/144.91	c cleaning 30003 clauses out of 60011 with flag 486000/486000
157.11/153.81	c cleaning 31001 clauses out of 62008 with flag 518000/518000
166.44/163.09	c cleaning 32000 clauses out of 64007 with flag 551000/551000
176.03/172.53	c cleaning 33001 clauses out of 66007 with flag 585000/585000
185.60/182.09	c cleaning 33995 clauses out of 68008 with flag 620002/620002
195.56/191.93	c cleaning 35004 clauses out of 70011 with flag 656000/656000
205.73/202.03	c cleaning 36002 clauses out of 72007 with flag 693000/693000
216.30/212.55	c cleaning 36993 clauses out of 74005 with flag 731000/731000
227.14/223.28	c cleaning 38002 clauses out of 76012 with flag 770000/770000
238.05/234.15	c cleaning 39001 clauses out of 78011 with flag 810001/810001
249.66/245.75	c cleaning 40002 clauses out of 80009 with flag 851000/851000
261.17/257.28	c cleaning 40999 clauses out of 82007 with flag 893000/893000
273.18/269.26	c cleaning 42003 clauses out of 84010 with flag 936002/936002
285.79/281.90	c cleaning 43003 clauses out of 86006 with flag 980001/980001
298.80/294.83	c cleaning 43995 clauses out of 88003 with flag 1025001/1025001
311.80/307.82	c cleaning 45001 clauses out of 90007 with flag 1071000/1071000
325.51/321.50	c cleaning 46003 clauses out of 92007 with flag 1118001/1118001
339.23/335.29	c cleaning 47002 clauses out of 94004 with flag 1166001/1166001
353.53/349.58	c cleaning 48000 clauses out of 96002 with flag 1215001/1215001
367.83/363.88	c cleaning 49002 clauses out of 98003 with flag 1265002/1265002
382.43/378.46	c cleaning 49998 clauses out of 100001 with flag 1316002/1316002
396.83/392.84	c cleaning 50996 clauses out of 102001 with flag 1368000/1368000
412.04/408.09	c cleaning 51995 clauses out of 104005 with flag 1421000/1421000
427.25/423.23	c cleaning 52999 clauses out of 106010 with flag 1475000/1475000
442.85/438.85	c cleaning 54004 clauses out of 108011 with flag 1530000/1530000
459.06/455.03	c cleaning 54999 clauses out of 110008 with flag 1586001/1586001
475.08/471.07	c cleaning 56002 clauses out of 112009 with flag 1643001/1643001
491.69/487.63	c cleaning 57003 clauses out of 114007 with flag 1701001/1701001
508.61/504.52	c cleaning 58000 clauses out of 116005 with flag 1760002/1760002
525.83/521.73	c cleaning 59001 clauses out of 118003 with flag 1820000/1820000
543.85/539.72	c cleaning 59997 clauses out of 120002 with flag 1881000/1881000
562.07/557.91	c cleaning 61001 clauses out of 122005 with flag 1943000/1943000
580.18/576.05	c cleaning 61995 clauses out of 124005 with flag 2006001/2006001
599.18/595.05	c cleaning 62996 clauses out of 126010 with flag 2070001/2070001
618.48/614.35	c cleaning 64002 clauses out of 128013 with flag 2135000/2135000
637.58/633.44	c cleaning 64999 clauses out of 130012 with flag 2201001/2201001
657.48/653.32	c cleaning 66005 clauses out of 132012 with flag 2268000/2268000
677.13/672.76	c cleaning 67001 clauses out of 134009 with flag 2336002/2336002
698.35/693.42	c cleaning 67999 clauses out of 136008 with flag 2405002/2405002
718.16/713.29	c cleaning 69004 clauses out of 138008 with flag 2475001/2475001
739.27/734.20	c cleaning 70000 clauses out of 140005 with flag 2546002/2546002
760.80/755.67	c cleaning 71000 clauses out of 142005 with flag 2618002/2618002
782.02/776.78	c cleaning 71994 clauses out of 144004 with flag 2691001/2691001
803.97/798.63	c cleaning 73001 clauses out of 146009 with flag 2765000/2765000
826.37/820.91	c cleaning 73998 clauses out of 148008 with flag 2840000/2840000
848.68/843.21	c cleaning 74998 clauses out of 150011 with flag 2916001/2916001
871.49/866.04	c cleaning 75997 clauses out of 152012 with flag 2993000/2993000
895.03/889.49	c cleaning 76998 clauses out of 154016 with flag 3071001/3071001
918.57/912.86	c cleaning 78006 clauses out of 156017 with flag 3150000/3150000
942.26/936.49	c cleaning 79002 clauses out of 158013 with flag 3230002/3230002
967.09/961.14	c cleaning 80000 clauses out of 160011 with flag 3311002/3311002
991.95/985.87	c cleaning 81002 clauses out of 162010 with flag 3393001/3393001
1017.10/1010.92	c cleaning 81998 clauses out of 164009 with flag 3476002/3476002
1043.03/1036.75	c cleaning 83004 clauses out of 166011 with flag 3560002/3560002
1068.69/1062.35	c cleaning 84001 clauses out of 168006 with flag 3645001/3645001
1094.05/1087.47	c cleaning 84999 clauses out of 170006 with flag 3731002/3731002
1120.97/1114.29	c cleaning 86001 clauses out of 172007 with flag 3818002/3818002
1147.99/1141.14	c cleaning 87002 clauses out of 174005 with flag 3906001/3906001
1175.36/1168.47	c cleaning 87999 clauses out of 176004 with flag 3995002/3995002
1203.46/1196.30	c cleaning 89001 clauses out of 178005 with flag 4085002/4085002
1231.37/1224.09	c cleaning 90002 clauses out of 180003 with flag 4176001/4176001
1260.26/1252.80	c cleaning 90999 clauses out of 182002 with flag 4268002/4268002
1289.22/1281.77	c cleaning 91998 clauses out of 184003 with flag 4361002/4361002
1319.24/1311.57	c cleaning 93002 clauses out of 186004 with flag 4455001/4455001
1347.57/1339.66	c cleaning 93997 clauses out of 188001 with flag 4550000/4550000
1377.28/1369.28	c cleaning 94995 clauses out of 190004 with flag 4646000/4646000
1406.65/1398.42	c cleaning 96005 clauses out of 192011 with flag 4743002/4743002
1435.84/1427.58	c cleaning 97000 clauses out of 194004 with flag 4841000/4841000
1465.84/1457.36	c cleaning 97997 clauses out of 196004 with flag 4940000/4940000
1496.86/1488.17	c cleaning 98999 clauses out of 198007 with flag 5040000/5040000
1529.10/1519.98	c cleaning 100003 clauses out of 200009 with flag 5141001/5141001
1561.20/1551.80	c cleaning 100999 clauses out of 202006 with flag 5243001/5243001
1593.72/1584.31	c cleaning 102000 clauses out of 204006 with flag 5346000/5346000
1625.93/1616.36	c cleaning 102996 clauses out of 206007 with flag 5450001/5450001
1659.38/1649.68	c cleaning 104005 clauses out of 208011 with flag 5555001/5555001
1692.93/1682.91	c cleaning 104998 clauses out of 210006 with flag 5661001/5661001
1726.59/1716.41	c cleaning 105998 clauses out of 212007 with flag 5768000/5768000
1760.58/1750.26	c cleaning 106999 clauses out of 214009 with flag 5876000/5876000
1794.67/1784.11	c cleaning 108006 clauses out of 216011 with flag 5985001/5985001
1800.00/1789.21	c starts		: 276
1800.00/1789.21	c conflicts		: 6003636
1800.00/1789.21	c decisions		: 6797434
1800.00/1789.21	c propagations		: 389349565
1800.00/1789.21	c inspects		: 3198314169
1800.00/1789.21	c shortcuts		: 0
1800.00/1789.21	c learnt literals	: 0
1800.00/1789.21	c learnt binary clauses	: 0
1800.00/1789.21	c learnt ternary clauses	: 0
1800.00/1789.21	c learnt constraints	: 6003636
1800.00/1789.21	c ignored constraints	: 0
1800.00/1789.21	c root simplifications	: 0
1800.00/1789.21	c removed literals (reason simplification)	: 0
1800.00/1789.21	c reason swapping (by a shorter reason)	: 0
1800.00/1789.21	c Calls to reduceDB	: 105
1800.00/1789.21	c number of reductions to clauses (during analyze)	: 0
1800.00/1789.21	c number of learned constraints concerned by reduction	: 0
1800.00/1789.21	c number of learning phase by resolution	: 0
1800.00/1789.21	c number of learning phase by cutting planes	: 0
1800.00/1789.21	c speed (assignments/second)	: 217839.31909417704
1800.00/1789.21	c non guided choices	476549
1800.00/1789.24	c learnt constraints type 
1800.00/1789.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126732
1800.00/1789.24	c constraints type 
1800.00/1789.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
1800.00/1789.24	c 5300 constraints processed.
1800.00/1789.24	s UNKNOWN
1800.00/1789.24	c Total wall clock time (in seconds): 1789.117

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-3687925-1337877420/watcher-3687925-1337877420 -o /tmp/evaluation-result-3687925-1337877420/solver-3687925-1337877420 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687925-1337877420.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.04 2.09 2.02 3/192 22298
/proc/meminfo: memFree=24613188/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22298/stat : 22298 (java) D 22296 22298 21473 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253870418 9515008 182 33554432000 1073741824 1073778376 140733948535488 140733948526520 226329706165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22298/statm: 2323 182 140 9 0 71 0

[startup+0.101672 s]
/proc/loadavg: 2.04 2.09 2.02 3/192 22298
/proc/meminfo: memFree=24613188/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 4268 0 1 0 9 1 0 0 20 0 18 0 253870418 9787813888 5450 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2389603 5451 2107 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.200316 s]
/proc/loadavg: 2.04 2.09 2.02 3/192 22298
/proc/meminfo: memFree=24613188/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 5101 0 1 0 28 1 0 0 20 0 18 0 253870418 9787813888 7595 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2389603 7595 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558412

[startup+0.300369 s]
/proc/loadavg: 2.04 2.09 2.02 3/192 22298
/proc/meminfo: memFree=24613188/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 6166 0 1 0 45 2 0 0 20 0 18 0 253870418 9787813888 12714 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2389603 12714 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700323 s]
/proc/loadavg: 2.04 2.09 2.02 3/192 22298
/proc/meminfo: memFree=24613188/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9558412 CPUtime=1.13 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 6488 0 1 0 104 9 0 0 20 0 18 0 253870418 9787813888 46643 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2389603 46643 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558412

[startup+1.50084 s]
/proc/loadavg: 2.04 2.09 2.02 3/210 22316
/proc/meminfo: memFree=24372284/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9558412 CPUtime=2.12 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 6949 0 1 0 196 16 0 0 20 0 18 0 253870418 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2389603 77194 2246 9 0 2380296 0
[pid=22298/tid=22300] ppid=22296 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/22298/task/22300/stat : 22300 (java) R 22296 22298 21473 0 -1 4202560 2536 0 1 0 127 5 0 0 20 0 18 0 253870419 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140397018114568 140396860948953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22301] ppid=22296 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/22298/task/22301/stat : 22301 (java) S 22296 22298 21473 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 253870420 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396979608360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22302] ppid=22296 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/22298/task/22302/stat : 22302 (java) S 22296 22298 21473 0 -1 4202560 150 0 0 0 6 3 0 0 20 0 18 0 253870420 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396860533416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22303] ppid=22296 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/22298/task/22303/stat : 22303 (java) S 22296 22298 21473 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 18 0 253870420 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396859481128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22304] ppid=22296 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/22298/task/22304/stat : 22304 (java) S 22296 22298 21473 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 18 0 253870420 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396858428328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22305] ppid=22296 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/22298/task/22305/stat : 22305 (java) S 22296 22298 21473 0 -1 4202560 134 0 0 0 2 0 0 0 20 0 18 0 253870420 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396857375016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22306] ppid=22296 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/22298/task/22306/stat : 22306 (java) S 22296 22298 21473 0 -1 4202560 123 0 0 0 2 2 0 0 20 0 18 0 253870420 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396856322216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22307] ppid=22296 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/22298/task/22307/stat : 22307 (java) S 22296 22298 21473 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 18 0 253870420 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396855269928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22308] ppid=22296 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/22298/task/22308/stat : 22308 (java) S 22296 22298 21473 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 253870421 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396854217128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22309] ppid=22296 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22309/stat : 22309 (java) S 22296 22298 21473 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253870422 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396371888872 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22310] ppid=22296 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22310/stat : 22310 (java) S 22296 22298 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253870422 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396370834936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22311] ppid=22296 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22311/stat : 22311 (java) S 22296 22298 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253870422 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396369782536 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22312] ppid=22296 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22312/stat : 22312 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253870425 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396368731024 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22313] ppid=22296 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/22298/task/22313/stat : 22313 (java) S 22296 22298 21473 0 -1 4202560 1522 0 0 0 18 0 0 0 20 0 18 0 253870425 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396367677624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22314] ppid=22296 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/22298/task/22314/stat : 22314 (java) S 22296 22298 21473 0 -1 4202560 1129 0 0 0 14 0 0 0 20 0 18 0 253870425 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396366624824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22315] ppid=22296 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22315/stat : 22315 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253870425 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396365572728 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22316] ppid=22296 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22316/stat : 22316 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253870425 9787813888 77194 33554432000 1073741824 1073778376 140733427506208 140396364520136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9558412

[startup+3.10082 s]
/proc/loadavg: 2.04 2.09 2.02 3/211 22317
/proc/meminfo: memFree=24212108/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9624976 CPUtime=4.42 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 8766 0 1 0 417 25 0 0 20 0 19 0 253870418 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2406244 102254 2263 9 0 2396937 0
[pid=22298/tid=22300] ppid=22296 vsize=9624976 CPUtime=2.84 cores=1,3,5,7
/proc/22298/task/22300/stat : 22300 (java) R 22296 22298 21473 0 -1 4202560 2572 0 1 0 278 6 0 0 20 0 19 0 253870419 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140397018114616 140396861313834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22301] ppid=22296 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/22298/task/22301/stat : 22301 (java) S 22296 22298 21473 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 19 0 253870420 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396979608360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22302] ppid=22296 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/22298/task/22302/stat : 22302 (java) S 22296 22298 21473 0 -1 4202560 161 0 0 0 8 3 0 0 20 0 19 0 253870420 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396860533416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22303] ppid=22296 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/22298/task/22303/stat : 22303 (java) S 22296 22298 21473 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 253870420 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396859481128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22304] ppid=22296 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/22298/task/22304/stat : 22304 (java) S 22296 22298 21473 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 19 0 253870420 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396858428328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22305] ppid=22296 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/22298/task/22305/stat : 22305 (java) S 22296 22298 21473 0 -1 4202560 157 0 0 0 6 3 0 0 20 0 19 0 253870420 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396857375016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22306] ppid=22296 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/22298/task/22306/stat : 22306 (java) S 22296 22298 21473 0 -1 4202560 138 0 0 0 4 2 0 0 20 0 19 0 253870420 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396856322216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22307] ppid=22296 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/22298/task/22307/stat : 22307 (java) S 22296 22298 21473 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 253870420 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396855269928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22308] ppid=22296 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/22298/task/22308/stat : 22308 (java) S 22296 22298 21473 0 -1 4202560 41 0 0 0 7 3 0 0 20 0 19 0 253870421 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396854217128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22309] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22309/stat : 22309 (java) S 22296 22298 21473 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396371888872 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22310] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22310/stat : 22310 (java) S 22296 22298 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396370834936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22311] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22311/stat : 22311 (java) S 22296 22298 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396369782536 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22312] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22312/stat : 22312 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396368731024 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22313] ppid=22296 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/22298/task/22313/stat : 22313 (java) S 22296 22298 21473 0 -1 4202560 2230 0 0 0 43 0 0 0 20 0 19 0 253870425 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396367677624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22314] ppid=22296 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/22298/task/22314/stat : 22314 (java) S 22296 22298 21473 0 -1 4202560 1947 0 0 0 36 0 0 0 20 0 19 0 253870425 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396366624824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22315] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22315/stat : 22315 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396365572728 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22316] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22316/stat : 22316 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396364520136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22317] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22317/stat : 22317 (java) S 22296 22298 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253870607 9855975424 102254 33554432000 1073741824 1073778376 140733427506208 140396363466152 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9624976

[startup+6.30083 s]
/proc/loadavg: 2.03 2.09 2.02 3/211 22317
/proc/meminfo: memFree=24210612/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9624976 CPUtime=7.8 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 14002 0 1 0 747 33 0 0 20 0 19 0 253870418 9855975424 124150 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2406244 124150 2275 9 0 2396937 0
[pid=22298/tid=22300] ppid=22296 vsize=9624976 CPUtime=5.66 cores=1,3,5,7
/proc/22298/task/22300/stat : 22300 (java) R 22296 22298 21473 0 -1 4202560 2573 0 1 0 560 6 0 0 20 0 19 0 253870419 9855975424 124150 33554432000 1073741824 1073778376 140733427506208 140397018116520 140396861256459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22301] ppid=22296 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/22298/task/22301/stat : 22301 (java) S 22296 22298 21473 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 19 0 253870420 9855975424 124150 33554432000 1073741824 1073778376 140733427506208 140396979608360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22302] ppid=22296 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/22298/task/22302/stat : 22302 (java) S 22296 22298 21473 0 -1 4202560 175 0 0 0 9 4 0 0 20 0 19 0 253870420 9855975424 124150 33554432000 1073741824 1073778376 140733427506208 140396860533416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22303] ppid=22296 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/22298/task/22303/stat : 22303 (java) S 22296 22298 21473 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 19 0 253870420 9855975424 124151 33554432000 1073741824 1073778376 140733427506208 140396859481128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22304] ppid=22296 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/22298/task/22304/stat : 22304 (java) S 22296 22298 21473 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 19 0 253870420 9855975424 124151 33554432000 1073741824 1073778376 140733427506208 140396858428328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22305] ppid=22296 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/22298/task/22305/stat : 22305 (java) S 22296 22298 21473 0 -1 4202560 189 0 0 0 9 5 0 0 20 0 19 0 253870420 9855975424 124151 33554432000 1073741824 1073778376 140733427506208 140396857375016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22306] ppid=22296 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/22298/task/22306/stat : 22306 (java) S 22296 22298 21473 0 -1 4202560 148 0 0 0 5 3 0 0 20 0 19 0 253870420 9855975424 124151 33554432000 1073741824 1073778376 140733427506208 140396856322216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22307] ppid=22296 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/22298/task/22307/stat : 22307 (java) S 22296 22298 21473 0 -1 4202560 55 0 0 0 5 4 0 0 20 0 19 0 253870420 9855975424 124152 33554432000 1073741824 1073778376 140733427506208 140396855269928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22308] ppid=22296 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/22298/task/22308/stat : 22308 (java) S 22296 22298 21473 0 -1 4202560 50 0 0 0 8 3 0 0 20 0 19 0 253870421 9855975424 124152 33554432000 1073741824 1073778376 140733427506208 140396854217128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22309] ppid=22296 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/22298/task/22309/stat : 22309 (java) S 22296 22298 21473 0 -1 4202560 4399 0 0 0 30 2 0 0 20 0 19 0 253870422 9855975424 124152 33554432000 1073741824 1073778376 140733427506208 140396371888872 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22310] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22310/stat : 22310 (java) S 22296 22298 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 124152 33554432000 1073741824 1073778376 140733427506208 140396370834936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22311] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22311/stat : 22311 (java) S 22296 22298 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 124153 33554432000 1073741824 1073778376 140733427506208 140396369782536 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22312] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22312/stat : 22312 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 124153 33554432000 1073741824 1073778376 140733427506208 140396368731024 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22313] ppid=22296 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/22298/task/22313/stat : 22313 (java) S 22296 22298 21473 0 -1 4202560 2234 0 0 0 45 0 0 0 20 0 19 0 253870425 9855975424 124153 33554432000 1073741824 1073778376 140733427506208 140396367677624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22314] ppid=22296 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/22298/task/22314/stat : 22314 (java) R 22296 22298 21473 0 -1 4202560 2851 0 0 0 40 0 0 0 20 0 19 0 253870425 9855975424 124155 33554432000 1073741824 1073778376 140733427506208 140396366600792 140397021048181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22315] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22315/stat : 22315 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 124161 33554432000 1073741824 1073778376 140733427506208 140396365572728 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22316] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22316/stat : 22316 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 124161 33554432000 1073741824 1073778376 140733427506208 140396364520136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22317] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22317/stat : 22317 (java) S 22296 22298 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253870607 9855975424 124163 33554432000 1073741824 1073778376 140733427506208 140396363466152 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.03 2.09 2.02 2/191 22320
/proc/meminfo: memFree=28174672/32873844 swapFree=6080/6080

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

[pid=22298/tid=22313] ppid=22296 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22298/task/22313/stat : 22313 (java) S 22296 22298 21473 0 -1 4202560 2250 0 0 0 47 0 0 0 20 0 19 0 253870425 9855975424 450965 33554432000 1073741824 1073778376 140733427506208 140396367677624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22314] ppid=22296 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/22298/task/22314/stat : 22314 (java) S 22296 22298 21473 0 -1 4202560 5268 0 0 0 60 2 0 0 20 0 19 0 253870425 9855975424 450965 33554432000 1073741824 1073778376 140733427506208 140396366624824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22315] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22315/stat : 22315 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 450965 33554432000 1073741824 1073778376 140733427506208 140396365572728 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22316] ppid=22296 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/22298/task/22316/stat : 22316 (java) S 22296 22298 21473 0 -1 4202560 100 0 0 0 41 28 0 0 20 0 19 0 253870425 9855975424 450965 33554432000 1073741824 1073778376 140733427506208 140396364520136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22317] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22317/stat : 22317 (java) S 22296 22298 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253870607 9855975424 450965 33554432000 1073741824 1073778376 140733427506208 140396363466152 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1732.67
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/211 22414
/proc/meminfo: memFree=26493124/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9624976 CPUtime=1792.87 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 308983 0 1 0 179027 260 0 0 20 0 19 0 253870418 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2406244 455061 2277 9 0 2396937 0
[pid=22298/tid=22300] ppid=22296 vsize=9624976 CPUtime=1730.42 cores=1,3,5,7
/proc/22298/task/22300/stat : 22300 (java) R 22296 22298 21473 0 -1 4202560 3553 0 1 0 172999 43 0 0 20 0 19 0 253870419 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140397018116400 140396861452607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22301] ppid=22296 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/22298/task/22301/stat : 22301 (java) S 22296 22298 21473 0 -1 4202560 1621 0 0 0 128 20 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396979608360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22302] ppid=22296 vsize=9624976 CPUtime=1.76 cores=1,3,5,7
/proc/22298/task/22302/stat : 22302 (java) S 22296 22298 21473 0 -1 4202560 850 0 0 0 155 21 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396860533416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22303] ppid=22296 vsize=9624976 CPUtime=1.34 cores=1,3,5,7
/proc/22298/task/22303/stat : 22303 (java) S 22296 22298 21473 0 -1 4202560 786 0 0 0 119 15 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396859481128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22304] ppid=22296 vsize=9624976 CPUtime=1.34 cores=1,3,5,7
/proc/22298/task/22304/stat : 22304 (java) S 22296 22298 21473 0 -1 4202560 1581 0 0 0 121 13 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396858428328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22305] ppid=22296 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/22298/task/22305/stat : 22305 (java) S 22296 22298 21473 0 -1 4202560 1263 0 0 0 141 20 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396857375016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22306] ppid=22296 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/22298/task/22306/stat : 22306 (java) S 22296 22298 21473 0 -1 4202560 926 0 0 0 130 17 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396856322216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22307] ppid=22296 vsize=9624976 CPUtime=1.36 cores=1,3,5,7
/proc/22298/task/22307/stat : 22307 (java) S 22296 22298 21473 0 -1 4202560 2354 0 0 0 121 15 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396855269928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22308] ppid=22296 vsize=9624976 CPUtime=1.52 cores=1,3,5,7
/proc/22298/task/22308/stat : 22308 (java) S 22296 22298 21473 0 -1 4202560 494 0 0 0 138 14 0 0 20 0 19 0 253870421 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396854217128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22309] ppid=22296 vsize=9624976 CPUtime=43.91 cores=1,3,5,7
/proc/22298/task/22309/stat : 22309 (java) S 22296 22298 21473 0 -1 4202560 286752 0 0 0 4329 62 0 0 20 0 19 0 253870422 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396371888872 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22310] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22310/stat : 22310 (java) S 22296 22298 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396370834936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22311] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22311/stat : 22311 (java) S 22296 22298 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396369782536 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22312] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22312/stat : 22312 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396368731024 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22313] ppid=22296 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22298/task/22313/stat : 22313 (java) S 22296 22298 21473 0 -1 4202560 2250 0 0 0 47 0 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396367677624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22314] ppid=22296 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/22298/task/22314/stat : 22314 (java) S 22296 22298 21473 0 -1 4202560 5268 0 0 0 60 2 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396366624824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22315] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22315/stat : 22315 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396365572728 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22316] ppid=22296 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/22298/task/22316/stat : 22316 (java) S 22296 22298 21473 0 -1 4202560 104 0 0 0 42 30 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396364520136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22317] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22317/stat : 22317 (java) S 22296 22298 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253870607 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396363466152 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1792.87
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.2 s]
/proc/loadavg: 1.95 2.00 1.99 3/211 22473
/proc/meminfo: memFree=26824752/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9624976 CPUtime=1800 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 308986 0 1 0 179739 261 0 0 20 0 19 0 253870418 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2406244 455061 2277 9 0 2396937 0
[pid=22298/tid=22300] ppid=22296 vsize=9624976 CPUtime=1736.84 cores=1,3,5,7
/proc/22298/task/22300/stat : 22300 (java) R 22296 22298 21473 0 -1 4202560 3554 0 1 0 173641 43 0 0 20 0 19 0 253870419 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140397018116400 140396861174777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22301] ppid=22296 vsize=9624976 CPUtime=1.52 cores=1,3,5,7
/proc/22298/task/22301/stat : 22301 (java) S 22296 22298 21473 0 -1 4202560 1621 0 0 0 132 20 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396979608360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22302] ppid=22296 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/22298/task/22302/stat : 22302 (java) S 22296 22298 21473 0 -1 4202560 850 0 0 0 157 21 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396860533416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22303] ppid=22296 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/22298/task/22303/stat : 22303 (java) S 22296 22298 21473 0 -1 4202560 786 0 0 0 123 15 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396859481128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22304] ppid=22296 vsize=9624976 CPUtime=1.36 cores=1,3,5,7
/proc/22298/task/22304/stat : 22304 (java) S 22296 22298 21473 0 -1 4202560 1581 0 0 0 123 13 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396858428328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22305] ppid=22296 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/22298/task/22305/stat : 22305 (java) S 22296 22298 21473 0 -1 4202560 1263 0 0 0 143 20 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396857375016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22306] ppid=22296 vsize=9624976 CPUtime=1.5 cores=1,3,5,7
/proc/22298/task/22306/stat : 22306 (java) S 22296 22298 21473 0 -1 4202560 926 0 0 0 133 17 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396856322216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22307] ppid=22296 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/22298/task/22307/stat : 22307 (java) S 22296 22298 21473 0 -1 4202560 2354 0 0 0 129 15 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396855269928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22308] ppid=22296 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/22298/task/22308/stat : 22308 (java) S 22296 22298 21473 0 -1 4202560 494 0 0 0 145 14 0 0 20 0 19 0 253870421 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396854217128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22309] ppid=22296 vsize=9624976 CPUtime=44.3 cores=1,3,5,7
/proc/22298/task/22309/stat : 22309 (java) S 22296 22298 21473 0 -1 4202560 286754 0 0 0 4368 62 0 0 20 0 19 0 253870422 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396371888872 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22310] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22310/stat : 22310 (java) S 22296 22298 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396370834936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22311] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22311/stat : 22311 (java) S 22296 22298 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396369782536 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22312] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22312/stat : 22312 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396368731024 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22313] ppid=22296 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22298/task/22313/stat : 22313 (java) S 22296 22298 21473 0 -1 4202560 2250 0 0 0 47 0 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396367677624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22314] ppid=22296 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/22298/task/22314/stat : 22314 (java) S 22296 22298 21473 0 -1 4202560 5268 0 0 0 60 2 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396366624824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22315] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22315/stat : 22315 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396365572728 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22316] ppid=22296 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/22298/task/22316/stat : 22316 (java) S 22296 22298 21473 0 -1 4202560 104 0 0 0 42 30 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396364520136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22317] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22317/stat : 22317 (java) S 22296 22298 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253870607 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396363466152 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1789.2 s]
/proc/loadavg: 1.95 2.00 1.99 3/211 22473
/proc/meminfo: memFree=26824752/32873844 swapFree=6080/6080
[pid=22298] ppid=22296 vsize=9624976 CPUtime=1800 cores=1,3,5,7
/proc/22298/stat : 22298 (java) S 22296 22298 21473 0 -1 4202496 308986 0 1 0 179739 261 0 0 20 0 19 0 253870418 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140733427497344 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22298/statm: 2406244 455061 2277 9 0 2396937 0
[pid=22298/tid=22300] ppid=22296 vsize=9624976 CPUtime=1736.84 cores=1,3,5,7
/proc/22298/task/22300/stat : 22300 (java) R 22296 22298 21473 0 -1 4202560 3554 0 1 0 173641 43 0 0 20 0 19 0 253870419 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140397018116400 140396861174777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22301] ppid=22296 vsize=9624976 CPUtime=1.52 cores=1,3,5,7
/proc/22298/task/22301/stat : 22301 (java) S 22296 22298 21473 0 -1 4202560 1621 0 0 0 132 20 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396979608360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22302] ppid=22296 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/22298/task/22302/stat : 22302 (java) S 22296 22298 21473 0 -1 4202560 850 0 0 0 157 21 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396860533416 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22303] ppid=22296 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/22298/task/22303/stat : 22303 (java) S 22296 22298 21473 0 -1 4202560 786 0 0 0 123 15 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396859481128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22304] ppid=22296 vsize=9624976 CPUtime=1.36 cores=1,3,5,7
/proc/22298/task/22304/stat : 22304 (java) S 22296 22298 21473 0 -1 4202560 1581 0 0 0 123 13 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396858428328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22305] ppid=22296 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/22298/task/22305/stat : 22305 (java) S 22296 22298 21473 0 -1 4202560 1263 0 0 0 143 20 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396857375016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22306] ppid=22296 vsize=9624976 CPUtime=1.5 cores=1,3,5,7
/proc/22298/task/22306/stat : 22306 (java) S 22296 22298 21473 0 -1 4202560 926 0 0 0 133 17 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396856322216 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22307] ppid=22296 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/22298/task/22307/stat : 22307 (java) S 22296 22298 21473 0 -1 4202560 2354 0 0 0 129 15 0 0 20 0 19 0 253870420 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396855269928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22308] ppid=22296 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/22298/task/22308/stat : 22308 (java) S 22296 22298 21473 0 -1 4202560 494 0 0 0 145 14 0 0 20 0 19 0 253870421 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396854217128 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22309] ppid=22296 vsize=9624976 CPUtime=44.3 cores=1,3,5,7
/proc/22298/task/22309/stat : 22309 (java) S 22296 22298 21473 0 -1 4202560 286754 0 0 0 4368 62 0 0 20 0 19 0 253870422 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396371888872 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22310] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22310/stat : 22310 (java) S 22296 22298 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396370834936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22311] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22311/stat : 22311 (java) S 22296 22298 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253870422 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396369782536 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22312] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22312/stat : 22312 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396368731024 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22313] ppid=22296 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/22298/task/22313/stat : 22313 (java) S 22296 22298 21473 0 -1 4202560 2250 0 0 0 47 0 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396367677624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22298/tid=22314] ppid=22296 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/22298/task/22314/stat : 22314 (java) S 22296 22298 21473 0 -1 4202560 5268 0 0 0 60 2 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396366624824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22298/tid=22315] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22315/stat : 22315 (java) S 22296 22298 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396365572728 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22298/tid=22316] ppid=22296 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/22298/task/22316/stat : 22316 (java) S 22296 22298 21473 0 -1 4202560 104 0 0 0 42 30 0 0 20 0 19 0 253870425 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396364520136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22298/tid=22317] ppid=22296 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22298/task/22317/stat : 22317 (java) S 22296 22298 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253870607 9855975424 455061 33554432000 1073741824 1073778376 140733427506208 140396363466152 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22298 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=618480
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=862564
# CPU time returned by wait4() is 1795.48
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.25
CPU time (s): 1800
CPU user time (s): 1797.39
CPU system time (s): 2.61
CPU usage (%): 100.601
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.62
system time used= 2.86256
maximum resident set size= 1820408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309030
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40373
involuntary context switches= 21630

runsolver used 10.8014 second user time and 10.8823 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 18:37:00
IDJOB=3687925
IDBENCH=2284
IDSOLVER=2269
FILE ID=node110/3687925-1337877420
RUNJOBID= node110-1337871882-21490
PBS_JOBID= 14620094
Free space on /tmp= 71604 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370a.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687925-1337877420/watcher-3687925-1337877420 -o /tmp/evaluation-result-3687925-1337877420/solver-3687925-1337877420 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687925-1337877420.opb

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

MD5SUM BENCH= 28d10e1d13e82e070b03ac2e5d475941
RANDOM SEED=124125119

node110.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.893
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.78
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.893
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.893
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.92
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.893
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.893
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.92
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.893
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.90
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.893
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.893
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:        24613576 kB
Buffers:          200760 kB
Cached:          3213216 kB
SwapCached:            0 kB
Active:          4621128 kB
Inactive:        2865248 kB
Active(anon):    4075048 kB
Inactive(anon):        0 kB
Active(file):     546080 kB
Inactive(file):  2865248 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9028 kB
Writeback:             0 kB
AnonPages:       4079904 kB
Mapped:            21588 kB
Shmem:               200 kB
Slab:             627808 kB
SReclaimable:      70456 kB
SUnreclaim:       557352 kB
KernelStack:        1584 kB
PageTables:        12228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5135832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4020224 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= 71604 MiB
End job on node110 at 2012-05-24 19:06:51