Trace number 4101866

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.73 911.664

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-stp3d.opb
MD5SUMf0369b32b392b309903886944ef44b64
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 variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 7
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 529536
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 529536
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101866-1466216373.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
35.18/31.02	c ... done. Wall clock time 30.897s.
35.18/31.02	c declared #vars     204880
35.18/31.02	c #constraints  187573
35.18/31.02	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
35.18/31.02	c constraints type 
35.18/31.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
35.18/31.03	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3486
35.18/31.03	c org.sat4j.specs.Constr$1 => 14835
35.18/31.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 51105
35.18/31.03	c org.sat4j.minisat.constraints.cnf.UnitClause => 72
35.18/31.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 118043
35.18/31.03	c 187573 constraints processed.
35.18/31.03	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
35.18/31.03	c constraints type 
35.18/31.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 118043
35.18/31.03	c org.sat4j.specs.Constr$1 => 14835
35.18/31.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
35.18/31.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51105
35.18/31.03	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3486
35.18/31.03	c org.sat4j.pb.constraints.pb.UnitClausePB => 72
35.18/31.03	c 187573 constraints processed.
35.18/31.03	c objective function length is 75648 literals
47.27/36.44	c cleaning 2482 clauses out of 4991 with flag 23126/5000
56.55/41.05	c cleaning 4197 clauses out of 8505 with flag 58202/11001
69.20/47.32	c cleaning 5600 clauses out of 11305 with flag 101343/18001
84.43/54.94	c cleaning 6825 clauses out of 13701 with flag 151850/26002
102.46/63.84	c cleaning 7866 clauses out of 15872 with flag 209366/35000
120.47/72.83	c cleaning 9002 clauses out of 18004 with flag 270933/45002
141.27/83.21	c cleaning 9722 clauses out of 19999 with flag 339236/56000
162.38/93.68	c cleaning 10151 clauses out of 22275 with flag 407850/68001
186.60/105.78	c cleaning 11349 clauses out of 25123 with flag 488689/81000
216.38/120.67	c cleaning 12361 clauses out of 27768 with flag 576913/95000
250.42/138.01	c cleaning 12802 clauses out of 30406 with flag 658370/110002
279.22/152.47	c cleaning 14328 clauses out of 33602 with flag 757936/126001
312.02/168.84	c cleaning 14880 clauses out of 36272 with flag 867045/143000
349.47/187.32	c cleaning 15426 clauses out of 39387 with flag 966523/161000
388.06/206.67	c cleaning 16567 clauses out of 42957 with flag 1071812/180001
428.40/226.65	c cleaning 17091 clauses out of 46386 with flag 1187087/200000
468.77/246.87	c cleaning 18236 clauses out of 50295 with flag 1317811/221000
510.17/267.59	c cleaning 19472 clauses out of 54056 with flag 1456448/243000
556.77/290.84	c cleaning 20270 clauses out of 57585 with flag 1585259/266002
610.11/318.13	c cleaning 20795 clauses out of 61309 with flag 1725923/290002
666.12/345.96	c cleaning 22393 clauses out of 65512 with flag 1882183/315002
723.31/374.53	c cleaning 22810 clauses out of 69115 with flag 2029970/341001
780.86/403.12	c cleaning 24172 clauses out of 73301 with flag 2192271/368000
838.18/431.66	c cleaning 24936 clauses out of 77129 with flag 2365684/396001
903.17/464.10	c cleaning 25270 clauses out of 81190 with flag 2530487/425001
969.96/497.58	c cleaning 26606 clauses out of 85917 with flag 2722127/455000
1039.41/532.06	c cleaning 27709 clauses out of 90309 with flag 2905518/486000
1118.91/572.62	c cleaning 28502 clauses out of 94599 with flag 3094356/518000
1194.52/610.47	c cleaning 29348 clauses out of 99102 with flag 3292544/551005
1271.03/648.33	c cleaning 30882 clauses out of 103744 with flag 3512471/585001
1293.06/659.33	c cleaning 0 clauses out of 5000 with flag 0/5000
1352.74/688.97	c cleaning 31483 clauses out of 107860 with flag 3724916/620000
1437.72/731.40	c cleaning 32656 clauses out of 112374 with flag 3950197/656000
1524.29/774.33	c cleaning 33437 clauses out of 116717 with flag 4171012/693002
1617.30/820.61	c cleaning 34214 clauses out of 121276 with flag 4399005/731000
1709.91/866.70	c cleaning 35253 clauses out of 126060 with flag 4643049/770001
1800.11/911.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/911.60	c starts		: 2696
1800.11/911.60	c conflicts		: 808639
1800.11/911.60	c decisions		: 5517608
1800.11/911.60	c propagations		: 2257092264
1800.11/911.60	c inspects		: 2815726109
1800.11/911.60	c shortcuts		: 0
1800.11/911.60	c learnt literals	: 102
1800.11/911.60	c learnt binary clauses	: 9603
1800.11/911.60	c learnt ternary clauses	: 28929
1800.11/911.60	c learnt constraints	: 808536
1800.11/911.60	c ignored constraints	: 0
1800.11/911.60	c root simplifications	: 0
1800.11/911.60	c removed literals (reason simplification)	: 9100518
1800.11/911.60	c reason swapping (by a shorter reason)	: 0
1800.11/911.60	c Calls to reduceDB	: 35
1800.11/911.60	c Number of update (reduction) of LBD	: 409655
1800.11/911.60	c Imported unit clauses	: 0
1800.11/911.60	c number of reductions to clauses (during analyze)	: 0
1800.11/911.60	c number of learned constraints concerned by reduction	: 0
1800.11/911.60	c number of learning phase by resolution	: 0
1800.11/911.60	c number of learning phase by cutting planes	: 0
1800.11/911.60	c speed (assignments/second)	: 2563616.1570499972
1800.11/911.60	c non guided choices	182815
1800.11/911.64	c learnt constraints type 
1800.11/911.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9603
1800.11/911.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119841
1800.11/911.64	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/911.64	c starts		: 21
1800.11/911.64	c conflicts		: 5217
1800.11/911.64	c decisions		: 773319
1800.11/911.64	c propagations		: 9157627
1800.11/911.64	c inspects		: 38905084
1800.11/911.64	c shortcuts		: 0
1800.11/911.64	c learnt literals	: 0
1800.11/911.64	c learnt binary clauses	: 0
1800.11/911.64	c learnt ternary clauses	: 0
1800.11/911.64	c learnt constraints	: 5216
1800.11/911.64	c ignored constraints	: 0
1800.11/911.64	c root simplifications	: 0
1800.11/911.64	c removed literals (reason simplification)	: 0
1800.11/911.64	c reason swapping (by a shorter reason)	: 0
1800.11/911.64	c Calls to reduceDB	: 1
1800.11/911.64	c Number of update (reduction) of LBD	: 0
1800.11/911.64	c Imported unit clauses	: 0
1800.11/911.64	c number of reductions to clauses (during analyze)	: 0
1800.11/911.64	c number of learned constraints concerned by reduction	: 0
1800.11/911.64	c number of learning phase by resolution	: 0
1800.11/911.64	c number of learning phase by cutting planes	: 0
1800.11/911.64	c speed (assignments/second)	: 10400.792073360484
1800.11/911.64	c non guided choices	0
1800.11/911.64	c learnt constraints type 
1800.11/911.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1025
1800.11/911.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4191
1800.11/911.64	s UNKNOWN
1800.11/911.64	c Total wall clock time (in seconds): 911.521

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-4101866-1466216373/watcher-4101866-1466216373 -o /tmp/evaluation-result-4101866-1466216373/solver-4101866-1466216373 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101866-1466216373.opb 

