Trace number 4120006

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 2.3.6 Resolution PB16? (TO) 1800.63 1798.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n92-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM0aabf89106f4477366533cff37410bf4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark37.2753
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables138
Total number of constraints368
Number of constraints which are clauses368
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-2013 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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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@587bd9f2
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 Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4120006-1467308731.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.05s.
0.10/0.17	c declared #vars     138
0.10/0.17	c #constraints  368
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 368
0.10/0.17	c 368 constraints processed.
0.62/0.45	c cleaning 2494 clauses out of 5000 with flag 20593/5000
1.14/0.73	c cleaning 4248 clauses out of 8507 with flag 50826/11001
1.44/1.06	c cleaning 5629 clauses out of 11259 with flag 76254/18001
1.85/1.42	c cleaning 6808 clauses out of 13629 with flag 114202/26000
2.46/2.05	c cleaning 7905 clauses out of 15822 with flag 159703/35001
3.06/2.65	c cleaning 8954 clauses out of 17917 with flag 209396/45001
3.86/3.45	c cleaning 9971 clauses out of 19962 with flag 269023/56000
4.87/4.41	c cleaning 10990 clauses out of 21991 with flag 332859/68000
5.97/5.56	c cleaning 11994 clauses out of 24002 with flag 402866/81001
7.36/6.97	c cleaning 13000 clauses out of 26007 with flag 480251/95000
8.96/8.58	c cleaning 14001 clauses out of 28008 with flag 563422/110001
10.86/10.44	c cleaning 14998 clauses out of 30006 with flag 649495/126000
12.86/12.47	c cleaning 16000 clauses out of 32009 with flag 738350/143001
14.76/14.34	c cleaning 16999 clauses out of 34008 with flag 817647/161000
16.96/16.54	c cleaning 17999 clauses out of 36010 with flag 908761/180001
19.95/19.52	c cleaning 19001 clauses out of 38010 with flag 1005236/200000
23.05/22.61	c cleaning 20001 clauses out of 40010 with flag 1094096/221001
26.36/25.99	c cleaning 21000 clauses out of 42009 with flag 1188897/243001
30.16/29.73	c cleaning 22002 clauses out of 44008 with flag 1294068/266000
34.86/34.44	c cleaning 22997 clauses out of 46006 with flag 1399865/290000
39.75/39.32	c cleaning 24000 clauses out of 48010 with flag 1500822/315001
44.56/44.12	c cleaning 25001 clauses out of 50010 with flag 1611460/341001
48.75/48.40	c cleaning 25995 clauses out of 52008 with flag 1742542/368000
53.15/52.72	c cleaning 27001 clauses out of 54014 with flag 1879996/396001
57.15/56.77	c cleaning 28000 clauses out of 56012 with flag 2034447/425000
61.06/60.62	c cleaning 29004 clauses out of 58013 with flag 2174017/455001
65.46/65.04	c cleaning 29999 clauses out of 60009 with flag 2324982/486001
71.25/70.88	c cleaning 31001 clauses out of 62010 with flag 2485851/518001
76.65/76.24	c cleaning 32000 clauses out of 64008 with flag 2643735/551000
82.35/81.94	c cleaning 32999 clauses out of 66009 with flag 2788852/585001
87.95/87.55	c cleaning 34000 clauses out of 68010 with flag 2937033/620001
94.25/93.87	c cleaning 35000 clauses out of 70009 with flag 3096541/656000
101.15/100.77	c cleaning 36004 clauses out of 72009 with flag 3255576/693000
108.15/107.73	c cleaning 37000 clauses out of 74006 with flag 3414398/731001
115.05/114.66	c cleaning 37999 clauses out of 76005 with flag 3581773/770000
122.05/121.63	c cleaning 39000 clauses out of 78006 with flag 3749646/810000
129.84/129.47	c cleaning 40002 clauses out of 80007 with flag 3928368/851001
138.59/138.14	c cleaning 40995 clauses out of 82005 with flag 4122830/893001
151.79/151.33	c cleaning 41998 clauses out of 84009 with flag 4359049/936000
168.81/168.32	c cleaning 43003 clauses out of 86011 with flag 4573114/980000
180.40/179.96	c cleaning 44001 clauses out of 88008 with flag 4791443/1025000
192.10/191.66	c cleaning 44997 clauses out of 90008 with flag 5021052/1071001
200.90/200.44	c cleaning 45999 clauses out of 92010 with flag 5242693/1118000
211.40/210.94	c cleaning 47005 clauses out of 94012 with flag 5444149/1166001
223.70/223.26	c cleaning 47995 clauses out of 96006 with flag 5653682/1215000
238.70/238.24	c cleaning 49001 clauses out of 98011 with flag 5874367/1265000
251.80/251.39	c cleaning 50003 clauses out of 100011 with flag 6109563/1316001
267.50/267.09	c cleaning 51000 clauses out of 102008 with flag 6344741/1368001
283.38/282.67	c cleaning 51997 clauses out of 104008 with flag 6583275/1421001
299.45/298.39	c cleaning 52997 clauses out of 106010 with flag 6829309/1475000
316.26/315.18	c cleaning 53999 clauses out of 108014 with flag 7068664/1530001
334.66/333.57	c cleaning 55007 clauses out of 110015 with flag 7296496/1586001
352.76/351.62	c cleaning 56001 clauses out of 112007 with flag 7515453/1643000
373.57/372.49	c cleaning 57002 clauses out of 114007 with flag 7752469/1701001
398.91/397.70	c cleaning 57997 clauses out of 116004 with flag 8022197/1760000
426.52/425.36	c cleaning 59001 clauses out of 118007 with flag 8283899/1820000
456.27/455.03	c cleaning 59999 clauses out of 120006 with flag 8548576/1881000
484.37/483.15	c cleaning 60997 clauses out of 122007 with flag 8800705/1943000
513.18/511.92	c cleaning 62001 clauses out of 124011 with flag 9058477/2006001
544.48/543.28	c cleaning 63004 clauses out of 126011 with flag 9333920/2070002
576.05/574.71	c cleaning 63997 clauses out of 128005 with flag 9624560/2135000
605.55/604.21	c cleaning 65003 clauses out of 130009 with flag 9920507/2201001
635.26/633.96	c cleaning 66002 clauses out of 132005 with flag 10226794/2268000
669.56/668.20	c cleaning 67001 clauses out of 134005 with flag 10542267/2336002
714.47/713.16	c cleaning 68000 clauses out of 136002 with flag 10855005/2405000
760.90/759.52	c cleaning 69000 clauses out of 138003 with flag 11179731/2475001
810.11/808.78	c cleaning 69996 clauses out of 140001 with flag 11506112/2546000
868.32/866.91	c cleaning 71002 clauses out of 142005 with flag 11834306/2618000
922.82/921.44	c cleaning 71998 clauses out of 144003 with flag 12175065/2691000
979.44/978.08	c cleaning 73000 clauses out of 146004 with flag 12502254/2765000
1037.65/1036.25	c cleaning 73997 clauses out of 148005 with flag 12823068/2840001
1087.71/1086.24	c cleaning 74999 clauses out of 150007 with flag 13201109/2916000
1168.13/1166.66	c cleaning 75998 clauses out of 152008 with flag 13547444/2993000
1253.75/1252.28	c cleaning 77001 clauses out of 154010 with flag 13900091/3071000
1336.55/1335.08	c cleaning 78001 clauses out of 156010 with flag 14255738/3150001
1423.37/1421.84	c cleaning 79003 clauses out of 158009 with flag 14615745/3230001
1513.47/1511.90	c cleaning 79999 clauses out of 160006 with flag 14980674/3311001
1606.89/1605.38	c cleaning 81002 clauses out of 162007 with flag 15350285/3393001
1703.79/1702.20	c cleaning 81999 clauses out of 164003 with flag 15724097/3476000
1800.01/1798.40	c starts		: 1074
1800.01/1798.40	c conflicts		: 3558338
1800.01/1798.40	c decisions		: 4110754
1800.01/1798.40	c propagations		: 26986703
1800.01/1798.40	c inspects		: 42366993534
1800.01/1798.40	c shortcuts		: 0
1800.01/1798.40	c learnt literals	: 3
1800.01/1798.40	c learnt binary clauses	: 4
1800.01/1798.40	c learnt ternary clauses	: 24
1800.01/1798.40	c learnt constraints	: 3558335
1800.01/1798.40	c ignored constraints	: 0
1800.01/1798.40	c root simplifications	: 0
1800.01/1798.40	c removed literals (reason simplification)	: 0
1800.01/1798.40	c reason swapping (by a shorter reason)	: 0
1800.01/1798.40	c Calls to reduceDB	: 79
1800.01/1798.40	c Number of update (reduction) of LBD	: 456889
1800.01/1798.40	c Imported unit clauses	: 0
1800.01/1798.40	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.40	c number of learned constraints concerned by reduction	: 0
1800.01/1798.40	c number of learning phase by resolution	: 0
1800.01/1798.40	c number of learning phase by cutting planes	: 0
1800.01/1798.40	c speed (assignments/second)	: 15007.31995133008
1800.01/1798.40	c non guided choices	1623
1800.01/1798.41	c timeout
1800.01/1798.43	c learnt constraints type 
1800.01/1798.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.01/1798.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164339
1800.01/1798.43	s UNKNOWN
1800.01/1798.43	c Total wall clock time (in seconds): 1798.318

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4120006-1467308731/watcher-4120006-1467308731 -o /tmp/evaluation-result-4120006-1467308731/solver-4120006-1467308731 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12738 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120006-1467308731.opb 

