Trace number 4096775

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.64 1798.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_30.opb
MD5SUMd7e080eab3a779bfe2a4383d71446a61
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 benchmark589.463
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1260
Total number of constraints5990
Number of constraints which are clauses5985
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint35
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 65
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4096775-1466116224.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.50/0.35	c ... done. Wall clock time 0.242s.
0.50/0.35	c declared #vars     1260
0.50/0.35	c #constraints  5994
0.50/0.35	c constraints type 
0.50/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3570
0.50/0.35	c org.sat4j.specs.Constr$1 => 4
0.50/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.50/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.50/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2414
0.50/0.35	c 5994 constraints processed.
1.58/1.03	c cleaning 2499 clauses out of 5000 with flag 24163/5000
2.44/1.70	c cleaning 4250 clauses out of 8504 with flag 52568/11003
3.25/2.54	c cleaning 5621 clauses out of 11251 with flag 86417/18000
4.25/3.59	c cleaning 6813 clauses out of 13631 with flag 129913/26001
5.55/4.82	c cleaning 7899 clauses out of 15817 with flag 179666/35000
6.95/6.27	c cleaning 8955 clauses out of 17919 with flag 242555/45001
8.55/7.85	c cleaning 9980 clauses out of 19964 with flag 305660/56001
10.24/9.55	c cleaning 10989 clauses out of 21986 with flag 366361/68003
12.24/11.56	c cleaning 11991 clauses out of 23996 with flag 443302/81002
14.44/13.72	c cleaning 12995 clauses out of 26004 with flag 519898/95001
16.84/16.18	c cleaning 14001 clauses out of 28008 with flag 602045/110000
19.84/19.18	c cleaning 14998 clauses out of 30008 with flag 706037/126001
22.94/22.23	c cleaning 16000 clauses out of 32009 with flag 815058/143000
26.44/25.70	c cleaning 16998 clauses out of 34009 with flag 933986/161000
30.24/29.54	c cleaning 18000 clauses out of 36012 with flag 1065844/180001
34.64/33.93	c cleaning 18997 clauses out of 38012 with flag 1210614/200001
38.84/38.19	c cleaning 20005 clauses out of 40015 with flag 1340057/221001
43.44/42.79	c cleaning 21001 clauses out of 42010 with flag 1476608/243001
48.84/48.11	c cleaning 21997 clauses out of 44009 with flag 1632593/266001
54.04/53.37	c cleaning 23003 clauses out of 46011 with flag 1782425/290000
59.74/59.07	c cleaning 24002 clauses out of 48008 with flag 1920421/315000
65.54/64.83	c cleaning 24998 clauses out of 50007 with flag 2032624/341001
71.54/70.82	c cleaning 25998 clauses out of 52008 with flag 2159263/368000
77.95/77.27	c cleaning 26999 clauses out of 54013 with flag 2298882/396003
84.85/84.10	c cleaning 27999 clauses out of 56011 with flag 2458096/425000
92.15/91.47	c cleaning 28998 clauses out of 58012 with flag 2615553/455000
99.54/98.84	c cleaning 30003 clauses out of 60015 with flag 2778417/486001
107.39/106.66	c cleaning 31003 clauses out of 62011 with flag 2960124/518000
115.59/114.83	c cleaning 31993 clauses out of 64008 with flag 3128693/551000
124.29/123.59	c cleaning 32999 clauses out of 66017 with flag 3302908/585002
133.10/132.31	c cleaning 33998 clauses out of 68017 with flag 3479658/620001
142.50/141.74	c cleaning 35004 clauses out of 70019 with flag 3682709/656001
152.40/151.69	c cleaning 36002 clauses out of 72014 with flag 3893822/693000
163.09/162.31	c cleaning 36999 clauses out of 74013 with flag 4104028/731001
174.70/173.98	c cleaning 37995 clauses out of 76013 with flag 4326101/770000
186.39/185.61	c cleaning 39002 clauses out of 78018 with flag 4566752/810000
198.80/198.05	c cleaning 40002 clauses out of 80016 with flag 4814895/851000
211.49/210.76	c cleaning 41000 clauses out of 82016 with flag 5073593/893002
225.31/224.52	c cleaning 42005 clauses out of 84016 with flag 5337805/936002
240.10/239.37	c cleaning 43000 clauses out of 86010 with flag 5609734/980001
255.70/254.99	c cleaning 43996 clauses out of 88010 with flag 5902286/1025001
272.00/271.22	c cleaning 45005 clauses out of 90013 with flag 6193413/1071000
289.41/288.64	c cleaning 45998 clauses out of 92008 with flag 6479762/1118000
306.06/305.21	c cleaning 46998 clauses out of 94012 with flag 6804538/1166002
322.56/321.78	c cleaning 47998 clauses out of 96012 with flag 7122734/1215000
341.26/340.42	c cleaning 48994 clauses out of 98014 with flag 7424925/1265000
360.46/359.65	c cleaning 50003 clauses out of 100020 with flag 7748438/1316000
380.57/379.73	c cleaning 50999 clauses out of 102018 with flag 8104800/1368001
402.48/401.64	c cleaning 52002 clauses out of 104018 with flag 8453857/1421000
424.07/423.25	c cleaning 53002 clauses out of 106016 with flag 8829146/1475000
446.48/445.70	c cleaning 53997 clauses out of 108014 with flag 9212854/1530000
472.38/471.51	c cleaning 55000 clauses out of 110018 with flag 9625943/1586001
502.18/501.37	c cleaning 55994 clauses out of 112017 with flag 10094685/1643000
529.09/528.28	c cleaning 57004 clauses out of 114023 with flag 10524680/1701000
554.14/553.23	c cleaning 58000 clauses out of 116019 with flag 10943856/1760000
580.34/579.48	c cleaning 59003 clauses out of 118020 with flag 11345203/1820001
608.63/607.79	c cleaning 60007 clauses out of 120017 with flag 11748334/1881001
637.44/636.52	c cleaning 60999 clauses out of 122010 with flag 12176673/1943001
671.14/670.22	c cleaning 61997 clauses out of 124010 with flag 12702184/2006000
703.25/702.32	c cleaning 63000 clauses out of 126013 with flag 13175388/2070000
736.96/736.05	c cleaning 63998 clauses out of 128013 with flag 13665775/2135000
771.15/770.26	c cleaning 65001 clauses out of 130016 with flag 14124298/2201001
806.27/805.39	c cleaning 65999 clauses out of 132014 with flag 14569069/2268000
841.45/840.44	c cleaning 67001 clauses out of 134017 with flag 15045740/2336002
878.54/877.51	c cleaning 67999 clauses out of 136015 with flag 15538489/2405001
918.46/917.40	c cleaning 68997 clauses out of 138016 with flag 16082032/2475001
957.75/956.70	c cleaning 70007 clauses out of 140019 with flag 16611634/2546001
996.76/995.72	c cleaning 71001 clauses out of 142012 with flag 17108685/2618001
1041.58/1040.56	c cleaning 71998 clauses out of 144012 with flag 17670932/2691002
1085.58/1084.53	c cleaning 72994 clauses out of 146012 with flag 18226134/2765000
1133.88/1132.87	c cleaning 74008 clauses out of 148019 with flag 18814096/2840001
1180.80/1179.74	c cleaning 74997 clauses out of 150010 with flag 19335540/2916000
1227.81/1226.61	c cleaning 76001 clauses out of 152014 with flag 19876576/2993001
1275.91/1274.71	c cleaning 77000 clauses out of 154015 with flag 20369203/3071003
1328.22/1327.06	c cleaning 78002 clauses out of 156012 with flag 20953693/3150000
1382.84/1381.70	c cleaning 78999 clauses out of 158012 with flag 21572081/3230002
1438.95/1437.75	c cleaning 80003 clauses out of 160011 with flag 22149106/3311000
1495.65/1494.46	c cleaning 80997 clauses out of 162008 with flag 22744161/3393000
1556.57/1555.36	c cleaning 82000 clauses out of 164012 with flag 23404166/3476001
1622.82/1621.49	c cleaning 82998 clauses out of 166011 with flag 24107781/3560000
1687.32/1685.95	c cleaning 83998 clauses out of 168014 with flag 24766681/3645001
1751.00/1749.69	c cleaning 84997 clauses out of 170016 with flag 25453320/3731001
1800.00/1798.61	c starts		: 420
1800.00/1798.61	c conflicts		: 3802543
1800.00/1798.61	c decisions		: 4341559
1800.00/1798.61	c propagations		: 395756780
1800.00/1798.61	c inspects		: 29846411657
1800.00/1798.61	c shortcuts		: 0
1800.00/1798.61	c learnt literals	: 0
1800.00/1798.61	c learnt binary clauses	: 0
1800.00/1798.61	c learnt ternary clauses	: 4
1800.00/1798.61	c learnt constraints	: 3802543
1800.00/1798.61	c ignored constraints	: 0
1800.00/1798.61	c root simplifications	: 0
1800.00/1798.61	c removed literals (reason simplification)	: 0
1800.00/1798.61	c reason swapping (by a shorter reason)	: 0
1800.00/1798.61	c Calls to reduceDB	: 82
1800.00/1798.61	c Number of update (reduction) of LBD	: 628483
1800.00/1798.61	c Imported unit clauses	: 0
1800.00/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.61	c timeout
1800.00/1798.61	c number of learned constraints concerned by reduction	: 0
1800.00/1798.61	c number of learning phase by resolution	: 0
1800.00/1798.61	c number of learning phase by cutting planes	: 0
1800.00/1798.61	c speed (assignments/second)	: 220078.36156627486
1800.00/1798.61	c non guided choices	183
1800.00/1798.64	c learnt constraints type 
1800.00/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 156561
1800.00/1798.64	s UNKNOWN
1800.00/1798.64	c Total wall clock time (in seconds): 1798.527

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-4096775-1466116224/watcher-4096775-1466116224 -o /tmp/evaluation-result-4096775-1466116224/solver-4096775-1466116224 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466116222-11903 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096775-1466116224.opb 

