Trace number 4099740

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.02 1788.45

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos9.opb
MD5SUM9b565ffd2f62b11d1859d685ea38235b
Bench CategoryOPT-MEDINT (optimisation, medium 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 38727219
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 30720
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 38727219
Number of bits of the biggest sum of numbers26
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4099740-1466206146.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
12.61/8.26	c ... done. Wall clock time 8.157s.
12.61/8.26	c declared #vars     874498
12.61/8.26	c #constraints  118637
12.61/8.26	c constraints type 
12.61/8.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
12.61/8.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 118550
12.61/8.26	c 118637 constraints processed.
12.61/8.26	c objective function length is 198658 literals
27.34/22.47	c cleaning 2509 clauses out of 5019 with flag 10049/5019
43.02/38.09	c cleaning 4250 clauses out of 8499 with flag 22030/11008
61.43/56.48	c cleaning 5626 clauses out of 11252 with flag 36044/18011
84.63/79.65	c cleaning 6816 clauses out of 13634 with flag 52072/26019
111.84/105.89	c cleaning 7908 clauses out of 15815 with flag 70080/35016
139.44/133.40	c cleaning 8950 clauses out of 17900 with flag 90077/45009
170.06/164.09	c cleaning 9975 clauses out of 19949 with flag 112093/56008
203.02/195.50	c cleaning 10993 clauses out of 21985 with flag 136164/68019
233.32/225.84	c cleaning 11975 clauses out of 23978 with flag 162140/81005
270.33/262.03	c cleaning 13009 clauses out of 26018 with flag 190170/95020
306.94/298.60	c cleaning 13995 clauses out of 27989 with flag 220130/110000
346.74/338.49	c cleaning 15007 clauses out of 30014 with flag 252170/126020
391.98/383.10	c cleaning 15997 clauses out of 31993 with flag 286148/143006
437.69/428.83	c cleaning 16997 clauses out of 33994 with flag 322144/161004
488.94/478.92	c cleaning 18012 clauses out of 36024 with flag 360198/180031
510.59/500.57	c cleaning 18991 clauses out of 37982 with flag 419470/200001
515.39/505.38	c cleaning 19992 clauses out of 39990 with flag 466785/221000
520.89/510.81	c cleaning 20985 clauses out of 41999 with flag 539452/243001
528.39/518.30	c cleaning 22001 clauses out of 44014 with flag 640185/266001
537.58/527.52	c cleaning 22997 clauses out of 46012 with flag 735775/290000
549.19/539.16	c cleaning 24000 clauses out of 48015 with flag 832472/315000
563.40/553.33	c cleaning 24997 clauses out of 50015 with flag 954311/341000
571.99/561.92	c cleaning 25996 clauses out of 52018 with flag 1019598/368000
583.39/573.39	c cleaning 26994 clauses out of 54024 with flag 1134005/396002
596.64/586.17	c cleaning 27997 clauses out of 56028 with flag 1243679/425000
612.34/601.88	c cleaning 29001 clauses out of 58033 with flag 1369199/455002
627.24/616.71	c cleaning 29996 clauses out of 60030 with flag 1483029/486000
644.84/634.37	c cleaning 31001 clauses out of 62035 with flag 1604413/518001
661.74/651.29	c cleaning 32000 clauses out of 64034 with flag 1739373/551001
680.14/669.61	c cleaning 33003 clauses out of 66034 with flag 1865115/585001
703.85/693.31	c cleaning 33998 clauses out of 68031 with flag 2010947/620001
725.15/714.64	c cleaning 35000 clauses out of 70033 with flag 2145583/656001
747.35/736.88	c cleaning 35991 clauses out of 72032 with flag 2291248/693000
773.76/763.21	c cleaning 36998 clauses out of 74042 with flag 2428174/731001
789.96/779.43	c cleaning 38002 clauses out of 76043 with flag 2601524/770000
811.96/801.46	c cleaning 39004 clauses out of 78042 with flag 2750842/810001
836.07/825.59	c cleaning 39997 clauses out of 80037 with flag 2934703/851000
863.67/853.14	c cleaning 40997 clauses out of 82040 with flag 3117790/893000
896.69/885.86	c cleaning 42008 clauses out of 84046 with flag 3290200/936003
928.49/917.69	c cleaning 42995 clauses out of 86035 with flag 3500206/980000
964.19/953.31	c cleaning 44003 clauses out of 88041 with flag 3723989/1025001
995.91/985.01	c cleaning 44998 clauses out of 90038 with flag 3931021/1071001
1026.11/1015.20	c cleaning 45996 clauses out of 92039 with flag 4104115/1118000
1054.32/1043.48	c cleaning 46998 clauses out of 94045 with flag 4256823/1166002
1085.63/1074.72	c cleaning 47997 clauses out of 96045 with flag 4420878/1215000
1100.52/1089.63	c cleaning 48985 clauses out of 98050 with flag 4613188/1265002
1121.83/1110.92	c cleaning 49994 clauses out of 100063 with flag 4872472/1316000
1137.23/1126.32	c cleaning 51013 clauses out of 102071 with flag 5094337/1368002
1152.91/1141.87	c cleaning 52006 clauses out of 104056 with flag 5283966/1421000
1172.11/1161.04	c cleaning 53000 clauses out of 106053 with flag 5489777/1475003
1190.12/1179.01	c cleaning 54000 clauses out of 108051 with flag 5680815/1530001
1213.32/1202.26	c cleaning 54997 clauses out of 110050 with flag 5859834/1586000
1236.62/1225.58	c cleaning 56002 clauses out of 112054 with flag 6071097/1643001
1260.13/1249.05	c cleaning 56999 clauses out of 114051 with flag 6294247/1701000
1288.12/1277.04	c cleaning 58000 clauses out of 116053 with flag 6500410/1760001
1321.73/1310.69	c cleaning 58994 clauses out of 118052 with flag 6767317/1820000
1346.24/1335.17	c cleaning 59997 clauses out of 120059 with flag 7057856/1881001
1369.44/1358.38	c cleaning 60991 clauses out of 122063 with flag 7236046/1943002
1390.84/1379.74	c cleaning 61993 clauses out of 124071 with flag 7480818/2006001
1416.45/1405.30	c cleaning 62989 clauses out of 126078 with flag 7762095/2070001
1442.45/1431.30	c cleaning 63996 clauses out of 128088 with flag 8013090/2135000
1457.28/1445.96	c cleaning 65003 clauses out of 130092 with flag 8233042/2201000
1478.27/1466.90	c cleaning 66018 clauses out of 132090 with flag 8475041/2268001
1501.30/1489.97	c cleaning 66995 clauses out of 134071 with flag 8767378/2336000
1521.60/1510.27	c cleaning 68006 clauses out of 136077 with flag 9068466/2405001
1545.91/1534.51	c cleaning 69008 clauses out of 138071 with flag 9279204/2475001
1576.60/1565.24	c cleaning 70006 clauses out of 140063 with flag 9506920/2546001
1608.51/1597.19	c cleaning 70992 clauses out of 142057 with flag 9739997/2618001
1637.41/1626.09	c cleaning 71999 clauses out of 144065 with flag 9990727/2691001
1662.31/1650.95	c cleaning 72997 clauses out of 146065 with flag 10277532/2765000
1689.62/1678.21	c cleaning 73999 clauses out of 148068 with flag 10540377/2840000
1722.72/1711.12	c cleaning 74999 clauses out of 150070 with flag 10835782/2916001
1753.53/1741.96	c cleaning 76001 clauses out of 152070 with flag 11120553/2993000
1799.32/1787.70	c cleaning 76999 clauses out of 154070 with flag 11391413/3071001
1800.02/1788.40	c starts		: 5
1800.02/1788.40	c conflicts		: 3075006
1800.02/1788.40	c decisions		: 5039186
1800.02/1788.40	c propagations		: 108246702
1800.02/1788.40	c inspects		: 20229186798
1800.02/1788.40	c shortcuts		: 0
1800.02/1788.40	c learnt literals	: 0
1800.02/1788.40	c learnt binary clauses	: 0
1800.02/1788.40	c learnt ternary clauses	: 0
1800.02/1788.40	c learnt constraints	: 3075006
1800.02/1788.40	c ignored constraints	: 0
1800.02/1788.40	c root simplifications	: 0
1800.02/1788.40	c removed literals (reason simplification)	: 0
1800.02/1788.40	c reason swapping (by a shorter reason)	: 0
1800.02/1788.40	c Calls to reduceDB	: 74
1800.02/1788.40	c Number of update (reduction) of LBD	: 658550
1800.02/1788.40	c Imported unit clauses	: 0
1800.02/1788.40	c number of reductions to clauses (during analyze)	: 0
1800.02/1788.40	c number of learned constraints concerned by reduction	: 0
1800.02/1788.40	c number of learning phase by resolution	: 0
1800.02/1788.40	c number of learning phase by cutting planes	: 0
1800.02/1788.40	c speed (assignments/second)	: 60812.514782245235
1800.02/1788.40	c non guided choices	1311620
1800.02/1788.43	c learnt constraints type 
1800.02/1788.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81076
1800.02/1788.43	s UNKNOWN
1800.02/1788.43	c Total wall clock time (in seconds): 1788.323

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-4099740-1466206146/watcher-4099740-1466206146 -o /tmp/evaluation-result-4099740-1466206146/solver-4099740-1466206146 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099740-1466206146.opb 

pid=6464
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: 1.47 0.63 0.27 3/196 6467
/proc/meminfo: memFree=30211128/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/6467/stat : 6467 (java) R 6464 6467 4518 0 -1 4202496 453 0 0 0 0 0 0 0 20 0 1 0 22661216 9379840 108 33554432000 1073741824 1073778376 140735380456368 140735380453496 273905035216 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2290 123 94 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 1.47 0.63 0.27 3/196 6467
/proc/meminfo: memFree=30211128/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 4434 0 1 0 9 1 0 0 20 0 18 0 22661216 9787879424 6070 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2389619 6070 2154 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 1.47 0.63 0.27 3/196 6467
/proc/meminfo: memFree=30211128/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 5182 0 1 0 30 1 0 0 20 0 18 0 22661216 9787879424 12278 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2389619 12278 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 1.47 0.63 0.27 3/196 6467
/proc/meminfo: memFree=30211128/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 5468 0 1 0 44 2 0 0 20 0 18 0 22661216 9787879424 18491 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2389619 18491 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700141 s]
/proc/loadavg: 1.47 0.63 0.27 3/196 6467
/proc/meminfo: memFree=30211128/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9558476 CPUtime=1.15 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 7888 0 1 0 109 6 0 0 20 0 18 0 22661216 9787879424 49387 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2389619 49387 2259 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 1.47 0.63 0.27 3/214 6485
/proc/meminfo: memFree=29958692/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9558476 CPUtime=2.53 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 11490 0 1 0 239 14 0 0 20 0 18 0 22661216 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2389619 97877 2263 9 0 2380296 0
[pid=6467/tid=6469] ppid=6464 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) S 6464 6467 4518 0 -1 4202560 2517 0 1 0 128 4 0 0 20 0 18 0 22661217 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096548134056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6470] ppid=6464 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) R 6464 6467 4518 0 -1 4202560 411 0 0 0 3 0 0 0 20 0 18 0 22661218 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096537197104 140096552311072 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6471] ppid=6464 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) R 6464 6467 4518 0 -1 4202560 81 0 0 0 5 0 0 0 20 0 18 0 22661218 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096536144856 140096550606579 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6472] ppid=6464 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) R 6464 6467 4518 0 -1 4202560 117 0 0 0 5 2 0 0 20 0 18 0 22661218 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096535092312 140096550606521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6473] ppid=6464 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) R 6464 6467 4518 0 -1 4202560 344 0 0 0 4 0 0 0 20 0 18 0 22661218 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096534039352 273905738727 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6474] ppid=6464 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) R 6464 6467 4518 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 18 0 22661218 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096532986200 140096555033682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6475] ppid=6464 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) R 6464 6467 4518 0 -1 4202560 118 0 0 0 5 0 0 0 20 0 18 0 22661218 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096386578904 140096552297232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6476] ppid=6464 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) R 6464 6467 4518 0 -1 4202560 128 0 0 0 9 1 0 0 20 0 18 0 22661218 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096385526360 140096555031376 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6477] ppid=6464 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) R 6464 6467 4518 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 18 0 22661218 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096384473640 140096555027537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6478] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6464 6467 4518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22661219 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096372274696 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6479] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6464 6467 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22661219 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096371222136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6480] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6464 6467 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22661219 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096370169480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6481] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22661221 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096369118224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6482] ppid=6464 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/6467/task/6482/stat : 6482 (java) S 6464 6467 4518 0 -1 4202560 3198 0 0 0 31 0 0 0 20 0 18 0 22661221 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096368064568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6483] ppid=6464 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6467/task/6483/stat : 6483 (java) S 6464 6467 4518 0 -1 4202560 3197 0 0 0 27 0 0 0 20 0 18 0 22661221 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096367012024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6484] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6484/stat : 6484 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22661221 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096365959672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6485] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6485/stat : 6485 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22661221 9787879424 97877 33554432000 1073741824 1073778376 140735380456368 140096364907336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9558476

