Trace number 4101026

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.74 895.074

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scsd6.opb
MD5SUMbfb5077d5eeff8f757a286c0037df437
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40500
Total number of constraints147
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 constraints147
Minimum length of a constraint600
Maximum length of a constraint1200
Number of terms in the objective function 40500
Biggest coefficient in the objective function 395
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 558134
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 24156
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 558134
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.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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4101026-1466212432.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
1.57/0.89	c ... done. Wall clock time 0.775s.
1.57/0.89	c declared #vars     40500
1.57/0.89	c #constraints  294
1.67/0.90	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.67/0.90	c constraints type 
1.67/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
1.67/0.90	c 294 constraints processed.
1.67/0.90	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.67/0.90	c constraints type 
1.67/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 294
1.67/0.90	c 294 constraints processed.
1.67/0.90	c objective function length is 40500 literals
9.18/4.10	c cleaning 2496 clauses out of 5001 with flag 11075/5001
17.35/8.12	c cleaning 4252 clauses out of 8511 with flag 24590/11007
25.77/12.29	c cleaning 5620 clauses out of 11252 with flag 39657/18000
35.42/17.07	c cleaning 6810 clauses out of 13633 with flag 56512/26001
47.71/23.02	c cleaning 7905 clauses out of 15823 with flag 75036/35001
62.91/30.63	c cleaning 8948 clauses out of 17918 with flag 95852/45001
74.74/36.42	c cleaning 9975 clauses out of 19972 with flag 118666/56003
85.12/41.62	c cleaning 10996 clauses out of 21998 with flag 145421/68004
96.80/47.37	c cleaning 11994 clauses out of 23998 with flag 171413/81000
106.79/52.39	c cleaning 12999 clauses out of 26004 with flag 204177/95000
121.78/59.86	c cleaning 13998 clauses out of 28005 with flag 234177/110000
140.18/69.05	c cleaning 15001 clauses out of 30008 with flag 266179/126001
161.79/80.02	c cleaning 16001 clauses out of 32007 with flag 300179/143001
182.58/90.41	c cleaning 17000 clauses out of 34007 with flag 336181/161002
204.39/101.36	c cleaning 17998 clauses out of 36005 with flag 374177/180000
228.69/113.46	c cleaning 18998 clauses out of 38007 with flag 414177/200000
254.27/126.23	c cleaning 20003 clauses out of 40011 with flag 456181/221002
282.07/140.13	c cleaning 20997 clauses out of 42008 with flag 500181/243002
311.42/154.77	c cleaning 21998 clauses out of 44009 with flag 546177/266000
343.52/170.64	c cleaning 23001 clauses out of 46012 with flag 594179/290001
376.47/187.40	c cleaning 24000 clauses out of 48011 with flag 644179/315001
411.85/205.05	c cleaning 25001 clauses out of 50010 with flag 696177/341000
449.45/223.68	c cleaning 25998 clauses out of 52010 with flag 750179/368001
486.70/242.15	c cleaning 0 clauses out of 5000 with flag 0/5000
489.25/243.22	c cleaning 27003 clauses out of 54011 with flag 806177/396000
531.73/264.21	c cleaning 28001 clauses out of 56010 with flag 864181/425002
576.43/286.42	c cleaning 28993 clauses out of 58009 with flag 924181/455002
619.94/308.85	c cleaning 29998 clauses out of 60016 with flag 986181/486002
663.02/330.29	c cleaning 31005 clauses out of 62016 with flag 1050177/518000
706.57/351.85	c cleaning 32002 clauses out of 64011 with flag 1116177/551000
753.43/374.90	c cleaning 33001 clauses out of 66009 with flag 1184177/585000
803.23/399.42	c cleaning 33999 clauses out of 68008 with flag 1254177/620000
825.63/410.51	c cleaning 0 clauses out of 11001 with flag 0/11001
857.81/426.41	c cleaning 34996 clauses out of 70012 with flag 1326183/656003
916.11/456.69	c cleaning 36003 clauses out of 72014 with flag 1400179/693001
971.44/484.25	c cleaning 37001 clauses out of 74013 with flag 1476183/731003
1032.00/514.24	c cleaning 38005 clauses out of 76016 with flag 1554191/770007
1097.57/546.61	c cleaning 38997 clauses out of 78007 with flag 1634183/810003
1163.28/578.98	c cleaning 39998 clauses out of 80007 with flag 1716177/851000
1232.23/612.85	c cleaning 41003 clauses out of 82011 with flag 1800181/893002
1310.35/652.63	c cleaning 41995 clauses out of 84007 with flag 1886179/936001
1349.09/671.92	c cleaning 0 clauses out of 18000 with flag 0/18000
1390.95/692.76	c cleaning 43002 clauses out of 86014 with flag 1974183/980003
1469.92/731.72	c cleaning 43999 clauses out of 88009 with flag 2064177/1025000
1548.46/770.53	c cleaning 44999 clauses out of 90011 with flag 2156179/1071001
1632.55/812.14	c cleaning 46002 clauses out of 92011 with flag 2250177/1118000
1722.64/856.79	c cleaning 46999 clauses out of 94010 with flag 2346179/1166001
1800.13/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.00	c starts		: 8
1800.13/895.00	c conflicts		: 1208357
1800.13/895.00	c decisions		: 1352315
1800.13/895.00	c propagations		: 101422182
1800.13/895.00	c inspects		: 4752685360
1800.13/895.00	c shortcuts		: 0
1800.13/895.00	c learnt literals	: 0
1800.13/895.00	c learnt binary clauses	: 0
1800.13/895.00	c learnt ternary clauses	: 0
1800.13/895.00	c learnt constraints	: 1208357
1800.13/895.00	c ignored constraints	: 0
1800.13/895.00	c root simplifications	: 0
1800.13/895.00	c removed literals (reason simplification)	: 6730575
1800.13/895.00	c reason swapping (by a shorter reason)	: 0
1800.13/895.00	c Calls to reduceDB	: 44
1800.13/895.00	c Number of update (reduction) of LBD	: 4093
1800.13/895.00	c Imported unit clauses	: 0
1800.13/895.00	c number of reductions to clauses (during analyze)	: 0
1800.13/895.00	c number of learned constraints concerned by reduction	: 0
1800.13/895.00	c number of learning phase by resolution	: 0
1800.13/895.00	c number of learning phase by cutting planes	: 0
1800.13/895.00	c speed (assignments/second)	: 113441.03251265027
1800.13/895.00	c non guided choices	69581
1800.13/895.03	c learnt constraints type 
1800.13/895.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89367
1800.13/895.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.03	c starts		: 52
1800.13/895.03	c conflicts		: 23251
1800.13/895.03	c decisions		: 140355
1800.13/895.03	c propagations		: 314771
1800.13/895.03	c inspects		: 447391705
1800.13/895.03	c shortcuts		: 0
1800.13/895.03	c learnt literals	: 0
1800.13/895.03	c learnt binary clauses	: 0
1800.13/895.03	c learnt ternary clauses	: 0
1800.13/895.03	c learnt constraints	: 23250
1800.13/895.03	c ignored constraints	: 0
1800.13/895.03	c root simplifications	: 0
1800.13/895.03	c removed literals (reason simplification)	: 0
1800.13/895.03	c reason swapping (by a shorter reason)	: 0
1800.13/895.03	c Calls to reduceDB	: 3
1800.13/895.03	c Number of update (reduction) of LBD	: 0
1800.13/895.03	c Imported unit clauses	: 0
1800.13/895.03	c number of reductions to clauses (during analyze)	: 0
1800.13/895.03	c number of learned constraints concerned by reduction	: 0
1800.13/895.03	c number of learning phase by resolution	: 0
1800.13/895.03	c number of learning phase by cutting planes	: 0
1800.13/895.03	c speed (assignments/second)	: 352.06212433367114
1800.13/895.03	c non guided choices	0
1800.13/895.04	c learnt constraints type 
1800.13/895.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3740
1800.13/895.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19510
1800.13/895.04	s UNKNOWN
1800.13/895.04	c Total wall clock time (in seconds): 894.923

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-4101026-1466212432/watcher-4101026-1466212432 -o /tmp/evaluation-result-4101026-1466212432/solver-4101026-1466212432 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101026-1466212432.opb 

