Trace number 4100530

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 Res+CP PB16? (TO) 1800.12 899.048

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-B2C1S1.opb
MD5SUMf34eb2d99785ba17979b01527e1f0026
Bench CategoryOPT-SMALLINT (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 benchmark275.909
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 612
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 556800
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 556800
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4100530-1466209927.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
3.38/1.80	c ... done. Wall clock time 1.679s.
3.38/1.80	c declared #vars     107808
3.38/1.80	c #constraints  5184
3.38/1.81	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.38/1.81	c constraints type 
3.38/1.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 1024
3.38/1.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4160
3.38/1.81	c 5184 constraints processed.
3.38/1.81	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.38/1.81	c constraints type 
3.38/1.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1024
3.38/1.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4160
3.38/1.81	c 5184 constraints processed.
3.38/1.81	c objective function length is 38688 literals
6.75/3.09	c cleaning 2486 clauses out of 5000 with flag 15341/5000
10.24/4.49	c cleaning 4254 clauses out of 8514 with flag 38742/11000
13.44/6.04	c cleaning 5622 clauses out of 11260 with flag 71382/18000
16.04/7.35	c cleaning 6801 clauses out of 13638 with flag 103301/26000
21.47/10.07	c cleaning 7919 clauses out of 15841 with flag 152734/35004
27.08/12.81	c cleaning 8957 clauses out of 17922 with flag 202192/45004
32.07/15.40	c cleaning 9981 clauses out of 19961 with flag 248218/56000
37.17/17.89	c cleaning 10987 clauses out of 21985 with flag 292664/68005
42.17/20.38	c cleaning 11991 clauses out of 23993 with flag 331401/81000
47.78/23.17	c cleaning 12999 clauses out of 26004 with flag 374032/95002
55.36/26.92	c cleaning 14004 clauses out of 28008 with flag 439227/110005
60.42/29.42	c cleaning 14996 clauses out of 29999 with flag 489291/126000
68.02/33.23	c cleaning 15982 clauses out of 32003 with flag 538326/143000
76.31/37.39	c cleaning 16994 clauses out of 34023 with flag 590407/161002
85.10/41.77	c cleaning 18007 clauses out of 36026 with flag 669316/180000
95.90/47.14	c cleaning 18993 clauses out of 38019 with flag 771260/200000
108.10/53.22	c cleaning 20009 clauses out of 40026 with flag 877825/221000
119.10/58.76	c cleaning 21005 clauses out of 42018 with flag 985859/243001
129.70/64.03	c cleaning 21982 clauses out of 44014 with flag 1085940/266002
139.70/69.06	c cleaning 22990 clauses out of 46033 with flag 1183498/290003
149.89/74.18	c cleaning 24009 clauses out of 48040 with flag 1288165/315000
163.69/81.01	c cleaning 25007 clauses out of 50032 with flag 1415695/341001
176.98/87.65	c cleaning 26001 clauses out of 52024 with flag 1559669/368000
189.18/93.73	c cleaning 27003 clauses out of 54027 with flag 1695224/396004
204.77/101.59	c cleaning 28004 clauses out of 56020 with flag 1870190/425000
220.77/109.54	c cleaning 29007 clauses out of 58018 with flag 2065123/455002
235.17/116.76	c cleaning 30003 clauses out of 60009 with flag 2240660/486000
248.95/123.64	c cleaning 30998 clauses out of 62008 with flag 2391169/518002
263.26/130.72	c cleaning 31996 clauses out of 64007 with flag 2542899/551000
277.86/138.09	c cleaning 33005 clauses out of 66013 with flag 2703597/585002
295.06/146.68	c cleaning 34002 clauses out of 68009 with flag 2880802/620004
310.94/154.52	c cleaning 34990 clauses out of 70000 with flag 3058674/656000
326.95/162.54	c cleaning 36002 clauses out of 72009 with flag 3227066/693000
342.35/170.29	c cleaning 36965 clauses out of 74006 with flag 3425142/731000
360.40/179.21	c cleaning 38000 clauses out of 76041 with flag 3606049/770000
380.52/189.23	c cleaning 39012 clauses out of 78041 with flag 3815171/810000
399.11/198.60	c cleaning 40006 clauses out of 80029 with flag 3968209/851000
419.90/208.91	c cleaning 41001 clauses out of 82025 with flag 4116938/893002
439.48/218.72	c cleaning 41983 clauses out of 84022 with flag 4270680/936000
461.08/229.57	c cleaning 43011 clauses out of 86042 with flag 4428506/980003
480.80/239.35	c cleaning 44009 clauses out of 88028 with flag 4641194/1025000
504.99/251.43	c cleaning 45009 clauses out of 90019 with flag 4817705/1071000
532.77/265.34	c cleaning 46001 clauses out of 92010 with flag 4967525/1118000
560.86/279.34	c cleaning 46999 clauses out of 94013 with flag 5120293/1166004
595.46/296.64	c cleaning 48001 clauses out of 96010 with flag 5274949/1215000
621.25/309.56	c cleaning 48995 clauses out of 98010 with flag 5493505/1265002
639.94/318.89	c cleaning 49992 clauses out of 100013 with flag 5678912/1316000
665.74/331.70	c cleaning 50993 clauses out of 102024 with flag 5857612/1368003
691.74/344.75	c cleaning 52008 clauses out of 104030 with flag 6026996/1421002
709.74/353.79	c cleaning 53008 clauses out of 106021 with flag 6214475/1475001
731.22/364.42	c cleaning 53995 clauses out of 108012 with flag 6422437/1530001
762.42/380.09	c cleaning 55004 clauses out of 110019 with flag 6642340/1586003
800.22/398.95	c cleaning 55992 clauses out of 112012 with flag 6849549/1643000
838.37/418.22	c cleaning 57003 clauses out of 114020 with flag 7062742/1701000
873.58/435.82	c cleaning 57998 clauses out of 116017 with flag 7264771/1760000
924.04/461.07	c cleaning 59002 clauses out of 118019 with flag 7473311/1820000
971.43/484.75	c cleaning 59995 clauses out of 120017 with flag 7677487/1881000
1016.51/507.22	c cleaning 61000 clauses out of 122022 with flag 7887255/1943000
1057.70/527.86	c cleaning 62011 clauses out of 124028 with flag 8108217/2006006
1095.72/546.89	c cleaning 62991 clauses out of 126013 with flag 8342196/2070002
1138.57/568.25	c cleaning 64004 clauses out of 128023 with flag 8591703/2135003
1188.18/593.01	c cleaning 65010 clauses out of 130019 with flag 8825855/2201003
1242.25/620.10	c cleaning 65980 clauses out of 132006 with flag 9026808/2268000
1298.29/648.34	c cleaning 67008 clauses out of 134026 with flag 9238484/2336000
1352.51/675.43	c cleaning 67990 clauses out of 136019 with flag 9460182/2405001
1410.15/704.20	c cleaning 69001 clauses out of 138031 with flag 9674277/2475003
1462.40/730.35	c cleaning 70000 clauses out of 140027 with flag 9895121/2546000
1520.98/759.69	c cleaning 71014 clauses out of 142027 with flag 10115812/2618000
1588.89/793.57	c cleaning 72000 clauses out of 144013 with flag 10340631/2691000
1671.98/835.05	c cleaning 72997 clauses out of 146013 with flag 10568158/2765000
1763.66/880.80	c cleaning 74008 clauses out of 148016 with flag 10799182/2840000
1800.12/899.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/899.00	c starts		: 2776
1800.12/899.00	c conflicts		: 2880266
1800.12/899.00	c decisions		: 9603099
1800.12/899.00	c propagations		: 157680413
1800.12/899.00	c inspects		: 10369307288
1800.12/899.00	c shortcuts		: 0
1800.12/899.00	c learnt literals	: 10
1800.12/899.00	c learnt binary clauses	: 344
1800.12/899.00	c learnt ternary clauses	: 13
1800.12/899.00	c learnt constraints	: 2880256
1800.12/899.00	c ignored constraints	: 0
1800.12/899.00	c root simplifications	: 0
1800.12/899.00	c removed literals (reason simplification)	: 15272893
1800.12/899.00	c reason swapping (by a shorter reason)	: 0
1800.12/899.00	c Calls to reduceDB	: 71
1800.12/899.00	c Number of update (reduction) of LBD	: 942851
1800.12/899.00	c Imported unit clauses	: 0
1800.12/899.00	c number of reductions to clauses (during analyze)	: 0
1800.12/899.00	c number of learned constraints concerned by reduction	: 0
1800.12/899.00	c number of learning phase by resolution	: 0
1800.12/899.00	c number of learning phase by cutting planes	: 0
1800.12/899.00	c speed (assignments/second)	: 175768.19014305095
1800.12/899.00	c non guided choices	129
1800.12/899.03	c learnt constraints type 
1800.12/899.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 344
1800.12/899.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113930
1800.12/899.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/899.03	c starts		: 2
1800.12/899.03	c conflicts		: 2524
1800.12/899.03	c decisions		: 741646
1800.12/899.03	c propagations		: 6027318
1800.12/899.03	c inspects		: 95951560
1800.12/899.03	c shortcuts		: 0
1800.12/899.03	c learnt literals	: 0
1800.12/899.03	c learnt binary clauses	: 0
1800.12/899.03	c learnt ternary clauses	: 0
1800.12/899.03	c learnt constraints	: 2524
1800.12/899.03	c ignored constraints	: 0
1800.12/899.03	c root simplifications	: 0
1800.12/899.03	c removed literals (reason simplification)	: 0
1800.12/899.03	c reason swapping (by a shorter reason)	: 0
1800.12/899.03	c Calls to reduceDB	: 0
1800.12/899.03	c Number of update (reduction) of LBD	: 0
1800.12/899.03	c Imported unit clauses	: 0
1800.12/899.03	c number of reductions to clauses (during analyze)	: 0
1800.12/899.03	c number of learned constraints concerned by reduction	: 0
1800.12/899.03	c number of learning phase by resolution	: 0
1800.12/899.03	c number of learning phase by cutting planes	: 0
1800.12/899.03	c speed (assignments/second)	: 6718.556706776723
1800.12/899.03	c non guided choices	0
1800.12/899.03	c learnt constraints type 
1800.12/899.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.12/899.03	s UNKNOWN
1800.12/899.03	c Total wall clock time (in seconds): 898.904

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-4100530-1466209927/watcher-4100530-1466209927 -o /tmp/evaluation-result-4100530-1466209927/solver-4100530-1466209927 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100530-1466209927.opb 

pid=17599
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: 4.22 4.24 4.15 4/197 17602
/proc/meminfo: memFree=24229148/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17602/stat : 17602 (java) D 17599 17602 16262 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 23041392 9515008 182 33554432000 1073741824 1073778376 140736402462960 140736402453992 270330052277 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2323 182 140 9 0 71 0

[startup+0.100116 s]
/proc/loadavg: 4.22 4.24 4.15 4/197 17602
/proc/meminfo: memFree=24229148/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17602/stat : 17602 (java) S 17599 17602 16262 0 -1 4202496 4418 0 1 0 8 1 0 0 20 0 18 0 23041392 9787879424 5528 33554432000 1073741824 1073778376 140734603223536 140734603214672 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2389619 5528 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200241 s]
/proc/loadavg: 4.22 4.24 4.15 4/197 17602
/proc/meminfo: memFree=24229148/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17602/stat : 17602 (java) S 17599 17602 16262 0 -1 4202496 5007 0 1 0 26 1 0 0 20 0 18 0 23041392 9787879424 7895 33554432000 1073741824 1073778376 140734603223536 140734603214672 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2389619 7895 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 4.22 4.24 4.15 4/197 17602
/proc/meminfo: memFree=24229148/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/17602/stat : 17602 (java) S 17599 17602 16262 0 -1 4202496 5504 0 1 0 44 2 0 0 20 0 18 0 23041392 9787879424 12708 33554432000 1073741824 1073778376 140734603223536 140734603214672 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2389619 12708 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 4.22 4.24 4.15 4/197 17602
/proc/meminfo: memFree=24229148/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9558476 CPUtime=1.43 cores=0,2,4,6
/proc/17602/stat : 17602 (java) S 17599 17602 16262 0 -1 4202496 12609 0 1 0 136 7 0 0 20 0 18 0 23041392 9787879424 48773 33554432000 1073741824 1073778376 140734603223536 140734603214672 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2389619 48773 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 4.22 4.24 4.15 4/215 17620
/proc/meminfo: memFree=23977628/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9558476 CPUtime=2.86 cores=0,2,4,6
/proc/17602/stat : 17602 (java) S 17599 17602 16262 0 -1 4202496 14007 0 1 0 259 27 0 0 20 0 18 0 23041392 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140734603214672 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2389619 163927 2269 9 0 2380296 0
[pid=17602/tid=17604] ppid=17599 vsize=9558476 CPUtime=1.23 cores=0,2,4,6
/proc/17602/task/17604/stat : 17604 (java) S 17599 17602 16262 0 -1 4202560 2820 0 1 0 115 8 0 0 20 0 18 0 23041393 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236833134728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17605] ppid=17599 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/17602/task/17605/stat : 17605 (java) R 17599 17602 16262 0 -1 4202560 129 0 0 0 8 3 0 0 20 0 18 0 23041394 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236794629080 140236840033288 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17606] ppid=17599 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17602/task/17606/stat : 17606 (java) R 17599 17602 16262 0 -1 4202560 59 0 0 0 5 2 0 0 20 0 18 0 23041394 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236793576104 140236836893836 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17607] ppid=17599 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/17602/task/17607/stat : 17607 (java) R 17599 17602 16262 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 18 0 23041394 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236792523656 140236837312725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17608] ppid=17599 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17602/task/17608/stat : 17608 (java) R 17599 17602 16262 0 -1 4202560 136 0 0 0 7 2 0 0 20 0 18 0 23041394 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236791471192 140236837312687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17609] ppid=17599 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/17602/task/17609/stat : 17609 (java) R 17599 17602 16262 0 -1 4202560 164 0 0 0 12 3 0 0 20 0 18 0 23041394 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236790417704 140236835701376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17610] ppid=17599 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17602/task/17610/stat : 17610 (java) R 17599 17602 16262 0 -1 4202560 156 0 0 0 7 2 0 0 20 0 18 0 23041394 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236671674712 140236839645570 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17611] ppid=17599 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17602/task/17611/stat : 17611 (java) R 17599 17602 16262 0 -1 4202560 83 0 0 0 5 2 0 0 20 0 18 0 23041394 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236670622272 140236837312772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17612] ppid=17599 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/17602/task/17612/stat : 17612 (java) R 17599 17602 16262 0 -1 4202560 155 0 0 0 9 3 0 0 20 0 18 0 23041394 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236669569624 140236840033431 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17613] ppid=17599 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17613/stat : 17613 (java) S 17599 17602 16262 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 23041396 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236657370760 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17614] ppid=17599 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17614/stat : 17614 (java) S 17599 17602 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23041396 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236656317944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17615] ppid=17599 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17615/stat : 17615 (java) S 17599 17602 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23041396 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236050917128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17616] ppid=17599 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17616/stat : 17616 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23041399 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236049865616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17617] ppid=17599 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/17602/task/17617/stat : 17617 (java) S 17599 17602 16262 0 -1 4202560 2481 0 0 0 33 0 0 0 20 0 18 0 23041399 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236048812216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17618] ppid=17599 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/17602/task/17618/stat : 17618 (java) S 17599 17602 16262 0 -1 4202560 6341 0 0 0 37 0 0 0 20 0 18 0 23041399 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236047759416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17619] ppid=17599 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17619/stat : 17619 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23041399 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236046707320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17620] ppid=17599 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17620/stat : 17620 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23041399 9787879424 163927 33554432000 1073741824 1073778376 140734603223536 140236045654728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 4.37 4.27 4.16 7/219 17624
/proc/meminfo: memFree=23548236/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9824732 CPUtime=7.04 cores=0,2,4,6
/proc/17602/stat : 17602 (java) S 17599 17602 16262 0 -1 4202496 18812 0 1 0 673 31 0 0 20 0 22 0 23041392 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140734603214672 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2456183 172767 2289 9 0 2446860 0
[pid=17602/tid=17604] ppid=17599 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/17602/task/17604/stat : 17604 (java) S 17599 17602 16262 0 -1 4202560 2828 0 1 0 140 8 0 0 20 0 22 0 23041393 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236833137528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17605] ppid=17599 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17602/task/17605/stat : 17605 (java) S 17599 17602 16262 0 -1 4202560 132 0 0 0 10 3 0 0 20 0 22 0 23041394 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236794628904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17606] ppid=17599 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17602/task/17606/stat : 17606 (java) S 17599 17602 16262 0 -1 4202560 65 0 0 0 8 2 0 0 20 0 22 0 23041394 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236793576104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17607] ppid=17599 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17602/task/17607/stat : 17607 (java) S 17599 17602 16262 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 23041394 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236792523816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17608] ppid=17599 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17602/task/17608/stat : 17608 (java) S 17599 17602 16262 0 -1 4202560 183 0 0 0 10 3 0 0 20 0 22 0 23041394 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236791471016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17609] ppid=17599 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/17602/task/17609/stat : 17609 (java) S 17599 17602 16262 0 -1 4202560 177 0 0 0 15 4 0 0 20 0 22 0 23041394 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236790417704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17610] ppid=17599 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17602/task/17610/stat : 17610 (java) S 17599 17602 16262 0 -1 4202560 157 0 0 0 8 2 0 0 20 0 22 0 23041394 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236671674536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17611] ppid=17599 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17602/task/17611/stat : 17611 (java) S 17599 17602 16262 0 -1 4202560 95 0 0 0 7 3 0 0 20 0 22 0 23041394 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236670622248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17612] ppid=17599 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/17602/task/17612/stat : 17612 (java) S 17599 17602 16262 0 -1 4202560 166 0 0 0 12 3 0 0 20 0 22 0 23041394 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236669569448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17613] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17613/stat : 17613 (java) S 17599 17602 16262 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236657371880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17614] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17614/stat : 17614 (java) S 17599 17602 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236656317944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17615] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17615/stat : 17615 (java) S 17599 17602 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236050917128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17616] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17616/stat : 17616 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236049865616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17617] ppid=17599 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/17602/task/17617/stat : 17617 (java) R 17599 17602 16262 0 -1 4202560 6808 0 0 0 96 0 0 0 20 0 22 0 23041399 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236048812216 140236837254673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17618] ppid=17599 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/17602/task/17618/stat : 17618 (java) R 17599 17602 16262 0 -1 4202560 6366 0 0 0 92 0 0 0 20 0 22 0 23041399 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236047736384 140236839092424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17619] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17619/stat : 17619 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236046707320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17620] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17620/stat : 17620 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236045654728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17621] ppid=17599 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/17602/task/17621/stat : 17621 (java) R 17599 17602 16262 0 -1 4202560 26 0 0 0 126 0 0 0 20 0 22 0 23041574 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236044600264 140236672703216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17622] ppid=17599 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/17602/task/17622/stat : 17622 (java) R 17599 17602 16262 0 -1 4202560 24 0 0 0 124 0 0 0 20 0 22 0 23041574 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236043547000 140236672770185 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17623] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17623/stat : 17623 (java) S 17599 17602 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23041584 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236042495656 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17624] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17624/stat : 17624 (java) S 17599 17602 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23041584 10060525568 172767 33554432000 1073741824 1073778376 140734603223536 140236041442856 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9824732