pid=12913
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.36 1.77 1.55 3/194 12916
/proc/meminfo: memFree=31156640/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 9904458 98570240 977 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 24065 977 743 9 0 16771 0
[pid=12916/tid=12917] ppid=12913 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 9904458 98570240 977 33554432000 1073741824 1073778376 140733636954512 140327023328808 224922518912 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 1.36 1.77 1.55 3/194 12916
/proc/meminfo: memFree=31156640/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 4419 0 1 0 9 1 0 0 20 0 18 0 9904458 9787879424 6039 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2389619 6039 2125 9 0 2380296 0
[pid=12916/tid=12917] ppid=12913 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2358 0 1 0 7 0 0 0 20 0 18 0 9904458 9787879424 6039 33554432000 1073741824 1073778376 140733636954512 140327023328992 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 1.36 1.77 1.55 3/194 12916
/proc/meminfo: memFree=31156640/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 5343 0 1 0 24 1 0 0 20 0 19 0 9904458 9856040960 6673 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2406260 6700 2219 9 0 2396937 0
[pid=12916/tid=12917] ppid=12913 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2381 0 1 0 16 0 0 0 20 0 19 0 9904458 9856040960 6708 33554432000 1073741824 1073778376 140733636954512 140327023333912 140326866106628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300334 s]
/proc/loadavg: 1.36 1.77 1.55 3/194 12916
/proc/meminfo: memFree=31156640/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 7203 0 1 0 47 1 0 0 20 0 19 0 9904458 9856040960 8172 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2406260 8172 2242 9 0 2396937 0
[pid=12916/tid=12917] ppid=12913 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2383 0 1 0 26 0 0 0 20 0 19 0 9904458 9856040960 8172 33554432000 1073741824 1073778376 140733636954512 140327023333304 140326866477889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700307 s]
/proc/loadavg: 1.36 1.77 1.55 3/194 12916
/proc/meminfo: memFree=31156640/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 11856 0 1 0 112 2 0 0 20 0 19 0 9904458 9856040960 11086 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2406260 11086 2254 9 0 2396937 0
[pid=12916/tid=12917] ppid=12913 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2383 0 1 0 66 0 0 0 20 0 19 0 9904458 9856040960 11086 33554432000 1073741824 1073778376 140733636954512 140327023331480 140326866477804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 1.57 1.81 1.57 4/213 12935
/proc/meminfo: memFree=31102536/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 11862 0 1 0 194 2 0 0 20 0 19 0 9904458 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2406260 12113 2256 9 0 2396937 0
[pid=12916/tid=12917] ppid=12913 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2386 0 1 0 145 1 0 0 20 0 19 0 9904458 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140327023333504 140326866477889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12919] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12919/stat : 12919 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326984825384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12920] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12920/stat : 12920 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326865988008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12921] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12921/stat : 12921 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326864935208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12922] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12922/stat : 12922 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326863882408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12923] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12923/stat : 12923 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326862830632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12924] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12924/stat : 12924 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326861777832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12925] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12925/stat : 12925 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326860725032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12926] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12926/stat : 12926 (java) S 12913 12916 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326859672232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12927] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12927/stat : 12927 (java) S 12913 12916 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9904460 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326377343464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12928] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12928/stat : 12928 (java) S 12913 12916 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326376289528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12929] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12929/stat : 12929 (java) S 12913 12916 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326375236616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12930] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12930/stat : 12930 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326374185104 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12931] ppid=12913 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12916/task/12931/stat : 12931 (java) S 12913 12916 12722 0 -1 4202560 5744 0 0 0 25 0 0 0 20 0 19 0 9904463 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326373133240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12932] ppid=12913 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12916/task/12932/stat : 12932 (java) S 12913 12916 12722 0 -1 4202560 2460 0 0 0 21 0 0 0 20 0 19 0 9904463 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326372080440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12933] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12933/stat : 12933 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326371027832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12934] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12934/stat : 12934 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326369975240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12935] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12935/stat : 12935 (java) S 12913 12916 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9904475 9856040960 12113 33554432000 1073741824 1073778376 140733636954512 140326368920744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 1.57 1.81 1.57 3/213 12935
/proc/meminfo: memFree=31096392/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 11864 0 1 0 354 2 0 0 20 0 19 0 9904458 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2406260 13137 2256 9 0 2396937 0
[pid=12916/tid=12917] ppid=12913 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2388 0 1 0 305 2 0 0 20 0 19 0 9904458 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140327023324864 140326866433784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12919] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12919/stat : 12919 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326984825384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12920] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12920/stat : 12920 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326865988008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12921] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12921/stat : 12921 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326864935208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12922] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12922/stat : 12922 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326863882408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12923] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12923/stat : 12923 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326862830632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12924] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12924/stat : 12924 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326861777832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12925] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12925/stat : 12925 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326860725032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12926] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12926/stat : 12926 (java) S 12913 12916 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326859672232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12927] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12927/stat : 12927 (java) S 12913 12916 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9904460 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326377343464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12928] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12928/stat : 12928 (java) S 12913 12916 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326376289528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12929] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12929/stat : 12929 (java) S 12913 12916 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326375236616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12930] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12930/stat : 12930 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326374185104 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12931] ppid=12913 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12916/task/12931/stat : 12931 (java) S 12913 12916 12722 0 -1 4202560 5744 0 0 0 25 0 0 0 20 0 19 0 9904463 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326373133240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12932] ppid=12913 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12916/task/12932/stat : 12932 (java) S 12913 12916 12722 0 -1 4202560 2460 0 0 0 21 0 0 0 20 0 19 0 9904463 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326372080440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12933] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12933/stat : 12933 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326371027832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12934] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12934/stat : 12934 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326369975240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12935] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12935/stat : 12935 (java) S 12913 12916 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9904475 9856040960 13137 33554432000 1073741824 1073778376 140733636954512 140326368920744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 1.60 1.81 1.57 3/213 12935
/proc/meminfo: memFree=31070240/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 11868 0 1 0 673 3 0 0 20 0 19 0 9904458 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2406260 13895 2257 9 0 2396937 0
[pid=12916/tid=12917] ppid=12913 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2391 0 1 0 624 2 0 0 20 0 19 0 9904458 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140327023324864 140326866477889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12919] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12919/stat : 12919 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326984825384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12920] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12920/stat : 12920 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326865988008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12921] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12921/stat : 12921 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326864935208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12922] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12922/stat : 12922 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326863882408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12923] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12923/stat : 12923 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326862830632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12924] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12924/stat : 12924 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326861777832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12925] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12925/stat : 12925 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326860725032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12926] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12926/stat : 12926 (java) S 12913 12916 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326859672232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12927] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12927/stat : 12927 (java) S 12913 12916 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9904460 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326377343464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12928] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12928/stat : 12928 (java) S 12913 12916 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326376289528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12929] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12929/stat : 12929 (java) S 12913 12916 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326375236616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12930] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12930/stat : 12930 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326374185104 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12931] ppid=12913 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12916/task/12931/stat : 12931 (java) S 12913 12916 12722 0 -1 4202560 5744 0 0 0 25 0 0 0 20 0 19 0 9904463 9856040960 13895 33554432000 1073741824 1073778376 140733636954512 140326373133240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12932] ppid=12913 vsize=9625040 CPUtime=0.21 cores=0,2,4,6

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

