Trace number 4117118

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.87 896.983

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-9.opb
MD5SUMbe6a5b387b4c75ca4920353ba749df23
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.04/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.27	c See www.sat4j.org for details.
0.04/0.27	c version PB16.v20160501
0.04/0.27	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.27	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.27	c java.vm.version	19.1-b02
0.04/0.27	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.27	c sun.arch.data.model	64
0.04/0.27	c java.version		1.6.0_24
0.04/0.27	c os.name		Linux
0.04/0.27	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.27	c os.arch		amd64
0.04/0.27	c Free memory 		501472288
0.04/0.27	c Max memory 		7480803328
0.04/0.27	c Total memory 		504102912
0.04/0.27	c Number of processors 	8
0.12/0.31	c Pseudo Boolean Optimization by upper bound
0.12/0.31	c ManyCore solver with 2 solvers running in parallel
0.12/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.12/0.31	c --- Begin Solver configuration ---
0.12/0.31	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.12/0.31	c Learn all clauses as in MiniSAT
0.12/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.31	c Expensive reason simplification
0.12/0.31	c Glucose 2.1 dynamic restart strategy
0.12/0.31	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.12/0.31	c timeout=2147483s
0.12/0.31	c DB Simplification allowed=false
0.12/0.31	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.12/0.31	c --- End Solver configuration ---
0.12/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.12/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.31	c --- Begin Solver configuration ---
0.12/0.31	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.12/0.31	c Learn all clauses as in MiniSAT
0.12/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.31	c No reason simplification
0.12/0.31	c Armin Biere (Picosat) restarts strategy
0.12/0.31	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.12/0.31	c timeout=2147483s
0.12/0.31	c DB Simplification allowed=false
0.12/0.31	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.12/0.31	c --- End Solver configuration ---
0.12/0.31	c solving HOME/instance-4117118-1466975440.opb
0.12/0.31	c reading problem ... 
0.12/0.31	c  no objective function found
1.04/0.71	c ... done. Wall clock time 0.394s.
1.04/0.71	c declared #vars     4288
1.04/0.71	c #constraints  10784
1.04/0.72	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.04/0.72	c constraints type 
1.04/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.04/0.72	c org.sat4j.specs.Constr$1 => 888
1.04/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.04/0.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
1.04/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.04/0.72	c 10784 constraints processed.
1.04/0.72	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.04/0.72	c constraints type 
1.04/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.04/0.72	c org.sat4j.specs.Constr$1 => 888
1.04/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.04/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.04/0.72	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
1.04/0.72	c 10784 constraints processed.
4.69/1.70	c cleaning 2498 clauses out of 4998 with flag 16157/5000
6.60/2.42	c cleaning 4215 clauses out of 8500 with flag 39555/11000
8.31/3.29	c cleaning 5626 clauses out of 11285 with flag 70321/18000
10.13/4.15	c cleaning 6817 clauses out of 13659 with flag 104767/26000
12.19/5.18	c cleaning 7892 clauses out of 15842 with flag 144351/35000
14.67/6.32	c cleaning 8972 clauses out of 17953 with flag 191743/45003
17.61/7.66	c cleaning 9936 clauses out of 19978 with flag 246172/56000
20.87/9.20	c cleaning 11004 clauses out of 22042 with flag 306653/68000
23.86/10.71	c cleaning 12016 clauses out of 24038 with flag 371617/81000
27.06/12.33	c cleaning 13007 clauses out of 26024 with flag 445910/95002
30.66/14.13	c cleaning 14000 clauses out of 28015 with flag 525237/110000
34.47/16.08	c cleaning 14998 clauses out of 30015 with flag 612520/126000
38.87/18.20	c cleaning 15974 clauses out of 32017 with flag 707672/143000
43.58/20.58	c cleaning 17014 clauses out of 34043 with flag 810297/161000
48.58/23.08	c cleaning 18003 clauses out of 36029 with flag 918643/180000
53.78/25.66	c cleaning 18961 clauses out of 38026 with flag 1037123/200000
59.38/28.42	c cleaning 20021 clauses out of 40066 with flag 1159836/221001
65.38/31.48	c cleaning 20974 clauses out of 42044 with flag 1290645/243000
71.57/34.55	c cleaning 21978 clauses out of 44070 with flag 1430026/266000
78.17/37.82	c cleaning 22994 clauses out of 46093 with flag 1570490/290001
85.17/41.37	c cleaning 24035 clauses out of 48098 with flag 1719930/315000
92.78/45.15	c cleaning 24999 clauses out of 50064 with flag 1874351/341001
100.57/49.06	c cleaning 25971 clauses out of 52064 with flag 2036620/368000
109.17/53.30	c cleaning 27011 clauses out of 54093 with flag 2204964/396000
118.17/57.82	c cleaning 28011 clauses out of 56082 with flag 2382371/425000
127.57/62.52	c cleaning 29010 clauses out of 58074 with flag 2564725/455003
137.57/67.59	c cleaning 30019 clauses out of 60062 with flag 2750553/486001
148.16/72.83	c cleaning 30988 clauses out of 62043 with flag 2945345/518001
158.98/78.27	c cleaning 32000 clauses out of 64054 with flag 3144624/551000
170.38/83.95	c cleaning 32988 clauses out of 66054 with flag 3353738/585000
182.99/90.15	c cleaning 34034 clauses out of 68067 with flag 3567678/620001
195.39/96.34	c cleaning 34977 clauses out of 70032 with flag 3788031/656000
207.52/102.26	c cleaning 0 clauses out of 5000 with flag 0/5000
210.97/103.74	c cleaning 35984 clauses out of 72055 with flag 4021632/693000
226.23/111.27	c cleaning 37020 clauses out of 74071 with flag 4255839/731000
241.71/118.96	c cleaning 38006 clauses out of 76051 with flag 4500847/770000
258.38/127.22	c cleaning 39006 clauses out of 78046 with flag 4750659/810001
275.88/135.92	c cleaning 39990 clauses out of 80039 with flag 5001762/851000
293.17/144.58	c cleaning 41008 clauses out of 82050 with flag 5261050/893001
312.50/154.45	c cleaning 41977 clauses out of 84042 with flag 5529432/936001
333.59/164.93	c cleaning 43023 clauses out of 86064 with flag 5802173/980000
354.14/175.19	c cleaning 43991 clauses out of 88041 with flag 6081863/1025000
375.29/185.66	c cleaning 44992 clauses out of 90050 with flag 6367715/1071000
397.21/196.54	c cleaning 46008 clauses out of 92058 with flag 6660819/1118000
419.96/207.89	c cleaning 47007 clauses out of 94051 with flag 6955792/1166001
443.42/219.54	c cleaning 48017 clauses out of 96043 with flag 7261018/1215000
467.55/231.60	c cleaning 48992 clauses out of 98028 with flag 7574506/1265002
491.25/243.36	c cleaning 0 clauses out of 11000 with flag 0/11000
494.31/244.89	c cleaning 50008 clauses out of 100034 with flag 7895412/1316000
521.04/258.11	c cleaning 50975 clauses out of 102029 with flag 8221615/1368003
549.20/272.12	c cleaning 51991 clauses out of 104051 with flag 8553522/1421000
579.46/287.67	c cleaning 52990 clauses out of 106060 with flag 8887445/1475000
610.16/302.96	c cleaning 53989 clauses out of 108070 with flag 9231843/1530000
639.69/317.62	c cleaning 55022 clauses out of 110081 with flag 9577706/1586000
672.23/333.82	c cleaning 56006 clauses out of 112059 with flag 9930638/1643000
704.99/350.16	c cleaning 56991 clauses out of 114055 with flag 10288535/1701002
736.92/366.08	c cleaning 58004 clauses out of 116063 with flag 10655842/1760001
770.95/382.99	c cleaning 58979 clauses out of 118058 with flag 11027749/1820000
805.09/399.92	c cleaning 60030 clauses out of 120082 with flag 11407698/1881003
840.22/417.48	c cleaning 61015 clauses out of 122049 with flag 11791812/1943000
878.76/436.62	c cleaning 61997 clauses out of 124034 with flag 12177849/2006000
917.76/456.04	c cleaning 63000 clauses out of 126037 with flag 12575992/2070000
956.29/475.24	c cleaning 63991 clauses out of 128038 with flag 12980165/2135001
996.68/495.32	c cleaning 65018 clauses out of 130047 with flag 13387805/2201001
1040.97/518.09	c cleaning 65981 clauses out of 132030 with flag 13799051/2268002
1084.99/539.98	c cleaning 67001 clauses out of 134047 with flag 14219301/2336000
1131.16/562.98	c cleaning 68019 clauses out of 136047 with flag 14639547/2405001
1176.83/585.68	c cleaning 69005 clauses out of 138030 with flag 15073912/2475003
1222.07/608.15	c cleaning 69962 clauses out of 140022 with flag 15514682/2546000
1235.18/614.68	c cleaning 0 clauses out of 18000 with flag 0/18000
1269.48/631.71	c cleaning 71021 clauses out of 142060 with flag 15962086/2618000
1318.18/655.94	c cleaning 71990 clauses out of 144039 with flag 16416110/2691000
1368.43/681.00	c cleaning 72966 clauses out of 146049 with flag 16878346/2765000
1420.68/706.96	c cleaning 74019 clauses out of 148084 with flag 17338061/2840001
1475.74/734.32	c cleaning 74979 clauses out of 150066 with flag 17810433/2916002
1532.19/763.54	c cleaning 76026 clauses out of 152085 with flag 18282207/2993000
1585.16/789.92	c cleaning 76959 clauses out of 154060 with flag 18767662/3071001
1640.96/817.75	c cleaning 78032 clauses out of 156100 with flag 19247874/3150000
1697.69/845.98	c cleaning 79026 clauses out of 158068 with flag 19739234/3230000
1756.00/874.98	c cleaning 79987 clauses out of 160042 with flag 20236047/3311000
1800.17/896.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/896.90	c starts		: 23403
1800.17/896.90	c conflicts		: 3377488
1800.17/896.90	c decisions		: 30345913
1800.17/896.90	c propagations		: 448871718
1800.17/896.90	c inspects		: 9105800713
1800.17/896.90	c shortcuts		: 0
1800.17/896.90	c learnt literals	: 2
1800.17/896.90	c learnt binary clauses	: 39
1800.17/896.90	c learnt ternary clauses	: 629
1800.17/896.90	c learnt constraints	: 3377486
1800.17/896.90	c ignored constraints	: 0
1800.17/896.90	c root simplifications	: 0
1800.17/896.90	c removed literals (reason simplification)	: 2678684
1800.17/896.90	c reason swapping (by a shorter reason)	: 0
1800.17/896.90	c Calls to reduceDB	: 77
1800.17/896.90	c Number of update (reduction) of LBD	: 738549
1800.17/896.90	c Imported unit clauses	: 0
1800.17/896.90	c number of reductions to clauses (during analyze)	: 0
1800.17/896.90	c number of learned constraints concerned by reduction	: 0
1800.17/896.90	c number of learning phase by resolution	: 0
1800.17/896.90	c number of learning phase by cutting planes	: 0
1800.17/896.90	c speed (assignments/second)	: 500877.8669225705
1800.17/896.90	c non guided choices	17499
1800.17/896.93	c learnt constraints type 
1800.17/896.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.17/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146504
1800.17/896.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/896.93	c starts		: 46
1800.17/896.93	c conflicts		: 20815
1800.17/896.93	c decisions		: 76604
1800.17/896.93	c propagations		: 2568817
1800.17/896.93	c inspects		: 703820696
1800.17/896.93	c shortcuts		: 0
1800.17/896.93	c learnt literals	: 0
1800.17/896.93	c learnt binary clauses	: 0
1800.17/896.93	c learnt ternary clauses	: 0
1800.17/896.93	c learnt constraints	: 20815
1800.17/896.93	c ignored constraints	: 0
1800.17/896.93	c root simplifications	: 0
1800.17/896.93	c removed literals (reason simplification)	: 0
1800.17/896.93	c reason swapping (by a shorter reason)	: 0
1800.17/896.93	c Calls to reduceDB	: 3
1800.17/896.93	c Number of update (reduction) of LBD	: 0
1800.17/896.93	c Imported unit clauses	: 0
1800.17/896.93	c number of reductions to clauses (during analyze)	: 0
1800.17/896.93	c number of learned constraints concerned by reduction	: 0
1800.17/896.93	c number of learning phase by resolution	: 0
1800.17/896.93	c number of learning phase by cutting planes	: 0
1800.17/896.93	c speed (assignments/second)	: 2866.349846797248
1800.17/896.93	c non guided choices	338
1800.17/896.95	c learnt constraints type 
1800.17/896.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 53
1800.17/896.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20762
1800.17/896.95	s UNKNOWN
1800.17/896.95	c Total wall clock time (in seconds): 896.643

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

