Trace number 4084539

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.51 1796.64

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12048_4-unsat.opb
MD5SUMe20086c85095d65afe65e19d07ad3aeb
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 benchmark198.565
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28798
Total number of constraints99736
Number of constraints which are clauses99264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint1
Maximum length of a constraint69
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 397
Number of bits of the biggest sum of numbers9
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084539-1465272791.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
1.33/0.81	c ... done. Wall clock time 0.714s.
1.33/0.81	c declared #vars     28798
1.33/0.81	c #constraints  99736
1.33/0.81	c constraints type 
1.33/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
1.33/0.81	c org.sat4j.specs.Constr$1 => 16620
1.33/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
1.33/0.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 7135
1.33/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1.33/0.81	c 99736 constraints processed.
3.29/2.37	c cleaning 2489 clauses out of 5000 with flag 31708/5000
5.22/3.97	c cleaning 4249 clauses out of 8512 with flag 75534/11002
7.22/5.99	c cleaning 5625 clauses out of 11258 with flag 127891/18000
9.52/8.23	c cleaning 6817 clauses out of 13634 with flag 200933/26001
12.04/10.70	c cleaning 7905 clauses out of 15817 with flag 284089/35001
15.03/13.72	c cleaning 8943 clauses out of 17913 with flag 379616/45002
18.53/17.21	c cleaning 9972 clauses out of 19968 with flag 486112/56000
22.23/20.94	c cleaning 10994 clauses out of 21996 with flag 610019/68000
26.33/25.00	c cleaning 11995 clauses out of 24002 with flag 733596/81000
31.04/29.73	c cleaning 12993 clauses out of 26008 with flag 872489/95001
36.05/34.72	c cleaning 14004 clauses out of 28014 with flag 1026376/110001
41.35/40.07	c cleaning 14997 clauses out of 30009 with flag 1199864/126000
47.45/46.13	c cleaning 15997 clauses out of 32015 with flag 1394591/143003
53.84/52.54	c cleaning 16991 clauses out of 34016 with flag 1595200/161001
60.49/59.13	c cleaning 17997 clauses out of 36024 with flag 1814462/180000
67.09/65.79	c cleaning 19007 clauses out of 38027 with flag 2039485/200000
74.49/73.15	c cleaning 20005 clauses out of 40020 with flag 2271968/221000
82.80/81.42	c cleaning 20999 clauses out of 42015 with flag 2541663/243000
91.40/90.07	c cleaning 22000 clauses out of 44017 with flag 2834242/266001
100.50/99.13	c cleaning 23008 clauses out of 46024 with flag 3151110/290008
110.31/108.92	c cleaning 23993 clauses out of 48009 with flag 3468877/315001
120.51/119.14	c cleaning 25003 clauses out of 50015 with flag 3795849/341000
131.21/129.87	c cleaning 25997 clauses out of 52012 with flag 4133692/368000
142.51/141.10	c cleaning 27004 clauses out of 54017 with flag 4485981/396002
154.41/153.05	c cleaning 28005 clauses out of 56015 with flag 4860418/425004
167.30/165.82	c cleaning 28989 clauses out of 58006 with flag 5266265/455000
180.00/178.55	c cleaning 30003 clauses out of 60020 with flag 5676494/486003
193.00/191.58	c cleaning 31001 clauses out of 62016 with flag 6089503/518002
207.10/205.64	c cleaning 31997 clauses out of 64013 with flag 6539719/551000
221.71/220.27	c cleaning 32999 clauses out of 66017 with flag 7004036/585001
236.61/235.16	c cleaning 33994 clauses out of 68017 with flag 7462664/620000
253.22/251.73	c cleaning 35006 clauses out of 70024 with flag 7944730/656001
269.79/268.20	c cleaning 36006 clauses out of 72017 with flag 8426548/693000
287.49/285.96	c cleaning 37002 clauses out of 74011 with flag 8935423/731000
305.80/304.28	c cleaning 38001 clauses out of 76009 with flag 9468824/770000
324.90/323.33	c cleaning 39002 clauses out of 78009 with flag 10011080/810001
344.80/343.25	c cleaning 39984 clauses out of 80007 with flag 10528341/851001
365.71/364.12	c cleaning 41008 clauses out of 82023 with flag 11084993/893001
387.51/385.89	c cleaning 41996 clauses out of 84014 with flag 11657409/936000
409.62/407.99	c cleaning 43003 clauses out of 86020 with flag 12255935/980002
432.12/430.49	c cleaning 43999 clauses out of 88016 with flag 12864505/1025001
456.93/455.26	c cleaning 44998 clauses out of 90016 with flag 13534264/1071000
481.63/479.91	c cleaning 45997 clauses out of 92018 with flag 14183340/1118000
507.55/505.78	c cleaning 47004 clauses out of 94022 with flag 14835195/1166001
533.66/531.81	c cleaning 47992 clauses out of 96017 with flag 15511472/1215000
561.77/559.99	c cleaning 49012 clauses out of 98028 with flag 16233582/1265003
590.49/588.65	c cleaning 50000 clauses out of 100013 with flag 16933694/1316000
621.15/619.20	c cleaning 50999 clauses out of 102013 with flag 17679363/1368000
651.55/649.57	c cleaning 52001 clauses out of 104014 with flag 18410838/1421000
682.06/680.00	c cleaning 52999 clauses out of 106013 with flag 19168217/1475000
715.75/713.53	c cleaning 54002 clauses out of 108014 with flag 19948757/1530000
751.56/749.31	c cleaning 54990 clauses out of 110013 with flag 20791203/1586001
787.06/784.86	c cleaning 56000 clauses out of 112024 with flag 21611166/1643002
823.09/820.80	c cleaning 57002 clauses out of 114025 with flag 22449875/1701003
860.89/858.59	c cleaning 58004 clauses out of 116020 with flag 23307286/1760000
902.00/899.63	c cleaning 59007 clauses out of 118016 with flag 24221254/1820000
941.93/939.48	c cleaning 60001 clauses out of 120009 with flag 25063850/1881000
983.33/980.84	c cleaning 60999 clauses out of 122010 with flag 25974878/1943002
1025.79/1023.17	c cleaning 61990 clauses out of 124009 with flag 26904750/2006000
1069.10/1066.45	c cleaning 63004 clauses out of 126019 with flag 27847362/2070000
1113.23/1110.43	c cleaning 63995 clauses out of 128016 with flag 28720356/2135001
1160.44/1157.63	c cleaning 65004 clauses out of 130021 with flag 29697085/2201001
1209.97/1207.04	c cleaning 66003 clauses out of 132017 with flag 30701705/2268001
1259.66/1256.75	c cleaning 66992 clauses out of 134013 with flag 31691862/2336000
1309.44/1306.46	c cleaning 67999 clauses out of 136023 with flag 32669079/2405002
1357.44/1354.44	c cleaning 69001 clauses out of 138024 with flag 33644508/2475002
1407.56/1404.55	c cleaning 70007 clauses out of 140021 with flag 34675447/2546000
1460.16/1457.12	c cleaning 71002 clauses out of 142019 with flag 35742454/2618005
1515.40/1512.37	c cleaning 71999 clauses out of 144013 with flag 36797727/2691001
1571.20/1568.02	c cleaning 73003 clauses out of 146013 with flag 37886222/2765000
1628.51/1625.30	c cleaning 73999 clauses out of 148012 with flag 38980512/2840002
1687.66/1684.44	c cleaning 74997 clauses out of 150013 with flag 40100201/2916002
1746.53/1743.24	c cleaning 75998 clauses out of 152015 with flag 41210949/2993001
1800.03/1796.60	c starts		: 15022
1800.03/1796.60	c conflicts		: 3063617
1800.03/1796.60	c decisions		: 4874715
1800.03/1796.60	c propagations		: 1991948387
1800.03/1796.60	c inspects		: 21582903382
1800.03/1796.60	c shortcuts		: 0
1800.03/1796.60	c learnt literals	: 6
1800.03/1796.60	c learnt binary clauses	: 40
1800.03/1796.60	c learnt ternary clauses	: 1102
1800.03/1796.60	c learnt constraints	: 3063611
1800.03/1796.60	c ignored constraints	: 0
1800.03/1796.60	c root simplifications	: 0
1800.03/1796.60	c removed literals (reason simplification)	: 0
1800.03/1796.60	c reason swapping (by a shorter reason)	: 0
1800.03/1796.60	c Calls to reduceDB	: 73
1800.03/1796.60	c Number of update (reduction) of LBD	: 1371649
1800.03/1796.60	c Imported unit clauses	: 0
1800.03/1796.60	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.60	c number of learned constraints concerned by reduction	: 0
1800.03/1796.60	c number of learning phase by resolution	: 0
1800.03/1796.60	c number of learning phase by cutting planes	: 0
1800.03/1796.60	c speed (assignments/second)	: 1109281.7810225482
1800.03/1796.60	c non guided choices	13
1800.03/1796.61	c timeout
1800.03/1796.63	c learnt constraints type 
1800.03/1796.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.03/1796.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146592
1800.03/1796.63	s UNKNOWN
1800.03/1796.63	c Total wall clock time (in seconds): 1796.531

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-4084539-1465272791/watcher-4084539-1465272791 -o /tmp/evaluation-result-4084539-1465272791/solver-4084539-1465272791 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28820 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084539-1465272791.opb 