pid=28004
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.03 4.04 4.06 4/197 28007
/proc/meminfo: memFree=28235264/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/28007/stat : 28007 (java) R 28004 28007 22589 0 -1 4202496 433 0 0 0 0 0 0 0 20 0 1 0 23682729 9379840 87 33554432000 1073741824 1073778376 140735121506432 140735121503560 211462190558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2290 103 77 9 0 38 0

[startup+0.100114 s]
/proc/loadavg: 4.03 4.04 4.06 4/197 28007
/proc/meminfo: memFree=28235264/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 23682729 9787879424 6037 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 4.03 4.04 4.06 4/197 28007
/proc/meminfo: memFree=28235264/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 5150 0 1 0 26 1 0 0 20 0 18 0 23682729 9787879424 9048 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2389619 9048 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30029 s]
/proc/loadavg: 4.03 4.04 4.06 4/197 28007
/proc/meminfo: memFree=28235264/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 5797 0 1 0 44 1 0 0 20 0 18 0 23682729 9787879424 13935 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2389619 13935 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700224 s]
/proc/loadavg: 4.03 4.04 4.06 4/197 28007
/proc/meminfo: memFree=28235264/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9560504 CPUtime=1.35 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 16904 0 1 0 126 9 0 0 20 0 18 0 23682729 9789956096 57881 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2390126 57881 2263 9 0 2380803 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9560504