pid=11942
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: 2.54 3.62 3.99 3/189 11945
/proc/meminfo: memFree=30586760/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13670996 98570240 978 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 24065 978 744 9 0 16771 0
[pid=11945/tid=11946] ppid=11942 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13670997 98570240 978 33554432000 1073741824 1073778376 140736696556624 139934663437864 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10014 s]
/proc/loadavg: 2.54 3.62 3.99 3/189 11945
/proc/meminfo: memFree=30586760/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 4472 0 1 0 9 1 0 0 20 0 18 0 13670996 9787879424 5586 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2389619 5586 2125 9 0 2380296 0
[pid=11945/tid=11946] ppid=11942 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2429 0 1 0 7 0 0 0 20 0 18 0 13670997 9787879424 5586 33554432000 1073741824 1073778376 140736696556624 139934663441160 139934666239005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 2.54 3.62 3.99 3/189 11945
/proc/meminfo: memFree=30586760/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 5071 0 1 0 27 1 0 0 20 0 18 0 13670996 9787879424 6572 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2389619 6572 2215 9 0 2380296 0
[pid=11945/tid=11946] ppid=11942 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2447 0 1 0 17 0 0 0 20 0 18 0 13670997 9787879424 6572 33554432000 1073741824 1073778376 140736696556624 139934663441160 139934603245100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300259 s]
/proc/loadavg: 2.54 3.62 3.99 3/189 11945
/proc/meminfo: memFree=30586760/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 6230 0 1 0 48 2 0 0 20 0 18 0 13670996 9787879424 8268 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2389619 8268 2232 9 0 2380296 0
[pid=11945/tid=11946] ppid=11942 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2449 0 1 0 26 1 0 0 20 0 18 0 13670997 9787879424 8268 33554432000 1073741824 1073778376 140736696556624 139934663441160 139934603246911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 2.54 3.62 3.99 3/189 11945
/proc/meminfo: memFree=30586760/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 9790 0 1 0 124 2 0 0 20 0 19 0 13670996 9856040960 11589 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2406260 11589 2258 9 0 2396937 0
[pid=11945/tid=11946] ppid=11942 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2468 0 1 0 66 1 0 0 20 0 19 0 13670997 9856040960 11589 33554432000 1073741824 1073778376 140736696556624 139934663443072 139934603714885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.54 3.62 3.99 5/214 12099
/proc/meminfo: memFree=30527552/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 11798 0 1 0 221 2 0 0 20 0 19 0 13670996 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2406260 12687 2267 9 0 2396937 0
[pid=11945/tid=11946] ppid=11942 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2470 0 1 0 146 2 0 0 20 0 19 0 13670997 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934663442920 139934603776718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934602173352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934601120808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934600067752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934599015208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934503221672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934502169128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934501116072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934500063528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934487653224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934486599544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934485546376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934484495120 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11965] ppid=11942 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11945/task/11965/stat : 11965 (java) S 11942 11945 7556 0 -1 4202560 5482 0 0 0 44 0 0 0 20 0 19 0 13671002 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934483441976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11966] ppid=11942 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11945/task/11966/stat : 11966 (java) S 11942 11945 7556 0 -1 4202560 2570 0 0 0 29 0 0 0 20 0 19 0 13671002 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934482389432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11967] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11967/stat : 11967 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934481336568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11968] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11968/stat : 11968 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934480284232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=12004] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/12004/stat : 12004 (java) S 11942 11945 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13671032 9856040960 12687 33554432000 1073741824 1073778376 140736696556624 139934479230504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.54 3.62 3.99 3/214 12099
/proc/meminfo: memFree=30516460/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 11801 0 1 0 382 3 0 0 20 0 19 0 13670996 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2406260 13711 2267 9 0 2396937 0
[pid=11945/tid=11946] ppid=11942 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2473 0 1 0 305 2 0 0 20 0 19 0 13670997 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934663433904 139934603714240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934602173352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934601120808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934600067752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934599015208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934503221672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934502169128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934501116072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934500063528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934487653224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934486599544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934485546376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934484495120 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11965] ppid=11942 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11945/task/11965/stat : 11965 (java) S 11942 11945 7556 0 -1 4202560 5482 0 0 0 44 0 0 0 20 0 19 0 13671002 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934483441976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11966] ppid=11942 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/11945/task/11966/stat : 11966 (java) S 11942 11945 7556 0 -1 4202560 2570 0 0 0 30 0 0 0 20 0 19 0 13671002 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934482389432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11967] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11967/stat : 11967 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934481336568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11968] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11968/stat : 11968 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934480284232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=12004] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/12004/stat : 12004 (java) S 11942 11945 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13671032 9856040960 13711 33554432000 1073741824 1073778376 140736696556624 139934479230504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.49 3.60 3.98 3/214 12294
/proc/meminfo: memFree=30501784/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9625040 CPUtime=7.05 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 11809 0 1 0 702 3 0 0 20 0 19 0 13670996 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2406260 14739 2268 9 0 2396937 0
[pid=11945/tid=11946] ppid=11942 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2476 0 1 0 623 2 0 0 20 0 19 0 13670997 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934663442728 139934603714669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934602173352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934601120808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934600067752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934599015208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934503221672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934502169128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934501116072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13670998 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934500063528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934487653224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934486599544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934485546376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934484495120 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11965] ppid=11942 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11945/task/11965/stat : 11965 (java) S 11942 11945 7556 0 -1 4202560 5484 0 0 0 44 0 0 0 20 0 19 0 13671002 9856040960 14739 33554432000 1073741824 1073778376 140736696556624 139934483441976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11966] ppid=11942 vsize=9625040 CPUtime=0.31 cores=0,2,4,6

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

