Trace number 4089908

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.09 1798.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v041-n2.opb
MD5SUMe1659ced500f38c55b81c0c1526c5e2c
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 benchmark0.014997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4089908-1466035230.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.017s.
0.11/0.12	c declared #vars     123
0.11/0.12	c #constraints  82
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.12	c 82 constraints processed.
0.74/0.51	c cleaning 2497 clauses out of 5000 with flag 34861/5000
1.30/0.96	c cleaning 4250 clauses out of 8505 with flag 78200/11002
1.90/1.57	c cleaning 5620 clauses out of 11253 with flag 136661/18000
2.72/2.39	c cleaning 6816 clauses out of 13635 with flag 204257/26002
3.75/3.34	c cleaning 7903 clauses out of 15817 with flag 279486/35000
4.85/4.48	c cleaning 8951 clauses out of 17916 with flag 365004/45002
6.24/5.87	c cleaning 9976 clauses out of 19964 with flag 455463/56001
8.04/7.60	c cleaning 10987 clauses out of 21988 with flag 556244/68001
10.04/9.63	c cleaning 11993 clauses out of 24000 with flag 672202/81000
12.14/11.79	c cleaning 12999 clauses out of 26007 with flag 794357/95000
14.64/14.22	c cleaning 13994 clauses out of 28008 with flag 923494/110000
17.34/16.96	c cleaning 15004 clauses out of 30017 with flag 1062917/126003
20.34/19.94	c cleaning 15998 clauses out of 32010 with flag 1203594/143000
23.84/23.42	c cleaning 17002 clauses out of 34012 with flag 1356567/161000
27.83/27.41	c cleaning 18000 clauses out of 36010 with flag 1523926/180000
31.93/31.56	c cleaning 19001 clauses out of 38012 with flag 1686138/200002
36.85/36.43	c cleaning 20000 clauses out of 40010 with flag 1884435/221001
41.54/41.10	c cleaning 20995 clauses out of 42009 with flag 2078818/243000
46.34/45.94	c cleaning 21999 clauses out of 44014 with flag 2273476/266000
52.04/51.64	c cleaning 23003 clauses out of 46016 with flag 2480865/290001
58.04/57.60	c cleaning 24000 clauses out of 48014 with flag 2695414/315002
64.44/64.07	c cleaning 25003 clauses out of 50013 with flag 2915002/341001
71.34/70.95	c cleaning 25995 clauses out of 52010 with flag 3157020/368001
79.44/79.05	c cleaning 27001 clauses out of 54014 with flag 3387002/396000
88.14/87.72	c cleaning 27998 clauses out of 56013 with flag 3643320/425000
97.64/97.25	c cleaning 29001 clauses out of 58016 with flag 3927160/455001
106.84/106.44	c cleaning 30001 clauses out of 60014 with flag 4213658/486000
116.89/116.44	c cleaning 31004 clauses out of 62016 with flag 4509918/518003
127.58/127.11	c cleaning 31996 clauses out of 64009 with flag 4823546/551000
139.68/139.20	c cleaning 33000 clauses out of 66014 with flag 5166138/585001
151.68/151.26	c cleaning 34000 clauses out of 68013 with flag 5513781/620000
164.08/163.60	c cleaning 35000 clauses out of 70013 with flag 5853681/656000
176.69/176.26	c cleaning 35997 clauses out of 72015 with flag 6177002/693002
190.99/190.56	c cleaning 36999 clauses out of 74019 with flag 6535273/731003
205.69/205.29	c cleaning 38003 clauses out of 76018 with flag 6894599/770001
222.79/222.33	c cleaning 38997 clauses out of 78014 with flag 7287177/810000
240.88/240.43	c cleaning 39999 clauses out of 80018 with flag 7660757/851001
259.58/259.10	c cleaning 41001 clauses out of 82018 with flag 8048357/893000
277.79/277.37	c cleaning 42003 clauses out of 84019 with flag 8438778/936002
298.39/297.97	c cleaning 42999 clauses out of 86014 with flag 8864372/980000
317.89/317.43	c cleaning 44004 clauses out of 88017 with flag 9267342/1025002
338.65/338.14	c cleaning 45003 clauses out of 90013 with flag 9709175/1071002
358.65/358.11	c cleaning 46000 clauses out of 92008 with flag 10149075/1118000
380.35/379.81	c cleaning 46995 clauses out of 94010 with flag 10589467/1166002
404.28/403.79	c cleaning 48003 clauses out of 96013 with flag 11060984/1215000
430.36/429.82	c cleaning 48999 clauses out of 98011 with flag 11555490/1265001
458.07/457.53	c cleaning 50005 clauses out of 100011 with flag 12033640/1316000
487.38/486.83	c cleaning 50997 clauses out of 102006 with flag 12559804/1368000
516.68/516.12	c cleaning 51997 clauses out of 104009 with flag 13095923/1421000
548.89/548.31	c cleaning 53004 clauses out of 106013 with flag 13628038/1475001
580.59/580.01	c cleaning 53998 clauses out of 108008 with flag 14163673/1530000
611.98/611.31	c cleaning 55003 clauses out of 110011 with flag 14688540/1586001
645.18/644.52	c cleaning 55994 clauses out of 112009 with flag 15243433/1643002
679.79/679.11	c cleaning 56997 clauses out of 114013 with flag 15825533/1701000
717.69/717.00	c cleaning 58000 clauses out of 116016 with flag 16430220/1760000
757.10/756.48	c cleaning 58997 clauses out of 118016 with flag 17011534/1820000
798.22/797.58	c cleaning 60003 clauses out of 120019 with flag 17594394/1881000
841.33/840.62	c cleaning 61008 clauses out of 122017 with flag 18219126/1943001
880.35/879.64	c cleaning 61996 clauses out of 124010 with flag 18826385/2006002
924.16/923.42	c cleaning 63000 clauses out of 126013 with flag 19443563/2070001
970.68/969.87	c cleaning 63998 clauses out of 128013 with flag 20052178/2135001
1019.70/1018.85	c cleaning 65002 clauses out of 130015 with flag 20650815/2201001
1071.23/1070.31	c cleaning 66001 clauses out of 132013 with flag 21290458/2268001
1121.03/1120.19	c cleaning 66997 clauses out of 134012 with flag 21981254/2336001
1177.38/1176.40	c cleaning 68001 clauses out of 136016 with flag 22672030/2405002
1233.80/1232.88	c cleaning 69001 clauses out of 138013 with flag 23360295/2475000
1294.62/1293.63	c cleaning 69998 clauses out of 140012 with flag 24098595/2546000
1352.33/1351.34	c cleaning 71003 clauses out of 142016 with flag 24784154/2618002
1414.56/1413.46	c cleaning 72000 clauses out of 144011 with flag 25436704/2691000
1480.59/1479.44	c cleaning 73001 clauses out of 146011 with flag 26103881/2765000
1546.72/1545.52	c cleaning 73999 clauses out of 148010 with flag 26879020/2840000
1615.64/1614.48	c cleaning 75005 clauses out of 150011 with flag 27645291/2916000
1687.77/1686.54	c cleaning 76002 clauses out of 152007 with flag 28443573/2993001
1761.40/1760.16	c cleaning 76994 clauses out of 154005 with flag 29190288/3071001
1800.09/1798.80	c starts		: 3273
1800.09/1798.80	c conflicts		: 3120254
1800.09/1798.80	c decisions		: 3602458
1800.09/1798.80	c propagations		: 54379160
1800.09/1798.80	c inspects		: 35345549284
1800.09/1798.80	c shortcuts		: 0
1800.09/1798.80	c learnt literals	: 0
1800.09/1798.80	c learnt binary clauses	: 0
1800.09/1798.80	c learnt ternary clauses	: 0
1800.09/1798.80	c learnt constraints	: 3120254
1800.09/1798.80	c ignored constraints	: 0
1800.09/1798.80	c root simplifications	: 0
1800.09/1798.80	c removed literals (reason simplification)	: 0
1800.09/1798.80	c reason swapping (by a shorter reason)	: 0
1800.09/1798.80	c Calls to reduceDB	: 74
1800.09/1798.80	c Number of update (reduction) of LBD	: 993590
1800.09/1798.80	c Imported unit clauses	: 0
1800.09/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.80	c number of learned constraints concerned by reduction	: 0
1800.09/1798.80	c number of learning phase by resolution	: 0
1800.09/1798.80	c number of learning phase by cutting planes	: 0
1800.09/1798.80	c speed (assignments/second)	: 30232.750166232647
1800.09/1798.80	c non guided choices	41
1800.09/1798.80	c timeout
1800.09/1798.83	c learnt constraints type 
1800.09/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126264
1800.09/1798.83	s UNKNOWN
1800.09/1798.83	c Total wall clock time (in seconds): 1798.73

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-4089908-1466035230/watcher-4089908-1466035230 -o /tmp/evaluation-result-4089908-1466035230/solver-4089908-1466035230 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466033430-13361 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089908-1466035230.opb 