[startup+1.50074 s]
/proc/loadavg: 3.94 4.02 4.06 6/215 28025
/proc/meminfo: memFree=27834180/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9558476 CPUtime=3.33 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 24882 0 1 0 306 27 0 0 20 0 18 0 23682729 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2389619 193827 2264 9 0 2380296 0
[pid=28007/tid=28009] ppid=28004 vsize=9558476 CPUtime=1.24 cores=0,2,4,6
/proc/28007/task/28009/stat : 28009 (java) R 28004 28007 22589 0 -1 4202560 3313 0 1 0 115 9 0 0 20 0 18 0 23682730 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140093000380496 140092857458176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28010] ppid=28004 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/28007/task/28010/stat : 28010 (java) S 28004 28007 22589 0 -1 4202560 127 0 0 0 5 1 0 0 20 0 18 0 23682731 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092978489512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28011] ppid=28004 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/28007/task/28011/stat : 28011 (java) S 28004 28007 22589 0 -1 4202560 61 0 0 0 4 2 0 0 20 0 18 0 23682731 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092977436968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28012] ppid=28004 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28007/task/28012/stat : 28012 (java) S 28004 28007 22589 0 -1 4202560 109 0 0 0 8 2 0 0 20 0 18 0 23682731 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092976384424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28013] ppid=28004 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28007/task/28013/stat : 28013 (java) S 28004 28007 22589 0 -1 4202560 65 0 0 0 6 1 0 0 20 0 18 0 23682731 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092639275560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28014] ppid=28004 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/28007/task/28014/stat : 28014 (java) S 28004 28007 22589 0 -1 4202560 127 0 0 0 6 0 0 0 20 0 18 0 23682731 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092638223016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28015] ppid=28004 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/28007/task/28015/stat : 28015 (java) S 28004 28007 22589 0 -1 4202560 65 0 0 0 8 3 0 0 20 0 18 0 23682731 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092637170472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28016] ppid=28004 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/28007/task/28016/stat : 28016 (java) S 28004 28007 22589 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 18 0 23682731 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092636117928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28017] ppid=28004 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/28007/task/28017/stat : 28017 (java) S 28004 28007 22589 0 -1 4202560 166 0 0 0 10 2 0 0 20 0 18 0 23682731 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092635065384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28018] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28018/stat : 28018 (java) S 28004 28007 22589 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 18 0 23682732 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092622866536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28019] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28019/stat : 28019 (java) S 28004 28007 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23682732 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092621812856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28020] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28020/stat : 28020 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23682732 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092620760200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28021] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28021/stat : 28021 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23682735 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092619708944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28022] ppid=28004 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/28007/task/28022/stat : 28022 (java) S 28004 28007 22589 0 -1 4202560 9337 0 0 0 66 2 0 0 20 0 18 0 23682735 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092618656312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28023] ppid=28004 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/28007/task/28023/stat : 28023 (java) S 28004 28007 22589 0 -1 4202560 9760 0 0 0 61 3 0 0 20 0 18 0 23682735 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092617603768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28024] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28024/stat : 28024 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23682735 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092616551416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28025] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28025/stat : 28025 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23682735 9787879424 193827 33554432000 1073741824 1073778376 140735121506432 140092615499080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 3.94 4.02 4.06 4/215 28025
/proc/meminfo: memFree=26380916/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9558476 CPUtime=5.22 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 26850 0 1 0 468 54 0 0 20 0 18 0 23682729 9787879424 580530 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2389619 580530 2264 9 0 2380296 0
[pid=28007/tid=28009] ppid=28004 vsize=9558476 CPUtime=2.73 cores=0,2,4,6
/proc/28007/task/28009/stat : 28009 (java) R 28004 28007 22589 0 -1 4202560 4046 0 1 0 241 32 0 0 20 0 18 0 23682730 9787879424 580530 33554432000 1073741824 1073778376 140735121506432 140093000380400 140093008153690 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28010] ppid=28004 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/28007/task/28010/stat : 28010 (java) S 28004 28007 22589 0 -1 4202560 247 0 0 0 9 2 0 0 20 0 18 0 23682731 9787879424 580530 33554432000 1073741824 1073778376 140735121506432 140092978489512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28011] ppid=28004 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/28007/task/28011/stat : 28011 (java) S 28004 28007 22589 0 -1 4202560 147 0 0 0 10 2 0 0 20 0 18 0 23682731 9787879424 580530 33554432000 1073741824 1073778376 140735121506432 140092977436968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28012] ppid=28004 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/28007/task/28012/stat : 28012 (java) S 28004 28007 22589 0 -1 4202560 184 0 0 0 11 2 0 0 20 0 18 0 23682731 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092976384424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28013] ppid=28004 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28007/task/28013/stat : 28013 (java) S 28004 28007 22589 0 -1 4202560 125 0 0 0 8 2 0 0 20 0 18 0 23682731 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092639275560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28014] ppid=28004 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28007/task/28014/stat : 28014 (java) S 28004 28007 22589 0 -1 4202560 138 0 0 0 8 2 0 0 20 0 18 0 23682731 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092638223016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28015] ppid=28004 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/28007/task/28015/stat : 28015 (java) S 28004 28007 22589 0 -1 4202560 105 0 0 0 15 4 0 0 20 0 18 0 23682731 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092637170472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28016] ppid=28004 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/28007/task/28016/stat : 28016 (java) S 28004 28007 22589 0 -1 4202560 54 0 0 0 9 3 0 0 20 0 18 0 23682731 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092636117928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28017] ppid=28004 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/28007/task/28017/stat : 28017 (java) S 28004 28007 22589 0 -1 4202560 192 0 0 0 13 3 0 0 20 0 18 0 23682731 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092635065384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28018] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28018/stat : 28018 (java) S 28004 28007 22589 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 23682732 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092622866536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28019] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28019/stat : 28019 (java) S 28004 28007 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23682732 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092621812856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28020] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28020/stat : 28020 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23682732 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092620760200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28021] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28021/stat : 28021 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23682735 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092619708944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28022] ppid=28004 vsize=9558476 CPUtime=0.69 cores=0,2,4,6
/proc/28007/task/28022/stat : 28022 (java) S 28004 28007 22589 0 -1 4202560 9337 0 0 0 67 2 0 0 20 0 18 0 23682735 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092618656312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28023] ppid=28004 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/28007/task/28023/stat : 28023 (java) S 28004 28007 22589 0 -1 4202560 9760 0 0 0 61 3 0 0 20 0 18 0 23682735 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092617603768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28024] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28024/stat : 28024 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23682735 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092616551416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28025] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28025/stat : 28025 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23682735 9787879424 581042 33554432000 1073741824 1073778376 140735121506432 140092615499080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 9558476