pid=29059
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.15 2.06 1.97 3/188 29062
/proc/meminfo: memFree=31464004/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 109212436 98570240 978 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 24065 978 744 9 0 16771 0
[pid=29062/tid=29068] ppid=29059 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 109212436 98570240 978 33554432000 1073741824 1073778376 140736031334416 140025136049704 262962759040 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.15 2.06 1.97 3/188 29062
/proc/meminfo: memFree=31464004/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 4509 0 1 0 10 1 0 0 20 0 18 0 109212436 9787879424 6148 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2389619 6148 2157 9 0 2380296 0
[pid=29062/tid=29068] ppid=29059 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2393 0 1 0 7 0 0 0 20 0 18 0 109212436 9787879424 6148 33554432000 1073741824 1073778376 140736031334416 140025136054392 262966142221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200335 s]
/proc/loadavg: 2.15 2.06 1.97 3/188 29062
/proc/meminfo: memFree=31464004/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 5004 0 1 0 26 1 0 0 20 0 18 0 109212436 9787879424 7069 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2389619 7069 2215 9 0 2380296 0
[pid=29062/tid=29068] ppid=29059 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2410 0 1 0 16 1 0 0 20 0 18 0 109212436 9787879424 7069 33554432000 1073741824 1073778376 140736031334416 140025136054392 140025008294500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300331 s]
/proc/loadavg: 2.15 2.06 1.97 3/188 29062
/proc/meminfo: memFree=31464004/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 6399 0 1 0 48 2 0 0 20 0 18 0 109212436 9787879424 9368 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2389619 9368 2233 9 0 2380296 0
[pid=29062/tid=29068] ppid=29059 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 18 0 109212436 9787879424 9368 33554432000 1073741824 1073778376 140736031334416 140025136054392 140025143118497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700283 s]
/proc/loadavg: 2.15 2.06 1.97 3/188 29062
/proc/meminfo: memFree=31464004/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 7548 0 1 0 108 5 0 0 20 0 18 0 109212436 9787879424 40736 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2389619 40736 2267 9 0 2380296 0
[pid=29062/tid=29068] ppid=29059 vsize=9558476 CPUtime=0.66 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2484 0 1 0 63 3 0 0 20 0 18 0 109212436 9787879424 40736 33554432000 1073741824 1073778376 140736031334416 140025136053784 262966142221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.15 2.06 1.97 3/212 29086
/proc/meminfo: memFree=31122668/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 11764 0 1 0 242 6 0 0 20 0 19 0 109212436 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2406260 43519 2277 9 0 2396937 0
[pid=29062/tid=29068] ppid=29059 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2490 0 1 0 143 3 0 0 20 0 19 0 109212436 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140025136054376 140025008598507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29070] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29070/stat : 29070 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024979818792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29071] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29071/stat : 29071 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024978765992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29072] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29072/stat : 29072 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024977713704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29073] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29073/stat : 29073 (java) S 29059 29062 28803 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024976660904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29074] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29074/stat : 29074 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024975608616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29075] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29075/stat : 29075 (java) S 29059 29062 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024974555816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29076] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29076/stat : 29076 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024973503528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29077] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29077/stat : 29077 (java) S 29059 29062 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024972450728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29078] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29078/stat : 29078 (java) S 29059 29062 28803 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109212438 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024960252136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29079] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29079/stat : 29079 (java) S 29059 29062 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024959198200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29080] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29080/stat : 29080 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024958145800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29081] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29081/stat : 29081 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024957094288 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29082] ppid=29059 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/29062/task/29082/stat : 29082 (java) S 29059 29062 28803 0 -1 4202560 3364 0 0 0 47 0 0 0 20 0 19 0 109212441 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024956041912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29083] ppid=29059 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/29062/task/29083/stat : 29083 (java) S 29059 29062 28803 0 -1 4202560 4537 0 0 0 46 1 0 0 20 0 19 0 109212441 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024954989112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29084] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29084/stat : 29084 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024953937016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29085] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29085/stat : 29085 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024952884424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29086] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29086/stat : 29086 (java) S 29059 29062 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109212526 9856040960 43519 33554432000 1073741824 1073778376 140736031334416 140024951829416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.15 2.06 1.97 3/213 29087
/proc/meminfo: memFree=31119612/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 14067 0 1 0 426 7 0 0 20 0 19 0 109212436 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2406260 43528 2284 9 0 2396937 0
[pid=29062/tid=29068] ppid=29059 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2491 0 1 0 303 3 0 0 20 0 19 0 109212436 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140025136054264 140025008900529 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29070] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29070/stat : 29070 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024979818792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29071] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29071/stat : 29071 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024978765992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29072] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29072/stat : 29072 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024977713704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29073] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29073/stat : 29073 (java) S 29059 29062 28803 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024976660904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29074] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29074/stat : 29074 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024975608616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29075] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29075/stat : 29075 (java) S 29059 29062 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024974555816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29076] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29076/stat : 29076 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024973503528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29077] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29077/stat : 29077 (java) S 29059 29062 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024972450728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29078] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29078/stat : 29078 (java) S 29059 29062 28803 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109212438 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024960252136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29079] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29079/stat : 29079 (java) S 29059 29062 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024959198200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29080] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29080/stat : 29080 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024958145800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29081] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29081/stat : 29081 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024957094288 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29082] ppid=29059 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/29062/task/29082/stat : 29082 (java) S 29059 29062 28803 0 -1 4202560 5661 0 0 0 64 2 0 0 20 0 19 0 109212441 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024956041912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29083] ppid=29059 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/29062/task/29083/stat : 29083 (java) S 29059 29062 28803 0 -1 4202560 4542 0 0 0 53 2 0 0 20 0 19 0 109212441 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024954989112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29084] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29084/stat : 29084 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024953937016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29085] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29085/stat : 29085 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024952884424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29086] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29086/stat : 29086 (java) S 29059 29062 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109212526 9856040960 43528 33554432000 1073741824 1073778376 140736031334416 140024951829416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.13 2.06 1.97 3/213 29087
/proc/meminfo: memFree=31119272/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9625040 CPUtime=7.62 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 14070 0 1 0 754 8 0 0 20 0 19 0 109212436 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2406260 43298 2284 9 0 2396937 0
[pid=29062/tid=29068] ppid=29059 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2494 0 1 0 621 3 0 0 20 0 19 0 109212436 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140025136045776 140025008959223 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29070] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29070/stat : 29070 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024979818792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29071] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29071/stat : 29071 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024978765992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29072] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29072/stat : 29072 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024977713704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29073] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29073/stat : 29073 (java) S 29059 29062 28803 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024976660904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29074] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29074/stat : 29074 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024975608616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29075] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29075/stat : 29075 (java) S 29059 29062 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024974555816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29076] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29076/stat : 29076 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024973503528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29077] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29077/stat : 29077 (java) S 29059 29062 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109212437 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024972450728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29078] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29078/stat : 29078 (java) S 29059 29062 28803 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109212438 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024960252136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29079] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29079/stat : 29079 (java) S 29059 29062 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024959198200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29080] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29080/stat : 29080 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024958145800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29081] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29081/stat : 29081 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024957094288 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29082] ppid=29059 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/29062/task/29082/stat : 29082 (java) S 29059 29062 28803 0 -1 4202560 5661 0 0 0 69 2 0 0 20 0 19 0 109212441 9856040960 43298 33554432000 1073741824 1073778376 140736031334416 140024956041912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29083] ppid=29059 vsize=9625040 CPUtime=0.59 cores=1,3,5,7

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