pid=13576
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.08 2.07 2.00 3/192 13584
/proc/meminfo: memFree=31594348/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 5573094 98570240 977 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 24065 977 743 9 0 16771 0
[pid=13584/tid=13585] ppid=13576 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 5573094 98570240 977 33554432000 1073741824 1073778376 140733252836288 140039520521768 235374724480 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.08 2.07 2.00 3/192 13584
/proc/meminfo: memFree=31594348/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 4520 0 1 0 10 1 0 0 20 0 18 0 5573094 9787879424 6144 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2389619 6145 2157 9 0 2380296 0
[pid=13584/tid=13585] ppid=13576 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 5573094 9787879424 6145 33554432000 1073741824 1073778376 140733252836288 140039520526456 235378107661 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.200325 s]
/proc/loadavg: 2.08 2.07 2.00 3/192 13584
/proc/meminfo: memFree=31594348/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 7093 0 1 0 31 2 0 0 20 0 19 0 5573094 9856040960 7486 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2406260 7486 2221 9 0 2396937 0
[pid=13584/tid=13585] ppid=13576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2403 0 1 0 16 2 0 0 20 0 19 0 5573094 9856040960 7498 33554432000 1073741824 1073778376 140733252836288 140039520526976 140039523812243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300338 s]
/proc/loadavg: 2.08 2.07 2.00 3/192 13584
/proc/meminfo: memFree=31594348/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 7158 0 1 0 50 2 0 0 20 0 19 0 5573094 9856040960 7453 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2406260 7453 2226 9 0 2396937 0
[pid=13584/tid=13585] ppid=13576 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2403 0 1 0 26 2 0 0 20 0 19 0 5573094 9856040960 7453 33554432000 1073741824 1073778376 140733252836288 140039520526976 140039371732587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700234 s]
/proc/loadavg: 2.08 2.07 2.00 3/192 13584
/proc/meminfo: memFree=31594348/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 8590 0 1 0 101 2 0 0 20 0 19 0 5573094 9856040960 8576 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2406260 8576 2239 9 0 2396937 0
[pid=13584/tid=13585] ppid=13576 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2404 0 1 0 66 2 0 0 20 0 19 0 5573094 9856040960 8576 33554432000 1073741824 1073778376 140733252836288 140039520526976 140039372078558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.23 2.10 2.02 3/212 13604
/proc/meminfo: memFree=31548172/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9625040 CPUtime=1.9 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 9321 0 1 0 188 2 0 0 20 0 19 0 5573094 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2406260 9820 2241 9 0 2396937 0
[pid=13584/tid=13585] ppid=13576 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2407 0 1 0 146 2 0 0 20 0 19 0 5573094 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140039520524608 140039372078453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13587] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13587/stat : 13587 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140039492979752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13588] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13588/stat : 13588 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140039491926952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13589] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13589/stat : 13589 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140039490874152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13584/tid=13590] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13590/stat : 13590 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140039360653992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13591] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13591/stat : 13591 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140039359601192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13592] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13592/stat : 13592 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140039358548392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13593] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13593/stat : 13593 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140039357495592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13594] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13594/stat : 13594 (java) S 13576 13584 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140039356442792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13595] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13595/stat : 13595 (java) S 13576 13584 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140038873930728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13596] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13596/stat : 13596 (java) S 13576 13584 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140038872876792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13597] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13597/stat : 13597 (java) S 13576 13584 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140038871823880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13598] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13598/stat : 13598 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140038870772368 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13599] ppid=13576 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13584/task/13599/stat : 13599 (java) S 13576 13584 5711 0 -1 4202560 3820 0 0 0 26 0 0 0 20 0 19 0 5573098 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140038869719480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13600] ppid=13576 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13584/task/13600/stat : 13600 (java) S 13576 13584 5711 0 -1 4202560 1824 0 0 0 13 0 0 0 20 0 19 0 5573098 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140038868666680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13601] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13601/stat : 13601 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140038867614072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13602] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13602/stat : 13602 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140038866561480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13604] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13604/stat : 13604 (java) S 13576 13584 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573106 9856040960 9820 33554432000 1073741824 1073778376 140733252836288 140038865508008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.23 2.10 2.02 3/212 13604
/proc/meminfo: memFree=31541532/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 9369 0 1 0 351 3 0 0 20 0 19 0 5573094 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2406260 10880 2241 9 0 2396937 0
[pid=13584/tid=13585] ppid=13576 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2409 0 1 0 306 2 0 0 20 0 19 0 5573094 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140039520526696 140039372078558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13587] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13587/stat : 13587 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140039492979752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13588] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13588/stat : 13588 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140039491926952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13589] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13589/stat : 13589 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140039490874152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13584/tid=13590] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13590/stat : 13590 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140039360653992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13591] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13591/stat : 13591 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140039359601192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13592] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13592/stat : 13592 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140039358548392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13593] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13593/stat : 13593 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140039357495592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13594] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13594/stat : 13594 (java) S 13576 13584 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140039356442792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13595] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13595/stat : 13595 (java) S 13576 13584 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140038873930728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13596] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13596/stat : 13596 (java) S 13576 13584 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140038872876792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13597] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13597/stat : 13597 (java) S 13576 13584 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140038871823880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13598] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13598/stat : 13598 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140038870772368 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13599] ppid=13576 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13584/task/13599/stat : 13599 (java) S 13576 13584 5711 0 -1 4202560 3820 0 0 0 27 0 0 0 20 0 19 0 5573098 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140038869719480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13600] ppid=13576 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/13584/task/13600/stat : 13600 (java) S 13576 13584 5711 0 -1 4202560 1870 0 0 0 16 0 0 0 20 0 19 0 5573098 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140038868666680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13601] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13601/stat : 13601 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140038867614072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13602] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13602/stat : 13602 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140038866561480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13604] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13604/stat : 13604 (java) S 13576 13584 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573106 9856040960 10880 33554432000 1073741824 1073778376 140733252836288 140038865508008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.29 2.11 2.02 4/212 13604
/proc/meminfo: memFree=31528652/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9625040 CPUtime=6.74 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 9374 0 1 0 671 3 0 0 20 0 19 0 5573094 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2406260 11327 2242 9 0 2396937 0
[pid=13584/tid=13585] ppid=13576 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2413 0 1 0 625 2 0 0 20 0 19 0 5573094 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140039520517808 140039372097054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13587] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13587/stat : 13587 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140039492979752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13588] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13588/stat : 13588 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140039491926952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13589] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13589/stat : 13589 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140039490874152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13584/tid=13590] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13590/stat : 13590 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140039360653992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13591] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13591/stat : 13591 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140039359601192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13592] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13592/stat : 13592 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140039358548392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13593] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13593/stat : 13593 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140039357495592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13594] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13594/stat : 13594 (java) S 13576 13584 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573095 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140039356442792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13595] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13595/stat : 13595 (java) S 13576 13584 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140038873930728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13596] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13596/stat : 13596 (java) S 13576 13584 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140038872876792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13597] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13597/stat : 13597 (java) S 13576 13584 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140038871823880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13598] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13598/stat : 13598 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140038870772368 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13599] ppid=13576 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13584/task/13599/stat : 13599 (java) S 13576 13584 5711 0 -1 4202560 3820 0 0 0 27 0 0 0 20 0 19 0 5573098 9856040960 11327 33554432000 1073741824 1073778376 140733252836288 140038869719480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13600] ppid=13576 vsize=9625040 CPUtime=0.16 cores=1,3,5,7

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