[startup+6.30094 s]
/proc/loadavg: 3.87 4.00 4.05 4/215 28025
/proc/meminfo: memFree=25350032/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9558476 CPUtime=8.66 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 27239 0 1 0 803 63 0 0 20 0 18 0 23682729 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2389619 699836 2264 9 0 2380296 0
[pid=28007/tid=28009] ppid=28004 vsize=9558476 CPUtime=5.86 cores=0,2,4,6
/proc/28007/task/28009/stat : 28009 (java) R 28004 28007 22589 0 -1 4202560 4282 0 1 0 546 40 0 0 20 0 18 0 23682730 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140093000387192 140093008153687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28010] ppid=28004 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/28007/task/28010/stat : 28010 (java) S 28004 28007 22589 0 -1 4202560 248 0 0 0 12 2 0 0 20 0 18 0 23682731 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092978489512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28011] ppid=28004 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/28007/task/28011/stat : 28011 (java) S 28004 28007 22589 0 -1 4202560 151 0 0 0 12 2 0 0 20 0 18 0 23682731 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092977436968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28012] ppid=28004 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/28007/task/28012/stat : 28012 (java) S 28004 28007 22589 0 -1 4202560 188 0 0 0 13 2 0 0 20 0 18 0 23682731 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092976384424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28013] ppid=28004 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/28007/task/28013/stat : 28013 (java) S 28004 28007 22589 0 -1 4202560 175 0 0 0 12 2 0 0 20 0 18 0 23682731 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092639275560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28014] ppid=28004 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/28007/task/28014/stat : 28014 (java) S 28004 28007 22589 0 -1 4202560 163 0 0 0 11 3 0 0 20 0 18 0 23682731 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092638223016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28015] ppid=28004 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/28007/task/28015/stat : 28015 (java) S 28004 28007 22589 0 -1 4202560 106 0 0 0 17 4 0 0 20 0 18 0 23682731 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092637170472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28016] ppid=28004 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/28007/task/28016/stat : 28016 (java) S 28004 28007 22589 0 -1 4202560 120 0 0 0 13 3 0 0 20 0 18 0 23682731 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092636117928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28017] ppid=28004 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/28007/task/28017/stat : 28017 (java) S 28004 28007 22589 0 -1 4202560 194 0 0 0 17 3 0 0 20 0 18 0 23682731 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092635065384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28018] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28018/stat : 28018 (java) S 28004 28007 22589 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 23682732 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092622866536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28019] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28019/stat : 28019 (java) S 28004 28007 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23682732 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092621812856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28020] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28020/stat : 28020 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23682732 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092620760200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28021] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28021/stat : 28021 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23682735 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092619708944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28022] ppid=28004 vsize=9558476 CPUtime=0.69 cores=0,2,4,6
/proc/28007/task/28022/stat : 28022 (java) S 28004 28007 22589 0 -1 4202560 9337 0 0 0 67 2 0 0 20 0 18 0 23682735 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092618656312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28023] ppid=28004 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/28007/task/28023/stat : 28023 (java) S 28004 28007 22589 0 -1 4202560 9760 0 0 0 67 3 0 0 20 0 18 0 23682735 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092617603768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28024] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28024/stat : 28024 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23682735 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092616551416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28025] ppid=28004 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28025/stat : 28025 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23682735 9787879424 699836 33554432000 1073741824 1073778376 140735121506432 140092615499080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 3.80 3.99 4.04 4/215 28025
/proc/meminfo: memFree=25276960/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9558476 CPUtime=15.41 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 27641 0 1 0 1475 66 0 0 20 0 18 0 23682729 9787879424 717051 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2389619 717051 2264 9 0 2380296 0

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


