Trace number 4100117

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.7 1793.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-bienst1.opb
MD5SUM3c5a26b44a5daf16e362588a0fac7ed0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables13806
Total number of constraints604
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524564
Number of bits of the biggest sum of numbers20
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-4100117-1466211020.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.80/0.42	c ... done. Wall clock time 0.305s.
0.80/0.42	c declared #vars     13806
0.80/0.42	c #constraints  732
0.80/0.42	c constraints type 
0.80/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
0.80/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
0.80/0.42	c 732 constraints processed.
0.80/0.42	c objective function length is 30 literals
2.54/1.71	c cleaning 2488 clauses out of 5001 with flag 12739/5001
3.81/2.82	c cleaning 4250 clauses out of 8514 with flag 25966/11004
4.87/3.88	c cleaning 5627 clauses out of 11258 with flag 41009/18001
6.47/5.31	c cleaning 6806 clauses out of 13628 with flag 62712/26004
8.00/6.53	c cleaning 7902 clauses out of 15821 with flag 80711/35003
9.78/7.95	c cleaning 8949 clauses out of 17916 with flag 100706/45000
11.38/9.59	c cleaning 9974 clauses out of 19971 with flag 122716/56004
13.28/11.43	c cleaning 10991 clauses out of 21997 with flag 146717/68004
15.57/13.62	c cleaning 11993 clauses out of 24004 with flag 172718/81002
17.97/16.01	c cleaning 12997 clauses out of 26015 with flag 200735/95006
20.57/18.60	c cleaning 13994 clauses out of 28012 with flag 230735/110000
23.37/21.44	c cleaning 14996 clauses out of 30018 with flag 262746/126000
26.47/24.57	c cleaning 16000 clauses out of 32026 with flag 296755/143004
30.16/28.11	c cleaning 17002 clauses out of 34022 with flag 332750/161000
33.97/31.94	c cleaning 18000 clauses out of 36020 with flag 370753/180000
37.96/35.94	c cleaning 18997 clauses out of 38024 with flag 410762/200004
42.31/40.12	c cleaning 19996 clauses out of 40024 with flag 452756/221001
46.61/44.42	c cleaning 21005 clauses out of 42035 with flag 496774/243008
51.31/49.11	c cleaning 21994 clauses out of 44022 with flag 542774/266000
56.59/54.34	c cleaning 23005 clauses out of 46028 with flag 590779/290000
61.99/59.79	c cleaning 23997 clauses out of 48024 with flag 640783/315001
67.99/65.71	c cleaning 25004 clauses out of 50027 with flag 692791/341001
74.42/72.08	c cleaning 26003 clauses out of 52031 with flag 746820/368009
81.42/79.04	c cleaning 26994 clauses out of 54021 with flag 802832/396002
88.95/86.46	c cleaning 28002 clauses out of 56026 with flag 860850/425001
96.55/94.02	c cleaning 28999 clauses out of 58023 with flag 920853/455000
104.90/102.24	c cleaning 29998 clauses out of 60025 with flag 982861/486001
115.20/112.53	c cleaning 30998 clauses out of 62028 with flag 1046869/518002
126.61/123.81	c cleaning 32008 clauses out of 64031 with flag 1112874/551003
138.32/135.51	c cleaning 33003 clauses out of 66025 with flag 1180880/585005
152.75/149.87	c cleaning 33994 clauses out of 68017 with flag 1250874/620000
168.01/164.91	c cleaning 35004 clauses out of 70029 with flag 1322892/656006
183.41/180.34	c cleaning 35999 clauses out of 72021 with flag 1396889/693002
200.71/197.69	c cleaning 37002 clauses out of 74025 with flag 1472897/731005
219.84/216.80	c cleaning 37999 clauses out of 76022 with flag 1550899/770004
239.11/235.90	c cleaning 38996 clauses out of 78019 with flag 1630899/810000
255.87/252.66	c cleaning 39991 clauses out of 80024 with flag 1712912/851001
274.37/271.16	c cleaning 41004 clauses out of 82032 with flag 1796926/893000
293.42/290.14	c cleaning 42006 clauses out of 84033 with flag 1882940/936005
313.75/310.43	c cleaning 42997 clauses out of 86022 with flag 1970944/980000
334.39/331.06	c cleaning 44002 clauses out of 88027 with flag 2060956/1025002
358.03/354.63	c cleaning 44996 clauses out of 90025 with flag 2152984/1071002
381.57/378.19	c cleaning 46000 clauses out of 92029 with flag 2246991/1118002
404.95/401.41	c cleaning 47005 clauses out of 94030 with flag 2343020/1166003
428.21/424.66	c cleaning 48000 clauses out of 96022 with flag 2441055/1215000
454.67/451.04	c cleaning 48998 clauses out of 98022 with flag 2541064/1265000
481.80/478.14	c cleaning 50002 clauses out of 100025 with flag 2643087/1316001
512.17/508.38	c cleaning 50999 clauses out of 102023 with flag 2747131/1368001
548.31/544.34	c cleaning 51999 clauses out of 104016 with flag 2854255/1421001
567.09/563.05	c cleaning 53002 clauses out of 106013 with flag 2962820/1475002
581.96/577.83	c cleaning 53997 clauses out of 108009 with flag 3072975/1530000
599.11/594.97	c cleaning 55003 clauses out of 110012 with flag 3185056/1586000
618.10/613.89	c cleaning 56002 clauses out of 112009 with flag 3299280/1643000
635.92/631.60	c cleaning 57002 clauses out of 114009 with flag 3415338/1701002
653.49/649.00	c cleaning 57999 clauses out of 116006 with flag 3533410/1760001
689.72/685.30	c cleaning 59002 clauses out of 118008 with flag 3653413/1820002
718.05/713.43	c cleaning 60004 clauses out of 120008 with flag 3775428/1881004
758.01/753.33	c cleaning 60997 clauses out of 122001 with flag 3899422/1943001
791.53/786.75	c cleaning 61998 clauses out of 124003 with flag 4025617/2006000
817.35/812.42	c cleaning 63000 clauses out of 126006 with flag 4153761/2070001
852.49/847.56	c cleaning 64003 clauses out of 128007 with flag 4283866/2135002
895.08/890.04	c cleaning 64998 clauses out of 130002 with flag 4415920/2201000
941.37/936.26	c cleaning 66000 clauses out of 132006 with flag 4550031/2268002
987.71/982.48	c cleaning 67001 clauses out of 134005 with flag 4686323/2336001
1037.24/1031.90	c cleaning 68000 clauses out of 136006 with flag 4824490/2405003
1088.68/1083.25	c cleaning 69002 clauses out of 138008 with flag 4964507/2475005
1134.87/1129.32	c cleaning 70002 clauses out of 140006 with flag 5106558/2546005
1197.23/1191.59	c cleaning 71000 clauses out of 142001 with flag 5250563/2618002
1242.69/1236.98	c cleaning 71994 clauses out of 143999 with flag 5396749/2691000
1297.42/1291.53	c cleaning 72998 clauses out of 146006 with flag 5545214/2765001
1365.03/1359.08	c cleaning 74001 clauses out of 148009 with flag 5695285/2840002
1429.36/1423.29	c cleaning 74999 clauses out of 150007 with flag 5848220/2916001
1502.31/1496.06	c cleaning 75999 clauses out of 152007 with flag 6002218/2993000
1587.61/1581.29	c cleaning 76999 clauses out of 154009 with flag 6158856/3071001
1690.63/1684.19	c cleaning 78006 clauses out of 156011 with flag 6317031/3150002
1787.59/1780.93	c cleaning 78995 clauses out of 158003 with flag 6477254/3230000
1800.08/1793.42	c starts		: 188
1800.08/1793.42	c conflicts		: 3253692
1800.08/1793.42	c decisions		: 3575731
1800.08/1793.42	c propagations		: 24979706
1800.08/1793.42	c inspects		: 27900947258
1800.08/1793.42	c shortcuts		: 0
1800.08/1793.42	c learnt literals	: 24
1800.08/1793.42	c learnt binary clauses	: 16
1800.08/1793.42	c learnt ternary clauses	: 143
1800.08/1793.42	c learnt constraints	: 3253669
1800.08/1793.42	c ignored constraints	: 0
1800.08/1793.42	c root simplifications	: 0
1800.08/1793.42	c removed literals (reason simplification)	: 0
1800.08/1793.42	c reason swapping (by a shorter reason)	: 0
1800.08/1793.42	c Calls to reduceDB	: 76
1800.08/1793.42	c Number of update (reduction) of LBD	: 6129
1800.08/1793.42	c Imported unit clauses	: 0
1800.08/1793.42	c number of reductions to clauses (during analyze)	: 0
1800.08/1793.42	c number of learned constraints concerned by reduction	: 0
1800.08/1793.42	c number of learning phase by resolution	: 0
1800.08/1793.42	c number of learning phase by cutting planes	: 0
1800.08/1793.42	c speed (assignments/second)	: 13932.166616841945
1800.08/1793.42	c non guided choices	49038
1800.08/1793.42	c timeout
1800.08/1793.44	c learnt constraints type 
1800.08/1793.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1800.08/1793.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102685
1800.08/1793.44	s UNKNOWN
1800.08/1793.44	c Total wall clock time (in seconds): 1793.325

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-4100117-1466211020/watcher-4100117-1466211020 -o /tmp/evaluation-result-4100117-1466211020/solver-4100117-1466211020 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100117-1466211020.opb 