pid=23524
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.12 1.27 1.63 3/177 23527
/proc/meminfo: memFree=30673796/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/23527/stat : 23527 (runsolver) D 23524 23527 23481 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 30583827 24911872 151 33554432000 4194304 4338465 140733892067504 140733892065144 271787576503 0 0 4096 24578 18446744072101238148 0 0 17 4 0 0 0 0 0
/proc/23527/statm: 6082 151 105 36 0 2655 0

[startup+0.10012 s]
/proc/loadavg: 1.12 1.27 1.63 3/177 23527
/proc/meminfo: memFree=30673796/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=97336 CPUtime=0 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 1381 0 17 0 0 0 0 0 20 0 2 0 30583827 99672064 1020 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 24350 1023 784 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 97336

[startup+0.200308 s]
/proc/loadavg: 1.12 1.27 1.63 3/177 23527
/proc/meminfo: memFree=30673796/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 3116 0 21 0 3 1 0 0 20 0 13 0 30583827 9446973440 3756 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 2306390 3756 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.300213 s]
/proc/loadavg: 1.12 1.27 1.63 3/177 23527
/proc/meminfo: memFree=30673796/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 4467 0 21 0 10 2 0 0 20 0 18 0 30583827 9787879424 6123 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 2389619 6123 2158 9 0 2380296 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 1.12 1.27 1.63 3/177 23527
/proc/meminfo: memFree=30673796/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=9558476 CPUtime=1.04 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 11195 0 21 0 101 3 0 0 20 0 18 0 30583827 9787879424 19580 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 2389619 19580 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 1.12 1.27 1.63 10/220 23570
/proc/meminfo: memFree=30453852/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=9824732 CPUtime=4 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 19772 0 21 0 392 8 0 0 20 0 22 0 30583827 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 2456183 46973 2288 9 0 2446860 0
[pid=23527/tid=23530] ppid=23524 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23527/task/23530/stat : 23530 (java) S 23524 23527 23481 0 -1 4202560 2447 0 7 0 46 3 0 0 20 0 22 0 30583835 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140655456752504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 11 0 0
[pid=23527/tid=23531] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23531/stat : 23531 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583838 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140655418243240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23533] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23533/stat : 23533 (java) R 23524 23527 23481 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30583838 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140655417190696 271790945340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23534] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23534/stat : 23534 (java) S 23524 23527 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30583838 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140655416138152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23536] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23536/stat : 23536 (java) S 23524 23527 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30583838 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140655296768552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23537] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23537/stat : 23537 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583838 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140655295716008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23538] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23538/stat : 23538 (java) S 23524 23527 23481 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 30583838 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140655294663464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23540] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23540/stat : 23540 (java) S 23524 23527 23481 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30583838 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140655293610920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23542] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23542/stat : 23542 (java) S 23524 23527 23481 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30583838 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140655292558376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23548] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23548/stat : 23548 (java) S 23524 23527 23481 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30583841 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654810228840 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23549] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23549/stat : 23549 (java) S 23524 23527 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654809175160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23551] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23551/stat : 23551 (java) S 23524 23527 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654808122504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23554] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23554/stat : 23554 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654807071248 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23556] ppid=23524 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/23527/task/23556/stat : 23556 (java) R 23524 23527 23481 0 -1 4202560 8512 0 0 0 99 1 0 0 20 0 22 0 30583848 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654805995144 140655459307552 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23558] ppid=23524 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/23527/task/23558/stat : 23558 (java) R 23524 23527 23481 0 -1 4202560 7353 0 0 0 99 1 0 0 20 0 22 0 30583848 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654804952248 140655462714547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23559] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23559/stat : 23559 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654803913720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23561] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23561/stat : 23561 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654802861384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23563] ppid=23524 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/23527/task/23563/stat : 23563 (java) R 23524 23527 23481 0 -1 4202560 19 0 0 0 65 0 0 0 20 0 22 0 30583900 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654801805752 140655297659072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23565] ppid=23524 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/23527/task/23565/stat : 23565 (java) R 23524 23527 23481 0 -1 4202560 74 0 0 0 68 3 0 0 20 0 22 0 30583900 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654800752008 140655297558393 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23567] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23567/stat : 23567 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654799701032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23569] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23569/stat : 23569 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 46973 33554432000 1073741824 1073778376 140735200034432 140654798648488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 1.12 1.27 1.63 5/220 23570
/proc/meminfo: memFree=30226780/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=9824732 CPUtime=8.06 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 25764 0 21 0 791 15 0 0 20 0 22 0 30583827 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 2456183 85467 2292 9 0 2446860 0
[pid=23527/tid=23530] ppid=23524 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23527/task/23530/stat : 23530 (java) S 23524 23527 23481 0 -1 4202560 2447 0 7 0 46 3 0 0 20 0 22 0 30583835 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140655456752504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 11 0 0
[pid=23527/tid=23531] ppid=23524 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23527/task/23531/stat : 23531 (java) S 23524 23527 23481 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 30583838 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140655418243240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23533] ppid=23524 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23527/task/23533/stat : 23533 (java) S 23524 23527 23481 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 30583838 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140655417190696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23534] ppid=23524 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23527/task/23534/stat : 23534 (java) S 23524 23527 23481 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 30583838 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140655416138152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23536] ppid=23524 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23527/task/23536/stat : 23536 (java) S 23524 23527 23481 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 30583838 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140655296768552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23537] ppid=23524 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23527/task/23537/stat : 23537 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 30583838 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140655295716008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23538] ppid=23524 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23527/task/23538/stat : 23538 (java) S 23524 23527 23481 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 30583838 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140655294663464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23540] ppid=23524 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23527/task/23540/stat : 23540 (java) S 23524 23527 23481 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 30583838 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140655293610920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23542] ppid=23524 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23527/task/23542/stat : 23542 (java) S 23524 23527 23481 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 30583838 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140655292558376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23548] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23548/stat : 23548 (java) S 23524 23527 23481 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30583841 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654810228840 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23549] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23549/stat : 23549 (java) S 23524 23527 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654809175160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23551] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23551/stat : 23551 (java) S 23524 23527 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654808122504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23554] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23554/stat : 23554 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654807071248 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23556] ppid=23524 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/23527/task/23556/stat : 23556 (java) S 23524 23527 23481 0 -1 4202560 9038 0 0 0 120 2 0 0 20 0 22 0 30583848 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654806018616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23558] ppid=23524 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/23527/task/23558/stat : 23558 (java) S 23524 23527 23481 0 -1 4202560 12583 0 0 0 156 3 0 0 20 0 22 0 30583848 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654804966072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23559] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23559/stat : 23559 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654803913720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23561] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23561/stat : 23561 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654802861384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23563] ppid=23524 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/23527/task/23563/stat : 23563 (java) S 23524 23527 23481 0 -1 4202560 23 0 0 0 221 0 0 0 20 0 22 0 30583900 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654801805784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23565] ppid=23524 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/23527/task/23565/stat : 23565 (java) S 23524 23527 23481 0 -1 4202560 131 0 0 0 221 4 0 0 20 0 22 0 30583900 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654800752056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23567] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23567/stat : 23567 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654799701032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23569] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23569/stat : 23569 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 85467 33554432000 1073741824 1073778376 140735200034432 140654798648488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 1.35 1.31 1.64 5/220 23570
/proc/meminfo: memFree=29439668/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=9824732 CPUtime=14.67 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 26487 0 21 0 1441 26 0 0 20 0 22 0 30583827 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 2456183 162451 2292 9 0 2446860 0
[pid=23527/tid=23530] ppid=23524 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23527/task/23530/stat : 23530 (java) S 23524 23527 23481 0 -1 4202560 2447 0 7 0 46 3 0 0 20 0 22 0 30583835 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140655456752504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 11 0 0
[pid=23527/tid=23531] ppid=23524 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23527/task/23531/stat : 23531 (java) S 23524 23527 23481 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 22 0 30583838 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140655418243240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23533] ppid=23524 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23527/task/23533/stat : 23533 (java) S 23524 23527 23481 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 30583838 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140655417190696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23534] ppid=23524 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23527/task/23534/stat : 23534 (java) S 23524 23527 23481 0 -1 4202560 57 0 0 0 3 2 0 0 20 0 22 0 30583838 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140655416138152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23536] ppid=23524 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23527/task/23536/stat : 23536 (java) S 23524 23527 23481 0 -1 4202560 70 0 0 0 5 2 0 0 20 0 22 0 30583838 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140655296768552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23537] ppid=23524 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23527/task/23537/stat : 23537 (java) S 23524 23527 23481 0 -1 4202560 62 0 0 0 5 2 0 0 20 0 22 0 30583838 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140655295716008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23538] ppid=23524 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23527/task/23538/stat : 23538 (java) S 23524 23527 23481 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 22 0 30583838 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140655294663464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23540] ppid=23524 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23527/task/23540/stat : 23540 (java) S 23524 23527 23481 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 22 0 30583838 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140655293610920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23542] ppid=23524 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23527/task/23542/stat : 23542 (java) S 23524 23527 23481 0 -1 4202560 75 0 0 0 6 2 0 0 20 0 22 0 30583838 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140655292558376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23548] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23548/stat : 23548 (java) S 23524 23527 23481 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 30583841 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140654810228840 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23549] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23549/stat : 23549 (java) S 23524 23527 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140654809175160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23551] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23551/stat : 23551 (java) S 23524 23527 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140654808122504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23554] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23554/stat : 23554 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 162451 33554432000 1073741824 1073778376 140735200034432 140654807071248 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23556] ppid=23524 vsize=9824732 CPUtime=1.28 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.12 4.01 3.19 5/219 23590
/proc/meminfo: memFree=23186860/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=9824732 CPUtime=1770.93 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 41694 0 21 0 176878 215 0 0 20 0 22 0 30583827 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 2456183 932714 2301 9 0 2446860 0
[pid=23527/tid=23530] ppid=23524 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23527/task/23530/stat : 23530 (java) S 23524 23527 23481 0 -1 4202560 2450 0 7 0 50 4 0 0 20 0 22 0 30583835 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655456752504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 11 0 0
[pid=23527/tid=23531] ppid=23524 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/23527/task/23531/stat : 23531 (java) S 23524 23527 23481 0 -1 4202560 714 0 0 0 221 20 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655418243240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23533] ppid=23524 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/23527/task/23533/stat : 23533 (java) S 23524 23527 23481 0 -1 4202560 665 0 0 0 205 21 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655417190696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23534] ppid=23524 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/23527/task/23534/stat : 23534 (java) S 23524 23527 23481 0 -1 4202560 722 0 0 0 221 16 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655416138152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23536] ppid=23524 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/23527/task/23536/stat : 23536 (java) S 23524 23527 23481 0 -1 4202560 587 0 0 0 224 19 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655296768552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23537] ppid=23524 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/23527/task/23537/stat : 23537 (java) S 23524 23527 23481 0 -1 4202560 875 0 0 0 213 22 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655295716008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23538] ppid=23524 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/23527/task/23538/stat : 23538 (java) S 23524 23527 23481 0 -1 4202560 816 0 0 0 205 17 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655294663464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23540] ppid=23524 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/23527/task/23540/stat : 23540 (java) S 23524 23527 23481 0 -1 4202560 913 0 0 0 206 17 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655293610920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23542] ppid=23524 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/23527/task/23542/stat : 23542 (java) S 23524 23527 23481 0 -1 4202560 659 0 0 0 191 16 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655292558376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23548] ppid=23524 vsize=9824732 CPUtime=5.02 cores=0,2,4,6
/proc/23527/task/23548/stat : 23548 (java) S 23524 23527 23481 0 -1 4202560 2468 0 0 0 494 8 0 0 20 0 22 0 30583841 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654810228840 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23549] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23549/stat : 23549 (java) S 23524 23527 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654809175160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23551] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23551/stat : 23551 (java) S 23524 23527 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654808122504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23554] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23554/stat : 23554 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654807071248 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23556] ppid=23524 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/23527/task/23556/stat : 23556 (java) S 23524 23527 23481 0 -1 4202560 14249 0 0 0 225 3 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654806018616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23558] ppid=23524 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/23527/task/23558/stat : 23558 (java) S 23524 23527 23481 0 -1 4202560 12587 0 0 0 173 3 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654804966072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23559] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23559/stat : 23559 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654803913720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23561] ppid=23524 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23527/task/23561/stat : 23561 (java) S 23524 23527 23481 0 -1 4202560 50 0 0 0 17 17 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654802861384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23563] ppid=23524 vsize=9824732 CPUtime=871.48 cores=0,2,4,6
/proc/23527/task/23563/stat : 23563 (java) R 23524 23527 23481 0 -1 4202560 111 0 0 0 87132 16 0 0 20 0 22 0 30583900 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654801804544 140655297508311 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23565] ppid=23524 vsize=9824732 CPUtime=871.43 cores=0,2,4,6
/proc/23527/task/23565/stat : 23565 (java) R 23524 23527 23481 0 -1 4202560 2578 0 0 0 87091 52 0 0 20 0 22 0 30583900 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654800753024 140655297778257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23567] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23567/stat : 23567 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654799701032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23569] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23569/stat : 23569 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654798648488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1770.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.17 4.03 3.20 8/219 23659
/proc/meminfo: memFree=26807624/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 41695 0 21 0 179802 215 0 0 20 0 22 0 30583827 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 2456183 932714 2301 9 0 2446860 0
[pid=23527/tid=23530] ppid=23524 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23527/task/23530/stat : 23530 (java) S 23524 23527 23481 0 -1 4202560 2450 0 7 0 50 4 0 0 20 0 22 0 30583835 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655456752504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 11 0 0
[pid=23527/tid=23531] ppid=23524 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23527/task/23531/stat : 23531 (java) S 23524 23527 23481 0 -1 4202560 714 0 0 0 222 20 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655418243240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23533] ppid=23524 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/23527/task/23533/stat : 23533 (java) S 23524 23527 23481 0 -1 4202560 665 0 0 0 207 21 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655417190696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23534] ppid=23524 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/23527/task/23534/stat : 23534 (java) S 23524 23527 23481 0 -1 4202560 722 0 0 0 224 16 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655416138152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23536] ppid=23524 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/23527/task/23536/stat : 23536 (java) S 23524 23527 23481 0 -1 4202560 587 0 0 0 228 19 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655296768552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23537] ppid=23524 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/23527/task/23537/stat : 23537 (java) S 23524 23527 23481 0 -1 4202560 875 0 0 0 221 22 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655295716008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23538] ppid=23524 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/23527/task/23538/stat : 23538 (java) S 23524 23527 23481 0 -1 4202560 816 0 0 0 207 17 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655294663464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23540] ppid=23524 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/23527/task/23540/stat : 23540 (java) S 23524 23527 23481 0 -1 4202560 913 0 0 0 208 17 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655293610920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23542] ppid=23524 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/23527/task/23542/stat : 23542 (java) S 23524 23527 23481 0 -1 4202560 659 0 0 0 193 16 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655292558376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23548] ppid=23524 vsize=9824732 CPUtime=5.02 cores=0,2,4,6
/proc/23527/task/23548/stat : 23548 (java) S 23524 23527 23481 0 -1 4202560 2468 0 0 0 494 8 0 0 20 0 22 0 30583841 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654810228840 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23549] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23549/stat : 23549 (java) S 23524 23527 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654809175160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23551] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23551/stat : 23551 (java) S 23524 23527 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654808122504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23554] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23554/stat : 23554 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654807071248 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23556] ppid=23524 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/23527/task/23556/stat : 23556 (java) S 23524 23527 23481 0 -1 4202560 14249 0 0 0 225 3 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654806018616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23558] ppid=23524 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/23527/task/23558/stat : 23558 (java) S 23524 23527 23481 0 -1 4202560 12587 0 0 0 173 3 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654804966072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23559] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23559/stat : 23559 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654803913720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23561] ppid=23524 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23527/task/23561/stat : 23561 (java) S 23524 23527 23481 0 -1 4202560 50 0 0 0 17 17 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654802861384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23563] ppid=23524 vsize=9824732 CPUtime=885.99 cores=0,2,4,6
/proc/23527/task/23563/stat : 23563 (java) R 23524 23527 23481 0 -1 4202560 111 0 0 0 88583 16 0 0 20 0 22 0 30583900 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654801804528 140655297578447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23565] ppid=23524 vsize=9824732 CPUtime=885.94 cores=0,2,4,6
/proc/23527/task/23565/stat : 23565 (java) R 23524 23527 23481 0 -1 4202560 2579 0 0 0 88542 52 0 0 20 0 22 0 30583900 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654800753024 140655297778257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23567] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23567/stat : 23567 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654799701032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23569] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23569/stat : 23569 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654798648488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 23527 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.17 4.03 3.20 8/219 23659
/proc/meminfo: memFree=26807624/32872528 swapFree=1094508/1184444
[pid=23527] ppid=23524 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/23527/stat : 23527 (java) S 23524 23527 23481 0 -1 4202496 41695 0 21 0 179802 215 0 0 20 0 22 0 30583827 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140735200025568 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/23527/statm: 2456183 932714 2301 9 0 2446860 0
[pid=23527/tid=23530] ppid=23524 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23527/task/23530/stat : 23530 (java) S 23524 23527 23481 0 -1 4202560 2450 0 7 0 50 4 0 0 20 0 22 0 30583835 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655456752504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 11 0 0
[pid=23527/tid=23531] ppid=23524 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23527/task/23531/stat : 23531 (java) S 23524 23527 23481 0 -1 4202560 714 0 0 0 222 20 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655418243240 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23533] ppid=23524 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/23527/task/23533/stat : 23533 (java) S 23524 23527 23481 0 -1 4202560 665 0 0 0 207 21 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655417190696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23534] ppid=23524 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/23527/task/23534/stat : 23534 (java) S 23524 23527 23481 0 -1 4202560 722 0 0 0 224 16 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655416138152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23536] ppid=23524 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/23527/task/23536/stat : 23536 (java) S 23524 23527 23481 0 -1 4202560 587 0 0 0 228 19 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655296768552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23537] ppid=23524 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/23527/task/23537/stat : 23537 (java) S 23524 23527 23481 0 -1 4202560 875 0 0 0 221 22 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655295716008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23538] ppid=23524 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/23527/task/23538/stat : 23538 (java) S 23524 23527 23481 0 -1 4202560 816 0 0 0 207 17 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655294663464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23540] ppid=23524 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/23527/task/23540/stat : 23540 (java) S 23524 23527 23481 0 -1 4202560 913 0 0 0 208 17 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655293610920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23542] ppid=23524 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/23527/task/23542/stat : 23542 (java) S 23524 23527 23481 0 -1 4202560 659 0 0 0 193 16 0 0 20 0 22 0 30583838 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140655292558376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23548] ppid=23524 vsize=9824732 CPUtime=5.02 cores=0,2,4,6
/proc/23527/task/23548/stat : 23548 (java) S 23524 23527 23481 0 -1 4202560 2468 0 0 0 494 8 0 0 20 0 22 0 30583841 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654810228840 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23549] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23549/stat : 23549 (java) S 23524 23527 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654809175160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23551] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23551/stat : 23551 (java) S 23524 23527 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30583843 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654808122504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23554] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23554/stat : 23554 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654807071248 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23556] ppid=23524 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/23527/task/23556/stat : 23556 (java) S 23524 23527 23481 0 -1 4202560 14249 0 0 0 225 3 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654806018616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23558] ppid=23524 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/23527/task/23558/stat : 23558 (java) S 23524 23527 23481 0 -1 4202560 12587 0 0 0 173 3 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654804966072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23527/tid=23559] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23559/stat : 23559 (java) S 23524 23527 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654803913720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23527/tid=23561] ppid=23524 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23527/task/23561/stat : 23561 (java) S 23524 23527 23481 0 -1 4202560 50 0 0 0 17 17 0 0 20 0 22 0 30583848 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654802861384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23563] ppid=23524 vsize=9824732 CPUtime=885.99 cores=0,2,4,6
/proc/23527/task/23563/stat : 23563 (java) R 23524 23527 23481 0 -1 4202560 111 0 0 0 88583 16 0 0 20 0 22 0 30583900 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654801804528 140655297578447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23565] ppid=23524 vsize=9824732 CPUtime=885.94 cores=0,2,4,6
/proc/23527/task/23565/stat : 23565 (java) R 23524 23527 23481 0 -1 4202560 2579 0 0 0 88542 52 0 0 20 0 22 0 30583900 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654800753024 140655297778257 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23527/tid=23567] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23567/stat : 23567 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654799701032 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23527/tid=23569] ppid=23524 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23527/task/23569/stat : 23569 (java) S 23524 23527 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30583901 10060525568 932714 33554432000 1073741824 1073778376 140735200034432 140654798648488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.983
CPU time (s): 1800.87
CPU user time (s): 1798.19
CPU system time (s): 2.68559
CPU usage (%): 200.77
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.68559
maximum resident set size= 3730972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41730
page faults= 21
swaps= 0
block input operations= 11640
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24681
involuntary context switches= 31813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.66414 second user time and 7.27389 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-26 23:10:41
IDJOB=4117118
IDBENCH=109555
IDSOLVER=2543
FILE ID=node115/4117118-1466975440
RUNJOBID= node115-1466975440-23497
PBS_JOBID= 19976385
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round23-9.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117118-1466975440/watcher-4117118-1466975440 -o /tmp/evaluation-result-4117118-1466975440/solver-4117118-1466975440 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466975440-23497 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117118-1466975440.opb

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

MD5SUM BENCH= be6a5b387b4c75ca4920353ba749df23
RANDOM SEED=1148182483

node115.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.395
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	: 5332.79
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.395
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.395
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		: 2666.395
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.395
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		: 2666.395
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.395
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.56
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.395
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:        30674116 kB
Buffers:           74632 kB
Cached:           207104 kB
SwapCached:         1676 kB
Active:            38548 kB
Inactive:         246940 kB
Active(anon):       5936 kB
Inactive(anon):      684 kB
Active(file):      32612 kB
Inactive(file):   246256 kB
Unevictable:     1184444 kB
Mlocked:         1094508 kB
SwapTotal:      67108856 kB
SwapFree:       67099168 kB
Dirty:              2348 kB
Writeback:             0 kB
AnonPages:       1187852 kB
Mapped:             7328 kB
Shmem:                 0 kB
Slab:             594848 kB
SReclaimable:      39220 kB
SUnreclaim:       555628 kB
KernelStack:        1344 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1293028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71660 MiB
End job on node115 at 2016-06-26 23:25:38