Trace number 4101738

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.11 895.053

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-aflow40b.opb
MD5SUM4990a2601191ad55c4ad7d6303e4ded9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6735
Optimality of the best value was proved NO
Number of variables23384
Total number of constraints2806
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints2767
Minimum length of a constraint14
Maximum length of a constraint1202
Number of terms in the objective function 1364
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 230637
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 525160
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4101738-1466215599.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.67/0.72	c ... done. Wall clock time 0.61s.
1.67/0.72	c declared #vars     23384
1.67/0.72	c #constraints  2884
1.67/0.72	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.67/0.72	c constraints type 
1.67/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39
1.67/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 39
1.67/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2806
1.67/0.72	c 2884 constraints processed.
1.67/0.72	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.67/0.72	c constraints type 
1.67/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39
1.67/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 39
1.67/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2806
1.67/0.72	c 2884 constraints processed.
1.67/0.72	c objective function length is 1364 literals
6.85/2.64	c cleaning 2495 clauses out of 5000 with flag 11743/5000
10.09/4.19	c cleaning 4250 clauses out of 8505 with flag 25637/11000
14.27/6.10	c cleaning 5609 clauses out of 11256 with flag 45471/18001
20.10/8.95	c cleaning 6802 clauses out of 13646 with flag 65977/26000
25.71/11.73	c cleaning 7900 clauses out of 15844 with flag 89795/35000
32.84/15.26	c cleaning 8975 clauses out of 17965 with flag 117773/45021
39.87/18.63	c cleaning 9968 clauses out of 19971 with flag 147764/56002
44.86/21.12	c cleaning 10999 clauses out of 22004 with flag 181850/68003
50.69/24.03	c cleaning 11974 clauses out of 24006 with flag 218996/81004
59.36/28.20	c cleaning 12999 clauses out of 26029 with flag 256761/95001
67.55/32.33	c cleaning 14007 clauses out of 28030 with flag 297435/110001
76.95/37.06	c cleaning 15011 clauses out of 30022 with flag 343202/126000
89.35/43.39	c cleaning 15999 clauses out of 32012 with flag 391682/143001
100.35/48.89	c cleaning 16973 clauses out of 34014 with flag 442374/161002
112.15/54.65	c cleaning 18027 clauses out of 36058 with flag 498479/180019
122.35/59.72	c cleaning 18973 clauses out of 38012 with flag 555895/200000
134.35/65.78	c cleaning 19999 clauses out of 40042 with flag 617709/221003
149.31/72.83	c cleaning 21023 clauses out of 42045 with flag 683370/243005
166.30/81.55	c cleaning 21990 clauses out of 44018 with flag 753833/266001
185.29/91.00	c cleaning 22982 clauses out of 46035 with flag 835996/290008
198.69/97.78	c cleaning 23988 clauses out of 48050 with flag 915039/315005
212.80/104.72	c cleaning 25013 clauses out of 50058 with flag 997208/341001
233.19/114.94	c cleaning 26024 clauses out of 52066 with flag 1093877/368022
250.47/123.48	c cleaning 26998 clauses out of 54021 with flag 1183562/396001
266.47/131.48	c cleaning 28003 clauses out of 56032 with flag 1279358/425010
283.67/140.00	c cleaning 28990 clauses out of 58018 with flag 1378417/455000
300.34/148.55	c cleaning 30009 clauses out of 60033 with flag 1476850/486005
320.92/158.86	c cleaning 31002 clauses out of 62035 with flag 1586692/518016
342.28/169.45	c cleaning 31980 clauses out of 64018 with flag 1700498/551001
362.06/179.24	c cleaning 33027 clauses out of 66055 with flag 1815468/585018
384.13/190.15	c cleaning 33980 clauses out of 68010 with flag 1935794/620000
410.32/203.11	c cleaning 35014 clauses out of 70033 with flag 2068659/656003
436.01/216.50	c cleaning 35975 clauses out of 72022 with flag 2198257/693006
466.13/231.56	c cleaning 37004 clauses out of 74044 with flag 2343325/731003
492.43/244.52	c cleaning 37998 clauses out of 76039 with flag 2479266/770002
519.85/258.16	c cleaning 39019 clauses out of 78040 with flag 2624191/810001
551.56/273.82	c cleaning 40000 clauses out of 80021 with flag 2774333/851001
582.89/289.15	c cleaning 40989 clauses out of 82020 with flag 2924533/893000
617.73/306.48	c cleaning 42004 clauses out of 84031 with flag 3082855/936000
657.85/326.35	c cleaning 42985 clauses out of 86031 with flag 3252076/980005
699.56/346.90	c cleaning 44001 clauses out of 88044 with flag 3427836/1025003
742.12/368.58	c cleaning 45009 clauses out of 90054 with flag 3602849/1071014
783.12/388.93	c cleaning 45992 clauses out of 92031 with flag 3783712/1118000
819.57/407.00	c cleaning 46991 clauses out of 94040 with flag 3955309/1166001
870.59/432.08	c cleaning 48029 clauses out of 96058 with flag 4150671/1215010
928.06/460.45	c cleaning 49001 clauses out of 98019 with flag 4352564/1265000
986.67/490.36	c cleaning 49989 clauses out of 100019 with flag 4530192/1316001
1041.50/517.63	c cleaning 50991 clauses out of 102028 with flag 4699528/1368000
1090.56/541.98	c cleaning 0 clauses out of 5002 with flag 0/5002
1098.34/545.65	c cleaning 52005 clauses out of 104037 with flag 4806651/1421000
1158.12/574.94	c cleaning 53004 clauses out of 106039 with flag 4950281/1475007
1223.93/607.57	c cleaning 54008 clauses out of 108029 with flag 5171544/1530001
1293.07/641.77	c cleaning 55031 clauses out of 110062 with flag 5402113/1586042
1369.00/679.14	c cleaning 55993 clauses out of 111997 with flag 5642889/1643008
1451.92/720.83	c cleaning 56997 clauses out of 114037 with flag 5860324/1701041
1533.52/761.56	c cleaning 57974 clauses out of 116004 with flag 6116906/1760005
1613.99/801.22	c cleaning 59018 clauses out of 118041 with flag 6354116/1820016
1711.21/849.26	c cleaning 59949 clauses out of 120008 with flag 6617677/1881001
1797.71/893.86	c cleaning 61013 clauses out of 122057 with flag 6855573/1943000
1800.11/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.00	c starts		: 4955
1800.11/895.00	c conflicts		: 1944938
1800.11/895.00	c decisions		: 27201239
1800.11/895.00	c propagations		: 479167745
1800.11/895.00	c inspects		: 1941562653
1800.11/895.00	c shortcuts		: 0
1800.11/895.00	c learnt literals	: 4
1800.11/895.00	c learnt binary clauses	: 95
1800.11/895.00	c learnt ternary clauses	: 245
1800.11/895.00	c learnt constraints	: 1944934
1800.11/895.00	c ignored constraints	: 0
1800.11/895.00	c root simplifications	: 0
1800.11/895.00	c removed literals (reason simplification)	: 994968
1800.11/895.00	c reason swapping (by a shorter reason)	: 0
1800.11/895.00	c Calls to reduceDB	: 58
1800.11/895.00	c Number of update (reduction) of LBD	: 383604
1800.11/895.00	c Imported unit clauses	: 0
1800.11/895.00	c number of reductions to clauses (during analyze)	: 0
1800.11/895.00	c number of learned constraints concerned by reduction	: 0
1800.11/895.00	c number of learning phase by resolution	: 0
1800.11/895.00	c number of learning phase by cutting planes	: 0
1800.11/895.00	c speed (assignments/second)	: 535827.182982987
1800.11/895.00	c non guided choices	608988
1800.11/895.03	c learnt constraints type 
1800.11/895.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 95
1800.11/895.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62887
1800.11/895.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.03	c starts		: 26
1800.11/895.03	c conflicts		: 6149
1800.11/895.03	c decisions		: 273494
1800.11/895.03	c propagations		: 2971583
1800.11/895.03	c inspects		: 249616923
1800.11/895.03	c shortcuts		: 0
1800.11/895.03	c learnt literals	: 0
1800.11/895.03	c learnt binary clauses	: 0
1800.11/895.03	c learnt ternary clauses	: 0
1800.11/895.03	c learnt constraints	: 6149
1800.11/895.03	c ignored constraints	: 0
1800.11/895.03	c root simplifications	: 0
1800.11/895.03	c removed literals (reason simplification)	: 0
1800.11/895.03	c reason swapping (by a shorter reason)	: 0
1800.11/895.03	c Calls to reduceDB	: 1
1800.11/895.03	c Number of update (reduction) of LBD	: 0
1800.11/895.03	c Imported unit clauses	: 0
1800.11/895.03	c number of reductions to clauses (during analyze)	: 0
1800.11/895.03	c number of learned constraints concerned by reduction	: 0
1800.11/895.03	c number of learning phase by resolution	: 0
1800.11/895.03	c number of learning phase by cutting planes	: 0
1800.11/895.03	c speed (assignments/second)	: 3322.8701908346584
1800.11/895.03	c non guided choices	0
1800.11/895.03	c learnt constraints type 
1800.11/895.03	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 27
1800.11/895.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6122
1800.11/895.03	s UNKNOWN
1800.11/895.03	c Total wall clock time (in seconds): 894.924

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-4101738-1466215599/watcher-4101738-1466215599 -o /tmp/evaluation-result-4101738-1466215599/solver-4101738-1466215599 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101738-1466215599.opb 