[startup+6.30083 s]
/proc/loadavg: 4.37 4.27 4.16 5/219 17624
/proc/meminfo: memFree=23524632/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9824732 CPUtime=14.03 cores=0,2,4,6
/proc/17602/stat : 17602 (java) S 17599 17602 16262 0 -1 4202496 25168 0 1 0 1369 34 0 0 20 0 22 0 23041392 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140734603214672 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2456183 190542 2289 9 0 2446860 0
[pid=17602/tid=17604] ppid=17599 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/17602/task/17604/stat : 17604 (java) S 17599 17602 16262 0 -1 4202560 2828 0 1 0 141 8 0 0 20 0 22 0 23041393 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236833137528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17605] ppid=17599 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17602/task/17605/stat : 17605 (java) S 17599 17602 16262 0 -1 4202560 132 0 0 0 10 3 0 0 20 0 22 0 23041394 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236794628904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17606] ppid=17599 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17602/task/17606/stat : 17606 (java) S 17599 17602 16262 0 -1 4202560 65 0 0 0 8 2 0 0 20 0 22 0 23041394 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236793576104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17607] ppid=17599 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17602/task/17607/stat : 17607 (java) S 17599 17602 16262 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 23041394 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236792523816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17608] ppid=17599 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17602/task/17608/stat : 17608 (java) S 17599 17602 16262 0 -1 4202560 183 0 0 0 10 3 0 0 20 0 22 0 23041394 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236791471016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17609] ppid=17599 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/17602/task/17609/stat : 17609 (java) S 17599 17602 16262 0 -1 4202560 177 0 0 0 15 4 0 0 20 0 22 0 23041394 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236790417704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17610] ppid=17599 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17602/task/17610/stat : 17610 (java) S 17599 17602 16262 0 -1 4202560 157 0 0 0 8 2 0 0 20 0 22 0 23041394 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236671674536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17611] ppid=17599 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17602/task/17611/stat : 17611 (java) S 17599 17602 16262 0 -1 4202560 95 0 0 0 7 3 0 0 20 0 22 0 23041394 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236670622248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17612] ppid=17599 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/17602/task/17612/stat : 17612 (java) S 17599 17602 16262 0 -1 4202560 166 0 0 0 12 3 0 0 20 0 22 0 23041394 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236669569448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17613] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17613/stat : 17613 (java) S 17599 17602 16262 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236657371880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17614] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17614/stat : 17614 (java) S 17599 17602 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236656317944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17615] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17615/stat : 17615 (java) S 17599 17602 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236050917128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17616] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17616/stat : 17616 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236049865616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17617] ppid=17599 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/17602/task/17617/stat : 17617 (java) S 17599 17602 16262 0 -1 4202560 7608 0 0 0 109 0 0 0 20 0 22 0 23041399 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236048812216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17618] ppid=17599 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/17602/task/17618/stat : 17618 (java) S 17599 17602 16262 0 -1 4202560 11418 0 0 0 141 2 0 0 20 0 22 0 23041399 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236047759416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17619] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17619/stat : 17619 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236046707320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17620] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17620/stat : 17620 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 190542 33554432000 1073741824 1073778376 140734603223536 140236045654728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17621] ppid=17599 vsize=9824732 CPUtime=4.44 cores=0,2,4,6

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