[pid=12916/tid=12928] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12928/stat : 12928 (java) S 12913 12916 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326376289528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12929] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12929/stat : 12929 (java) S 12913 12916 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326375236616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12930] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12930/stat : 12930 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326374185104 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12931] ppid=12913 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/12916/task/12931/stat : 12931 (java) S 12913 12916 12722 0 -1 4202560 11114 0 0 0 93 2 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326373133240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12932] ppid=12913 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12916/task/12932/stat : 12932 (java) S 12913 12916 12722 0 -1 4202560 3605 0 0 0 35 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326372080440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12933] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12933/stat : 12933 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326371027832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12934] ppid=12913 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/12916/task/12934/stat : 12934 (java) S 12913 12916 12722 0 -1 4202560 96 0 0 0 29 27 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326369975240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12935] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12935/stat : 12935 (java) S 12913 12916 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9904475 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326368920744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.89
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.08 1.95 3/213 13131
/proc/meminfo: memFree=30833636/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9625040 CPUtime=1723.9 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 18650 0 1 0 172357 33 0 0 20 0 19 0 9904458 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2406260 54444 2272 9 0 2396937 0
[pid=12916/tid=12917] ppid=12913 vsize=9625040 CPUtime=1722.14 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2462 0 1 0 172184 30 0 0 20 0 19 0 9904458 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140327023324864 140326866718583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12919] ppid=12913 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12916/task/12919/stat : 12919 (java) S 12913 12916 12722 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326984825384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12920] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12920/stat : 12920 (java) S 12913 12916 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326865988008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12921] ppid=12913 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12916/task/12921/stat : 12921 (java) S 12913 12916 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326864935208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12922] ppid=12913 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/12916/task/12922/stat : 12922 (java) S 12913 12916 12722 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326863882408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12923] ppid=12913 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12916/task/12923/stat : 12923 (java) S 12913 12916 12722 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326862830632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12924] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12924/stat : 12924 (java) S 12913 12916 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326861777832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12925] ppid=12913 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12916/task/12925/stat : 12925 (java) S 12913 12916 12722 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326860725032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12926] ppid=12913 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12916/task/12926/stat : 12926 (java) S 12913 12916 12722 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326859672232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12927] ppid=12913 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12916/task/12927/stat : 12927 (java) S 12913 12916 12722 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 9904460 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326377343464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12928] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12928/stat : 12928 (java) S 12913 12916 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326376289528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12929] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12929/stat : 12929 (java) S 12913 12916 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326375236616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12930] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12930/stat : 12930 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326374185104 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12931] ppid=12913 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/12916/task/12931/stat : 12931 (java) S 12913 12916 12722 0 -1 4202560 11114 0 0 0 93 2 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326373133240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12932] ppid=12913 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12916/task/12932/stat : 12932 (java) S 12913 12916 12722 0 -1 4202560 3605 0 0 0 35 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326372080440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12933] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12933/stat : 12933 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326371027832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12934] ppid=12913 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12916/task/12934/stat : 12934 (java) S 12913 12916 12722 0 -1 4202560 100 0 0 0 30 29 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326369975240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12935] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12935/stat : 12935 (java) S 12913 12916 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9904475 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326368920744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 1.95 3/213 13132
/proc/meminfo: memFree=30833632/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9625040 CPUtime=1783.91 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 18654 0 1 0 178357 34 0 0 20 0 19 0 9904458 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2406260 54444 2272 9 0 2396937 0
[pid=12916/tid=12917] ppid=12913 vsize=9625040 CPUtime=1782.14 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2462 0 1 0 178183 31 0 0 20 0 19 0 9904458 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140327023324864 140326866433571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12919] ppid=12913 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12916/task/12919/stat : 12919 (java) S 12913 12916 12722 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326984825384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12920] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12920/stat : 12920 (java) S 12913 12916 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326865988008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12921] ppid=12913 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12916/task/12921/stat : 12921 (java) S 12913 12916 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326864935208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12922] ppid=12913 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/12916/task/12922/stat : 12922 (java) S 12913 12916 12722 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326863882408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12923] ppid=12913 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12916/task/12923/stat : 12923 (java) S 12913 12916 12722 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326862830632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12924] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12924/stat : 12924 (java) S 12913 12916 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326861777832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12925] ppid=12913 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12916/task/12925/stat : 12925 (java) S 12913 12916 12722 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326860725032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12926] ppid=12913 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12916/task/12926/stat : 12926 (java) S 12913 12916 12722 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326859672232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12927] ppid=12913 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12916/task/12927/stat : 12927 (java) S 12913 12916 12722 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 9904460 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326377343464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12928] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12928/stat : 12928 (java) S 12913 12916 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326376289528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12929] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12929/stat : 12929 (java) S 12913 12916 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326375236616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12930] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12930/stat : 12930 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326374185104 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12931] ppid=12913 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/12916/task/12931/stat : 12931 (java) S 12913 12916 12722 0 -1 4202560 11114 0 0 0 93 2 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326373133240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12932] ppid=12913 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12916/task/12932/stat : 12932 (java) S 12913 12916 12722 0 -1 4202560 3605 0 0 0 35 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326372080440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12933] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12933/stat : 12933 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326371027832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12934] ppid=12913 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12916/task/12934/stat : 12934 (java) S 12913 12916 12722 0 -1 4202560 104 0 0 0 31 31 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326369975240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12935] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12935/stat : 12935 (java) S 12913 12916 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9904475 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326368920744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.04 2.06 1.95 3/212 13132
/proc/meminfo: memFree=30833764/32872528 swapFree=171816/177948
[pid=12916] ppid=12913 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/12916/stat : 12916 (java) S 12913 12916 12722 0 -1 4202496 18654 0 1 0 179967 34 0 0 20 0 19 0 9904458 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140733636945648 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12916/statm: 2406260 54444 2272 9 0 2396937 0
[pid=12916/tid=12917] ppid=12913 vsize=9625040 CPUtime=1798.24 cores=0,2,4,6
/proc/12916/task/12917/stat : 12917 (java) R 12913 12916 12722 0 -1 4202560 2462 0 1 0 179793 31 0 0 20 0 19 0 9904458 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140327023324864 140326866433913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12919] ppid=12913 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12916/task/12919/stat : 12919 (java) S 12913 12916 12722 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326984825384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12920] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12920/stat : 12920 (java) S 12913 12916 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326865988008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12921] ppid=12913 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12916/task/12921/stat : 12921 (java) S 12913 12916 12722 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326864935208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12922] ppid=12913 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/12916/task/12922/stat : 12922 (java) S 12913 12916 12722 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326863882408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12923] ppid=12913 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12916/task/12923/stat : 12923 (java) S 12913 12916 12722 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326862830632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12924] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12924/stat : 12924 (java) S 12913 12916 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326861777832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12925] ppid=12913 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12916/task/12925/stat : 12925 (java) S 12913 12916 12722 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326860725032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12926] ppid=12913 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12916/task/12926/stat : 12926 (java) S 12913 12916 12722 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 9904459 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326859672232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12927] ppid=12913 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12916/task/12927/stat : 12927 (java) S 12913 12916 12722 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 9904460 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326377343464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12928] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12928/stat : 12928 (java) S 12913 12916 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326376289528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12929] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12929/stat : 12929 (java) S 12913 12916 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9904461 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326375236616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12930] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12930/stat : 12930 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326374185104 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12916/tid=12931] ppid=12913 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/12916/task/12931/stat : 12931 (java) S 12913 12916 12722 0 -1 4202560 11114 0 0 0 93 2 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326373133240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12932] ppid=12913 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12916/task/12932/stat : 12932 (java) S 12913 12916 12722 0 -1 4202560 3605 0 0 0 35 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326372080440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12916/tid=12933] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12933/stat : 12933 (java) S 12913 12916 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326371027832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12916/tid=12934] ppid=12913 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/12916/task/12934/stat : 12934 (java) S 12913 12916 12722 0 -1 4202560 104 0 0 0 32 31 0 0 20 0 19 0 9904463 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326369975240 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12916/tid=12935] ppid=12913 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12916/task/12935/stat : 12935 (java) S 12913 12916 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9904475 9856040960 54444 33554432000 1073741824 1073778376 140733636954512 140326368920744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12916 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.44
CPU time (s): 1800.63
CPU user time (s): 1799.83
CPU system time (s): 0.801878
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.801878
maximum resident set size= 217932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18699
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38080
involuntary context switches= 4875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.086 second user time and 15.9636 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 19:45:31
IDJOB=4120006
IDBENCH=109651
IDSOLVER=2546
FILE ID=node105/4120006-1467308731
RUNJOBID= node105-1467308726-12738
PBS_JOBID= 20005269
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n92-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120006-1467308731/watcher-4120006-1467308731 -o /tmp/evaluation-result-4120006-1467308731/solver-4120006-1467308731 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12738 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120006-1467308731.opb

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

MD5SUM BENCH= 0aabf89106f4477366533cff37410bf4
RANDOM SEED=360273602

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31157268 kB
Buffers:          140600 kB
Cached:           538184 kB
SwapCached:            0 kB
Active:           370732 kB
Inactive:         416748 kB
Active(anon):     103616 kB
Inactive(anon):     7948 kB
Active(file):     267116 kB
Inactive(file):   408800 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1284 kB
Writeback:             0 kB
AnonPages:        293168 kB
Mapped:            21996 kB
Shmem:               204 kB
Slab:             611044 kB
SReclaimable:      54688 kB
SUnreclaim:       556356 kB
KernelStack:        1584 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node105 at 2016-06-30 20:15:30