Trace number 4084309

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.84 1778.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
MD5SUMd3d31f2bec4390bf166702fac3cf6fcc
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.020996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2800
Total number of constraints150
Number of constraints which are clauses80
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 constraint35
Maximum length of a constraint40
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 41
Number of bits of the biggest sum of numbers6
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-4084309-1465219807.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.28/0.23	c ... done. Wall clock time 0.112s.
0.28/0.23	c declared #vars     2800
0.28/0.23	c #constraints  150
0.28/0.23	c constraints type 
0.28/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.28/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.28/0.23	c 150 constraints processed.
1.05/0.70	c cleaning 2497 clauses out of 5001 with flag 31084/5001
1.48/1.10	c cleaning 4242 clauses out of 8505 with flag 70140/11002
2.10/1.61	c cleaning 5623 clauses out of 11262 with flag 116235/18001
3.01/2.55	c cleaning 6808 clauses out of 13638 with flag 166576/26000
4.23/3.75	c cleaning 7901 clauses out of 15831 with flag 225540/35001
6.23/5.78	c cleaning 8829 clauses out of 17929 with flag 328590/45000
9.03/8.56	c cleaning 10045 clauses out of 20101 with flag 497540/56001
12.56/12.06	c cleaning 11028 clauses out of 22057 with flag 657576/68002
15.46/14.96	c cleaning 12013 clauses out of 24028 with flag 832505/81001
19.65/19.07	c cleaning 13005 clauses out of 26015 with flag 1021194/95001
24.75/24.13	c cleaning 14004 clauses out of 28009 with flag 1230254/110000
30.48/29.64	c cleaning 15004 clauses out of 30007 with flag 1471900/126002
36.88/36.05	c cleaning 15998 clauses out of 32003 with flag 1737960/143002
44.18/43.12	c cleaning 16992 clauses out of 34003 with flag 2000182/161000
50.59/49.56	c cleaning 18004 clauses out of 36011 with flag 2189864/180000
57.77/56.66	c cleaning 19001 clauses out of 38007 with flag 2364156/200000
65.69/64.35	c cleaning 19998 clauses out of 40006 with flag 2546906/221000
74.59/73.29	c cleaning 21004 clauses out of 42009 with flag 2743878/243001
83.75/82.14	c cleaning 21994 clauses out of 44005 with flag 2946699/266001
93.65/91.68	c cleaning 22999 clauses out of 46010 with flag 3202496/290000
104.23/102.19	c cleaning 24001 clauses out of 48012 with flag 3444215/315001
116.78/114.50	c cleaning 25001 clauses out of 50012 with flag 3700759/341002
128.22/125.78	c cleaning 25989 clauses out of 52009 with flag 3968124/368000
141.07/138.44	c cleaning 27009 clauses out of 54028 with flag 4253281/396008
153.75/151.00	c cleaning 28000 clauses out of 56012 with flag 4502795/425001
167.97/165.08	c cleaning 29000 clauses out of 58012 with flag 4755079/455001
182.22/179.19	c cleaning 29993 clauses out of 60011 with flag 5001038/486000
197.71/194.42	c cleaning 30991 clauses out of 62018 with flag 5264545/518000
214.50/211.00	c cleaning 32007 clauses out of 64027 with flag 5547345/551000
230.60/226.93	c cleaning 33004 clauses out of 66021 with flag 5810059/585001
248.53/244.72	c cleaning 34003 clauses out of 68021 with flag 6105993/620005
268.54/264.50	c cleaning 34999 clauses out of 70013 with flag 6422280/656000
289.31/285.04	c cleaning 36001 clauses out of 72017 with flag 6768524/693003
312.14/307.69	c cleaning 37003 clauses out of 74015 with flag 7054998/731002
334.20/329.44	c cleaning 37999 clauses out of 76010 with flag 7332084/770000
356.97/351.99	c cleaning 38999 clauses out of 78012 with flag 7639508/810001
381.05/375.76	c cleaning 40000 clauses out of 80012 with flag 7947627/851000
409.38/403.77	c cleaning 40991 clauses out of 82012 with flag 8310970/893000
438.09/432.11	c cleaning 42000 clauses out of 84021 with flag 8657130/936000
465.78/459.41	c cleaning 43007 clauses out of 86021 with flag 9001214/980000
495.57/488.97	c cleaning 44002 clauses out of 88017 with flag 9355190/1025003
523.10/516.06	c cleaning 45001 clauses out of 90013 with flag 9677739/1071001
552.09/544.61	c cleaning 45997 clauses out of 92013 with flag 10033529/1118002
588.38/580.61	c cleaning 47002 clauses out of 94016 with flag 10476105/1166002
625.28/617.06	c cleaning 47998 clauses out of 96012 with flag 10914278/1215000
662.46/653.91	c cleaning 49000 clauses out of 98015 with flag 11309290/1265001
705.99/697.03	c cleaning 49987 clauses out of 100014 with flag 11751481/1316000
741.04/731.51	c cleaning 50997 clauses out of 102030 with flag 12259917/1368003
787.92/778.00	c cleaning 51998 clauses out of 104032 with flag 12874379/1421002
828.12/817.63	c cleaning 52995 clauses out of 106032 with flag 13423191/1475000
879.52/868.50	c cleaning 53999 clauses out of 108037 with flag 14000656/1530000
921.74/910.23	c cleaning 55005 clauses out of 110040 with flag 14449171/1586002
964.80/952.76	c cleaning 56002 clauses out of 112033 with flag 14900265/1643000
1012.08/999.59	c cleaning 57003 clauses out of 114033 with flag 15385356/1701002
1066.46/1053.30	c cleaning 57998 clauses out of 116029 with flag 15888430/1760001
1121.72/1107.93	c cleaning 58999 clauses out of 118032 with flag 16390454/1820002
1174.18/1159.81	c cleaning 60003 clauses out of 120031 with flag 16864551/1881000
1242.49/1227.59	c cleaning 60998 clauses out of 122028 with flag 17577556/1943000
1311.78/1296.07	c cleaning 62001 clauses out of 124031 with flag 18293793/2006001
1379.13/1362.52	c cleaning 63001 clauses out of 126029 with flag 18969292/2070000
1452.05/1434.65	c cleaning 63999 clauses out of 128028 with flag 19595981/2135000
1516.35/1498.17	c cleaning 64995 clauses out of 130030 with flag 20248508/2201001
1587.41/1568.31	c cleaning 66002 clauses out of 132034 with flag 20858632/2268000
1657.86/1637.94	c cleaning 66999 clauses out of 134032 with flag 21474879/2336000
1733.93/1713.17	c cleaning 68001 clauses out of 136033 with flag 22148878/2405000
1800.08/1778.60	c starts		: 2540
1800.08/1778.60	c conflicts		: 2468528
1800.08/1778.60	c decisions		: 4673795
1800.08/1778.60	c propagations		: 52003333
1800.08/1778.60	c inspects		: 22780637101
1800.08/1778.60	c timeout
1800.08/1778.60	c shortcuts		: 0
1800.08/1778.60	c learnt literals	: 0
1800.08/1778.60	c learnt binary clauses	: 0
1800.08/1778.60	c learnt ternary clauses	: 0
1800.08/1778.60	c learnt constraints	: 2468528
1800.08/1778.60	c ignored constraints	: 0
1800.08/1778.60	c root simplifications	: 0
1800.08/1778.60	c removed literals (reason simplification)	: 0
1800.08/1778.60	c reason swapping (by a shorter reason)	: 0
1800.08/1778.60	c Calls to reduceDB	: 65
1800.08/1778.60	c Number of update (reduction) of LBD	: 1479067
1800.08/1778.60	c Imported unit clauses	: 0
1800.08/1778.60	c number of reductions to clauses (during analyze)	: 0
1800.08/1778.60	c number of learned constraints concerned by reduction	: 0
1800.08/1778.60	c number of learning phase by resolution	: 0
1800.08/1778.60	c number of learning phase by cutting planes	: 0
1800.08/1778.60	c speed (assignments/second)	: 29242.08419718473
1800.08/1778.60	c non guided choices	4777
1800.08/1778.63	c learnt constraints type 
1800.08/1778.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131560
1800.08/1778.63	s UNKNOWN
1800.08/1778.63	c Total wall clock time (in seconds): 1778.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-4084309-1465219807/watcher-4084309-1465219807 -o /tmp/evaluation-result-4084309-1465219807/solver-4084309-1465219807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084309-1465219807.opb 