pid=17382
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.13 2.18 2.17 3/194 17385
/proc/meminfo: memFree=26706796/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/17385/stat : 17385 (java) R 17382 17385 15548 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 23148466 278528 33 33554432000 1073741824 1073778376 140734557578480 140733735513336 229346733237 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 68 33 25 9 0 25 0

[startup+0.100186 s]
/proc/loadavg: 2.13 2.18 2.17 3/194 17385
/proc/meminfo: memFree=26706796/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 23148466 9787879424 6031 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.13 2.18 2.17 3/194 17385
/proc/meminfo: memFree=26706796/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 6826 0 1 0 27 1 0 0 20 0 18 0 23148466 9787879424 8295 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2389619 8295 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.13 2.18 2.17 3/194 17385
/proc/meminfo: memFree=26706796/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 8787 0 1 0 57 2 0 0 20 0 18 0 23148466 9787879424 11472 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2389619 11472 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700274 s]
/proc/loadavg: 2.13 2.18 2.17 3/194 17385
/proc/meminfo: memFree=26706796/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 10688 0 1 0 144 3 0 0 20 0 19 0 23148466 9856040960 22954 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2406260 22954 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.13 2.18 2.17 3/213 17404
/proc/meminfo: memFree=26612308/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 10721 0 1 0 231 3 0 0 20 0 19 0 23148466 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2406260 28590 2260 9 0 2396937 0
[pid=17385/tid=17387] ppid=17382 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/17385/task/17387/stat : 17387 (java) R 17382 17385 15548 0 -1 4202560 2451 0 1 0 144 2 0 0 20 0 19 0 23148467 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251854063872 140251704741575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17388] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17388/stat : 17388 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251826518952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17389] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17389/stat : 17389 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251825466408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17390] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17390/stat : 17390 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251824413352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17391] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17391/stat : 17391 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251823360808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17392] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17392/stat : 17392 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251693099432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17393] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17393/stat : 17393 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251692046888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17394] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17394/stat : 17394 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251690993832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17395] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17395/stat : 17395 (java) S 17382 17385 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251689941288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17396] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17396/stat : 17396 (java) S 17382 17385 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23148469 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251207428968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17397] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17397/stat : 17397 (java) S 17382 17385 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251206375288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17398] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17398/stat : 17398 (java) S 17382 17385 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251205322120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17399] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17399/stat : 17399 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251204270864 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17400] ppid=17382 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/17385/task/17400/stat : 17400 (java) S 17382 17385 15548 0 -1 4202560 2948 0 0 0 39 0 0 0 20 0 19 0 23148472 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251203217720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17401] ppid=17382 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/17385/task/17401/stat : 17401 (java) S 17382 17385 15548 0 -1 4202560 4044 0 0 0 45 0 0 0 20 0 19 0 23148472 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251202165176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17402] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17402/stat : 17402 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251201112312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17403] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17403/stat : 17403 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251200059976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17404] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17404/stat : 17404 (java) S 17382 17385 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23148513 9856040960 28590 33554432000 1073741824 1073778376 140734557578480 140251199006248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.12 2.18 2.17 4/213 17404
/proc/meminfo: memFree=26579540/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 10904 0 1 0 408 3 0 0 20 0 19 0 23148466 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2406260 38323 2265 9 0 2396937 0
[pid=17385/tid=17387] ppid=17382 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/17385/task/17387/stat : 17387 (java) R 17382 17385 15548 0 -1 4202560 2471 0 1 0 304 2 0 0 20 0 19 0 23148467 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251854064016 140251704797272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17388] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17388/stat : 17388 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251826518952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17389] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17389/stat : 17389 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251825466408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17390] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17390/stat : 17390 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251824413352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17391] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17391/stat : 17391 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251823360808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17392] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17392/stat : 17392 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251693099432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17393] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17393/stat : 17393 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251692046888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17394] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17394/stat : 17394 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251690993832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17395] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17395/stat : 17395 (java) S 17382 17385 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251689941288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17396] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17396/stat : 17396 (java) S 17382 17385 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23148469 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251207428968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17397] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17397/stat : 17397 (java) S 17382 17385 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251206375288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17398] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17398/stat : 17398 (java) S 17382 17385 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251205322120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17399] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17399/stat : 17399 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251204270864 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17400] ppid=17382 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/17385/task/17400/stat : 17400 (java) S 17382 17385 15548 0 -1 4202560 3106 0 0 0 42 0 0 0 20 0 19 0 23148472 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251203217720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17401] ppid=17382 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/17385/task/17401/stat : 17401 (java) S 17382 17385 15548 0 -1 4202560 4049 0 0 0 59 0 0 0 20 0 19 0 23148472 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251202165176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17402] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17402/stat : 17402 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251201112312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17403] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17403/stat : 17403 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251200059976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17404] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17404/stat : 17404 (java) S 17382 17385 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23148513 9856040960 38323 33554432000 1073741824 1073778376 140734557578480 140251199006248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.12 2.18 2.17 4/213 17405
/proc/meminfo: memFree=26521692/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9625040 CPUtime=7.8 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 15788 0 1 0 774 6 0 0 20 0 19 0 23148466 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2406260 48758 2279 9 0 2396937 0
[pid=17385/tid=17387] ppid=17382 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/17385/task/17387/stat : 17387 (java) R 17382 17385 15548 0 -1 4202560 2484 0 1 0 622 3 0 0 20 0 19 0 23148467 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251854065992 140251704665687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17388] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17388/stat : 17388 (java) S 17382 17385 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251826518952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17389] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17389/stat : 17389 (java) S 17382 17385 15548 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251825466408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17390] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17390/stat : 17390 (java) S 17382 17385 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251824413352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17391] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17391/stat : 17391 (java) S 17382 17385 15548 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251823360808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17392] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17392/stat : 17392 (java) S 17382 17385 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251693099432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17393] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17393/stat : 17393 (java) S 17382 17385 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251692046888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17394] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17394/stat : 17394 (java) S 17382 17385 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251690993832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17395] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17395/stat : 17395 (java) S 17382 17385 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23148468 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251689941288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17396] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17396/stat : 17396 (java) S 17382 17385 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23148469 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251207428968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17397] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17397/stat : 17397 (java) S 17382 17385 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251206375288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17398] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17398/stat : 17398 (java) S 17382 17385 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251205322120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17399] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17399/stat : 17399 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251204270864 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17400] ppid=17382 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17385/task/17400/stat : 17400 (java) S 17382 17385 15548 0 -1 4202560 4090 0 0 0 51 0 0 0 20 0 19 0 23148472 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251203217720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17401] ppid=17382 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/17385/task/17401/stat : 17401 (java) S 17382 17385 15548 0 -1 4202560 7879 0 0 0 93 0 0 0 20 0 19 0 23148472 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251202165176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17402] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17402/stat : 17402 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251201112312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17403] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17403/stat : 17403 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251200059976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17404] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17404/stat : 17404 (java) S 17382 17385 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23148513 9856040960 48758 33554432000 1073741824 1073778376 140734557578480 140251199006248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 9625040


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