pid=12063
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.22 4.22 4.26 5/199 12066
/proc/meminfo: memFree=28669176/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23605872 98570240 977 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 24065 977 744 9 0 16771 0
[pid=12066/tid=12067] ppid=12063 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) R 12063 12066 7329 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 23605872 98582528 982 33554432000 1073741824 1073778376 140734342685248 139702120721960 215124624797 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 4.22 4.22 4.26 5/199 12066
/proc/meminfo: memFree=28669176/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 4500 0 1 0 10 1 0 0 20 0 18 0 23605872 9787879424 6120 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 2389619 6120 2156 9 0 2380296 0
[pid=12066/tid=12067] ppid=12063 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) R 12063 12066 7329 0 -1 4202560 2391 0 1 0 6 1 0 0 20 0 18 0 23605872 9787879424 6122 33554432000 1073741824 1073778376 140734342685248 139702120725408 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20034 s]
/proc/loadavg: 4.22 4.22 4.26 5/199 12066
/proc/meminfo: memFree=28669176/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 5049 0 1 0 28 2 0 0 20 0 18 0 23605872 9787879424 7395 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 2389619 7365 2220 9 0 2380296 0
[pid=12066/tid=12067] ppid=12063 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) R 12063 12066 7329 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 18 0 23605872 9787879424 7365 33554432000 1073741824 1073778376 140734342685248 139702120726680 139702127255319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300342 s]
/proc/loadavg: 4.22 4.22 4.26 5/199 12066
/proc/meminfo: memFree=28669176/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 6532 0 1 0 57 2 0 0 20 0 18 0 23605872 9787879424 11807 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 2389619 11807 2235 9 0 2380296 0
[pid=12066/tid=12067] ppid=12063 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) R 12063 12066 7329 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 18 0 23605872 9787879424 11807 33554432000 1073741824 1073778376 140734342685248 139702120726680 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700244 s]
/proc/loadavg: 4.22 4.22 4.26 5/199 12066
/proc/meminfo: memFree=28669176/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=9558476 CPUtime=1.67 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 18390 0 1 0 157 10 0 0 20 0 18 0 23605872 9787879424 51747 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 2389619 51747 2270 9 0 2380296 0
[pid=12066/tid=12067] ppid=12063 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) R 12063 12066 7329 0 -1 4202560 2474 0 1 0 60 3 0 0 20 0 18 0 23605872 9787879424 51747 33554432000 1073741824 1073778376 140734342685248 139702120724872 139701948927010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.22 4.22 4.26 5/221 12088
/proc/meminfo: memFree=28469884/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=9824732 CPUtime=4.33 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 18612 0 1 0 423 10 0 0 20 0 22 0 23605872 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 2456183 51969 2286 9 0 2446860 0
[pid=12066/tid=12067] ppid=12063 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) S 12063 12066 7329 0 -1 4202560 2489 0 1 0 62 4 0 0 20 0 22 0 23605872 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139702120727416 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12069] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12069/stat : 12069 (java) S 12063 12066 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23605873 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139702082218792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12070] ppid=12063 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12066/task/12070/stat : 12070 (java) S 12063 12066 7329 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23605873 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139702081165992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12071] ppid=12063 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12066/task/12071/stat : 12071 (java) S 12063 12066 7329 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23605873 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139702080113704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12072] ppid=12063 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12066/task/12072/stat : 12072 (java) S 12063 12066 7329 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 23605873 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139702079060904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12073] ppid=12063 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12066/task/12073/stat : 12073 (java) S 12063 12066 7329 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 23605873 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139702078007592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12074] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12074/stat : 12074 (java) S 12063 12066 7329 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23605873 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139702076954792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12075] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12075/stat : 12075 (java) S 12063 12066 7329 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23605873 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139702075902504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12076] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12076/stat : 12076 (java) S 12063 12066 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23605873 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139702074849704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12077] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12077/stat : 12077 (java) S 12063 12066 7329 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701944036072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12078] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12078/stat : 12078 (java) S 12063 12066 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701942982136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12079] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12079/stat : 12079 (java) S 12063 12066 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701941929736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12080] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12080/stat : 12080 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701940878224 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12081] ppid=12063 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/12066/task/12081/stat : 12081 (java) R 12063 12066 7329 0 -1 4202560 5528 0 0 0 87 0 0 0 20 0 22 0 23605876 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701939824704 139702124820872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12082] ppid=12063 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/12066/task/12082/stat : 12082 (java) S 12063 12066 7329 0 -1 4202560 9128 0 0 0 103 3 0 0 20 0 22 0 23605876 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701938772024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12083] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12083/stat : 12083 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701937719928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12084] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12084/stat : 12084 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701936667336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12085] ppid=12063 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/12066/task/12085/stat : 12085 (java) R 12063 12066 7329 0 -1 4202560 20 0 0 0 76 0 0 0 20 0 22 0 23605944 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701935612872 139701949293510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12086] ppid=12063 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/12066/task/12086/stat : 12086 (java) R 12063 12066 7329 0 -1 4202560 25 0 0 0 75 0 0 0 20 0 22 0 23605944 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701934559016 139701949195280 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12087] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12087/stat : 12087 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139701933508264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12088] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12088/stat : 12088 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 51969 33554432000 1073741824 1073778376 140734342685248 139700656399912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.22 4.22 4.26 5/221 12088
/proc/meminfo: memFree=28433332/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=9824732 CPUtime=7.92 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 19067 0 1 0 777 15 0 0 20 0 22 0 23605872 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 2456183 61055 2290 9 0 2446860 0
[pid=12066/tid=12067] ppid=12063 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) S 12063 12066 7329 0 -1 4202560 2489 0 1 0 63 4 0 0 20 0 22 0 23605872 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139702120727416 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12069] ppid=12063 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12066/task/12069/stat : 12069 (java) S 12063 12066 7329 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 23605873 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139702082218792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12070] ppid=12063 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12066/task/12070/stat : 12070 (java) S 12063 12066 7329 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 23605873 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139702081165992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12071] ppid=12063 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12066/task/12071/stat : 12071 (java) S 12063 12066 7329 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 23605873 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139702080113704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12072] ppid=12063 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12066/task/12072/stat : 12072 (java) S 12063 12066 7329 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 22 0 23605873 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139702079060904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12073] ppid=12063 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12066/task/12073/stat : 12073 (java) S 12063 12066 7329 0 -1 4202560 99 0 0 0 1 2 0 0 20 0 22 0 23605873 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139702078007592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12074] ppid=12063 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12066/task/12074/stat : 12074 (java) S 12063 12066 7329 0 -1 4202560 135 0 0 0 2 0 0 0 20 0 22 0 23605873 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139702076954792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12075] ppid=12063 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12066/task/12075/stat : 12075 (java) S 12063 12066 7329 0 -1 4202560 82 0 0 0 2 2 0 0 20 0 22 0 23605873 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139702075902504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12076] ppid=12063 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12066/task/12076/stat : 12076 (java) S 12063 12066 7329 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 23605873 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139702074849704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12077] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12077/stat : 12077 (java) S 12063 12066 7329 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701944036072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12078] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12078/stat : 12078 (java) S 12063 12066 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701942982136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12079] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12079/stat : 12079 (java) S 12063 12066 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701941929736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12080] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12080/stat : 12080 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701940878224 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12081] ppid=12063 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/12066/task/12081/stat : 12081 (java) S 12063 12066 7329 0 -1 4202560 5529 0 0 0 97 0 0 0 20 0 22 0 23605876 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701939824824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12082] ppid=12063 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/12066/task/12082/stat : 12082 (java) S 12063 12066 7329 0 -1 4202560 9153 0 0 0 125 3 0 0 20 0 22 0 23605876 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701938772024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12083] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12083/stat : 12083 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701937719928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12084] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12084/stat : 12084 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701936667336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12085] ppid=12063 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/12066/task/12085/stat : 12085 (java) R 12063 12066 7329 0 -1 4202560 25 0 0 0 230 0 0 0 20 0 22 0 23605944 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701935610848 139701949286144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12086] ppid=12063 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/12066/task/12086/stat : 12086 (java) R 12063 12066 7329 0 -1 4202560 25 0 0 0 229 0 0 0 20 0 22 0 23605944 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701934557656 139701949196095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12087] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12087/stat : 12087 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139701933508264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12088] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12088/stat : 12088 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 61055 33554432000 1073741824 1073778376 140734342685248 139700656399912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.28 4.24 4.26 5/221 12088
/proc/meminfo: memFree=28228316/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=9824732 CPUtime=14.67 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 19514 0 1 0 1437 30 0 0 20 0 22 0 23605872 10060525568 111938 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 2456183 111938 2290 9 0 2446860 0
[pid=12066/tid=12067] ppid=12063 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) S 12063 12066 7329 0 -1 4202560 2489 0 1 0 63 4 0 0 20 0 22 0 23605872 10060525568 111938 33554432000 1073741824 1073778376 140734342685248 139702120727416 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12069] ppid=12063 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12066/task/12069/stat : 12069 (java) S 12063 12066 7329 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 22 0 23605873 10060525568 111938 33554432000 1073741824 1073778376 140734342685248 139702082218792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12070] ppid=12063 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/12066/task/12070/stat : 12070 (java) S 12063 12066 7329 0 -1 4202560 51 0 0 0 7 3 0 0 20 0 22 0 23605873 10060525568 111938 33554432000 1073741824 1073778376 140734342685248 139702081165992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12071] ppid=12063 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12066/task/12071/stat : 12071 (java) S 12063 12066 7329 0 -1 4202560 46 0 0 0 5 3 0 0 20 0 22 0 23605873 10060525568 111938 33554432000 1073741824 1073778376 140734342685248 139702080113704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12072] ppid=12063 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12066/task/12072/stat : 12072 (java) S 12063 12066 7329 0 -1 4202560 129 0 0 0 4 2 0 0 20 0 22 0 23605873 10060525568 111938 33554432000 1073741824 1073778376 140734342685248 139702079060904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12073] ppid=12063 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/12066/task/12073/stat : 12073 (java) S 12063 12066 7329 0 -1 4202560 166 0 0 0 7 5 0 0 20 0 22 0 23605873 10060525568 111938 33554432000 1073741824 1073778376 140734342685248 139702078007592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12074] ppid=12063 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12066/task/12074/stat : 12074 (java) S 12063 12066 7329 0 -1 4202560 159 0 0 0 3 1 0 0 20 0 22 0 23605873 10060525568 111938 33554432000 1073741824 1073778376 140734342685248 139702076954792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12075] ppid=12063 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/12066/task/12075/stat : 12075 (java) S 12063 12066 7329 0 -1 4202560 122 0 0 0 8 4 0 0 20 0 22 0 23605873 10060525568 111938 33554432000 1073741824 1073778376 140734342685248 139702075902504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12076] ppid=12063 vsize=9824732 CPUtime=0.07 cores=1,3,5,7

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