[pid=13584/tid=13604] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13604/stat : 13604 (java) S 13576 13584 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573106 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038865508008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.55
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/211 13666
/proc/meminfo: memFree=30837220/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9625040 CPUtime=1723.58 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 10370 0 1 0 172307 51 0 0 20 0 19 0 5573094 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2406260 65311 2257 9 0 2396937 0
[pid=13584/tid=13585] ppid=13576 vsize=9625040 CPUtime=1717.71 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2474 0 1 0 171742 29 0 0 20 0 19 0 5573094 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039520517808 140039372052671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13587] ppid=13576 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13584/task/13587/stat : 13587 (java) S 13576 13584 5711 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039492979752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13588] ppid=13576 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13584/task/13588/stat : 13588 (java) S 13576 13584 5711 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039491926952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13589] ppid=13576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13584/task/13589/stat : 13589 (java) S 13576 13584 5711 0 -1 4202560 96 0 0 0 3 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039490874152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13590] ppid=13576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13584/task/13590/stat : 13590 (java) S 13576 13584 5711 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039360653992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13591] ppid=13576 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/13584/task/13591/stat : 13591 (java) S 13576 13584 5711 0 -1 4202560 191 0 0 0 6 2 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039359601192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13592] ppid=13576 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13584/task/13592/stat : 13592 (java) S 13576 13584 5711 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039358548392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13584/tid=13593] ppid=13576 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13584/task/13593/stat : 13593 (java) S 13576 13584 5711 0 -1 4202560 168 0 0 0 6 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039357495592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13594] ppid=13576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13584/task/13594/stat : 13594 (java) S 13576 13584 5711 0 -1 4202560 126 0 0 0 3 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039356442792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13584/tid=13595] ppid=13576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13584/task/13595/stat : 13595 (java) S 13576 13584 5711 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 19 0 5573096 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038873930728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13596] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13596/stat : 13596 (java) S 13576 13584 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038872876792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13597] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13597/stat : 13597 (java) S 13576 13584 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038871823880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13598] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13598/stat : 13598 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038870772368 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13599] ppid=13576 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13584/task/13599/stat : 13599 (java) S 13576 13584 5711 0 -1 4202560 3820 0 0 0 27 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038869719480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13600] ppid=13576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13584/task/13600/stat : 13600 (java) S 13576 13584 5711 0 -1 4202560 2002 0 0 0 18 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038868666680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13601] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13601/stat : 13601 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038867614072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13602] ppid=13576 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13584/task/13602/stat : 13602 (java) S 13576 13584 5711 0 -1 4202560 100 0 0 0 31 33 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038866561480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13604] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13604/stat : 13604 (java) S 13576 13584 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573106 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038865508008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.58
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/212 13670
/proc/meminfo: memFree=30836736/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9625040 CPUtime=1783.59 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 10374 0 1 0 178307 52 0 0 20 0 19 0 5573094 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2406260 65311 2257 9 0 2396937 0
[pid=13584/tid=13585] ppid=13576 vsize=9625040 CPUtime=1777.56 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2474 0 1 0 177726 30 0 0 20 0 19 0 5573094 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039520517808 140039372078558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13587] ppid=13576 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13584/task/13587/stat : 13587 (java) S 13576 13584 5711 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039492979752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13588] ppid=13576 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13584/task/13588/stat : 13588 (java) S 13576 13584 5711 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039491926952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13589] ppid=13576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13584/task/13589/stat : 13589 (java) S 13576 13584 5711 0 -1 4202560 96 0 0 0 3 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039490874152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13590] ppid=13576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13584/task/13590/stat : 13590 (java) S 13576 13584 5711 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039360653992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13591] ppid=13576 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/13584/task/13591/stat : 13591 (java) S 13576 13584 5711 0 -1 4202560 191 0 0 0 6 2 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039359601192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13592] ppid=13576 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13584/task/13592/stat : 13592 (java) S 13576 13584 5711 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039358548392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13584/tid=13593] ppid=13576 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13584/task/13593/stat : 13593 (java) S 13576 13584 5711 0 -1 4202560 168 0 0 0 6 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039357495592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13594] ppid=13576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13584/task/13594/stat : 13594 (java) S 13576 13584 5711 0 -1 4202560 126 0 0 0 3 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039356442792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13584/tid=13595] ppid=13576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13584/task/13595/stat : 13595 (java) S 13576 13584 5711 0 -1 4202560 50 0 0 0 1 1 0 0 20 0 19 0 5573096 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038873930728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13596] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13596/stat : 13596 (java) S 13576 13584 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038872876792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13597] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13597/stat : 13597 (java) S 13576 13584 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038871823880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13598] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13598/stat : 13598 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038870772368 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13599] ppid=13576 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13584/task/13599/stat : 13599 (java) S 13576 13584 5711 0 -1 4202560 3820 0 0 0 27 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038869719480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13600] ppid=13576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13584/task/13600/stat : 13600 (java) S 13576 13584 5711 0 -1 4202560 2002 0 0 0 18 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038868666680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13601] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13601/stat : 13601 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038867614072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13602] ppid=13576 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13584/task/13602/stat : 13602 (java) S 13576 13584 5711 0 -1 4202560 104 0 0 0 32 35 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038866561480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13604] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13604/stat : 13604 (java) S 13576 13584 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573106 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038865508008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.59
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.02 2.04 2.00 2/190 13702
/proc/meminfo: memFree=31349412/32872528 swapFree=446836/479540
[pid=13584] ppid=13576 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/13584/stat : 13584 (java) S 13576 13584 5711 0 -1 4202496 10374 0 1 0 179957 52 0 0 20 0 19 0 5573094 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140733252827424 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13584/statm: 2406260 65311 2257 9 0 2396937 0
[pid=13584/tid=13585] ppid=13576 vsize=9625040 CPUtime=1794.02 cores=1,3,5,7
/proc/13584/task/13585/stat : 13585 (java) R 13576 13584 5711 0 -1 4202560 2474 0 1 0 179372 30 0 0 20 0 19 0 5573094 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039520517808 140039372052648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13587] ppid=13576 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13584/task/13587/stat : 13587 (java) S 13576 13584 5711 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039492979752 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13588] ppid=13576 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13584/task/13588/stat : 13588 (java) S 13576 13584 5711 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039491926952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13589] ppid=13576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13584/task/13589/stat : 13589 (java) S 13576 13584 5711 0 -1 4202560 96 0 0 0 3 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039490874152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13590] ppid=13576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13584/task/13590/stat : 13590 (java) S 13576 13584 5711 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039360653992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13591] ppid=13576 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/13584/task/13591/stat : 13591 (java) S 13576 13584 5711 0 -1 4202560 191 0 0 0 6 2 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039359601192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13592] ppid=13576 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13584/task/13592/stat : 13592 (java) S 13576 13584 5711 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039358548392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13584/tid=13593] ppid=13576 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13584/task/13593/stat : 13593 (java) S 13576 13584 5711 0 -1 4202560 168 0 0 0 6 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039357495592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13594] ppid=13576 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13584/task/13594/stat : 13594 (java) S 13576 13584 5711 0 -1 4202560 126 0 0 0 3 1 0 0 20 0 19 0 5573095 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140039356442792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13584/tid=13595] ppid=13576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13584/task/13595/stat : 13595 (java) S 13576 13584 5711 0 -1 4202560 50 0 0 0 1 1 0 0 20 0 19 0 5573096 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038873930728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13596] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13596/stat : 13596 (java) S 13576 13584 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038872876792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13597] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13597/stat : 13597 (java) S 13576 13584 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5573096 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038871823880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13598] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13598/stat : 13598 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038870772368 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13599] ppid=13576 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13584/task/13599/stat : 13599 (java) S 13576 13584 5711 0 -1 4202560 3820 0 0 0 27 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038869719480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13584/tid=13600] ppid=13576 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13584/task/13600/stat : 13600 (java) S 13576 13584 5711 0 -1 4202560 2002 0 0 0 18 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038868666680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13601] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13601/stat : 13601 (java) S 13576 13584 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038867614072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13584/tid=13602] ppid=13576 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13584/task/13602/stat : 13602 (java) S 13576 13584 5711 0 -1 4202560 104 0 0 0 32 35 0 0 20 0 19 0 5573098 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038866561480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13584/tid=13604] ppid=13576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13584/task/13604/stat : 13604 (java) S 13576 13584 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5573106 9856040960 65311 33554432000 1073741824 1073778376 140733252836288 140038865508008 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 13584 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1798.84
CPU time (s): 1800.09
CPU user time (s): 1799.57
CPU system time (s): 0.52
CPU usage (%): 100.07
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 0.870867
maximum resident set size= 261384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10423
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38046
involuntary context switches= 3215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7434 second user time and 12.921 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 02:00:30
IDJOB=4089908
IDBENCH=107473
IDSOLVER=2546
FILE ID=node104/4089908-1466035230
RUNJOBID= node104-1466033430-13361
PBS_JOBID= 19902812
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v041-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089908-1466035230/watcher-4089908-1466035230 -o /tmp/evaluation-result-4089908-1466035230/solver-4089908-1466035230 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466033430-13361 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089908-1466035230.opb

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

MD5SUM BENCH= e1659ced500f38c55b81c0c1526c5e2c
RANDOM SEED=891829887

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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.54
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		: 2667.035
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		: 2667.035
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:        31596980 kB
Buffers:           29344 kB
Cached:            57212 kB
SwapCached:         1448 kB
Active:            45964 kB
Inactive:          52244 kB
Active(anon):      12128 kB
Inactive(anon):     2028 kB
Active(file):      33836 kB
Inactive(file):    50216 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67099956 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:        486000 kB
Mapped:            12956 kB
Shmem:                 0 kB
Slab:             566804 kB
SReclaimable:      10764 kB
SUnreclaim:       556040 kB
KernelStack:        1400 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1151044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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 node104 at 2016-06-16 02:30:29