Trace number 4084480

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.03 1782.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
MD5SUMdab917560b0808668d6327532459772d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.049992
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints141
Number of constraints which are clauses71
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint71
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 72
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084480-1465240280.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.28/0.27	c ... done. Wall clock time 0.153s.
0.28/0.27	c declared #vars     4970
0.28/0.27	c #constraints  141
0.28/0.27	c constraints type 
0.28/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71
0.28/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.28/0.27	c 141 constraints processed.
1.27/0.86	c cleaning 2491 clauses out of 5002 with flag 32552/5002
2.17/1.65	c cleaning 4255 clauses out of 8509 with flag 71901/11000
3.17/2.67	c cleaning 5627 clauses out of 11258 with flag 117264/18004
4.57/4.09	c cleaning 6808 clauses out of 13627 with flag 173570/26000
6.31/5.73	c cleaning 7908 clauses out of 15821 with flag 232770/35002
8.31/7.72	c cleaning 8951 clauses out of 17911 with flag 297363/45000
10.61/10.03	c cleaning 9977 clauses out of 19962 with flag 368609/56002
13.34/12.76	c cleaning 10988 clauses out of 21985 with flag 445865/68002
15.10/14.49	c cleaning 11983 clauses out of 23997 with flag 535487/81002
18.20/17.54	c cleaning 12984 clauses out of 26012 with flag 634422/95000
22.09/21.41	c cleaning 13993 clauses out of 28028 with flag 743537/110000
26.30/25.67	c cleaning 14996 clauses out of 30035 with flag 874356/126000
30.35/29.62	c cleaning 15999 clauses out of 32040 with flag 997530/143001
36.06/35.36	c cleaning 16986 clauses out of 34040 with flag 1144551/161000
42.45/41.76	c cleaning 18003 clauses out of 36056 with flag 1306857/180002
48.90/48.05	c cleaning 18997 clauses out of 38052 with flag 1470598/200001
55.61/54.76	c cleaning 20001 clauses out of 40054 with flag 1635795/221000
63.20/62.33	c cleaning 20999 clauses out of 42053 with flag 1804081/243000
71.28/70.29	c cleaning 22007 clauses out of 44059 with flag 1973817/266005
79.88/78.82	c cleaning 23001 clauses out of 46048 with flag 2171172/290001
88.78/87.77	c cleaning 23998 clauses out of 48046 with flag 2355737/315000
98.05/96.87	c cleaning 25004 clauses out of 50052 with flag 2538695/341004
103.44/102.20	c cleaning 25989 clauses out of 52045 with flag 2725237/368001
110.70/109.32	c cleaning 26990 clauses out of 54057 with flag 2920590/396002
116.10/114.79	c cleaning 28008 clauses out of 56066 with flag 3136634/425001
124.23/122.77	c cleaning 28872 clauses out of 58057 with flag 3369845/455000
130.53/129.00	c cleaning 30023 clauses out of 60186 with flag 3592796/486001
138.15/136.53	c cleaning 31056 clauses out of 62163 with flag 3812237/518001
146.34/144.72	c cleaning 32030 clauses out of 64108 with flag 4060557/551002
155.52/153.80	c cleaning 33010 clauses out of 66076 with flag 4326946/585000
168.32/166.56	c cleaning 34003 clauses out of 68066 with flag 4645655/620000
180.13/178.34	c cleaning 35008 clauses out of 70065 with flag 4958640/656002
193.19/191.39	c cleaning 36005 clauses out of 72057 with flag 5285351/693002
207.09/205.17	c cleaning 36999 clauses out of 74050 with flag 5584285/731000
222.10/220.19	c cleaning 38003 clauses out of 76052 with flag 5867004/770001
237.56/235.52	c cleaning 38998 clauses out of 78048 with flag 6168174/810000
255.85/253.75	c cleaning 40000 clauses out of 80050 with flag 6491767/851000
275.57/273.38	c cleaning 40995 clauses out of 82050 with flag 6829487/893000
307.94/304.94	c cleaning 41540 clauses out of 84055 with flag 7514786/936000
318.92/315.79	c cleaning 43184 clauses out of 86515 with flag 7810454/980000
334.55/331.33	c cleaning 44096 clauses out of 88331 with flag 8121082/1025000
349.39/346.02	c cleaning 45042 clauses out of 90237 with flag 8459153/1071002
364.60/361.10	c cleaning 46020 clauses out of 92194 with flag 8794059/1118001
382.00/378.48	c cleaning 47012 clauses out of 94174 with flag 9166576/1166001
399.18/395.50	c cleaning 48010 clauses out of 96161 with flag 9521571/1215000
417.50/413.72	c cleaning 49008 clauses out of 98153 with flag 9892555/1265002
439.98/436.07	c cleaning 49995 clauses out of 100146 with flag 10234900/1316003
460.62/456.55	c cleaning 51001 clauses out of 102150 with flag 10612465/1368002
484.90/480.64	c cleaning 52007 clauses out of 104148 with flag 11027262/1421001
509.41/505.00	c cleaning 53003 clauses out of 106142 with flag 11445948/1475002
532.75/528.22	c cleaning 53999 clauses out of 108138 with flag 11824244/1530001
559.54/554.85	c cleaning 55002 clauses out of 110138 with flag 12255860/1586000
586.10/581.35	c cleaning 55997 clauses out of 112136 with flag 12654344/1643000
612.66/607.72	c cleaning 57004 clauses out of 114140 with flag 13117347/1701001
643.78/638.77	c cleaning 57996 clauses out of 116137 with flag 13626225/1760002
670.96/665.71	c cleaning 59048 clauses out of 118140 with flag 14168657/1820001
686.11/680.77	c cleaning 60012 clauses out of 120092 with flag 14562637/1881001
711.44/705.85	c cleaning 61000 clauses out of 122080 with flag 14967955/1943001
743.76/737.91	c cleaning 62009 clauses out of 124080 with flag 15509504/2006001
774.37/768.30	c cleaning 63004 clauses out of 126073 with flag 16156530/2070003
800.25/794.05	c cleaning 63998 clauses out of 128066 with flag 16708806/2135000
831.78/825.35	c cleaning 65001 clauses out of 130070 with flag 17319183/2201002
865.17/858.44	c cleaning 66002 clauses out of 132069 with flag 17843732/2268002
903.98/896.95	c cleaning 66992 clauses out of 134065 with flag 18410916/2336000
941.14/933.61	c cleaning 68001 clauses out of 136073 with flag 18921935/2405000
977.51/969.73	c cleaning 69001 clauses out of 138073 with flag 19506676/2475001
1015.99/1007.71	c cleaning 70002 clauses out of 140071 with flag 20187113/2546000
1056.36/1047.74	c cleaning 70998 clauses out of 142070 with flag 20849753/2618001
1100.20/1091.10	c cleaning 72003 clauses out of 144072 with flag 21389522/2691001
1140.94/1131.35	c cleaning 72999 clauses out of 146068 with flag 22016247/2765000
1185.36/1175.35	c cleaning 73999 clauses out of 148070 with flag 22569295/2840001
1242.03/1231.48	c cleaning 75003 clauses out of 150071 with flag 23195625/2916001
1288.90/1277.88	c cleaning 75995 clauses out of 152068 with flag 23986957/2993001
1334.23/1322.70	c cleaning 77002 clauses out of 154073 with flag 24639364/3071001
1384.82/1372.96	c cleaning 78000 clauses out of 156070 with flag 25275367/3150000
1435.46/1422.94	c cleaning 78999 clauses out of 158071 with flag 25925113/3230001
1485.69/1472.72	c cleaning 80003 clauses out of 160071 with flag 26640765/3311000
1543.32/1529.51	c cleaning 81000 clauses out of 162068 with flag 27353786/3393000
1601.16/1586.95	c cleaning 82000 clauses out of 164070 with flag 28164351/3476002
1647.57/1632.78	c cleaning 83001 clauses out of 166069 with flag 28928351/3560001
1695.35/1680.07	c cleaning 84000 clauses out of 168067 with flag 29574583/3645000
1743.67/1727.79	c cleaning 85001 clauses out of 170068 with flag 30227046/3731001
1775.61/1758.71	c cleaning 85977 clauses out of 172066 with flag 30863006/3818000
1800.03/1782.60	c starts		: 1495
1800.03/1782.60	c conflicts		: 3894104
1800.03/1782.60	c decisions		: 11031498
1800.03/1782.60	c propagations		: 65280385
1800.03/1782.60	c inspects		: 28007584386
1800.03/1782.60	c shortcuts		: 0
1800.03/1782.60	c learnt literals	: 0
1800.03/1782.60	c learnt binary clauses	: 0
1800.03/1782.60	c learnt ternary clauses	: 0
1800.03/1782.60	c learnt constraints	: 3894104
1800.03/1782.60	c ignored constraints	: 0
1800.03/1782.60	c root simplifications	: 0
1800.03/1782.60	c removed literals (reason simplification)	: 0
1800.03/1782.60	c reason swapping (by a shorter reason)	: 0
1800.03/1782.60	c Calls to reduceDB	: 83
1800.03/1782.60	c Number of update (reduction) of LBD	: 2209520
1800.03/1782.60	c Imported unit clauses	: 0
1800.03/1782.60	c number of reductions to clauses (during analyze)	: 0
1800.03/1782.60	c number of learned constraints concerned by reduction	: 0
1800.03/1782.60	c number of learning phase by resolution	: 0
1800.03/1782.60	c number of learning phase by cutting planes	: 0
1800.03/1782.60	c speed (assignments/second)	: 36626.450559913465
1800.03/1782.60	c non guided choices	86363
1800.03/1782.60	c timeout
1800.03/1782.63	c learnt constraints type 
1800.03/1782.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162193
1800.03/1782.63	s UNKNOWN
1800.03/1782.63	c Total wall clock time (in seconds): 1782.517

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-4084480-1465240280/watcher-4084480-1465240280 -o /tmp/evaluation-result-4084480-1465240280/solver-4084480-1465240280 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465236716-4449 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084480-1465240280.opb 