/proc/12066/task/12071/stat : 12071 (java) S 12063 12066 7329 0 -1 4202560 1351 0 0 0 440 35 0 0 20 0 22 0 23605873 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139702080113704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12072] ppid=12063 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/12066/task/12072/stat : 12072 (java) S 12063 12066 7329 0 -1 4202560 2720 0 0 0 463 44 0 0 20 0 22 0 23605873 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139702079060904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12073] ppid=12063 vsize=9824732 CPUtime=5.03 cores=1,3,5,7
/proc/12066/task/12073/stat : 12073 (java) S 12063 12066 7329 0 -1 4202560 2239 0 0 0 451 52 0 0 20 0 22 0 23605873 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139702078007592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12074] ppid=12063 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/12066/task/12074/stat : 12074 (java) S 12063 12066 7329 0 -1 4202560 1511 0 0 0 435 37 0 0 20 0 22 0 23605873 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139702076954792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12075] ppid=12063 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/12066/task/12075/stat : 12075 (java) S 12063 12066 7329 0 -1 4202560 1627 0 0 0 417 40 0 0 20 0 22 0 23605873 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139702075902504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12076] ppid=12063 vsize=9824732 CPUtime=4.5 cores=1,3,5,7
/proc/12066/task/12076/stat : 12076 (java) S 12063 12066 7329 0 -1 4202560 1728 0 0 0 414 36 0 0 20 0 22 0 23605873 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139702074849704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12077] ppid=12063 vsize=9824732 CPUtime=9 cores=1,3,5,7
/proc/12066/task/12077/stat : 12077 (java) S 12063 12066 7329 0 -1 4202560 3576 0 0 0 893 7 0 0 20 0 22 0 23605874 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701944036072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12078] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12078/stat : 12078 (java) S 12063 12066 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701942982136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12079] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12079/stat : 12079 (java) S 12063 12066 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701941929736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12080] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12080/stat : 12080 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701940878224 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12081] ppid=12063 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/12066/task/12081/stat : 12081 (java) S 12063 12066 7329 0 -1 4202560 7717 0 0 0 167 1 0 0 20 0 22 0 23605876 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701939824824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12082] ppid=12063 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/12066/task/12082/stat : 12082 (java) S 12063 12066 7329 0 -1 4202560 9182 0 0 0 174 3 0 0 20 0 22 0 23605876 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701938772024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12083] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12083/stat : 12083 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701937719928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12084] ppid=12063 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/12066/task/12084/stat : 12084 (java) S 12063 12066 7329 0 -1 4202560 47 0 0 0 10 20 0 0 20 0 22 0 23605876 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701936667336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12085] ppid=12063 vsize=9824732 CPUtime=800.5 cores=1,3,5,7
/proc/12066/task/12085/stat : 12085 (java) R 12063 12066 7329 0 -1 4202560 758 0 0 0 80028 22 0 0 20 0 22 0 23605944 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701935610784 139701949062830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12086] ppid=12063 vsize=9824732 CPUtime=800.41 cores=1,3,5,7
/proc/12066/task/12086/stat : 12086 (java) R 12063 12066 7329 0 -1 4202560 1242 0 0 0 80011 30 0 0 20 0 22 0 23605944 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701934558544 139701949081195 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12087] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12087/stat : 12087 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139701933508264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12088] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12088/stat : 12088 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 1147076 33554432000 1073741824 1073778376 140734342685248 139700656399912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1656.63
Current children cumulated vsize (KiB) 9824732