[pid=17385/tid=17397] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17397/stat : 17397 (java) S 17382 17385 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 95242 33554432000 1073741824 1073778376 140734557578480 140251206375288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17398] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17398/stat : 17398 (java) S 17382 17385 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 95242 33554432000 1073741824 1073778376 140734557578480 140251205322120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17399] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17399/stat : 17399 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 95242 33554432000 1073741824 1073778376 140734557578480 140251204270864 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17400] ppid=17382 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17385/task/17400/stat : 17400 (java) S 17382 17385 15548 0 -1 4202560 4090 0 0 0 51 0 0 0 20 0 19 0 23148472 9856040960 95242 33554432000 1073741824 1073778376 140734557578480 140251203217720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17401] ppid=17382 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/17385/task/17401/stat : 17401 (java) S 17382 17385 15548 0 -1 4202560 9400 0 0 0 137 2 0 0 20 0 19 0 23148472 9856040960 95242 33554432000 1073741824 1073778376 140734557578480 140251202165176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17402] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17402/stat : 17402 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 95242 33554432000 1073741824 1073778376 140734557578480 140251201112312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17403] ppid=17382 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/17385/task/17403/stat : 17403 (java) S 17382 17385 15548 0 -1 4202560 94 0 0 0 21 25 0 0 20 0 19 0 23148472 9856040960 95242 33554432000 1073741824 1073778376 140734557578480 140251200059976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17404] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17404/stat : 17404 (java) S 17382 17385 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23148513 9856040960 95242 33554432000 1073741824 1073778376 140734557578480 140251199006248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1668.79
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.25 2.23 4/213 17736
/proc/meminfo: memFree=26242800/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9625040 CPUtime=1728.9 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 20534 0 1 0 172807 83 0 0 20 0 19 0 23148466 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2406260 94044 2288 9 0 2396937 0
[pid=17385/tid=17387] ppid=17382 vsize=9625040 CPUtime=1719.18 cores=0,2,4,6
/proc/17385/task/17387/stat : 17387 (java) R 17382 17385 15548 0 -1 4202560 2567 0 1 0 171885 33 0 0 20 0 19 0 23148467 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251854064896 140251704813601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17388] ppid=17382 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/17385/task/17388/stat : 17388 (java) S 17382 17385 15548 0 -1 4202560 331 0 0 0 73 8 0 0 20 0 19 0 23148468 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251826518952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17389] ppid=17382 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17385/task/17389/stat : 17389 (java) S 17382 17385 15548 0 -1 4202560 503 0 0 0 79 8 0 0 20 0 19 0 23148468 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251825466408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17390] ppid=17382 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/17385/task/17390/stat : 17390 (java) S 17382 17385 15548 0 -1 4202560 332 0 0 0 81 5 0 0 20 0 19 0 23148468 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251824413352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17391] ppid=17382 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17385/task/17391/stat : 17391 (java) S 17382 17385 15548 0 -1 4202560 262 0 0 0 71 7 0 0 20 0 19 0 23148468 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251823360808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17392] ppid=17382 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/17385/task/17392/stat : 17392 (java) S 17382 17385 15548 0 -1 4202560 300 0 0 0 66 7 0 0 20 0 19 0 23148468 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251693099432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17393] ppid=17382 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/17385/task/17393/stat : 17393 (java) S 17382 17385 15548 0 -1 4202560 422 0 0 0 76 7 0 0 20 0 19 0 23148468 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251692046888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17394] ppid=17382 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/17385/task/17394/stat : 17394 (java) S 17382 17385 15548 0 -1 4202560 355 0 0 0 75 7 0 0 20 0 19 0 23148468 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251690993832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17395] ppid=17382 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/17385/task/17395/stat : 17395 (java) S 17382 17385 15548 0 -1 4202560 305 0 0 0 76 6 0 0 20 0 19 0 23148468 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251689941288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17396] ppid=17382 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/17385/task/17396/stat : 17396 (java) S 17382 17385 15548 0 -1 4202560 305 0 0 0 103 3 0 0 20 0 19 0 23148469 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251207428968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17397] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17397/stat : 17397 (java) S 17382 17385 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251206375288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17398] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17398/stat : 17398 (java) S 17382 17385 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251205322120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17399] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17399/stat : 17399 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251204270864 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17400] ppid=17382 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17385/task/17400/stat : 17400 (java) S 17382 17385 15548 0 -1 4202560 4090 0 0 0 51 0 0 0 20 0 19 0 23148472 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251203217720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17401] ppid=17382 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/17385/task/17401/stat : 17401 (java) S 17382 17385 15548 0 -1 4202560 9400 0 0 0 137 2 0 0 20 0 19 0 23148472 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251202165176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17402] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17402/stat : 17402 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251201112312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17403] ppid=17382 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17385/task/17403/stat : 17403 (java) S 17382 17385 15548 0 -1 4202560 98 0 0 0 21 26 0 0 20 0 19 0 23148472 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251200059976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17404] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17404/stat : 17404 (java) S 17382 17385 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23148513 9856040960 94044 33554432000 1073741824 1073778376 140734557578480 140251199006248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.23 2.22 4/214 17740
/proc/meminfo: memFree=26217476/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9625040 CPUtime=1788.98 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 20779 0 1 0 178811 87 0 0 20 0 19 0 23148466 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2406260 100361 2288 9 0 2396937 0
[pid=17385/tid=17387] ppid=17382 vsize=9625040 CPUtime=1779 cores=0,2,4,6
/proc/17385/task/17387/stat : 17387 (java) R 17382 17385 15548 0 -1 4202560 2569 0 1 0 177866 34 0 0 20 0 19 0 23148467 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251854064864 140251704558599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17388] ppid=17382 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/17385/task/17388/stat : 17388 (java) S 17382 17385 15548 0 -1 4202560 375 0 0 0 74 8 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251826518952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17389] ppid=17382 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17385/task/17389/stat : 17389 (java) S 17382 17385 15548 0 -1 4202560 534 0 0 0 80 8 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251825466408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17390] ppid=17382 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17385/task/17390/stat : 17390 (java) S 17382 17385 15548 0 -1 4202560 337 0 0 0 82 5 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251824413352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17391] ppid=17382 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/17385/task/17391/stat : 17391 (java) S 17382 17385 15548 0 -1 4202560 268 0 0 0 72 7 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251823360808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17392] ppid=17382 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17385/task/17392/stat : 17392 (java) S 17382 17385 15548 0 -1 4202560 303 0 0 0 67 7 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251693099432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17393] ppid=17382 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/17385/task/17393/stat : 17393 (java) S 17382 17385 15548 0 -1 4202560 484 0 0 0 78 8 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251692046888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17394] ppid=17382 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/17385/task/17394/stat : 17394 (java) S 17382 17385 15548 0 -1 4202560 423 0 0 0 76 8 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251690993832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17395] ppid=17382 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/17385/task/17395/stat : 17395 (java) S 17382 17385 15548 0 -1 4202560 306 0 0 0 78 6 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251689941288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17396] ppid=17382 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/17385/task/17396/stat : 17396 (java) S 17382 17385 15548 0 -1 4202560 324 0 0 0 115 3 0 0 20 0 19 0 23148469 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251207428968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17397] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17397/stat : 17397 (java) S 17382 17385 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251206375288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17398] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17398/stat : 17398 (java) S 17382 17385 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251205322120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17399] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17399/stat : 17399 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251204270864 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17400] ppid=17382 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17385/task/17400/stat : 17400 (java) S 17382 17385 15548 0 -1 4202560 4090 0 0 0 51 0 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251203217720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17401] ppid=17382 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/17385/task/17401/stat : 17401 (java) S 17382 17385 15548 0 -1 4202560 9400 0 0 0 137 2 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251202165176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17402] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17402/stat : 17402 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251201112312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17403] ppid=17382 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17385/task/17403/stat : 17403 (java) S 17382 17385 15548 0 -1 4202560 102 0 0 0 22 27 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251200059976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17404] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17404/stat : 17404 (java) S 17382 17385 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23148513 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251199006248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.98
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 2.18 2.22 2.22 3/214 17740
/proc/meminfo: memFree=26217368/32872528 swapFree=1370848/1518016
[pid=17385] ppid=17382 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/17385/stat : 17385 (java) S 17382 17385 15548 0 -1 4202496 20779 0 1 0 179921 87 0 0 20 0 19 0 23148466 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140734557569616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17385/statm: 2406260 100361 2288 9 0 2396937 0
[pid=17385/tid=17387] ppid=17382 vsize=9625040 CPUtime=1790.1 cores=0,2,4,6
/proc/17385/task/17387/stat : 17387 (java) R 17382 17385 15548 0 -1 4202560 2569 0 1 0 178976 34 0 0 20 0 19 0 23148467 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251854064864 140251704558501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17388] ppid=17382 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/17385/task/17388/stat : 17388 (java) S 17382 17385 15548 0 -1 4202560 375 0 0 0 74 8 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251826518952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17389] ppid=17382 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17385/task/17389/stat : 17389 (java) S 17382 17385 15548 0 -1 4202560 534 0 0 0 80 8 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251825466408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17390] ppid=17382 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17385/task/17390/stat : 17390 (java) S 17382 17385 15548 0 -1 4202560 337 0 0 0 82 5 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251824413352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17391] ppid=17382 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/17385/task/17391/stat : 17391 (java) S 17382 17385 15548 0 -1 4202560 268 0 0 0 72 7 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251823360808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17392] ppid=17382 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17385/task/17392/stat : 17392 (java) S 17382 17385 15548 0 -1 4202560 303 0 0 0 67 7 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251693099432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17393] ppid=17382 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/17385/task/17393/stat : 17393 (java) S 17382 17385 15548 0 -1 4202560 484 0 0 0 78 8 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251692046888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17394] ppid=17382 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/17385/task/17394/stat : 17394 (java) S 17382 17385 15548 0 -1 4202560 423 0 0 0 76 8 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251690993832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17395] ppid=17382 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/17385/task/17395/stat : 17395 (java) S 17382 17385 15548 0 -1 4202560 306 0 0 0 78 6 0 0 20 0 19 0 23148468 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251689941288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17396] ppid=17382 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/17385/task/17396/stat : 17396 (java) S 17382 17385 15548 0 -1 4202560 324 0 0 0 115 3 0 0 20 0 19 0 23148469 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251207428968 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17385/tid=17397] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17397/stat : 17397 (java) S 17382 17385 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251206375288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17398] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17398/stat : 17398 (java) S 17382 17385 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23148470 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251205322120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17399] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17399/stat : 17399 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251204270864 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17400] ppid=17382 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17385/task/17400/stat : 17400 (java) S 17382 17385 15548 0 -1 4202560 4090 0 0 0 51 0 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251203217720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17385/tid=17401] ppid=17382 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/17385/task/17401/stat : 17401 (java) S 17382 17385 15548 0 -1 4202560 9400 0 0 0 137 2 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251202165176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17402] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17402/stat : 17402 (java) S 17382 17385 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251201112312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17385/tid=17403] ppid=17382 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17385/task/17403/stat : 17403 (java) S 17382 17385 15548 0 -1 4202560 102 0 0 0 22 27 0 0 20 0 19 0 23148472 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251200059976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17385/tid=17404] ppid=17382 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17385/task/17404/stat : 17404 (java) S 17382 17385 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23148513 9856040960 100361 33554432000 1073741824 1073778376 140734557578480 140251199006248 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 17385 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1793.45
CPU time (s): 1800.7
CPU user time (s): 1799.33
CPU system time (s): 1.37379
CPU usage (%): 100.405
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 1.37379
maximum resident set size= 629940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20822
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40645
involuntary context switches= 22768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.99148 second user time and 13.5039 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 02:50:20
IDJOB=4100117
IDBENCH=1575
IDSOLVER=2546
FILE ID=node129/4100117-1466211020
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-bienst1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100117-1466211020/watcher-4100117-1466211020 -o /tmp/evaluation-result-4100117-1466211020/solver-4100117-1466211020 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100117-1466211020.opb

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

MD5SUM BENCH= 3c5a26b44a5daf16e362588a0fac7ed0
RANDOM SEED=1270273614

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26707068 kB
Buffers:           40948 kB
Cached:            95636 kB
SwapCached:         1980 kB
Active:          3851328 kB
Inactive:          86420 kB
Active(anon):    3802276 kB
Inactive(anon):     1040 kB
Active(file):      49052 kB
Inactive(file):    85380 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099152 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       5318084 kB
Mapped:            14580 kB
Shmem:                 0 kB
Slab:             568988 kB
SReclaimable:      13112 kB
SUnreclaim:       555876 kB
KernelStack:        1760 kB
PageTables:        15036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5501048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3903488 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= 71712 MiB
End job on node129 at 2016-06-18 03:20:13