[pid=29062/tid=29079] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29079/stat : 29079 (java) S 29059 29062 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 136376 33554432000 1073741824 1073778376 140736031334416 140024959198200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29080] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29080/stat : 29080 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 136376 33554432000 1073741824 1073778376 140736031334416 140024958145800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29081] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29081/stat : 29081 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 136376 33554432000 1073741824 1073778376 140736031334416 140024957094288 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29082] ppid=29059 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/29062/task/29082/stat : 29082 (java) S 29059 29062 28803 0 -1 4202560 5668 0 0 0 74 2 0 0 20 0 19 0 109212441 9856040960 136376 33554432000 1073741824 1073778376 140736031334416 140024956041912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29083] ppid=29059 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/29062/task/29083/stat : 29083 (java) S 29059 29062 28803 0 -1 4202560 4542 0 0 0 59 2 0 0 20 0 19 0 109212441 9856040960 136376 33554432000 1073741824 1073778376 140736031334416 140024954989112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29084] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29084/stat : 29084 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 136376 33554432000 1073741824 1073778376 140736031334416 140024953937016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29085] ppid=29059 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/29062/task/29085/stat : 29085 (java) S 29059 29062 28803 0 -1 4202560 95 0 0 0 26 39 0 0 20 0 19 0 109212441 9856040960 136376 33554432000 1073741824 1073778376 140736031334416 140024952884424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29086] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29086/stat : 29086 (java) S 29059 29062 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109212526 9856040960 136376 33554432000 1073741824 1073778376 140736031334416 140024951829416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.55
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 29130
/proc/meminfo: memFree=29495684/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9625040 CPUtime=1725.62 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 15936 0 1 0 172464 98 0 0 20 0 19 0 109212436 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2406260 134038 2293 9 0 2396937 0
[pid=29062/tid=29068] ppid=29059 vsize=9625040 CPUtime=1721.34 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2515 0 1 0 172103 31 0 0 20 0 19 0 109212436 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140025136053536 140025008959896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29070] ppid=29059 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/29062/task/29070/stat : 29070 (java) S 29059 29062 28803 0 -1 4202560 189 0 0 0 19 7 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024979818792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29071] ppid=29059 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29062/task/29071/stat : 29071 (java) S 29059 29062 28803 0 -1 4202560 115 0 0 0 18 4 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024978765992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29072] ppid=29059 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/29062/task/29072/stat : 29072 (java) S 29059 29062 28803 0 -1 4202560 225 0 0 0 26 9 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024977713704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29073] ppid=29059 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29062/task/29073/stat : 29073 (java) S 29059 29062 28803 0 -1 4202560 138 0 0 0 19 6 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024976660904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29074] ppid=29059 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29062/task/29074/stat : 29074 (java) S 29059 29062 28803 0 -1 4202560 270 0 0 0 27 9 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024975608616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29075] ppid=29059 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29062/task/29075/stat : 29075 (java) S 29059 29062 28803 0 -1 4202560 361 0 0 0 16 6 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024974555816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29076] ppid=29059 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/29062/task/29076/stat : 29076 (java) S 29059 29062 28803 0 -1 4202560 153 0 0 0 25 5 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024973503528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29077] ppid=29059 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/29062/task/29077/stat : 29077 (java) S 29059 29062 28803 0 -1 4202560 246 0 0 0 19 7 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024972450728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29078] ppid=29059 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29062/task/29078/stat : 29078 (java) S 29059 29062 28803 0 -1 4202560 155 0 0 0 14 4 0 0 20 0 19 0 109212438 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024960252136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29079] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29079/stat : 29079 (java) S 29059 29062 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024959198200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29080] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29080/stat : 29080 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024958145800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29081] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29081/stat : 29081 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024957094288 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29082] ppid=29059 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/29062/task/29082/stat : 29082 (java) S 29059 29062 28803 0 -1 4202560 5668 0 0 0 74 2 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024956041912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29083] ppid=29059 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/29062/task/29083/stat : 29083 (java) S 29059 29062 28803 0 -1 4202560 4542 0 0 0 59 2 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024954989112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29084] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29084/stat : 29084 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024953937016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29085] ppid=29059 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/29062/task/29085/stat : 29085 (java) S 29059 29062 28803 0 -1 4202560 99 0 0 0 27 40 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024952884424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29086] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29086/stat : 29086 (java) S 29059 29062 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109212526 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024951829416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.62
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 29131
/proc/meminfo: memFree=29490012/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9625040 CPUtime=1785.65 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 15942 0 1 0 178465 100 0 0 20 0 19 0 109212436 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2406260 134038 2293 9 0 2396937 0
[pid=29062/tid=29068] ppid=29059 vsize=9625040 CPUtime=1781.34 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2516 0 1 0 178102 32 0 0 20 0 19 0 109212436 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140025136054672 140025008900489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29070] ppid=29059 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/29062/task/29070/stat : 29070 (java) S 29059 29062 28803 0 -1 4202560 189 0 0 0 19 7 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024979818792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29071] ppid=29059 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29062/task/29071/stat : 29071 (java) S 29059 29062 28803 0 -1 4202560 115 0 0 0 18 4 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024978765992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29072] ppid=29059 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/29062/task/29072/stat : 29072 (java) S 29059 29062 28803 0 -1 4202560 225 0 0 0 26 9 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024977713704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29073] ppid=29059 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29062/task/29073/stat : 29073 (java) S 29059 29062 28803 0 -1 4202560 138 0 0 0 19 6 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024976660904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29074] ppid=29059 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/29062/task/29074/stat : 29074 (java) S 29059 29062 28803 0 -1 4202560 270 0 0 0 27 9 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024975608616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29075] ppid=29059 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29062/task/29075/stat : 29075 (java) S 29059 29062 28803 0 -1 4202560 361 0 0 0 16 6 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024974555816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29076] ppid=29059 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/29062/task/29076/stat : 29076 (java) S 29059 29062 28803 0 -1 4202560 153 0 0 0 25 5 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024973503528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29077] ppid=29059 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/29062/task/29077/stat : 29077 (java) S 29059 29062 28803 0 -1 4202560 246 0 0 0 19 7 0 0 20 0 19 0 109212437 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024972450728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29078] ppid=29059 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29062/task/29078/stat : 29078 (java) S 29059 29062 28803 0 -1 4202560 156 0 0 0 14 4 0 0 20 0 19 0 109212438 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024960252136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29079] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29079/stat : 29079 (java) S 29059 29062 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024959198200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29080] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29080/stat : 29080 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024958145800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29081] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29081/stat : 29081 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024957094288 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29082] ppid=29059 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/29062/task/29082/stat : 29082 (java) S 29059 29062 28803 0 -1 4202560 5668 0 0 0 74 2 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024956041912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29083] ppid=29059 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/29062/task/29083/stat : 29083 (java) S 29059 29062 28803 0 -1 4202560 4542 0 0 0 59 2 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024954989112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29084] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29084/stat : 29084 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024953937016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29085] ppid=29059 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/29062/task/29085/stat : 29085 (java) S 29059 29062 28803 0 -1 4202560 103 0 0 0 28 42 0 0 20 0 19 0 109212441 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024952884424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29086] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29086/stat : 29086 (java) S 29059 29062 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109212526 9856040960 134038 33554432000 1073741824 1073778376 140736031334416 140024951829416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.01 2.04 2.00 3/212 29196
/proc/meminfo: memFree=30776524/32872528 swapFree=11320/319964
[pid=29062] ppid=29059 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/29062/stat : 29062 (java) S 29059 29062 28803 0 -1 4202496 15953 0 1 0 179903 100 0 0 20 0 19 0 109212436 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140736031325552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29062/statm: 2406260 133934 2293 9 0 2396937 0
[pid=29062/tid=29068] ppid=29059 vsize=9625040 CPUtime=1795.61 cores=1,3,5,7
/proc/29062/task/29068/stat : 29068 (java) R 29059 29062 28803 0 -1 4202560 2517 0 1 0 179529 32 0 0 20 0 19 0 109212436 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140025136053536 140025008868223 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29070] ppid=29059 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29062/task/29070/stat : 29070 (java) S 29059 29062 28803 0 -1 4202560 189 0 0 0 20 7 0 0 20 0 19 0 109212437 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024979818792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29071] ppid=29059 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29062/task/29071/stat : 29071 (java) S 29059 29062 28803 0 -1 4202560 115 0 0 0 20 4 0 0 20 0 19 0 109212437 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024978765992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29072] ppid=29059 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/29062/task/29072/stat : 29072 (java) S 29059 29062 28803 0 -1 4202560 225 0 0 0 28 9 0 0 20 0 19 0 109212437 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024977713704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29073] ppid=29059 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/29062/task/29073/stat : 29073 (java) S 29059 29062 28803 0 -1 4202560 138 0 0 0 20 6 0 0 20 0 19 0 109212437 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024976660904 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29074] ppid=29059 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/29062/task/29074/stat : 29074 (java) S 29059 29062 28803 0 -1 4202560 270 0 0 0 28 9 0 0 20 0 19 0 109212437 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024975608616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29075] ppid=29059 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/29062/task/29075/stat : 29075 (java) S 29059 29062 28803 0 -1 4202560 364 0 0 0 17 6 0 0 20 0 19 0 109212437 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024974555816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29076] ppid=29059 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/29062/task/29076/stat : 29076 (java) S 29059 29062 28803 0 -1 4202560 158 0 0 0 26 5 0 0 20 0 19 0 109212437 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024973503528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29077] ppid=29059 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/29062/task/29077/stat : 29077 (java) S 29059 29062 28803 0 -1 4202560 246 0 0 0 20 7 0 0 20 0 19 0 109212437 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024972450728 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29078] ppid=29059 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29062/task/29078/stat : 29078 (java) S 29059 29062 28803 0 -1 4202560 158 0 0 0 14 4 0 0 20 0 19 0 109212438 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024960252136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29079] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29079/stat : 29079 (java) S 29059 29062 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024959198200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29080] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29080/stat : 29080 (java) S 29059 29062 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109212439 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024958145800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29081] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29081/stat : 29081 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024957094288 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29062/tid=29082] ppid=29059 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/29062/task/29082/stat : 29082 (java) S 29059 29062 28803 0 -1 4202560 5668 0 0 0 74 2 0 0 20 0 19 0 109212441 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024956041912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29062/tid=29083] ppid=29059 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/29062/task/29083/stat : 29083 (java) S 29059 29062 28803 0 -1 4202560 4542 0 0 0 59 2 0 0 20 0 19 0 109212441 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024954989112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29084] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29084/stat : 29084 (java) S 29059 29062 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109212441 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024953937016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29062/tid=29085] ppid=29059 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/29062/task/29085/stat : 29085 (java) S 29059 29062 28803 0 -1 4202560 103 0 0 0 29 42 0 0 20 0 19 0 109212441 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024952884424 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29062/tid=29086] ppid=29059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29086/stat : 29086 (java) S 29059 29062 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109212526 9856040960 133934 33554432000 1073741824 1073778376 140736031334416 140024951829416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 29062 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.64
CPU time (s): 1800.51
CPU user time (s): 1799.02
CPU system time (s): 1.49177
CPU usage (%): 100.215
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.49177
maximum resident set size= 609788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15985
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38543
involuntary context switches= 10910

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0115 second user time and 14.1249 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 06:13:12
IDJOB=4084539
IDBENCH=73869
IDSOLVER=2546
FILE ID=node128/4084539-1465272791
RUNJOBID= node128-1465270992-28820
PBS_JOBID= 19843302
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12048_4-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084539-1465272791/watcher-4084539-1465272791 -o /tmp/evaluation-result-4084539-1465272791/solver-4084539-1465272791 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28820 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084539-1465272791.opb

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

MD5SUM BENCH= e20086c85095d65afe65e19d07ad3aeb
RANDOM SEED=1683995648

node128.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.486
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.486
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.486
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.486
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.56
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.486
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.486
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.56
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.486
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.486
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:        31466960 kB
Buffers:          112004 kB
Cached:           226500 kB
SwapCached:         1668 kB
Active:           120444 kB
Inactive:         229648 kB
Active(anon):      13636 kB
Inactive(anon):      588 kB
Active(file):     106808 kB
Inactive(file):   229060 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098516 kB
Dirty:              8408 kB
Writeback:             0 kB
AnonPages:        429176 kB
Mapped:            12964 kB
Shmem:                 0 kB
Slab:             602636 kB
SReclaimable:      46076 kB
SUnreclaim:       556560 kB
KernelStack:        1584 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1003012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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 node128 at 2016-06-07 06:43:08