pid=4803
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.20 2.19 2.19 3/194 4806
/proc/meminfo: memFree=29943268/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/4806/stat : 4806 (java) R 4803 4806 31415 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 105961615 8192 1 33554432000 0 0 0 140736549518040 266435456439 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2 1 0 0 0 2 0

[startup+0.10006 s]
/proc/loadavg: 2.20 2.19 2.19 3/194 4806
/proc/meminfo: memFree=29943268/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 105961615 9787879424 6030 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.20 2.19 2.19 3/194 4806
/proc/meminfo: memFree=29943268/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 5023 0 1 0 27 1 0 0 20 0 18 0 105961615 9787879424 6983 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2389619 6983 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 2.20 2.19 2.19 3/194 4806
/proc/meminfo: memFree=29943268/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 7708 0 1 0 54 2 0 0 20 0 19 0 105961615 9856040960 10281 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2406260 10281 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700174 s]
/proc/loadavg: 2.20 2.19 2.19 3/194 4806
/proc/meminfo: memFree=29943268/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 7834 0 1 0 115 2 0 0 20 0 19 0 105961615 9856040960 11866 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2406260 11866 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.18 2.19 2.19 3/213 4825
/proc/meminfo: memFree=29897376/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 9012 0 1 0 204 3 0 0 20 0 19 0 105961615 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2406260 14534 2259 9 0 2396937 0
[pid=4806/tid=4808] ppid=4803 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/4806/task/4808/stat : 4808 (java) R 4803 4806 31415 0 -1 4202560 2426 0 1 0 144 2 0 0 20 0 19 0 105961616 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547791958328 140547654714149 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4809] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4809/stat : 4809 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547781019944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4810] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4810/stat : 4810 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547779967144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4811] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4811/stat : 4811 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547778914856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4806/tid=4812] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4812/stat : 4812 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547777862056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4813] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4813/stat : 4813 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547776809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4814] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4814/stat : 4814 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547775756968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4815] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4815/stat : 4815 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547774704680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4816] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4816/stat : 4816 (java) S 4803 4806 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547773651880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4817] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4817/stat : 4817 (java) S 4803 4806 31415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547615434984 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4818] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4818/stat : 4818 (java) S 4803 4806 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547614381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4819] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4819/stat : 4819 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547613328648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4820] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4820/stat : 4820 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547612277136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4821] ppid=4803 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/4806/task/4821/stat : 4821 (java) S 4803 4806 31415 0 -1 4202560 2590 0 0 0 25 0 0 0 20 0 19 0 105961621 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547611224760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4822] ppid=4803 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4806/task/4822/stat : 4822 (java) S 4803 4806 31415 0 -1 4202560 2724 0 0 0 32 0 0 0 20 0 19 0 105961621 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547610171960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4823] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4823/stat : 4823 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547609119864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4824] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4824/stat : 4824 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547608067272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4825] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4825/stat : 4825 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961643 9856040960 14534 33554432000 1073741824 1073778376 140734302018400 140547607012264 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.18 2.19 2.19 3/213 4825
/proc/meminfo: memFree=29882412/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 9023 0 1 0 364 3 0 0 20 0 19 0 105961615 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2406260 20166 2259 9 0 2396937 0
[pid=4806/tid=4808] ppid=4803 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/4806/task/4808/stat : 4808 (java) R 4803 4806 31415 0 -1 4202560 2437 0 1 0 302 2 0 0 20 0 19 0 105961616 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547791958312 140547654715200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4809] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4809/stat : 4809 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547781019944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4810] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4810/stat : 4810 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547779967144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4811] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4811/stat : 4811 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547778914856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4806/tid=4812] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4812/stat : 4812 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547777862056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4813] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4813/stat : 4813 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547776809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4814] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4814/stat : 4814 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547775756968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4815] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4815/stat : 4815 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547774704680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4816] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4816/stat : 4816 (java) S 4803 4806 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547773651880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4817] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4817/stat : 4817 (java) S 4803 4806 31415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547615434984 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4818] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4818/stat : 4818 (java) S 4803 4806 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547614381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4819] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4819/stat : 4819 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547613328648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4820] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4820/stat : 4820 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547612277136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4821] ppid=4803 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/4806/task/4821/stat : 4821 (java) S 4803 4806 31415 0 -1 4202560 2590 0 0 0 26 0 0 0 20 0 19 0 105961621 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547611224760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4822] ppid=4803 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4806/task/4822/stat : 4822 (java) S 4803 4806 31415 0 -1 4202560 2724 0 0 0 33 0 0 0 20 0 19 0 105961621 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547610171960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4823] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4823/stat : 4823 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547609119864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4824] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4824/stat : 4824 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547608067272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4825] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4825/stat : 4825 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961643 9856040960 20166 33554432000 1073741824 1073778376 140734302018400 140547607012264 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.18 2.19 2.19 4/213 4825
/proc/meminfo: memFree=29843520/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9625040 CPUtime=6.91 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 9043 0 1 0 687 4 0 0 20 0 19 0 105961615 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2406260 28814 2260 9 0 2396937 0
[pid=4806/tid=4808] ppid=4803 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/4806/task/4808/stat : 4808 (java) R 4803 4806 31415 0 -1 4202560 2455 0 1 0 621 2 0 0 20 0 19 0 105961616 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547791958424 140547654843974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4809] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4809/stat : 4809 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547781019944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4810] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4810/stat : 4810 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547779967144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4811] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4811/stat : 4811 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547778914856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4806/tid=4812] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4812/stat : 4812 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547777862056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4813] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4813/stat : 4813 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547776809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4814] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4814/stat : 4814 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547775756968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4815] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4815/stat : 4815 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547774704680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4816] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4816/stat : 4816 (java) S 4803 4806 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105961617 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547773651880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4817] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4817/stat : 4817 (java) S 4803 4806 31415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547615434984 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4818] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4818/stat : 4818 (java) S 4803 4806 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547614381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4819] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4819/stat : 4819 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547613328648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4820] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4820/stat : 4820 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547612277136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4821] ppid=4803 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/4806/task/4821/stat : 4821 (java) S 4803 4806 31415 0 -1 4202560 2591 0 0 0 29 0 0 0 20 0 19 0 105961621 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547611224760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4822] ppid=4803 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4806/task/4822/stat : 4822 (java) S 4803 4806 31415 0 -1 4202560 2724 0 0 0 33 0 0 0 20 0 19 0 105961621 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547610171960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4823] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4823/stat : 4823 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547609119864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4824] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4824/stat : 4824 (java) S 4803 4806 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547608067272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4825] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4825/stat : 4825 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961643 9856040960 28814 33554432000 1073741824 1073778376 140734302018400 140547607012264 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9625040


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