[startup+822.301 s]
/proc/loadavg: 4.15 4.17 4.14 6/220 28305
/proc/meminfo: memFree=24617372/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9824732 CPUtime=1620.69 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 33092 0 1 0 161902 167 0 0 20 0 22 0 23682729 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2456183 935999 2299 9 0 2446860 0
[pid=28007/tid=28009] ppid=28004 vsize=9824732 CPUtime=30.08 cores=0,2,4,6
/proc/28007/task/28009/stat : 28009 (java) S 28004 28007 22589 0 -1 4202560 4373 0 1 0 2965 43 0 0 20 0 22 0 23682730 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140093000389496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28010] ppid=28004 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/28007/task/28010/stat : 28010 (java) S 28004 28007 22589 0 -1 4202560 838 0 0 0 206 15 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092978489512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28011] ppid=28004 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/28007/task/28011/stat : 28011 (java) S 28004 28007 22589 0 -1 4202560 654 0 0 0 164 12 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092977436968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28012] ppid=28004 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/28007/task/28012/stat : 28012 (java) S 28004 28007 22589 0 -1 4202560 649 0 0 0 191 13 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092976384424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28013] ppid=28004 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/28007/task/28013/stat : 28013 (java) S 28004 28007 22589 0 -1 4202560 648 0 0 0 190 10 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092639275560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28014] ppid=28004 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/28007/task/28014/stat : 28014 (java) S 28004 28007 22589 0 -1 4202560 695 0 0 0 177 11 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092638223016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28015] ppid=28004 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/28007/task/28015/stat : 28015 (java) S 28004 28007 22589 0 -1 4202560 486 0 0 0 188 14 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092637170472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28016] ppid=28004 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/28007/task/28016/stat : 28016 (java) S 28004 28007 22589 0 -1 4202560 664 0 0 0 172 12 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092636117928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28017] ppid=28004 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/28007/task/28017/stat : 28017 (java) S 28004 28007 22589 0 -1 4202560 707 0 0 0 201 13 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092635065384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28018] ppid=28004 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/28007/task/28018/stat : 28018 (java) S 28004 28007 22589 0 -1 4202560 2869 0 0 0 473 7 0 0 20 0 22 0 23682732 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092622866536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28019] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28019/stat : 28019 (java) S 28004 28007 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23682732 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092621812856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28020] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28020/stat : 28020 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23682732 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092620760200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28021] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28021/stat : 28021 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092619708944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28022] ppid=28004 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/28007/task/28022/stat : 28022 (java) S 28004 28007 22589 0 -1 4202560 9359 0 0 0 178 2 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092618656312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28023] ppid=28004 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/28007/task/28023/stat : 28023 (java) S 28004 28007 22589 0 -1 4202560 9774 0 0 0 192 3 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092617603768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28024] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28024/stat : 28024 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092616551416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28025] ppid=28004 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/28007/task/28025/stat : 28025 (java) S 28004 28007 22589 0 -1 4202560 47 0 0 0 12 14 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092615499080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28029] ppid=28004 vsize=9824732 CPUtime=783.07 cores=0,2,4,6
/proc/28007/task/28029/stat : 28029 (java) R 28004 28007 22589 0 -1 4202560 21 0 0 0 78294 13 0 0 20 0 22 0 23685832 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092614343224 140092858747045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28030] ppid=28004 vsize=9824732 CPUtime=782.97 cores=0,2,4,6
/proc/28007/task/28030/stat : 28030 (java) R 28004 28007 22589 0 -1 4202560 40 0 0 0 78286 11 0 0 20 0 22 0 23685832 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092613290048 140092859094506 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28031] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28031/stat : 28031 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23685846 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092612240424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28032] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28032/stat : 28032 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23685846 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092611187880 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1620.69
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.18 4.15 5/219 28306
/proc/meminfo: memFree=24591444/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9824732 CPUtime=1741.12 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 33099 0 1 0 173944 168 0 0 20 0 22 0 23682729 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2456183 935999 2299 9 0 2446860 0
[pid=28007/tid=28009] ppid=28004 vsize=9824732 CPUtime=30.08 cores=0,2,4,6
/proc/28007/task/28009/stat : 28009 (java) S 28004 28007 22589 0 -1 4202560 4374 0 1 0 2965 43 0 0 20 0 22 0 23682730 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140093000389496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28010] ppid=28004 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/28007/task/28010/stat : 28010 (java) S 28004 28007 22589 0 -1 4202560 838 0 0 0 228 15 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092978489512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28011] ppid=28004 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/28007/task/28011/stat : 28011 (java) S 28004 28007 22589 0 -1 4202560 654 0 0 0 170 12 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092977436968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28012] ppid=28004 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/28007/task/28012/stat : 28012 (java) S 28004 28007 22589 0 -1 4202560 649 0 0 0 211 13 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092976384424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28013] ppid=28004 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/28007/task/28013/stat : 28013 (java) S 28004 28007 22589 0 -1 4202560 648 0 0 0 201 10 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092639275560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28014] ppid=28004 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/28007/task/28014/stat : 28014 (java) S 28004 28007 22589 0 -1 4202560 695 0 0 0 182 11 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092638223016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28015] ppid=28004 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/28007/task/28015/stat : 28015 (java) S 28004 28007 22589 0 -1 4202560 486 0 0 0 200 14 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092637170472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28016] ppid=28004 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/28007/task/28016/stat : 28016 (java) S 28004 28007 22589 0 -1 4202560 664 0 0 0 178 12 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092636117928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28017] ppid=28004 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/28007/task/28017/stat : 28017 (java) S 28004 28007 22589 0 -1 4202560 707 0 0 0 207 13 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092635065384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28018] ppid=28004 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/28007/task/28018/stat : 28018 (java) S 28004 28007 22589 0 -1 4202560 2871 0 0 0 473 7 0 0 20 0 22 0 23682732 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092622866536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28019] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28019/stat : 28019 (java) S 28004 28007 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23682732 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092621812856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28020] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28020/stat : 28020 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23682732 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092620760200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28021] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28021/stat : 28021 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092619708944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28022] ppid=28004 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/28007/task/28022/stat : 28022 (java) S 28004 28007 22589 0 -1 4202560 9359 0 0 0 178 2 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092618656312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28023] ppid=28004 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/28007/task/28023/stat : 28023 (java) S 28004 28007 22589 0 -1 4202560 9774 0 0 0 192 3 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092617603768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28024] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28024/stat : 28024 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092616551416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28025] ppid=28004 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/28007/task/28025/stat : 28025 (java) S 28004 28007 22589 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092615499080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28029] ppid=28004 vsize=9824732 CPUtime=842.84 cores=0,2,4,6
/proc/28007/task/28029/stat : 28029 (java) R 28004 28007 22589 0 -1 4202560 21 0 0 0 84270 14 0 0 20 0 22 0 23685832 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092614336160 140092858773518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28030] ppid=28004 vsize=9824732 CPUtime=842.75 cores=0,2,4,6
/proc/28007/task/28030/stat : 28030 (java) R 28004 28007 22589 0 -1 4202560 40 0 0 0 84263 12 0 0 20 0 22 0 23685832 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092613289808 140092859094622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28031] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28031/stat : 28031 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23685846 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092612240424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28032] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28032/stat : 28032 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23685846 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092611187880 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1741.12
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.601 s]
/proc/loadavg: 4.12 4.16 4.14 5/219 28306
/proc/meminfo: memFree=24676164/32872528 swapFree=496868/529572
[pid=28007] ppid=28004 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/28007/stat : 28007 (java) S 28004 28007 22589 0 -1 4202496 33104 0 1 0 179843 168 0 0 20 0 22 0 23682729 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140735121497568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28007/statm: 2456183 935999 2299 9 0 2446860 0
[pid=28007/tid=28009] ppid=28004 vsize=9824732 CPUtime=30.08 cores=0,2,4,6
/proc/28007/task/28009/stat : 28009 (java) S 28004 28007 22589 0 -1 4202560 4375 0 1 0 2965 43 0 0 20 0 22 0 23682730 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140093000389496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28010] ppid=28004 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/28007/task/28010/stat : 28010 (java) S 28004 28007 22589 0 -1 4202560 838 0 0 0 238 15 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092978489512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28011] ppid=28004 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/28007/task/28011/stat : 28011 (java) S 28004 28007 22589 0 -1 4202560 654 0 0 0 181 12 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092977436968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28012] ppid=28004 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/28007/task/28012/stat : 28012 (java) S 28004 28007 22589 0 -1 4202560 649 0 0 0 222 13 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092976384424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28013] ppid=28004 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/28007/task/28013/stat : 28013 (java) S 28004 28007 22589 0 -1 4202560 648 0 0 0 211 10 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092639275560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28014] ppid=28004 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/28007/task/28014/stat : 28014 (java) S 28004 28007 22589 0 -1 4202560 695 0 0 0 193 11 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092638223016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28015] ppid=28004 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/28007/task/28015/stat : 28015 (java) S 28004 28007 22589 0 -1 4202560 486 0 0 0 210 14 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092637170472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28016] ppid=28004 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/28007/task/28016/stat : 28016 (java) S 28004 28007 22589 0 -1 4202560 664 0 0 0 189 12 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092636117928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28017] ppid=28004 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/28007/task/28017/stat : 28017 (java) S 28004 28007 22589 0 -1 4202560 707 0 0 0 217 13 0 0 20 0 22 0 23682731 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092635065384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28018] ppid=28004 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/28007/task/28018/stat : 28018 (java) S 28004 28007 22589 0 -1 4202560 2873 0 0 0 473 7 0 0 20 0 22 0 23682732 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092622866536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28019] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28019/stat : 28019 (java) S 28004 28007 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23682732 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092621812856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28020] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28020/stat : 28020 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23682732 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092620760200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28021] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28021/stat : 28021 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092619708944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28022] ppid=28004 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/28007/task/28022/stat : 28022 (java) S 28004 28007 22589 0 -1 4202560 9359 0 0 0 178 2 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092618656312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28023] ppid=28004 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/28007/task/28023/stat : 28023 (java) S 28004 28007 22589 0 -1 4202560 9774 0 0 0 192 3 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092617603768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28007/tid=28024] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28024/stat : 28024 (java) S 28004 28007 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092616551416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28025] ppid=28004 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28007/task/28025/stat : 28025 (java) S 28004 28007 22589 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 23682735 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092615499080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28007/tid=28029] ppid=28004 vsize=9824732 CPUtime=871.92 cores=0,2,4,6
/proc/28007/task/28029/stat : 28029 (java) R 28004 28007 22589 0 -1 4202560 21 0 0 0 87177 15 0 0 20 0 22 0 23685832 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092614343888 140092858450391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28030] ppid=28004 vsize=9824732 CPUtime=871.83 cores=0,2,4,6
/proc/28007/task/28030/stat : 28030 (java) R 28004 28007 22589 0 -1 4202560 40 0 0 0 87170 13 0 0 20 0 22 0 23685832 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092613289952 140092858415771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28007/tid=28031] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28031/stat : 28031 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23685846 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092612240424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28007/tid=28032] ppid=28004 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28007/task/28032/stat : 28032 (java) S 28004 28007 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23685846 10060525568 935999 33554432000 1073741824 1073778376 140735121506432 140092611187880 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 28007 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 911.664
CPU time (s): 1800.73
CPU user time (s): 1798.57
CPU system time (s): 2.16167
CPU usage (%): 197.521
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 2.16167
maximum resident set size= 3744112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33138
page faults= 1
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24225
involuntary context switches= 27002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87311 second user time and 7.41387 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 04:19:33
IDJOB=4101866
IDBENCH=1804
IDSOLVER=2543
FILE ID=node141/4101866-1466216373
RUNJOBID= node141-1466206051-22605
PBS_JOBID= 19918136
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-stp3d.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101866-1466216373/watcher-4101866-1466216373 -o /tmp/evaluation-result-4101866-1466216373/solver-4101866-1466216373 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101866-1466216373.opb

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

MD5SUM BENCH= f0369b32b392b309903886944ef44b64
RANDOM SEED=2077454517

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28235536 kB
Buffers:           92772 kB
Cached:           100188 kB
SwapCached:         2524 kB
Active:          3235640 kB
Inactive:         126052 kB
Active(anon):    3169016 kB
Inactive(anon):     2020 kB
Active(file):      66624 kB
Inactive(file):   124032 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099064 kB
Dirty:              9416 kB
Writeback:             0 kB
AnonPages:       3700696 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             603468 kB
SReclaimable:      46976 kB
SUnreclaim:       556492 kB
KernelStack:        1616 kB
PageTables:        11320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4251864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3119104 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= 71720 MiB
End job on node141 at 2016-06-18 04:34:45