[startup+882.314 s]
/proc/loadavg: 4.24 4.22 4.24 5/221 12180
/proc/meminfo: memFree=22846740/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=9824732 CPUtime=1774.57 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 41897 0 1 0 177030 427 0 0 20 0 22 0 23605872 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 2456183 1240886 2300 9 0 2446860 0
[pid=12066/tid=12067] ppid=12063 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) S 12063 12066 7329 0 -1 4202560 2515 0 1 0 65 5 0 0 20 0 22 0 23605872 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139702120727416 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12069] ppid=12063 vsize=9824732 CPUtime=4.99 cores=1,3,5,7
/proc/12066/task/12069/stat : 12069 (java) R 12063 12066 7329 0 -1 4202560 2174 0 0 0 455 44 0 0 20 0 22 0 23605873 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139702082218968 139702127235507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12070] ppid=12063 vsize=9824732 CPUtime=5.13 cores=1,3,5,7
/proc/12066/task/12070/stat : 12070 (java) R 12063 12066 7329 0 -1 4202560 1667 0 0 0 466 47 0 0 20 0 22 0 23605873 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139702081166168 139702123198195 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12071] ppid=12063 vsize=9824732 CPUtime=5.12 cores=1,3,5,7
/proc/12066/task/12071/stat : 12071 (java) R 12063 12066 7329 0 -1 4202560 1436 0 0 0 474 38 0 0 20 0 22 0 23605873 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139702080113832 215124577415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12072] ppid=12063 vsize=9824732 CPUtime=5.5 cores=1,3,5,7
/proc/12066/task/12072/stat : 12072 (java) R 12063 12066 7329 0 -1 4202560 2856 0 0 0 499 51 0 0 20 0 22 0 23605873 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139702079061032 215124577415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12073] ppid=12063 vsize=9824732 CPUtime=5.35 cores=1,3,5,7
/proc/12066/task/12073/stat : 12073 (java) R 12063 12066 7329 0 -1 4202560 2334 0 0 0 478 57 0 0 20 0 22 0 23605873 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139702078007768 139702127235471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12074] ppid=12063 vsize=9824732 CPUtime=4.93 cores=1,3,5,7
/proc/12066/task/12074/stat : 12074 (java) R 12063 12066 7329 0 -1 4202560 1572 0 0 0 453 40 0 0 20 0 22 0 23605873 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139702076954968 215124577415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12075] ppid=12063 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/12066/task/12075/stat : 12075 (java) R 12063 12066 7329 0 -1 4202560 1718 0 0 0 456 44 0 0 20 0 22 0 23605873 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139702075902680 139702127235456 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12076] ppid=12063 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/12066/task/12076/stat : 12076 (java) R 12063 12066 7329 0 -1 4202560 1800 0 0 0 450 39 0 0 20 0 22 0 23605873 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139702074849832 215124577415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12077] ppid=12063 vsize=9824732 CPUtime=12.44 cores=1,3,5,7
/proc/12066/task/12077/stat : 12077 (java) S 12063 12066 7329 0 -1 4202560 3607 0 0 0 1237 7 0 0 20 0 22 0 23605874 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701944034952 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12078] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12078/stat : 12078 (java) S 12063 12066 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701942982136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12079] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12079/stat : 12079 (java) S 12063 12066 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701941929736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12080] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12080/stat : 12080 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701940878224 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12081] ppid=12063 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/12066/task/12081/stat : 12081 (java) S 12063 12066 7329 0 -1 4202560 7717 0 0 0 167 1 0 0 20 0 22 0 23605876 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701939824824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12082] ppid=12063 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/12066/task/12082/stat : 12082 (java) S 12063 12066 7329 0 -1 4202560 9182 0 0 0 174 3 0 0 20 0 22 0 23605876 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701938772024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12083] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12083/stat : 12083 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701937719928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12084] ppid=12063 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/12066/task/12084/stat : 12084 (java) S 12063 12066 7329 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 23605876 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701936667336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12085] ppid=12063 vsize=9824732 CPUtime=856.17 cores=1,3,5,7
/proc/12066/task/12085/stat : 12085 (java) S 12063 12066 7329 0 -1 4202560 761 0 0 0 85594 23 0 0 20 0 22 0 23605944 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701935610968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12086] ppid=12063 vsize=9824732 CPUtime=856.1 cores=1,3,5,7
/proc/12066/task/12086/stat : 12086 (java) S 12063 12066 7329 0 -1 4202560 1242 0 0 0 85579 31 0 0 20 0 22 0 23605944 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701934558952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12087] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12087/stat : 12087 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139701933508264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12088] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12088/stat : 12088 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 1240886 33554432000 1073741824 1073778376 140734342685248 139700656399912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.57
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.33 4.25 4.25 5/221 12180
/proc/meminfo: memFree=22865232/32872528 swapFree=1505436/1685308
[pid=12066] ppid=12063 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/12066/stat : 12066 (java) S 12063 12066 7329 0 -1 4202496 41908 0 1 0 179584 427 0 0 20 0 22 0 23605872 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 140734342676384 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12066/statm: 2456183 1240880 2300 9 0 2446860 0
[pid=12066/tid=12067] ppid=12063 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/12066/task/12067/stat : 12067 (java) S 12063 12066 7329 0 -1 4202560 2515 0 1 0 65 5 0 0 20 0 22 0 23605872 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139702120727416 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12069] ppid=12063 vsize=9824732 CPUtime=5.03 cores=1,3,5,7
/proc/12066/task/12069/stat : 12069 (java) S 12063 12066 7329 0 -1 4202560 2176 0 0 0 459 44 0 0 20 0 22 0 23605873 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139702082218792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12070] ppid=12063 vsize=9824732 CPUtime=5.17 cores=1,3,5,7
/proc/12066/task/12070/stat : 12070 (java) S 12063 12066 7329 0 -1 4202560 1669 0 0 0 470 47 0 0 20 0 22 0 23605873 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139702081165992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12071] ppid=12063 vsize=9824732 CPUtime=5.17 cores=1,3,5,7
/proc/12066/task/12071/stat : 12071 (java) S 12063 12066 7329 0 -1 4202560 1437 0 0 0 479 38 0 0 20 0 22 0 23605873 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139702080113704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12072] ppid=12063 vsize=9824732 CPUtime=5.52 cores=1,3,5,7
/proc/12066/task/12072/stat : 12072 (java) S 12063 12066 7329 0 -1 4202560 2856 0 0 0 501 51 0 0 20 0 22 0 23605873 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139702079060904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12073] ppid=12063 vsize=9824732 CPUtime=5.43 cores=1,3,5,7
/proc/12066/task/12073/stat : 12073 (java) S 12063 12066 7329 0 -1 4202560 2334 0 0 0 486 57 0 0 20 0 22 0 23605873 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139702078007592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12074] ppid=12063 vsize=9824732 CPUtime=4.96 cores=1,3,5,7
/proc/12066/task/12074/stat : 12074 (java) S 12063 12066 7329 0 -1 4202560 1572 0 0 0 456 40 0 0 20 0 22 0 23605873 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139702076954792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12075] ppid=12063 vsize=9824732 CPUtime=5.05 cores=1,3,5,7
/proc/12066/task/12075/stat : 12075 (java) S 12063 12066 7329 0 -1 4202560 1719 0 0 0 460 45 0 0 20 0 22 0 23605873 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139702075902504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12076] ppid=12063 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/12066/task/12076/stat : 12076 (java) S 12063 12066 7329 0 -1 4202560 1802 0 0 0 452 39 0 0 20 0 22 0 23605873 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139702074849704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12077] ppid=12063 vsize=9824732 CPUtime=12.45 cores=1,3,5,7
/proc/12066/task/12077/stat : 12077 (java) S 12063 12066 7329 0 -1 4202560 3607 0 0 0 1237 8 0 0 20 0 22 0 23605874 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701944036072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12078] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12078/stat : 12078 (java) S 12063 12066 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701942982136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12079] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12079/stat : 12079 (java) S 12063 12066 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23605874 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701941929736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12080] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12080/stat : 12080 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701940878224 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12081] ppid=12063 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/12066/task/12081/stat : 12081 (java) S 12063 12066 7329 0 -1 4202560 7718 0 0 0 169 1 0 0 20 0 22 0 23605876 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701939824824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12082] ppid=12063 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/12066/task/12082/stat : 12082 (java) S 12063 12066 7329 0 -1 4202560 9182 0 0 0 174 3 0 0 20 0 22 0 23605876 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701938772024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12066/tid=12083] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12083/stat : 12083 (java) S 12063 12066 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23605876 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701937719928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12084] ppid=12063 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/12066/task/12084/stat : 12084 (java) S 12063 12066 7329 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 23605876 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701936667336 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12085] ppid=12063 vsize=9824732 CPUtime=868.73 cores=1,3,5,7
/proc/12066/task/12085/stat : 12085 (java) R 12063 12066 7329 0 -1 4202560 761 0 0 0 86850 23 0 0 20 0 22 0 23605944 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701935603984 139701949062189 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12066/tid=12086] ppid=12063 vsize=9824732 CPUtime=868.66 cores=1,3,5,7
/proc/12066/task/12086/stat : 12086 (java) R 12063 12066 7329 0 -1 4202560 1244 0 0 0 86835 31 0 0 20 0 22 0 23605944 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701934558976 139701949128731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12066/tid=12087] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12087/stat : 12087 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139701933508264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12066/tid=12088] ppid=12063 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12066/task/12088/stat : 12088 (java) S 12063 12066 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23605947 10060525568 1240880 33554432000 1073741824 1073778376 140734342685248 139700656399912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 12066 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12066 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=289682
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=701285
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.053
CPU time (s): 1800.11
CPU user time (s): 1795.84
CPU system time (s): 4.27
CPU usage (%): 201.118
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.29
system time used= 4.70129
maximum resident set size= 4963636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41940
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23556
involuntary context switches= 24377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.18606 second user time and 7.01293 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 04:06:39
IDJOB=4101738
IDBENCH=1788
IDSOLVER=2543
FILE ID=node135/4101738-1466215599
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71700 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-aflow40b.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101738-1466215599/watcher-4101738-1466215599 -o /tmp/evaluation-result-4101738-1466215599/solver-4101738-1466215599 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101738-1466215599.opb

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

MD5SUM BENCH= 4990a2601191ad55c4ad7d6303e4ded9
RANDOM SEED=1971379740

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28669440 kB
Buffers:           97932 kB
Cached:           135408 kB
SwapCached:          712 kB
Active:          1610948 kB
Inactive:         169548 kB
Active(anon):    1548516 kB
Inactive(anon):     1300 kB
Active(file):      62432 kB
Inactive(file):   168248 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100440 kB
Dirty:              1852 kB
Writeback:            40 kB
AnonPages:       3234444 kB
Mapped:            15504 kB
Shmem:                 0 kB
Slab:             599820 kB
SReclaimable:      43260 kB
SUnreclaim:       556560 kB
KernelStack:        1624 kB
PageTables:        10660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4883744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1689600 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= 71700 MiB
End job on node135 at 2016-06-18 04:21:35