[startup+3.10074 s]
/proc/loadavg: 1.47 0.63 0.27 9/214 6485
/proc/meminfo: memFree=29727832/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9558476 CPUtime=5.4 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 12842 0 1 0 511 29 0 0 20 0 18 0 22661216 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2389619 146972 2275 9 0 2380296 0
[pid=6467/tid=6469] ppid=6464 vsize=9558476 CPUtime=2.48 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) R 6464 6467 4518 0 -1 4202560 2735 0 1 0 242 6 0 0 20 0 18 0 22661217 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096548126704 140096414871768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6470] ppid=6464 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6464 6467 4518 0 -1 4202560 445 0 0 0 20 2 0 0 20 0 18 0 22661218 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096537197224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6471] ppid=6464 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6464 6467 4518 0 -1 4202560 140 0 0 0 23 3 0 0 20 0 18 0 22661218 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096536144680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6472] ppid=6464 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6464 6467 4518 0 -1 4202560 155 0 0 0 27 4 0 0 20 0 18 0 22661218 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096535092136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6473] ppid=6464 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6464 6467 4518 0 -1 4202560 494 0 0 0 18 2 0 0 20 0 18 0 22661218 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096534039592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6474] ppid=6464 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6464 6467 4518 0 -1 4202560 71 0 0 0 24 2 0 0 20 0 18 0 22661218 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096532986024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6475] ppid=6464 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6464 6467 4518 0 -1 4202560 149 0 0 0 21 3 0 0 20 0 18 0 22661218 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096386578728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6476] ppid=6464 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6464 6467 4518 0 -1 4202560 701 0 0 0 25 3 0 0 20 0 18 0 22661218 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096385526184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6477] ppid=6464 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6464 6467 4518 0 -1 4202560 103 0 0 0 34 4 0 0 20 0 18 0 22661218 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096384473640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6478] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6464 6467 4518 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 22661219 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096372275816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6479] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6464 6467 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22661219 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096371222136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6480] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6464 6467 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22661219 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096370169480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6481] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22661221 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096369118224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6482] ppid=6464 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/6467/task/6482/stat : 6482 (java) S 6464 6467 4518 0 -1 4202560 3198 0 0 0 32 0 0 0 20 0 18 0 22661221 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096368064568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6483] ppid=6464 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/6467/task/6483/stat : 6483 (java) S 6464 6467 4518 0 -1 4202560 3203 0 0 0 29 0 0 0 20 0 18 0 22661221 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096367012024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6484] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6484/stat : 6484 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22661221 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096365959672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6485] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6485/stat : 6485 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22661221 9787879424 146972 33554432000 1073741824 1073778376 140735380456368 140096364907336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 9558476