[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934486599544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934485546376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934484495120 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11965] ppid=11942 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11945/task/11965/stat : 11965 (java) S 11942 11945 7556 0 -1 4202560 5484 0 0 0 44 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934483441976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11966] ppid=11942 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11945/task/11966/stat : 11966 (java) S 11942 11945 7556 0 -1 4202560 2727 0 0 0 33 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934482389432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11967] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11967/stat : 11967 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934481336568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11968] ppid=11942 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11945/task/11968/stat : 11968 (java) S 11942 11945 7556 0 -1 4202560 96 0 0 0 38 29 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934480284232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=12004] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/12004/stat : 12004 (java) S 11942 11945 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13671032 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934479230504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.71
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.14 2.41 3/212 12334
/proc/meminfo: memFree=30088948/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9625040 CPUtime=1723.71 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 13027 0 1 0 172333 38 0 0 20 0 19 0 13670996 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2406260 67222 2282 9 0 2396937 0
[pid=11945/tid=11946] ppid=11942 vsize=9625040 CPUtime=1722.06 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2534 0 1 0 172176 30 0 0 20 0 19 0 13670997 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934663433888 139934603709914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 7556 0 -1 4202560 209 0 0 0 4 1 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934602173352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 7556 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934601120808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 7556 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934600067752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 7556 0 -1 4202560 62 0 0 0 5 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934599015208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 7556 0 -1 4202560 174 0 0 0 5 1 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934503221672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 7556 0 -1 4202560 146 0 0 0 3 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934502169128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 7556 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934501116072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 7556 0 -1 4202560 216 0 0 0 6 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934500063528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 7556 0 -1 4202560 44 0 0 0 1 1 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934487653224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934486599544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934485546376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934484495120 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11965] ppid=11942 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11945/task/11965/stat : 11965 (java) S 11942 11945 7556 0 -1 4202560 5484 0 0 0 44 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934483441976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11966] ppid=11942 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11945/task/11966/stat : 11966 (java) S 11942 11945 7556 0 -1 4202560 2727 0 0 0 33 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934482389432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11967] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11967/stat : 11967 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934481336568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11968] ppid=11942 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11945/task/11968/stat : 11968 (java) S 11942 11945 7556 0 -1 4202560 100 0 0 0 39 30 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934480284232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=12004] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/12004/stat : 12004 (java) S 11942 11945 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13671032 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934479230504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.71
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.17 2.40 3/214 12339
/proc/meminfo: memFree=30087084/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9625040 CPUtime=1783.7 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 13031 0 1 0 178332 38 0 0 20 0 19 0 13670996 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2406260 67222 2282 9 0 2396937 0
[pid=11945/tid=11946] ppid=11942 vsize=9625040 CPUtime=1782.04 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2534 0 1 0 178173 31 0 0 20 0 19 0 13670997 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934663433888 139934603714836 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 7556 0 -1 4202560 209 0 0 0 4 1 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934602173352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 7556 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934601120808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 7556 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934600067752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 7556 0 -1 4202560 62 0 0 0 5 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934599015208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 7556 0 -1 4202560 174 0 0 0 5 1 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934503221672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 7556 0 -1 4202560 146 0 0 0 3 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934502169128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 7556 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934501116072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 7556 0 -1 4202560 216 0 0 0 6 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934500063528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 7556 0 -1 4202560 44 0 0 0 1 1 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934487653224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934486599544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934485546376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934484495120 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11965] ppid=11942 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11945/task/11965/stat : 11965 (java) S 11942 11945 7556 0 -1 4202560 5484 0 0 0 44 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934483441976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11966] ppid=11942 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11945/task/11966/stat : 11966 (java) S 11942 11945 7556 0 -1 4202560 2727 0 0 0 33 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934482389432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11967] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11967/stat : 11967 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934481336568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11968] ppid=11942 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11945/task/11968/stat : 11968 (java) S 11942 11945 7556 0 -1 4202560 104 0 0 0 40 31 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934480284232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=12004] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/12004/stat : 12004 (java) S 11942 11945 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13671032 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934479230504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.31 2.19 2.40 3/214 12339
/proc/meminfo: memFree=30087412/32872528 swapFree=1243920/1391088
[pid=11945] ppid=11942 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/11945/stat : 11945 (java) S 11942 11945 7556 0 -1 4202496 13031 0 1 0 179962 38 0 0 20 0 19 0 13670996 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 140736696547760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11945/statm: 2406260 67222 2282 9 0 2396937 0
[pid=11945/tid=11946] ppid=11942 vsize=9625040 CPUtime=1798.35 cores=0,2,4,6
/proc/11945/task/11946/stat : 11946 (java) R 11942 11945 7556 0 -1 4202560 2534 0 1 0 179804 31 0 0 20 0 19 0 13670997 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934663433888 139934603776718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11948] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11948/stat : 11948 (java) S 11942 11945 7556 0 -1 4202560 209 0 0 0 4 1 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934602173352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11949] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11949/stat : 11949 (java) S 11942 11945 7556 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934601120808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11950] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11950/stat : 11950 (java) S 11942 11945 7556 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934600067752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11951] ppid=11942 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/11945/task/11951/stat : 11951 (java) S 11942 11945 7556 0 -1 4202560 62 0 0 0 5 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934599015208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11952] ppid=11942 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/11945/task/11952/stat : 11952 (java) S 11942 11945 7556 0 -1 4202560 174 0 0 0 5 1 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934503221672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11953] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11953/stat : 11953 (java) S 11942 11945 7556 0 -1 4202560 146 0 0 0 3 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934502169128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11954] ppid=11942 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11945/task/11954/stat : 11954 (java) S 11942 11945 7556 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934501116072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11945/tid=11955] ppid=11942 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/11945/task/11955/stat : 11955 (java) S 11942 11945 7556 0 -1 4202560 216 0 0 0 6 2 0 0 20 0 19 0 13670998 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934500063528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11961] ppid=11942 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11945/task/11961/stat : 11961 (java) S 11942 11945 7556 0 -1 4202560 44 0 0 0 1 1 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934487653224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11945/tid=11962] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11962/stat : 11962 (java) S 11942 11945 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934486599544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11963] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11963/stat : 11963 (java) S 11942 11945 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13670999 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934485546376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11964] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11964/stat : 11964 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934484495120 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11965] ppid=11942 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11945/task/11965/stat : 11965 (java) S 11942 11945 7556 0 -1 4202560 5484 0 0 0 44 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934483441976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=11966] ppid=11942 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11945/task/11966/stat : 11966 (java) S 11942 11945 7556 0 -1 4202560 2727 0 0 0 33 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934482389432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11967] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/11967/stat : 11967 (java) S 11942 11945 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934481336568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11945/tid=11968] ppid=11942 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/11945/task/11968/stat : 11968 (java) S 11942 11945 7556 0 -1 4202560 104 0 0 0 41 31 0 0 20 0 19 0 13671002 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934480284232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11945/tid=12004] ppid=11942 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11945/task/12004/stat : 12004 (java) S 11942 11945 7556 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13671032 9856040960 67222 33554432000 1073741824 1073778376 140736696556624 139934479230504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 11945 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.64
CPU time (s): 1800.64
CPU user time (s): 1799.76
CPU system time (s): 0.882865
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.882865
maximum resident set size= 269028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13072
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38135
involuntary context switches= 5097

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7444 second user time and 13.5909 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-17 00:30:24
IDJOB=4096775
IDBENCH=107662
IDSOLVER=2546
FILE ID=node119/4096775-1466116224
RUNJOBID= node119-1466116222-11903
PBS_JOBID= 19904129
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096775-1466116224/watcher-4096775-1466116224 -o /tmp/evaluation-result-4096775-1466116224/solver-4096775-1466116224 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466116222-11903 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096775-1466116224.opb

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

MD5SUM BENCH= d7e080eab3a779bfe2a4383d71446a61
RANDOM SEED=214121583

node119.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.456
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.91
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.456
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.456
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.456
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.456
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30587816 kB
Buffers:           67304 kB
Cached:           110728 kB
SwapCached:         1048 kB
Active:            77536 kB
Inactive:         111500 kB
Active(anon):      12060 kB
Inactive(anon):     1560 kB
Active(file):      65476 kB
Inactive(file):   109940 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       1397496 kB
Mapped:            11648 kB
Shmem:                 0 kB
Slab:             571720 kB
SReclaimable:      15660 kB
SUnreclaim:       556060 kB
KernelStack:        1384 kB
PageTables:         7284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2060920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71736 MiB
End job on node119 at 2016-06-17 01:00:22