[pid=4806/tid=4825] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4825/stat : 4825 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961643 9856040960 133558 33554432000 1073741824 1073778376 140734302018400 140547607012264 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1677.58
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.61 2.31 2.21 4/214 4933
/proc/meminfo: memFree=29055536/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9625040 CPUtime=1738.05 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 24838 0 1 0 173597 208 0 0 20 0 19 0 105961615 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2406260 112943 2282 9 0 2396937 0
[pid=4806/tid=4808] ppid=4803 vsize=9625040 CPUtime=1706.34 cores=1,3,5,7
/proc/4806/task/4808/stat : 4808 (java) R 4803 4806 31415 0 -1 4202560 2812 0 1 0 170602 32 0 0 20 0 19 0 105961616 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547791957184 140547654778591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4809] ppid=4803 vsize=9625040 CPUtime=2.94 cores=1,3,5,7
/proc/4806/task/4809/stat : 4809 (java) S 4803 4806 31415 0 -1 4202560 2354 0 0 0 269 25 0 0 20 0 19 0 105961617 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547781019944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4810] ppid=4803 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/4806/task/4810/stat : 4810 (java) S 4803 4806 31415 0 -1 4202560 1949 0 0 0 238 18 0 0 20 0 19 0 105961617 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547779967144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4811] ppid=4803 vsize=9625040 CPUtime=2.57 cores=1,3,5,7
/proc/4806/task/4811/stat : 4811 (java) S 4803 4806 31415 0 -1 4202560 1428 0 0 0 237 20 0 0 20 0 19 0 105961617 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547778914856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4812] ppid=4803 vsize=9625040 CPUtime=2.6 cores=1,3,5,7
/proc/4806/task/4812/stat : 4812 (java) S 4803 4806 31415 0 -1 4202560 1100 0 0 0 242 18 0 0 20 0 19 0 105961617 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547777862056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4806/tid=4813] ppid=4803 vsize=9625040 CPUtime=2.7 cores=1,3,5,7
/proc/4806/task/4813/stat : 4813 (java) S 4803 4806 31415 0 -1 4202560 1374 0 0 0 249 21 0 0 20 0 19 0 105961617 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547776809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4814] ppid=4803 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/4806/task/4814/stat : 4814 (java) S 4803 4806 31415 0 -1 4202560 1087 0 0 0 259 22 0 0 20 0 19 0 105961617 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547775756968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4815] ppid=4803 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/4806/task/4815/stat : 4815 (java) S 4803 4806 31415 0 -1 4202560 1149 0 0 0 249 22 0 0 20 0 19 0 105961617 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547774704680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4816] ppid=4803 vsize=9625040 CPUtime=2.49 cores=1,3,5,7
/proc/4806/task/4816/stat : 4816 (java) S 4803 4806 31415 0 -1 4202560 2005 0 0 0 232 17 0 0 20 0 19 0 105961617 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547773651880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4806/tid=4817] ppid=4803 vsize=9625040 CPUtime=4.9 cores=1,3,5,7
/proc/4806/task/4817/stat : 4817 (java) S 4803 4806 31415 0 -1 4202560 1751 0 0 0 483 7 0 0 20 0 19 0 105961619 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547615434984 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4818] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4818/stat : 4818 (java) S 4803 4806 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547614381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4819] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4819/stat : 4819 (java) S 4803 4806 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547613328648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4820] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4820/stat : 4820 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547612277136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4821] ppid=4803 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/4806/task/4821/stat : 4821 (java) S 4803 4806 31415 0 -1 4202560 3747 0 0 0 36 0 0 0 20 0 19 0 105961621 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547611224760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4822] ppid=4803 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4806/task/4822/stat : 4822 (java) S 4803 4806 31415 0 -1 4202560 2724 0 0 0 33 0 0 0 20 0 19 0 105961621 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547610171960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4823] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4823/stat : 4823 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547609119864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4824] ppid=4803 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/4806/task/4824/stat : 4824 (java) S 4803 4806 31415 0 -1 4202560 99 0 0 0 24 35 0 0 20 0 19 0 105961621 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547608067272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4825] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4825/stat : 4825 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961643 9856040960 112943 33554432000 1073741824 1073778376 140734302018400 140547607012264 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1738.05
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.49 2.33 2.22 3/213 4935
/proc/meminfo: memFree=28975588/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9625040 CPUtime=1799.73 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 29456 0 1 0 179752 221 0 0 20 0 19 0 105961615 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2406260 141588 2282 9 0 2396937 0
[pid=4806/tid=4808] ppid=4803 vsize=9625040 CPUtime=1765.11 cores=1,3,5,7
/proc/4806/task/4808/stat : 4808 (java) R 4803 4806 31415 0 -1 4202560 2845 0 1 0 176478 33 0 0 20 0 19 0 105961616 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547791957184 140547654778591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4809] ppid=4803 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/4806/task/4809/stat : 4809 (java) S 4803 4806 31415 0 -1 4202560 2569 0 0 0 297 27 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547781019944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4810] ppid=4803 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/4806/task/4810/stat : 4810 (java) S 4803 4806 31415 0 -1 4202560 2441 0 0 0 268 20 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547779967144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4811] ppid=4803 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/4806/task/4811/stat : 4811 (java) S 4803 4806 31415 0 -1 4202560 1998 0 0 0 264 22 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547778914856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4812] ppid=4803 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/4806/task/4812/stat : 4812 (java) S 4803 4806 31415 0 -1 4202560 1496 0 0 0 268 20 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547777862056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4813] ppid=4803 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/4806/task/4813/stat : 4813 (java) S 4803 4806 31415 0 -1 4202560 1739 0 0 0 275 23 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547776809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4814] ppid=4803 vsize=9625040 CPUtime=3.1 cores=1,3,5,7
/proc/4806/task/4814/stat : 4814 (java) S 4803 4806 31415 0 -1 4202560 1719 0 0 0 287 23 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547775756968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4815] ppid=4803 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/4806/task/4815/stat : 4815 (java) S 4803 4806 31415 0 -1 4202560 1995 0 0 0 282 23 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547774704680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4806/tid=4816] ppid=4803 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/4806/task/4816/stat : 4816 (java) S 4803 4806 31415 0 -1 4202560 2909 0 0 0 258 18 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547773651880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4817] ppid=4803 vsize=9625040 CPUtime=5.3 cores=1,3,5,7
/proc/4806/task/4817/stat : 4817 (java) S 4803 4806 31415 0 -1 4202560 1912 0 0 0 522 8 0 0 20 0 19 0 105961619 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547615434984 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4806/tid=4818] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4818/stat : 4818 (java) S 4803 4806 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547614381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4819] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4819/stat : 4819 (java) S 4803 4806 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547613328648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4820] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4820/stat : 4820 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547612277136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4821] ppid=4803 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/4806/task/4821/stat : 4821 (java) S 4803 4806 31415 0 -1 4202560 3747 0 0 0 36 0 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547611224760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4822] ppid=4803 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4806/task/4822/stat : 4822 (java) S 4803 4806 31415 0 -1 4202560 2724 0 0 0 33 0 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547610171960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4823] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4823/stat : 4823 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547609119864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4824] ppid=4803 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/4806/task/4824/stat : 4824 (java) S 4803 4806 31415 0 -1 4202560 103 0 0 0 25 36 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547608067272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4825] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4825/stat : 4825 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961643 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547607012264 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.73
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.6 s]
/proc/loadavg: 2.49 2.33 2.22 3/213 4935
/proc/meminfo: memFree=28975588/32872528 swapFree=14448/1543360
[pid=4806] ppid=4803 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/4806/stat : 4806 (java) S 4803 4806 31415 0 -1 4202496 29456 0 1 0 179782 221 0 0 20 0 19 0 105961615 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140734302009536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4806/statm: 2406260 141588 2282 9 0 2396937 0
[pid=4806/tid=4808] ppid=4803 vsize=9625040 CPUtime=1765.41 cores=1,3,5,7
/proc/4806/task/4808/stat : 4808 (java) R 4803 4806 31415 0 -1 4202560 2845 0 1 0 176508 33 0 0 20 0 19 0 105961616 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547791957184 140547654713088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4809] ppid=4803 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/4806/task/4809/stat : 4809 (java) S 4803 4806 31415 0 -1 4202560 2569 0 0 0 297 27 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547781019944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4810] ppid=4803 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/4806/task/4810/stat : 4810 (java) S 4803 4806 31415 0 -1 4202560 2441 0 0 0 268 20 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547779967144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4811] ppid=4803 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/4806/task/4811/stat : 4811 (java) S 4803 4806 31415 0 -1 4202560 1998 0 0 0 264 22 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547778914856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4812] ppid=4803 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/4806/task/4812/stat : 4812 (java) S 4803 4806 31415 0 -1 4202560 1496 0 0 0 268 20 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547777862056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4813] ppid=4803 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/4806/task/4813/stat : 4813 (java) S 4803 4806 31415 0 -1 4202560 1739 0 0 0 275 23 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547776809768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4814] ppid=4803 vsize=9625040 CPUtime=3.1 cores=1,3,5,7
/proc/4806/task/4814/stat : 4814 (java) S 4803 4806 31415 0 -1 4202560 1719 0 0 0 287 23 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547775756968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4815] ppid=4803 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/4806/task/4815/stat : 4815 (java) S 4803 4806 31415 0 -1 4202560 1995 0 0 0 282 23 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547774704680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4806/tid=4816] ppid=4803 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/4806/task/4816/stat : 4816 (java) S 4803 4806 31415 0 -1 4202560 2909 0 0 0 258 18 0 0 20 0 19 0 105961617 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547773651880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4806/tid=4817] ppid=4803 vsize=9625040 CPUtime=5.3 cores=1,3,5,7
/proc/4806/task/4817/stat : 4817 (java) S 4803 4806 31415 0 -1 4202560 1912 0 0 0 522 8 0 0 20 0 19 0 105961619 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547615434984 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4806/tid=4818] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4818/stat : 4818 (java) S 4803 4806 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547614381048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4819] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4819/stat : 4819 (java) S 4803 4806 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105961619 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547613328648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4820] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4820/stat : 4820 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547612277136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4821] ppid=4803 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/4806/task/4821/stat : 4821 (java) S 4803 4806 31415 0 -1 4202560 3747 0 0 0 36 0 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547611224760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4822] ppid=4803 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4806/task/4822/stat : 4822 (java) S 4803 4806 31415 0 -1 4202560 2724 0 0 0 33 0 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547610171960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4823] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4823/stat : 4823 (java) S 4803 4806 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547609119864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4806/tid=4824] ppid=4803 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/4806/task/4824/stat : 4824 (java) S 4803 4806 31415 0 -1 4202560 103 0 0 0 25 36 0 0 20 0 19 0 105961621 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547608067272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4806/tid=4825] ppid=4803 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4806/task/4825/stat : 4825 (java) S 4803 4806 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105961643 9856040960 141588 33554432000 1073741824 1073778376 140734302018400 140547607012264 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 4806 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 4806 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=398362
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=670594
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1782.64
CPU time (s): 1800.03
CPU user time (s): 1797.82
CPU system time (s): 2.21
CPU usage (%): 100.976
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.4
system time used= 2.67059
maximum resident set size= 876676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29499
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48993
involuntary context switches= 47439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2821 second user time and 16.3185 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-06 21:11:20
IDJOB=4084480
IDBENCH=2589
IDSOLVER=2546
FILE ID=node116/4084480-1465240280
RUNJOBID= node116-1465236716-4449
PBS_JOBID= 19843214
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084480-1465240280/watcher-4084480-1465240280 -o /tmp/evaluation-result-4084480-1465240280/solver-4084480-1465240280 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465236716-4449 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084480-1465240280.opb

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

MD5SUM BENCH= dab917560b0808668d6327532459772d
RANDOM SEED=1365468471

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.134
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.134
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:        29943532 kB
Buffers:           35476 kB
Cached:           119156 kB
SwapCached:         1432 kB
Active:           590892 kB
Inactive:          93156 kB
Active(anon):     530540 kB
Inactive(anon):     1380 kB
Active(file):      60352 kB
Inactive(file):    91776 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098884 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       2072488 kB
Mapped:            15188 kB
Shmem:                 0 kB
Slab:             566548 kB
SReclaimable:      10652 kB
SUnreclaim:       555896 kB
KernelStack:        1616 kB
PageTables:         8284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2298424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2048000 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= 71732 MiB
End job on node116 at 2016-06-06 21:41:03