[startup+6.30082 s]
/proc/loadavg: 1.51 0.65 0.28 3/213 6485
/proc/meminfo: memFree=29246356/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9558476 CPUtime=9.52 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 14816 0 1 0 902 50 0 0 20 0 18 0 22661216 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2389619 241559 2283 9 0 2380296 0
[pid=6467/tid=6469] ppid=6464 vsize=9558476 CPUtime=4.75 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) R 6464 6467 4518 0 -1 4202560 3299 0 1 0 466 9 0 0 20 0 18 0 22661217 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096548126800 140096414567480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6470] ppid=6464 vsize=9558476 CPUtime=0.36 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6464 6467 4518 0 -1 4202560 487 0 0 0 33 3 0 0 20 0 18 0 22661218 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096537197224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6471] ppid=6464 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6464 6467 4518 0 -1 4202560 200 0 0 0 36 5 0 0 20 0 18 0 22661218 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096536144680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6472] ppid=6464 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6464 6467 4518 0 -1 4202560 201 0 0 0 39 5 0 0 20 0 18 0 22661218 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096535092136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6473] ppid=6464 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6464 6467 4518 0 -1 4202560 547 0 0 0 30 5 0 0 20 0 18 0 22661218 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096534039592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6474] ppid=6464 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6464 6467 4518 0 -1 4202560 536 0 0 0 36 4 0 0 20 0 18 0 22661218 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096532986024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6475] ppid=6464 vsize=9558476 CPUtime=0.36 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6464 6467 4518 0 -1 4202560 196 0 0 0 32 4 0 0 20 0 18 0 22661218 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096386578728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6476] ppid=6464 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6464 6467 4518 0 -1 4202560 738 0 0 0 34 5 0 0 20 0 18 0 22661218 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096385526184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6477] ppid=6464 vsize=9558476 CPUtime=0.6 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6464 6467 4518 0 -1 4202560 166 0 0 0 53 7 0 0 20 0 18 0 22661218 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096384473640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6478] ppid=6464 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6464 6467 4518 0 -1 4202560 793 0 0 0 59 0 0 0 20 0 18 0 22661219 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096372275816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6479] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6464 6467 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22661219 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096371222136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6480] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6464 6467 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22661219 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096370169480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6481] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22661221 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096369118224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6482] ppid=6464 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/6467/task/6482/stat : 6482 (java) S 6464 6467 4518 0 -1 4202560 3198 0 0 0 35 0 0 0 20 0 18 0 22661221 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096368064568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6483] ppid=6464 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/6467/task/6483/stat : 6483 (java) S 6464 6467 4518 0 -1 4202560 3203 0 0 0 32 0 0 0 20 0 18 0 22661221 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096367012024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6484] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6484/stat : 6484 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22661221 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096365959672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6485] ppid=6464 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6485/stat : 6485 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22661221 9787879424 241559 33554432000 1073741824 1073778376 140735380456368 140096364907336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.52
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 1.55 0.67 0.29 3/215 6487
/proc/meminfo: memFree=28520260/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9625040 CPUtime=17.63 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 16387 0 1 0 1670 93 0 0 20 0 19 0 22661216 9856040960 415422 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2406260 415422 2288 9 0 2396937 0

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