/proc/17602/task/17607/stat : 17607 (java) S 17599 17602 16262 0 -1 4202560 267 0 0 0 47 8 0 0 20 0 22 0 23041394 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236792523816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17608] ppid=17599 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/17602/task/17608/stat : 17608 (java) S 17599 17602 16262 0 -1 4202560 519 0 0 0 52 11 0 0 20 0 22 0 23041394 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236791471016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17609] ppid=17599 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/17602/task/17609/stat : 17609 (java) S 17599 17602 16262 0 -1 4202560 347 0 0 0 54 10 0 0 20 0 22 0 23041394 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236790417704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17610] ppid=17599 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/17602/task/17610/stat : 17610 (java) S 17599 17602 16262 0 -1 4202560 411 0 0 0 44 8 0 0 20 0 22 0 23041394 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236671674536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17611] ppid=17599 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/17602/task/17611/stat : 17611 (java) S 17599 17602 16262 0 -1 4202560 266 0 0 0 46 9 0 0 20 0 22 0 23041394 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236670622248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17612] ppid=17599 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/17602/task/17612/stat : 17612 (java) S 17599 17602 16262 0 -1 4202560 405 0 0 0 61 10 0 0 20 0 22 0 23041394 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236669569448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17613] ppid=17599 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/17602/task/17613/stat : 17613 (java) S 17599 17602 16262 0 -1 4202560 1494 0 0 0 120 3 0 0 20 0 22 0 23041396 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236657371880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17614] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17614/stat : 17614 (java) S 17599 17602 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236656317944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17615] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17615/stat : 17615 (java) S 17599 17602 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236050917128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17616] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17616/stat : 17616 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236049865616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17617] ppid=17599 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/17602/task/17617/stat : 17617 (java) S 17599 17602 16262 0 -1 4202560 7613 0 0 0 116 0 0 0 20 0 22 0 23041399 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236048812216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17618] ppid=17599 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/17602/task/17618/stat : 17618 (java) S 17599 17602 16262 0 -1 4202560 11424 0 0 0 169 2 0 0 20 0 22 0 23041399 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236047759416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17619] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17619/stat : 17619 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236046707320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17620] ppid=17599 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/17602/task/17620/stat : 17620 (java) S 17599 17602 16262 0 -1 4202560 47 0 0 0 9 14 0 0 20 0 22 0 23041399 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236045654728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17621] ppid=17599 vsize=9824732 CPUtime=815.98 cores=0,2,4,6
/proc/17602/task/17621/stat : 17621 (java) R 17599 17602 16262 0 -1 4202560 76 0 0 0 81584 14 0 0 20 0 22 0 23041574 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236044599088 140236672724333 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17622] ppid=17599 vsize=9824732 CPUtime=815.83 cores=0,2,4,6
/proc/17602/task/17622/stat : 17622 (java) R 17599 17602 16262 0 -1 4202560 1410 0 0 0 81543 40 0 0 20 0 22 0 23041574 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236043545264 140236672769364 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17623] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17623/stat : 17623 (java) S 17599 17602 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23041584 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236042495656 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17624] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17624/stat : 17624 (java) S 17599 17602 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23041584 10060525568 706017 33554432000 1073741824 1073778376 140734603223536 140236041442856 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1646.57
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.35 4.27 6/219 17728
/proc/meminfo: memFree=20588788/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9824732 CPUtime=1766.67 cores=0,2,4,6
/proc/17602/stat : 17602 (java) S 17599 17602 16262 0 -1 4202496 29180 0 1 0 176532 135 0 0 20 0 22 0 23041392 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140734603214672 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2456183 695190 2299 9 0 2446860 0
[pid=17602/tid=17604] ppid=17599 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/17602/task/17604/stat : 17604 (java) S 17599 17602 16262 0 -1 4202560 2831 0 1 0 143 10 0 0 20 0 22 0 23041393 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236833137528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17605] ppid=17599 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/17602/task/17605/stat : 17605 (java) S 17599 17602 16262 0 -1 4202560 325 0 0 0 51 12 0 0 20 0 22 0 23041394 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236794628904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17606] ppid=17599 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/17602/task/17606/stat : 17606 (java) S 17599 17602 16262 0 -1 4202560 380 0 0 0 52 9 0 0 20 0 22 0 23041394 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236793576104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17607] ppid=17599 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/17602/task/17607/stat : 17607 (java) S 17599 17602 16262 0 -1 4202560 273 0 0 0 50 8 0 0 20 0 22 0 23041394 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236792523816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17608] ppid=17599 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/17602/task/17608/stat : 17608 (java) S 17599 17602 16262 0 -1 4202560 523 0 0 0 56 11 0 0 20 0 22 0 23041394 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236791471016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17609] ppid=17599 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/17602/task/17609/stat : 17609 (java) S 17599 17602 16262 0 -1 4202560 352 0 0 0 56 10 0 0 20 0 22 0 23041394 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236790417704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17610] ppid=17599 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/17602/task/17610/stat : 17610 (java) S 17599 17602 16262 0 -1 4202560 457 0 0 0 48 8 0 0 20 0 22 0 23041394 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236671674536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17611] ppid=17599 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/17602/task/17611/stat : 17611 (java) S 17599 17602 16262 0 -1 4202560 267 0 0 0 49 9 0 0 20 0 22 0 23041394 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236670622248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17612] ppid=17599 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/17602/task/17612/stat : 17612 (java) S 17599 17602 16262 0 -1 4202560 433 0 0 0 64 11 0 0 20 0 22 0 23041394 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236669569448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17613] ppid=17599 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/17602/task/17613/stat : 17613 (java) S 17599 17602 16262 0 -1 4202560 1498 0 0 0 120 3 0 0 20 0 22 0 23041396 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236657371880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17614] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17614/stat : 17614 (java) S 17599 17602 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236656317944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17615] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17615/stat : 17615 (java) S 17599 17602 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236050917128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17616] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17616/stat : 17616 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236049865616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17617] ppid=17599 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/17602/task/17617/stat : 17617 (java) S 17599 17602 16262 0 -1 4202560 7613 0 0 0 116 0 0 0 20 0 22 0 23041399 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236048812216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17618] ppid=17599 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/17602/task/17618/stat : 17618 (java) S 17599 17602 16262 0 -1 4202560 11424 0 0 0 169 2 0 0 20 0 22 0 23041399 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236047759416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17619] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17619/stat : 17619 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236046707320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17620] ppid=17599 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/17602/task/17620/stat : 17620 (java) S 17599 17602 16262 0 -1 4202560 51 0 0 0 9 15 0 0 20 0 22 0 23041399 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236045654728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17621] ppid=17599 vsize=9824732 CPUtime=875.76 cores=0,2,4,6
/proc/17602/task/17621/stat : 17621 (java) R 17599 17602 16262 0 -1 4202560 76 0 0 0 87561 15 0 0 20 0 22 0 23041574 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236044591376 140236672316688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17622] ppid=17599 vsize=9824732 CPUtime=875.58 cores=0,2,4,6
/proc/17602/task/17622/stat : 17622 (java) R 17599 17602 16262 0 -1 4202560 1412 0 0 0 87517 41 0 0 20 0 22 0 23041574 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236043546160 140236672770180 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17623] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17623/stat : 17623 (java) S 17599 17602 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23041584 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236042495656 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17624] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17624/stat : 17624 (java) S 17599 17602 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23041584 10060525568 695190 33554432000 1073741824 1073778376 140734603223536 140236041442856 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1766.67
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 4.34 4.36 4.27 5/219 17728
/proc/meminfo: memFree=20643960/32872528 swapFree=1556504/1720024
[pid=17602] ppid=17599 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/17602/stat : 17602 (java) S 17599 17602 16262 0 -1 4202496 29203 0 1 0 179876 136 0 0 20 0 22 0 23041392 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140734603214672 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17602/statm: 2456183 681151 2299 9 0 2446860 0
[pid=17602/tid=17604] ppid=17599 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/17602/task/17604/stat : 17604 (java) S 17599 17602 16262 0 -1 4202560 2831 0 1 0 143 10 0 0 20 0 22 0 23041393 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236833137528 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17605] ppid=17599 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/17602/task/17605/stat : 17605 (java) S 17599 17602 16262 0 -1 4202560 346 0 0 0 53 12 0 0 20 0 22 0 23041394 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236794628904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17606] ppid=17599 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/17602/task/17606/stat : 17606 (java) S 17599 17602 16262 0 -1 4202560 380 0 0 0 53 9 0 0 20 0 22 0 23041394 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236793576104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17607] ppid=17599 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/17602/task/17607/stat : 17607 (java) S 17599 17602 16262 0 -1 4202560 273 0 0 0 51 9 0 0 20 0 22 0 23041394 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236792523816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17608] ppid=17599 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/17602/task/17608/stat : 17608 (java) S 17599 17602 16262 0 -1 4202560 523 0 0 0 57 11 0 0 20 0 22 0 23041394 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236791471016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17609] ppid=17599 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/17602/task/17609/stat : 17609 (java) S 17599 17602 16262 0 -1 4202560 352 0 0 0 57 10 0 0 20 0 22 0 23041394 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236790417704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17610] ppid=17599 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/17602/task/17610/stat : 17610 (java) S 17599 17602 16262 0 -1 4202560 457 0 0 0 50 8 0 0 20 0 22 0 23041394 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236671674536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17611] ppid=17599 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/17602/task/17611/stat : 17611 (java) S 17599 17602 16262 0 -1 4202560 267 0 0 0 53 9 0 0 20 0 22 0 23041394 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236670622248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17612] ppid=17599 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/17602/task/17612/stat : 17612 (java) S 17599 17602 16262 0 -1 4202560 433 0 0 0 68 11 0 0 20 0 22 0 23041394 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236669569448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17613] ppid=17599 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/17602/task/17613/stat : 17613 (java) S 17599 17602 16262 0 -1 4202560 1498 0 0 0 120 3 0 0 20 0 22 0 23041396 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236657371880 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17614] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17614/stat : 17614 (java) S 17599 17602 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236656317944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17615] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17615/stat : 17615 (java) S 17599 17602 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23041396 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236050917128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17616] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17616/stat : 17616 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236049865616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17617] ppid=17599 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/17602/task/17617/stat : 17617 (java) S 17599 17602 16262 0 -1 4202560 7613 0 0 0 116 0 0 0 20 0 22 0 23041399 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236048812216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17602/tid=17618] ppid=17599 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/17602/task/17618/stat : 17618 (java) S 17599 17602 16262 0 -1 4202560 11425 0 0 0 170 2 0 0 20 0 22 0 23041399 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236047759416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17619] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17619/stat : 17619 (java) S 17599 17602 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23041399 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236046707320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17620] ppid=17599 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/17602/task/17620/stat : 17620 (java) S 17599 17602 16262 0 -1 4202560 51 0 0 0 10 15 0 0 20 0 22 0 23041399 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236045654728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17621] ppid=17599 vsize=9824732 CPUtime=892.36 cores=0,2,4,6
/proc/17602/task/17621/stat : 17621 (java) R 17599 17602 16262 0 -1 4202560 76 0 0 0 89221 15 0 0 20 0 22 0 23041574 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236044599088 140236672724338 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17602/tid=17622] ppid=17599 vsize=9824732 CPUtime=892.17 cores=0,2,4,6
/proc/17602/task/17622/stat : 17622 (java) R 17599 17602 16262 0 -1 4202560 1413 0 0 0 89176 41 0 0 20 0 22 0 23041574 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236043546512 140236671911473 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17602/tid=17623] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17623/stat : 17623 (java) S 17599 17602 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23041584 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236042495656 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17602/tid=17624] ppid=17599 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17602/task/17624/stat : 17624 (java) S 17599 17602 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23041584 10060525568 681151 33554432000 1073741824 1073778376 140734603223536 140236041442856 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

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 17602 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17602 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=200240
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=820723
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.048
CPU time (s): 1800.12
CPU user time (s): 1798.76
CPU system time (s): 1.36
CPU usage (%): 200.225
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 1.82072
maximum resident set size= 3127272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29238
page faults= 1
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22043
involuntary context switches= 16487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.56315 second user time and 7.48386 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 02:32:08
IDJOB=4100530
IDBENCH=1628
IDSOLVER=2543
FILE ID=node117/4100530-1466209927
RUNJOBID= node117-1466206104-16278
PBS_JOBID= 19918159
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100530-1466209927/watcher-4100530-1466209927 -o /tmp/evaluation-result-4100530-1466209927/solver-4100530-1466209927 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100530-1466209927.opb

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

MD5SUM BENCH= f34eb2d99785ba17979b01527e1f0026
RANDOM SEED=1299203498

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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.54
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.912
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:        24229436 kB
Buffers:          143700 kB
Cached:          1752364 kB
SwapCached:            0 kB
Active:          4362408 kB
Inactive:        1777984 kB
Active(anon):    4247268 kB
Inactive(anon):        0 kB
Active(file):     115140 kB
Inactive(file):  1777984 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4296 kB
Writeback:             0 kB
AnonPages:       5985116 kB
Mapped:            21068 kB
Shmem:               204 kB
Slab:             620680 kB
SReclaimable:      64532 kB
SUnreclaim:       556148 kB
KernelStack:        1608 kB
PageTables:        15916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6315616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4366336 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= 71648 MiB
End job on node117 at 2016-06-18 02:47:07