pid=1086
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.25 2.17 2.14 3/195 1089
/proc/meminfo: memFree=29634704/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1089/stat : 1089 (java) D 1086 1089 737 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 103913873 9515008 176 33554432000 1073741824 1073778376 140734126784608 140734126767336 272886481808 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/1089/statm: 2331 182 139 9 0 79 0

[startup+0.100163 s]
/proc/loadavg: 2.25 2.17 2.14 3/195 1089
/proc/meminfo: memFree=29634704/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 4423 0 1 0 8 1 0 0 20 0 18 0 103913873 9787879424 6051 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2389619 6051 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.25 2.17 2.14 3/195 1089
/proc/meminfo: memFree=29634704/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 4993 0 1 0 27 1 0 0 20 0 18 0 103913873 9787879424 6993 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2389619 6993 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.25 2.17 2.14 3/195 1089
/proc/meminfo: memFree=29634704/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 6434 0 1 0 52 1 0 0 20 0 19 0 103913873 9856040960 8900 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2406260 8900 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700163 s]
/proc/loadavg: 2.25 2.17 2.14 3/195 1089
/proc/meminfo: memFree=29634704/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 6723 0 1 0 104 1 0 0 20 0 19 0 103913873 9856040960 9801 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2406260 9801 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.25 2.17 2.14 3/214 1109
/proc/meminfo: memFree=29594644/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 8886 0 1 0 199 1 0 0 20 0 19 0 103913873 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2406260 13194 2258 9 0 2396937 0
[pid=1089/tid=1091] ppid=1086 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/1089/task/1091/stat : 1091 (java) R 1086 1089 737 0 -1 4202560 2443 0 1 0 145 1 0 0 20 0 19 0 103913874 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714274986456 140714147493523 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1092] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1092/stat : 1092 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714118593448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1093] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1093/stat : 1093 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714117540904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1094] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1094/stat : 1094 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714116487848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1095] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1095/stat : 1095 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714115435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1096] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1096/stat : 1096 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714114382248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1097] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1097/stat : 1097 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714113329704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1098] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1098/stat : 1098 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714112276648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1099] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1099/stat : 1099 (java) S 1086 1089 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714111224104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1100] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1100/stat : 1100 (java) S 1086 1089 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103913876 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714099026792 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1101] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1101/stat : 1101 (java) S 1086 1089 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714097973112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1103] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1103/stat : 1103 (java) S 1086 1089 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714096919944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1104] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1104/stat : 1104 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714095868688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1105] ppid=1086 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/1089/task/1105/stat : 1105 (java) S 1086 1089 737 0 -1 4202560 3595 0 0 0 29 0 0 0 20 0 19 0 103913879 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714094815544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1106] ppid=1086 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/1089/task/1106/stat : 1106 (java) S 1086 1089 737 0 -1 4202560 1570 0 0 0 21 0 0 0 20 0 19 0 103913879 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714093763000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1107] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1107/stat : 1107 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714092710136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1108] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1108/stat : 1108 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714091657800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1109] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1109/stat : 1109 (java) S 1086 1089 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103913896 9856040960 13194 33554432000 1073741824 1073778376 140733221878944 140714090604072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.25 2.17 2.14 3/214 1109
/proc/meminfo: memFree=29581860/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 8893 0 1 0 361 1 0 0 20 0 19 0 103913873 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2406260 16778 2258 9 0 2396937 0
[pid=1089/tid=1091] ppid=1086 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/1089/task/1091/stat : 1091 (java) R 1086 1089 737 0 -1 4202560 2450 0 1 0 305 1 0 0 20 0 19 0 103913874 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714274988344 140714147536203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1092] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1092/stat : 1092 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714118593448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1093] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1093/stat : 1093 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714117540904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1094] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1094/stat : 1094 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714116487848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1095] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1095/stat : 1095 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714115435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1096] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1096/stat : 1096 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714114382248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1097] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1097/stat : 1097 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714113329704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1098] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1098/stat : 1098 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714112276648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1099] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1099/stat : 1099 (java) S 1086 1089 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714111224104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1100] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1100/stat : 1100 (java) S 1086 1089 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103913876 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714099026792 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1101] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1101/stat : 1101 (java) S 1086 1089 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714097973112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1103] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1103/stat : 1103 (java) S 1086 1089 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714096919944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1104] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1104/stat : 1104 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714095868688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1105] ppid=1086 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/1089/task/1105/stat : 1105 (java) S 1086 1089 737 0 -1 4202560 3595 0 0 0 29 0 0 0 20 0 19 0 103913879 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714094815544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1106] ppid=1086 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/1089/task/1106/stat : 1106 (java) S 1086 1089 737 0 -1 4202560 1570 0 0 0 23 0 0 0 20 0 19 0 103913879 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714093763000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1107] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1107/stat : 1107 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714092710136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1108] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1108/stat : 1108 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714091657800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1109] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1109/stat : 1109 (java) S 1086 1089 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103913896 9856040960 16778 33554432000 1073741824 1073778376 140733221878944 140714090604072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.23 2.17 2.14 3/214 1109
/proc/meminfo: memFree=29532824/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 8918 0 1 0 681 2 0 0 20 0 19 0 103913873 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2406260 28404 2259 9 0 2396937 0
[pid=1089/tid=1091] ppid=1086 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/1089/task/1091/stat : 1091 (java) R 1086 1089 737 0 -1 4202560 2474 0 1 0 625 2 0 0 20 0 19 0 103913874 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714274979504 140714147214756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1092] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1092/stat : 1092 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714118593448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1093] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1093/stat : 1093 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714117540904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1094] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1094/stat : 1094 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714116487848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1095] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1095/stat : 1095 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714115435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1096] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1096/stat : 1096 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714114382248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1097] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1097/stat : 1097 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714113329704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1098] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1098/stat : 1098 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714112276648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1099] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1099/stat : 1099 (java) S 1086 1089 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103913875 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714111224104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1100] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1100/stat : 1100 (java) S 1086 1089 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103913876 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714099026792 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1101] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1101/stat : 1101 (java) S 1086 1089 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714097973112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1103] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1103/stat : 1103 (java) S 1086 1089 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714096919944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1104] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1104/stat : 1104 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714095868688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1105] ppid=1086 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/1089/task/1105/stat : 1105 (java) S 1086 1089 737 0 -1 4202560 3595 0 0 0 29 0 0 0 20 0 19 0 103913879 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714094815544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1106] ppid=1086 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/1089/task/1106/stat : 1106 (java) S 1086 1089 737 0 -1 4202560 1570 0 0 0 24 0 0 0 20 0 19 0 103913879 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714093763000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1107] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1107/stat : 1107 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714092710136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1108] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1108/stat : 1108 (java) S 1086 1089 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714091657800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1109] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1109/stat : 1109 (java) S 1086 1089 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103913896 9856040960 28404 33554432000 1073741824 1073778376 140733221878944 140714090604072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=1089/tid=1101] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1101/stat : 1101 (java) S 1086 1089 737 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 121630 33554432000 1073741824 1073778376 140733221878944 140714097973112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1103] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1103/stat : 1103 (java) S 1086 1089 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 121630 33554432000 1073741824 1073778376 140733221878944 140714096919944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1104] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1104/stat : 1104 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 121630 33554432000 1073741824 1073778376 140733221878944 140714095868688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1105] ppid=1086 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/1089/task/1105/stat : 1105 (java) S 1086 1089 737 0 -1 4202560 3595 0 0 0 29 0 0 0 20 0 19 0 103913879 9856040960 121630 33554432000 1073741824 1073778376 140733221878944 140714094815544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1106] ppid=1086 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/1089/task/1106/stat : 1106 (java) S 1086 1089 737 0 -1 4202560 1570 0 0 0 24 0 0 0 20 0 19 0 103913879 9856040960 121630 33554432000 1073741824 1073778376 140733221878944 140714093763000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1107] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1107/stat : 1107 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 121630 33554432000 1073741824 1073778376 140733221878944 140714092710136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1108] ppid=1086 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/1089/task/1108/stat : 1108 (java) S 1086 1089 737 0 -1 4202560 92 0 0 0 29 35 0 0 20 0 19 0 103913879 9856040960 121630 33554432000 1073741824 1073778376 140733221878944 140714091657800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1109] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1109/stat : 1109 (java) S 1086 1089 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103913896 9856040960 121630 33554432000 1073741824 1073778376 140733221878944 140714090604072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1621.88
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.27 2.23 2.19 3/213 1638
/proc/meminfo: memFree=29833604/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9625040 CPUtime=1682.62 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 37007 0 1 0 167914 348 0 0 20 0 19 0 103913873 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2406260 118404 2280 9 0 2396937 0
[pid=1089/tid=1091] ppid=1086 vsize=9625040 CPUtime=1647.56 cores=1,3,5,7
/proc/1089/task/1091/stat : 1091 (java) R 1086 1089 737 0 -1 4202560 2974 0 1 0 164726 30 0 0 20 0 19 0 103913874 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714274987216 140714147476243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1092] ppid=1086 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/1089/task/1092/stat : 1092 (java) S 1086 1089 737 0 -1 4202560 2281 0 0 0 300 33 0 0 20 0 19 0 103913875 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714118593448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1093] ppid=1086 vsize=9625040 CPUtime=3.37 cores=1,3,5,7
/proc/1089/task/1093/stat : 1093 (java) S 1086 1089 737 0 -1 4202560 3317 0 0 0 300 37 0 0 20 0 19 0 103913875 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714117540904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1094] ppid=1086 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/1089/task/1094/stat : 1094 (java) S 1086 1089 737 0 -1 4202560 2819 0 0 0 312 36 0 0 20 0 19 0 103913875 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714116487848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1095] ppid=1086 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/1089/task/1095/stat : 1095 (java) S 1086 1089 737 0 -1 4202560 3032 0 0 0 322 38 0 0 20 0 19 0 103913875 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714115435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1096] ppid=1086 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/1089/task/1096/stat : 1096 (java) S 1086 1089 737 0 -1 4202560 2619 0 0 0 310 35 0 0 20 0 19 0 103913875 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714114382248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1097] ppid=1086 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/1089/task/1097/stat : 1097 (java) S 1086 1089 737 0 -1 4202560 2536 0 0 0 291 42 0 0 20 0 19 0 103913875 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714113329704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1098] ppid=1086 vsize=9625040 CPUtime=3.73 cores=1,3,5,7
/proc/1089/task/1098/stat : 1098 (java) S 1086 1089 737 0 -1 4202560 3418 0 0 0 329 44 0 0 20 0 19 0 103913875 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714112276648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1099] ppid=1086 vsize=9625040 CPUtime=3.76 cores=1,3,5,7
/proc/1089/task/1099/stat : 1099 (java) S 1086 1089 737 0 -1 4202560 3658 0 0 0 337 39 0 0 20 0 19 0 103913875 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714111224104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1100] ppid=1086 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/1089/task/1100/stat : 1100 (java) S 1086 1089 737 0 -1 4202560 3827 0 0 0 611 11 0 0 20 0 19 0 103913876 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714099026792 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1101] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1101/stat : 1101 (java) S 1086 1089 737 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714097973112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1103] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1103/stat : 1103 (java) S 1086 1089 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714096919944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1104] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1104/stat : 1104 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714095868688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1105] ppid=1086 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/1089/task/1105/stat : 1105 (java) S 1086 1089 737 0 -1 4202560 3595 0 0 0 29 0 0 0 20 0 19 0 103913879 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714094815544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1106] ppid=1086 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/1089/task/1106/stat : 1106 (java) S 1086 1089 737 0 -1 4202560 1570 0 0 0 24 0 0 0 20 0 19 0 103913879 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714093763000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1107] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1107/stat : 1107 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714092710136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1108] ppid=1086 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/1089/task/1108/stat : 1108 (java) S 1086 1089 737 0 -1 4202560 96 0 0 0 29 37 0 0 20 0 19 0 103913879 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714091657800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1109] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1109/stat : 1109 (java) S 1086 1089 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103913896 9856040960 118404 33554432000 1073741824 1073778376 140733221878944 140714090604072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1682.62
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.38 2.26 2.20 3/213 1639
/proc/meminfo: memFree=29726584/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9625040 CPUtime=1743.33 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 38484 0 1 0 173968 365 0 0 20 0 19 0 103913873 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2406260 151335 2281 9 0 2396937 0
[pid=1089/tid=1091] ppid=1086 vsize=9625040 CPUtime=1707.13 cores=1,3,5,7
/proc/1089/task/1091/stat : 1091 (java) R 1086 1089 737 0 -1 4202560 2990 0 1 0 170683 30 0 0 20 0 19 0 103913874 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714274987216 140714147493249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1092] ppid=1086 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/1089/task/1092/stat : 1092 (java) S 1086 1089 737 0 -1 4202560 2517 0 0 0 311 35 0 0 20 0 19 0 103913875 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714118593448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1093] ppid=1086 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/1089/task/1093/stat : 1093 (java) S 1086 1089 737 0 -1 4202560 3491 0 0 0 310 38 0 0 20 0 19 0 103913875 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714117540904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1094] ppid=1086 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/1089/task/1094/stat : 1094 (java) S 1086 1089 737 0 -1 4202560 3163 0 0 0 324 38 0 0 20 0 19 0 103913875 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714116487848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1095] ppid=1086 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/1089/task/1095/stat : 1095 (java) S 1086 1089 737 0 -1 4202560 3045 0 0 0 331 39 0 0 20 0 19 0 103913875 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714115435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1096] ppid=1086 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/1089/task/1096/stat : 1096 (java) S 1086 1089 737 0 -1 4202560 2702 0 0 0 320 36 0 0 20 0 19 0 103913875 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714114382248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1097] ppid=1086 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/1089/task/1097/stat : 1097 (java) S 1086 1089 737 0 -1 4202560 2716 0 0 0 300 44 0 0 20 0 19 0 103913875 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714113329704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1098] ppid=1086 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/1089/task/1098/stat : 1098 (java) S 1086 1089 737 0 -1 4202560 3624 0 0 0 342 45 0 0 20 0 19 0 103913875 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714112276648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1099] ppid=1086 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/1089/task/1099/stat : 1099 (java) S 1086 1089 737 0 -1 4202560 3692 0 0 0 350 41 0 0 20 0 19 0 103913875 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714111224104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1100] ppid=1086 vsize=9625040 CPUtime=6.36 cores=1,3,5,7
/proc/1089/task/1100/stat : 1100 (java) S 1086 1089 737 0 -1 4202560 4014 0 0 0 625 11 0 0 20 0 19 0 103913876 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714099026792 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1101] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1101/stat : 1101 (java) S 1086 1089 737 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714097973112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1103] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1103/stat : 1103 (java) S 1086 1089 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714096919944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1104] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1104/stat : 1104 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714095868688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1105] ppid=1086 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/1089/task/1105/stat : 1105 (java) S 1086 1089 737 0 -1 4202560 3595 0 0 0 29 0 0 0 20 0 19 0 103913879 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714094815544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1106] ppid=1086 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/1089/task/1106/stat : 1106 (java) S 1086 1089 737 0 -1 4202560 1572 0 0 0 24 0 0 0 20 0 19 0 103913879 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714093763000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1107] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1107/stat : 1107 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714092710136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1108] ppid=1086 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/1089/task/1108/stat : 1108 (java) S 1086 1089 737 0 -1 4202560 98 0 0 0 30 38 0 0 20 0 19 0 103913879 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714091657800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1109] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1109/stat : 1109 (java) S 1086 1089 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103913896 9856040960 151335 33554432000 1073741824 1073778376 140733221878944 140714090604072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1743.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.6 s]
/proc/loadavg: 2.37 2.28 2.20 3/213 1640
/proc/meminfo: memFree=29836548/32872528 swapFree=16252/1391864
[pid=1089] ppid=1086 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/1089/stat : 1089 (java) S 1086 1089 737 0 -1 4202496 38814 0 1 0 179639 369 0 0 20 0 19 0 103913873 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140733221870080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1089/statm: 2406260 123571 2281 9 0 2396937 0
[pid=1089/tid=1091] ppid=1086 vsize=9625040 CPUtime=1762.98 cores=1,3,5,7
/proc/1089/task/1091/stat : 1091 (java) R 1086 1089 737 0 -1 4202560 3003 0 1 0 176267 31 0 0 20 0 19 0 103913874 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714274987216 140714147406793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1092] ppid=1086 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/1089/task/1092/stat : 1092 (java) S 1086 1089 737 0 -1 4202560 2536 0 0 0 318 36 0 0 20 0 19 0 103913875 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714118593448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1093] ppid=1086 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/1089/task/1093/stat : 1093 (java) S 1086 1089 737 0 -1 4202560 3553 0 0 0 318 39 0 0 20 0 19 0 103913875 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714117540904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1094] ppid=1086 vsize=9625040 CPUtime=3.73 cores=1,3,5,7
/proc/1089/task/1094/stat : 1094 (java) S 1086 1089 737 0 -1 4202560 3183 0 0 0 335 38 0 0 20 0 19 0 103913875 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714116487848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1095] ppid=1086 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/1089/task/1095/stat : 1095 (java) S 1086 1089 737 0 -1 4202560 3091 0 0 0 339 39 0 0 20 0 19 0 103913875 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714115435304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1096] ppid=1086 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/1089/task/1096/stat : 1096 (java) S 1086 1089 737 0 -1 4202560 2709 0 0 0 329 36 0 0 20 0 19 0 103913875 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714114382248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1097] ppid=1086 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/1089/task/1097/stat : 1097 (java) S 1086 1089 737 0 -1 4202560 2726 0 0 0 307 45 0 0 20 0 19 0 103913875 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714113329704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1098] ppid=1086 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/1089/task/1098/stat : 1098 (java) S 1086 1089 737 0 -1 4202560 3624 0 0 0 347 45 0 0 20 0 19 0 103913875 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714112276648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1089/tid=1099] ppid=1086 vsize=9625040 CPUtime=3.99 cores=1,3,5,7
/proc/1089/task/1099/stat : 1099 (java) S 1086 1089 737 0 -1 4202560 3772 0 0 0 358 41 0 0 20 0 19 0 103913875 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714111224104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1100] ppid=1086 vsize=9625040 CPUtime=6.61 cores=1,3,5,7
/proc/1089/task/1100/stat : 1100 (java) S 1086 1089 737 0 -1 4202560 4083 0 0 0 650 11 0 0 20 0 19 0 103913876 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714099026792 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1101] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1101/stat : 1101 (java) S 1086 1089 737 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714097973112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1103] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1103/stat : 1103 (java) S 1086 1089 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103913877 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714096919944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1104] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1104/stat : 1104 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714095868688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1105] ppid=1086 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/1089/task/1105/stat : 1105 (java) S 1086 1089 737 0 -1 4202560 3595 0 0 0 29 0 0 0 20 0 19 0 103913879 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714094815544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1089/tid=1106] ppid=1086 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/1089/task/1106/stat : 1106 (java) S 1086 1089 737 0 -1 4202560 1572 0 0 0 24 0 0 0 20 0 19 0 103913879 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714093763000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1107] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1107/stat : 1107 (java) S 1086 1089 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103913879 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714092710136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1089/tid=1108] ppid=1086 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/1089/task/1108/stat : 1108 (java) S 1086 1089 737 0 -1 4202560 102 0 0 0 31 40 0 0 20 0 19 0 103913879 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714091657800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1089/tid=1109] ppid=1086 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1089/task/1109/stat : 1109 (java) S 1086 1089 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103913896 9856040960 123571 33554432000 1073741824 1073778376 140733221878944 140714090604072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 1089 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1778.64
CPU time (s): 1800.84
CPU user time (s): 1796.69
CPU system time (s): 4.15237
CPU usage (%): 101.248
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.69
system time used= 4.15237
maximum resident set size= 891676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38858
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= 53302
involuntary context switches= 58198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3681 second user time and 16.5535 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 15:30:07
IDJOB=4084309
IDBENCH=1390
IDSOLVER=2546
FILE ID=node119/4084309-1465219807
RUNJOBID= node119-1465217315-755
PBS_JOBID= 19843200
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084309-1465219807/watcher-4084309-1465219807 -o /tmp/evaluation-result-4084309-1465219807/solver-4084309-1465219807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084309-1465219807.opb

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

MD5SUM BENCH= d3d31f2bec4390bf166702fac3cf6fcc
RANDOM SEED=1005434420

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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:        29635100 kB
Buffers:            9116 kB
Cached:            99388 kB
SwapCached:          832 kB
Active:          1092052 kB
Inactive:          33828 kB
Active(anon):    1018164 kB
Inactive(anon):     1604 kB
Active(file):      73888 kB
Inactive(file):    32224 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100124 kB
Dirty:               824 kB
Writeback:            32 kB
AnonPages:       2426988 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             565652 kB
SReclaimable:       9636 kB
SUnreclaim:       556016 kB
KernelStack:        1608 kB
PageTables:         9016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3042296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2379776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node119 at 2016-06-06 15:59:46