[pid=6467/tid=6486] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6486/stat : 6486 (java) S 6464 6467 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22662056 9856040960 1039729 33554432000 1073741824 1073778376 140735380456368 140096363853096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1673.71
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.27 1.93 3/215 6530
/proc/meminfo: memFree=25543100/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9625040 CPUtime=1733.92 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 132302 0 1 0 173014 378 0 0 20 0 19 0 22661216 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2406260 1039782 2294 9 0 2396937 0
[pid=6467/tid=6469] ppid=6464 vsize=9625040 CPUtime=1706.46 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) R 6464 6467 4518 0 -1 4202560 3537 0 1 0 170604 42 0 0 20 0 19 0 22661217 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096548126400 140096414896183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6470] ppid=6464 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6464 6467 4518 0 -1 4202560 12965 0 0 0 108 37 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096537197224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6471] ppid=6464 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6464 6467 4518 0 -1 4202560 6859 0 0 0 124 38 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096536144680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6472] ppid=6464 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6464 6467 4518 0 -1 4202560 10559 0 0 0 132 47 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096535092136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6473] ppid=6464 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6464 6467 4518 0 -1 4202560 10809 0 0 0 126 41 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096534039592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6474] ppid=6464 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6464 6467 4518 0 -1 4202560 10237 0 0 0 116 40 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096532986024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6475] ppid=6464 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6464 6467 4518 0 -1 4202560 9949 0 0 0 127 39 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096386578728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6476] ppid=6464 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6464 6467 4518 0 -1 4202560 8547 0 0 0 119 33 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096385526184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6477] ppid=6464 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6464 6467 4518 0 -1 4202560 11371 0 0 0 160 53 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096384473640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6478] ppid=6464 vsize=9625040 CPUtime=7.75 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6464 6467 4518 0 -1 4202560 39684 0 0 0 765 10 0 0 20 0 19 0 22661219 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096372275816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6479] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6464 6467 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22661219 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096371222136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6480] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6464 6467 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661219 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096370169480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6481] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096369118224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6482] ppid=6464 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/6467/task/6482/stat : 6482 (java) S 6464 6467 4518 0 -1 4202560 3211 0 0 0 82 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096368064568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6483] ppid=6464 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6467/task/6483/stat : 6483 (java) S 6464 6467 4518 0 -1 4202560 3217 0 0 0 62 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096367012024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6484] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6484/stat : 6484 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096365959672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6485] ppid=6464 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6467/task/6485/stat : 6485 (java) S 6464 6467 4518 0 -1 4202560 99 0 0 0 33 29 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096364907336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6486] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6486/stat : 6486 (java) S 6464 6467 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22662056 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096363853096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1733.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.26 1.94 3/215 6597
/proc/meminfo: memFree=25625308/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9625040 CPUtime=1793.92 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 132306 0 1 0 179013 379 0 0 20 0 19 0 22661216 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2406260 1039782 2294 9 0 2396937 0
[pid=6467/tid=6469] ppid=6464 vsize=9625040 CPUtime=1766.3 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) R 6464 6467 4518 0 -1 4202560 3537 0 1 0 176587 43 0 0 20 0 19 0 22661217 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096548126400 140096415126157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6470] ppid=6464 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6464 6467 4518 0 -1 4202560 12965 0 0 0 108 37 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096537197224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6471] ppid=6464 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6464 6467 4518 0 -1 4202560 6859 0 0 0 124 38 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096536144680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6472] ppid=6464 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6464 6467 4518 0 -1 4202560 10559 0 0 0 132 47 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096535092136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6473] ppid=6464 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6464 6467 4518 0 -1 4202560 10809 0 0 0 126 41 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096534039592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6474] ppid=6464 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6464 6467 4518 0 -1 4202560 10237 0 0 0 116 40 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096532986024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6475] ppid=6464 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6464 6467 4518 0 -1 4202560 9949 0 0 0 127 39 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096386578728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6476] ppid=6464 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6464 6467 4518 0 -1 4202560 8547 0 0 0 119 33 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096385526184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6477] ppid=6464 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6464 6467 4518 0 -1 4202560 11371 0 0 0 160 53 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096384473640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6478] ppid=6464 vsize=9625040 CPUtime=7.75 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6464 6467 4518 0 -1 4202560 39684 0 0 0 765 10 0 0 20 0 19 0 22661219 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096372275816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6479] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6464 6467 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22661219 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096371222136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6480] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6464 6467 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661219 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096370169480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6481] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096369118224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6482] ppid=6464 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/6467/task/6482/stat : 6482 (java) S 6464 6467 4518 0 -1 4202560 3211 0 0 0 82 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096368064568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6483] ppid=6464 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6467/task/6483/stat : 6483 (java) S 6464 6467 4518 0 -1 4202560 3217 0 0 0 62 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096367012024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6484] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6484/stat : 6484 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096365959672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6485] ppid=6464 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/6467/task/6485/stat : 6485 (java) S 6464 6467 4518 0 -1 4202560 103 0 0 0 34 30 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096364907336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6486] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6486/stat : 6486 (java) S 6464 6467 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22662056 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096363853096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1793.92
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.4 s]
/proc/loadavg: 2.30 2.27 1.95 4/215 6597
/proc/meminfo: memFree=25486960/32872528 swapFree=1482636/1662508
[pid=6467] ppid=6464 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/6467/stat : 6467 (java) S 6464 6467 4518 0 -1 4202496 132306 0 1 0 179623 379 0 0 20 0 19 0 22661216 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140735380447504 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6467/statm: 2406260 1039782 2294 9 0 2396937 0
[pid=6467/tid=6469] ppid=6464 vsize=9625040 CPUtime=1772.38 cores=0,2,4,6
/proc/6467/task/6469/stat : 6469 (java) R 6464 6467 4518 0 -1 4202560 3537 0 1 0 177195 43 0 0 20 0 19 0 22661217 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096548126400 140096415126157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6470] ppid=6464 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/6467/task/6470/stat : 6470 (java) S 6464 6467 4518 0 -1 4202560 12965 0 0 0 108 37 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096537197224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6471] ppid=6464 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/6467/task/6471/stat : 6471 (java) S 6464 6467 4518 0 -1 4202560 6859 0 0 0 124 38 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096536144680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6472] ppid=6464 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/6467/task/6472/stat : 6472 (java) S 6464 6467 4518 0 -1 4202560 10559 0 0 0 132 47 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096535092136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6473] ppid=6464 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/6467/task/6473/stat : 6473 (java) S 6464 6467 4518 0 -1 4202560 10809 0 0 0 126 41 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096534039592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6474] ppid=6464 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/6467/task/6474/stat : 6474 (java) S 6464 6467 4518 0 -1 4202560 10237 0 0 0 116 40 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096532986024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6475] ppid=6464 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/6467/task/6475/stat : 6475 (java) S 6464 6467 4518 0 -1 4202560 9949 0 0 0 127 39 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096386578728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6476] ppid=6464 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/6467/task/6476/stat : 6476 (java) S 6464 6467 4518 0 -1 4202560 8547 0 0 0 119 33 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096385526184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6467/tid=6477] ppid=6464 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/6467/task/6477/stat : 6477 (java) S 6464 6467 4518 0 -1 4202560 11371 0 0 0 160 53 0 0 20 0 19 0 22661218 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096384473640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6478] ppid=6464 vsize=9625040 CPUtime=7.75 cores=0,2,4,6
/proc/6467/task/6478/stat : 6478 (java) S 6464 6467 4518 0 -1 4202560 39684 0 0 0 765 10 0 0 20 0 19 0 22661219 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096372275816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6479] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6479/stat : 6479 (java) S 6464 6467 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22661219 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096371222136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6480] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6480/stat : 6480 (java) S 6464 6467 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661219 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096370169480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6481] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6481/stat : 6481 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096369118224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6482] ppid=6464 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/6467/task/6482/stat : 6482 (java) S 6464 6467 4518 0 -1 4202560 3211 0 0 0 82 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096368064568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6483] ppid=6464 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6467/task/6483/stat : 6483 (java) S 6464 6467 4518 0 -1 4202560 3217 0 0 0 62 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096367012024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6467/tid=6484] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6484/stat : 6484 (java) S 6464 6467 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096365959672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6467/tid=6485] ppid=6464 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/6467/task/6485/stat : 6485 (java) S 6464 6467 4518 0 -1 4202560 103 0 0 0 34 30 0 0 20 0 19 0 22661221 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096364907336 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6467/tid=6486] ppid=6464 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6467/task/6486/stat : 6486 (java) S 6464 6467 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22662056 9856040960 1039782 33554432000 1073741824 1073778376 140735380456368 140096363853096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 6467 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 6467 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=699620
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=282348
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1788.45
CPU time (s): 1800.02
CPU user time (s): 1796.23
CPU system time (s): 3.79
CPU usage (%): 100.647
Max. virtual memory (cumulated for all children) (KiB): 9690576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.7
system time used= 4.28235
maximum resident set size= 4159244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132340
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42751
involuntary context switches= 5874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2544 second user time and 13.9009 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 01:29:08
IDJOB=4099740
IDBENCH=1505
IDSOLVER=2546
FILE ID=node134/4099740-1466206146
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099740-1466206146/watcher-4099740-1466206146 -o /tmp/evaluation-result-4099740-1466206146/solver-4099740-1466206146 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099740-1466206146.opb

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

MD5SUM BENCH= 9b565ffd2f62b11d1859d685ea38235b
RANDOM SEED=648669808

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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:        30211268 kB
Buffers:           38056 kB
Cached:           117128 kB
SwapCached:         1008 kB
Active:           209184 kB
Inactive:          68648 kB
Active(anon):     123628 kB
Inactive(anon):     1580 kB
Active(file):      85556 kB
Inactive(file):    67068 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:             45236 kB
Writeback:             0 kB
AnonPages:       1802952 kB
Mapped:            15220 kB
Shmem:                 0 kB
Slab:             570416 kB
SReclaimable:      13820 kB
SUnreclaim:       556596 kB
KernelStack:        1600 kB
PageTables:         7856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2350752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 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= 71668 MiB
End job on node134 at 2016-06-18 01:58:57