pid=16102
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.08 4.12 4.09 4/197 16105
/proc/meminfo: memFree=30331824/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/16105/stat : 16105 (java) R 16102 16105 13538 0 -1 4202496 400 0 0 0 0 0 0 0 20 0 1 0 23293122 9445376 71 33554432000 1073741824 1073778376 140734446217152 140734446214280 224913306984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2306 87 69 9 0 38 0

[startup+0.100156 s]
/proc/loadavg: 4.08 4.12 4.09 4/197 16105
/proc/meminfo: memFree=30331824/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 4413 0 1 0 9 1 0 0 20 0 18 0 23293122 9787879424 6039 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 4.08 4.12 4.09 4/197 16105
/proc/meminfo: memFree=30331824/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 4990 0 1 0 27 1 0 0 20 0 18 0 23293122 9787879424 7429 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2389619 7429 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 4.08 4.12 4.09 4/197 16105
/proc/meminfo: memFree=30331824/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 5483 0 1 0 45 1 0 0 20 0 18 0 23293122 9787879424 12252 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2389619 12252 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 4.08 4.12 4.09 4/197 16105
/proc/meminfo: memFree=30331824/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9558476 CPUtime=1.46 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 13216 0 1 0 137 9 0 0 20 0 18 0 23293122 9787879424 53941 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2389619 53942 2258 9 0 2380296 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.16 4.13 4.09 5/219 16127
/proc/meminfo: memFree=30123992/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 14960 0 1 0 327 16 0 0 20 0 22 0 23293122 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2456183 67369 2277 9 0 2446860 0
[pid=16105/tid=16107] ppid=16102 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/16105/task/16107/stat : 16107 (java) S 16102 16105 13538 0 -1 4202560 2485 0 1 0 79 2 0 0 20 0 22 0 23293123 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356329894776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16108] ppid=16102 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16105/task/16108/stat : 16108 (java) S 16102 16105 13538 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 23293124 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356318956456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16109] ppid=16102 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16105/task/16109/stat : 16109 (java) S 16102 16105 13538 0 -1 4202560 108 0 0 0 2 2 0 0 20 0 22 0 23293124 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356317903912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16110] ppid=16102 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16105/task/16110/stat : 16110 (java) S 16102 16105 13538 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 22 0 23293124 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356316850856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16111] ppid=16102 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16105/task/16111/stat : 16111 (java) S 16102 16105 13538 0 -1 4202560 135 0 0 0 3 1 0 0 20 0 22 0 23293124 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356315798312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16112] ppid=16102 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16105/task/16112/stat : 16112 (java) S 16102 16105 13538 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 23293124 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356314745256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16113] ppid=16102 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16105/task/16113/stat : 16113 (java) S 16102 16105 13538 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 22 0 23293124 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356313692712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16114] ppid=16102 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16105/task/16114/stat : 16114 (java) S 16102 16105 13538 0 -1 4202560 111 0 0 0 5 3 0 0 20 0 22 0 23293124 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356312639656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16115] ppid=16102 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16105/task/16115/stat : 16115 (java) S 16102 16105 13538 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 23293124 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356311587112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16116] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16116/stat : 16116 (java) S 16102 16105 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23293125 10060525568 67369 33554432000 1073741824 1073778376 140734446217152 140356153846632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16117] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16117/stat : 16117 (java) S 16102 16105 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356152792952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16118] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16118/stat : 16118 (java) S 16102 16105 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356151739784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16119] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16119/stat : 16119 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356150688528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16120] ppid=16102 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/16105/task/16120/stat : 16120 (java) R 16102 16105 13538 0 -1 4202560 6518 0 0 0 61 0 0 0 20 0 22 0 23293128 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356149635264 140356333982497 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16121] ppid=16102 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/16105/task/16121/stat : 16121 (java) R 16102 16105 13538 0 -1 4202560 3994 0 0 0 45 0 0 0 20 0 22 0 23293128 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356148582840 224922559607 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16122] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16122/stat : 16122 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356147529976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16123] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16123/stat : 16123 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356146477640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16124] ppid=16102 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/16105/task/16124/stat : 16124 (java) R 16102 16105 13538 0 -1 4202560 24 0 0 0 51 0 0 0 20 0 22 0 23293212 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356145423368 140356192680551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16125] ppid=16102 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/16105/task/16125/stat : 16125 (java) R 16102 16105 13538 0 -1 4202560 22 0 0 0 52 0 0 0 20 0 22 0 23293212 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356144370680 140356193476459 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16126] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16126/stat : 16126 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356143318312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16127] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16127/stat : 16127 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 67340 33554432000 1073741824 1073778376 140734446217152 140356142265768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.16 4.13 4.09 5/219 16127
/proc/meminfo: memFree=30069776/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9824732 CPUtime=7.16 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 16894 0 1 0 700 16 0 0 20 0 22 0 23293122 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2456183 67829 2278 9 0 2446860 0
[pid=16105/tid=16107] ppid=16102 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/16105/task/16107/stat : 16107 (java) S 16102 16105 13538 0 -1 4202560 2486 0 1 0 79 2 0 0 20 0 22 0 23293123 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356329894776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16108] ppid=16102 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16105/task/16108/stat : 16108 (java) S 16102 16105 13538 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 23293124 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356318956456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16109] ppid=16102 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16105/task/16109/stat : 16109 (java) S 16102 16105 13538 0 -1 4202560 108 0 0 0 2 2 0 0 20 0 22 0 23293124 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356317903912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16110] ppid=16102 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16105/task/16110/stat : 16110 (java) S 16102 16105 13538 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 22 0 23293124 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356316850856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16111] ppid=16102 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16105/task/16111/stat : 16111 (java) S 16102 16105 13538 0 -1 4202560 135 0 0 0 3 1 0 0 20 0 22 0 23293124 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356315798312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16112] ppid=16102 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16105/task/16112/stat : 16112 (java) S 16102 16105 13538 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 23293124 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356314745256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16113] ppid=16102 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16105/task/16113/stat : 16113 (java) S 16102 16105 13538 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 22 0 23293124 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356313692712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16114] ppid=16102 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16105/task/16114/stat : 16114 (java) S 16102 16105 13538 0 -1 4202560 111 0 0 0 5 3 0 0 20 0 22 0 23293124 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356312639656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16115] ppid=16102 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16105/task/16115/stat : 16115 (java) S 16102 16105 13538 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 23293124 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356311587112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16116] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16116/stat : 16116 (java) S 16102 16105 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23293125 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356153846632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16117] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16117/stat : 16117 (java) S 16102 16105 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356152792952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16118] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16118/stat : 16118 (java) S 16102 16105 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356151739784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16119] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16119/stat : 16119 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356150688528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16120] ppid=16102 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/16105/task/16120/stat : 16120 (java) S 16102 16105 13538 0 -1 4202560 6526 0 0 0 85 0 0 0 20 0 22 0 23293128 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356149635384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16121] ppid=16102 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/16105/task/16121/stat : 16121 (java) S 16102 16105 13538 0 -1 4202560 5919 0 0 0 75 0 0 0 20 0 22 0 23293128 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356148582840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16122] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16122/stat : 16122 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356147529976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16123] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16123/stat : 16123 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356146477640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16124] ppid=16102 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/16105/task/16124/stat : 16124 (java) R 16102 16105 13538 0 -1 4202560 24 0 0 0 211 0 0 0 20 0 22 0 23293212 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356145423544 140356193536117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16125] ppid=16102 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/16105/task/16125/stat : 16125 (java) R 16102 16105 13538 0 -1 4202560 22 0 0 0 211 0 0 0 20 0 22 0 23293212 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356144369032 140356193476571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16126] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16126/stat : 16126 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356143318312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16127] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16127/stat : 16127 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 67829 33554432000 1073741824 1073778376 140734446217152 140356142265768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.14 4.13 4.09 5/219 16127
/proc/meminfo: memFree=29991228/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9824732 CPUtime=13.69 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 17179 0 1 0 1345 24 0 0 20 0 22 0 23293122 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2456183 106315 2282 9 0 2446860 0
[pid=16105/tid=16107] ppid=16102 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/16105/task/16107/stat : 16107 (java) S 16102 16105 13538 0 -1 4202560 2487 0 1 0 79 2 0 0 20 0 22 0 23293123 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356329894776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16108] ppid=16102 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16105/task/16108/stat : 16108 (java) S 16102 16105 13538 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 23293124 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356318956456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16109] ppid=16102 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16105/task/16109/stat : 16109 (java) S 16102 16105 13538 0 -1 4202560 122 0 0 0 3 3 0 0 20 0 22 0 23293124 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356317903912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16110] ppid=16102 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16105/task/16110/stat : 16110 (java) S 16102 16105 13538 0 -1 4202560 44 0 0 0 5 0 0 0 20 0 22 0 23293124 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356316850856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16111] ppid=16102 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16105/task/16111/stat : 16111 (java) S 16102 16105 13538 0 -1 4202560 152 0 0 0 6 2 0 0 20 0 22 0 23293124 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356315798312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16112] ppid=16102 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16105/task/16112/stat : 16112 (java) S 16102 16105 13538 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 23293124 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356314745256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16113] ppid=16102 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16105/task/16113/stat : 16113 (java) S 16102 16105 13538 0 -1 4202560 114 0 0 0 4 2 0 0 20 0 22 0 23293124 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356313692712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16114] ppid=16102 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16105/task/16114/stat : 16114 (java) S 16102 16105 13538 0 -1 4202560 125 0 0 0 7 3 0 0 20 0 22 0 23293124 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356312639656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16115] ppid=16102 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16105/task/16115/stat : 16115 (java) S 16102 16105 13538 0 -1 4202560 48 0 0 0 4 3 0 0 20 0 22 0 23293124 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356311587112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16116] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16116/stat : 16116 (java) S 16102 16105 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23293125 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356153846632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16117] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16117/stat : 16117 (java) S 16102 16105 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356152792952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16118] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16118/stat : 16118 (java) S 16102 16105 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356151739784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16119] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16119/stat : 16119 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 106315 33554432000 1073741824 1073778376 140734446217152 140356150688528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16120] ppid=16102 vsize=9824732 CPUtime=0.86 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.08 4.10 4.06 5/219 16283
/proc/meminfo: memFree=25506236/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9824732 CPUtime=1653.27 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 33197 0 1 0 165069 258 0 0 20 0 22 0 23293122 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2456183 1037160 2291 9 0 2446860 0
[pid=16105/tid=16107] ppid=16102 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/16105/task/16107/stat : 16107 (java) S 16102 16105 13538 0 -1 4202560 2500 0 1 0 81 4 0 0 20 0 22 0 23293123 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356329894776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16108] ppid=16102 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/16105/task/16108/stat : 16108 (java) S 16102 16105 13538 0 -1 4202560 1180 0 0 0 352 25 0 0 20 0 22 0 23293124 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356318956456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16109] ppid=16102 vsize=9824732 CPUtime=3.83 cores=0,2,4,6
/proc/16105/task/16109/stat : 16109 (java) S 16102 16105 13538 0 -1 4202560 1244 0 0 0 356 27 0 0 20 0 22 0 23293124 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356317903912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16110] ppid=16102 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/16105/task/16110/stat : 16110 (java) S 16102 16105 13538 0 -1 4202560 697 0 0 0 367 22 0 0 20 0 22 0 23293124 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356316850856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16111] ppid=16102 vsize=9824732 CPUtime=3.78 cores=0,2,4,6
/proc/16105/task/16111/stat : 16111 (java) S 16102 16105 13538 0 -1 4202560 792 0 0 0 352 26 0 0 20 0 22 0 23293124 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356315798312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16112] ppid=16102 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/16105/task/16112/stat : 16112 (java) S 16102 16105 13538 0 -1 4202560 1032 0 0 0 362 22 0 0 20 0 22 0 23293124 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356314745256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16113] ppid=16102 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/16105/task/16113/stat : 16113 (java) S 16102 16105 13538 0 -1 4202560 904 0 0 0 359 21 0 0 20 0 22 0 23293124 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356313692712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16114] ppid=16102 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/16105/task/16114/stat : 16114 (java) S 16102 16105 13538 0 -1 4202560 769 0 0 0 376 30 0 0 20 0 22 0 23293124 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356312639656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16115] ppid=16102 vsize=9824732 CPUtime=3.92 cores=0,2,4,6
/proc/16105/task/16115/stat : 16115 (java) S 16102 16105 13538 0 -1 4202560 1352 0 0 0 364 28 0 0 20 0 22 0 23293124 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356311587112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16116] ppid=16102 vsize=9824732 CPUtime=8.09 cores=0,2,4,6
/proc/16105/task/16116/stat : 16116 (java) S 16102 16105 13538 0 -1 4202560 2912 0 0 0 800 9 0 0 20 0 22 0 23293125 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356153846632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16117] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16117/stat : 16117 (java) S 16102 16105 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356152792952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16118] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16118/stat : 16118 (java) S 16102 16105 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356151739784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16119] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16119/stat : 16119 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356150688528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16120] ppid=16102 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/16105/task/16120/stat : 16120 (java) S 16102 16105 13538 0 -1 4202560 6595 0 0 0 141 0 0 0 20 0 22 0 23293128 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356149635384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16121] ppid=16102 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/16105/task/16121/stat : 16121 (java) S 16102 16105 13538 0 -1 4202560 9992 0 0 0 142 2 0 0 20 0 22 0 23293128 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356148582840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16122] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16122/stat : 16122 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356147529976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16123] ppid=16102 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16105/task/16123/stat : 16123 (java) S 16102 16105 13538 0 -1 4202560 47 0 0 0 14 14 0 0 20 0 22 0 23293128 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356146477640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16124] ppid=16102 vsize=9824732 CPUtime=805.16 cores=0,2,4,6
/proc/16105/task/16124/stat : 16124 (java) R 16102 16105 13538 0 -1 4202560 476 0 0 0 80494 22 0 0 20 0 22 0 23293212 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356145421496 140356193534466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16125] ppid=16102 vsize=9824732 CPUtime=805.27 cores=0,2,4,6
/proc/16105/task/16125/stat : 16125 (java) R 16102 16105 13538 0 -1 4202560 1440 0 0 0 80495 32 0 0 20 0 22 0 23293212 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356144369768 140356193357111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16126] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16126/stat : 16126 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356143318312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16127] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16127/stat : 16127 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 1037160 33554432000 1073741824 1073778376 140734446217152 140356142265768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1653.27
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.08 4.10 4.06 5/219 16284
/proc/meminfo: memFree=25674000/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9824732 CPUtime=1774.44 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 33369 0 1 0 177182 262 0 0 20 0 22 0 23293122 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2456183 1046486 2291 9 0 2446860 0
[pid=16105/tid=16107] ppid=16102 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/16105/task/16107/stat : 16107 (java) S 16102 16105 13538 0 -1 4202560 2500 0 1 0 81 4 0 0 20 0 22 0 23293123 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356329894776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16108] ppid=16102 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/16105/task/16108/stat : 16108 (java) S 16102 16105 13538 0 -1 4202560 1205 0 0 0 380 25 0 0 20 0 22 0 23293124 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356318956456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16109] ppid=16102 vsize=9824732 CPUtime=4.14 cores=0,2,4,6
/proc/16105/task/16109/stat : 16109 (java) S 16102 16105 13538 0 -1 4202560 1288 0 0 0 387 27 0 0 20 0 22 0 23293124 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356317903912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16110] ppid=16102 vsize=9824732 CPUtime=4.14 cores=0,2,4,6
/proc/16105/task/16110/stat : 16110 (java) S 16102 16105 13538 0 -1 4202560 698 0 0 0 391 23 0 0 20 0 22 0 23293124 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356316850856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16111] ppid=16102 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/16105/task/16111/stat : 16111 (java) S 16102 16105 13538 0 -1 4202560 795 0 0 0 377 26 0 0 20 0 22 0 23293124 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356315798312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16112] ppid=16102 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/16105/task/16112/stat : 16112 (java) S 16102 16105 13538 0 -1 4202560 1035 0 0 0 395 22 0 0 20 0 22 0 23293124 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356314745256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16113] ppid=16102 vsize=9824732 CPUtime=4.19 cores=0,2,4,6
/proc/16105/task/16113/stat : 16113 (java) S 16102 16105 13538 0 -1 4202560 922 0 0 0 397 22 0 0 20 0 22 0 23293124 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356313692712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16114] ppid=16102 vsize=9824732 CPUtime=4.4 cores=0,2,4,6
/proc/16105/task/16114/stat : 16114 (java) S 16102 16105 13538 0 -1 4202560 799 0 0 0 410 30 0 0 20 0 22 0 23293124 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356312639656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16115] ppid=16102 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/16105/task/16115/stat : 16115 (java) S 16102 16105 13538 0 -1 4202560 1367 0 0 0 388 29 0 0 20 0 22 0 23293124 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356311587112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16116] ppid=16102 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/16105/task/16116/stat : 16116 (java) S 16102 16105 13538 0 -1 4202560 2935 0 0 0 800 10 0 0 20 0 22 0 23293125 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356153846632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16117] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16117/stat : 16117 (java) S 16102 16105 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356152792952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16118] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16118/stat : 16118 (java) S 16102 16105 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356151739784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16119] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16119/stat : 16119 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356150688528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16120] ppid=16102 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/16105/task/16120/stat : 16120 (java) S 16102 16105 13538 0 -1 4202560 6595 0 0 0 141 0 0 0 20 0 22 0 23293128 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356149635384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16121] ppid=16102 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/16105/task/16121/stat : 16121 (java) S 16102 16105 13538 0 -1 4202560 9992 0 0 0 142 2 0 0 20 0 22 0 23293128 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356148582840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16122] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16122/stat : 16122 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356147529976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16123] ppid=16102 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/16105/task/16123/stat : 16123 (java) S 16102 16105 13538 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 23293128 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356146477640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16124] ppid=16102 vsize=9824732 CPUtime=864.54 cores=0,2,4,6
/proc/16105/task/16124/stat : 16124 (java) R 16102 16105 13538 0 -1 4202560 479 0 0 0 86431 23 0 0 20 0 22 0 23293212 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356145422240 140356193383767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16125] ppid=16102 vsize=9824732 CPUtime=864.66 cores=0,2,4,6
/proc/16105/task/16125/stat : 16125 (java) R 16102 16105 13538 0 -1 4202560 1443 0 0 0 86432 34 0 0 20 0 22 0 23293212 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356144368832 140356193601076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16126] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16126/stat : 16126 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356143318312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16127] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16127/stat : 16127 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 1046486 33554432000 1073741824 1073778376 140734446217152 140356142265768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1774.44
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.07 4.09 4.06 5/219 16284
/proc/meminfo: memFree=25755988/32872528 swapFree=163656/177964
[pid=16105] ppid=16102 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/16105/stat : 16105 (java) S 16102 16105 13538 0 -1 4202496 33499 0 1 0 179749 264 0 0 20 0 22 0 23293122 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140734446208288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16105/statm: 2456183 1053737 2291 9 0 2446860 0
[pid=16105/tid=16107] ppid=16102 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/16105/task/16107/stat : 16107 (java) S 16102 16105 13538 0 -1 4202560 2500 0 1 0 81 4 0 0 20 0 22 0 23293123 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356329894776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16108] ppid=16102 vsize=9824732 CPUtime=4.09 cores=0,2,4,6
/proc/16105/task/16108/stat : 16108 (java) S 16102 16105 13538 0 -1 4202560 1292 0 0 0 384 25 0 0 20 0 22 0 23293124 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356318956456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16109] ppid=16102 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/16105/task/16109/stat : 16109 (java) S 16102 16105 13538 0 -1 4202560 1300 0 0 0 402 28 0 0 20 0 22 0 23293124 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356317903912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16110] ppid=16102 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/16105/task/16110/stat : 16110 (java) S 16102 16105 13538 0 -1 4202560 708 0 0 0 406 24 0 0 20 0 22 0 23293124 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356316850856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16111] ppid=16102 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/16105/task/16111/stat : 16111 (java) S 16102 16105 13538 0 -1 4202560 795 0 0 0 379 26 0 0 20 0 22 0 23293124 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356315798312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16112] ppid=16102 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/16105/task/16112/stat : 16112 (java) S 16102 16105 13538 0 -1 4202560 1036 0 0 0 398 22 0 0 20 0 22 0 23293124 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356314745256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16113] ppid=16102 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/16105/task/16113/stat : 16113 (java) S 16102 16105 13538 0 -1 4202560 933 0 0 0 407 22 0 0 20 0 22 0 23293124 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356313692712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16114] ppid=16102 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/16105/task/16114/stat : 16114 (java) S 16102 16105 13538 0 -1 4202560 804 0 0 0 418 30 0 0 20 0 22 0 23293124 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356312639656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16115] ppid=16102 vsize=9824732 CPUtime=4.2 cores=0,2,4,6
/proc/16105/task/16115/stat : 16115 (java) S 16102 16105 13538 0 -1 4202560 1368 0 0 0 391 29 0 0 20 0 22 0 23293124 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356311587112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16116] ppid=16102 vsize=9824732 CPUtime=8.1 cores=0,2,4,6
/proc/16105/task/16116/stat : 16116 (java) S 16102 16105 13538 0 -1 4202560 2935 0 0 0 800 10 0 0 20 0 22 0 23293125 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356153846632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16117] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16117/stat : 16117 (java) S 16102 16105 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356152792952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16118] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16118/stat : 16118 (java) S 16102 16105 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23293126 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356151739784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16119] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16119/stat : 16119 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356150688528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16120] ppid=16102 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/16105/task/16120/stat : 16120 (java) S 16102 16105 13538 0 -1 4202560 6595 0 0 0 141 0 0 0 20 0 22 0 23293128 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356149635384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16121] ppid=16102 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/16105/task/16121/stat : 16121 (java) S 16102 16105 13538 0 -1 4202560 9992 0 0 0 142 2 0 0 20 0 22 0 23293128 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356148582840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16122] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16122/stat : 16122 (java) S 16102 16105 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23293128 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356147529976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16105/tid=16123] ppid=16102 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/16105/task/16123/stat : 16123 (java) S 16102 16105 13538 0 -1 4202560 53 0 0 0 16 16 0 0 20 0 22 0 23293128 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356146477640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16124] ppid=16102 vsize=9824732 CPUtime=877.07 cores=0,2,4,6
/proc/16105/task/16124/stat : 16124 (java) R 16102 16105 13538 0 -1 4202560 480 0 0 0 87684 23 0 0 20 0 22 0 23293212 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356145422288 140356193517383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16105/tid=16125] ppid=16102 vsize=9824732 CPUtime=877.2 cores=0,2,4,6
/proc/16105/task/16125/stat : 16125 (java) R 16102 16105 13538 0 -1 4202560 1443 0 0 0 87686 34 0 0 20 0 22 0 23293212 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356144368944 140356193332610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16105/tid=16126] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16126/stat : 16126 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356143318312 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16105/tid=16127] ppid=16102 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16105/task/16127/stat : 16127 (java) S 16102 16105 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23293218 10060525568 1053737 33554432000 1073741824 1073778376 140734446217152 140356142265768 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 16105 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.074
CPU time (s): 1800.74
CPU user time (s): 1797.62
CPU system time (s): 3.12152
CPU usage (%): 201.183
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.62
system time used= 3.12153
maximum resident set size= 4215084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33548
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23665
involuntary context switches= 26695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64099 second user time and 6.22705 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 03:13:52
IDJOB=4101026
IDBENCH=1691
IDSOLVER=2543
FILE ID=node105/4101026-1466212432
RUNJOBID= node105-1466206102-13554
PBS_JOBID= 19918167
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scsd6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101026-1466212432/watcher-4101026-1466212432 -o /tmp/evaluation-result-4101026-1466212432/solver-4101026-1466212432 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101026-1466212432.opb

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

MD5SUM BENCH= bfb5077d5eeff8f757a286c0037df437
RANDOM SEED=1375701361

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30332368 kB
Buffers:           80248 kB
Cached:            89588 kB
SwapCached:         1764 kB
Active:          1514696 kB
Inactive:         112820 kB
Active(anon):    1458228 kB
Inactive(anon):     1440 kB
Active(file):      56468 kB
Inactive(file):   111380 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:              2052 kB
Writeback:             0 kB
AnonPages:       1745340 kB
Mapped:            15468 kB
Shmem:                 0 kB
Slab:             599912 kB
SReclaimable:      43672 kB
SUnreclaim:       556240 kB
KernelStack:        1808 kB
PageTables:         8208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1835388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1533952 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= 71744 MiB
End job on node105 at 2016-06-18 03:28:47