Trace number 4116278

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.63 894.556

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-9.opb
MD5SUMf9a64a64b49371491e530c3c526be748
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
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.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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4116278-1466976338.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.05/0.50	c ... done. Wall clock time 0.395s.
1.05/0.50	c declared #vars     4288
1.05/0.50	c #constraints  10816
1.05/0.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.05/0.50	c constraints type 
1.05/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.05/0.50	c org.sat4j.specs.Constr$1 => 904
1.05/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.05/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
1.05/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.05/0.50	c 10816 constraints processed.
1.05/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.05/0.50	c constraints type 
1.05/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.05/0.50	c org.sat4j.specs.Constr$1 => 904
1.05/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.05/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.05/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
1.05/0.50	c 10816 constraints processed.
4.08/1.46	c cleaning 2496 clauses out of 4998 with flag 15982/5000
6.25/2.12	c cleaning 4234 clauses out of 8502 with flag 38569/11000
8.04/2.90	c cleaning 5627 clauses out of 11268 with flag 68158/18000
9.92/3.83	c cleaning 6804 clauses out of 13641 with flag 103793/26000
12.03/4.86	c cleaning 7903 clauses out of 15838 with flag 145362/35001
14.43/6.04	c cleaning 8961 clauses out of 17935 with flag 193604/45001
17.10/7.38	c cleaning 9971 clauses out of 19973 with flag 249148/56000
20.12/8.84	c cleaning 10964 clauses out of 22002 with flag 311568/68000
23.40/10.48	c cleaning 11994 clauses out of 24039 with flag 381610/81001
27.30/12.33	c cleaning 13010 clauses out of 26044 with flag 459579/95000
29.31/13.34	c cleaning 0 clauses out of 5000 with flag 0/5000
31.37/14.36	c cleaning 13993 clauses out of 28038 with flag 540648/110004
36.06/16.55	c cleaning 15009 clauses out of 30041 with flag 630479/126000
40.99/18.99	c cleaning 16003 clauses out of 32033 with flag 728518/143001
46.19/21.55	c cleaning 17015 clauses out of 34029 with flag 832229/161000
51.94/24.36	c cleaning 17989 clauses out of 36014 with flag 945005/180000
57.92/27.35	c cleaning 18963 clauses out of 38026 with flag 1062154/200001
64.32/30.56	c cleaning 19989 clauses out of 40062 with flag 1184769/221000
71.71/34.12	c cleaning 20993 clauses out of 42073 with flag 1314481/243000
79.11/37.88	c cleaning 22023 clauses out of 44081 with flag 1449261/266001
87.19/41.89	c cleaning 23004 clauses out of 46058 with flag 1593039/290001
96.18/46.35	c cleaning 24010 clauses out of 48054 with flag 1742259/315001
105.67/51.04	c cleaning 25002 clauses out of 50043 with flag 1904251/341000
115.46/55.97	c cleaning 26021 clauses out of 52041 with flag 2067071/368000
126.38/61.40	c cleaning 26982 clauses out of 54020 with flag 2233955/396000
137.65/66.91	c cleaning 28009 clauses out of 56038 with flag 2408079/425000
148.25/72.29	c cleaning 29003 clauses out of 58030 with flag 2594380/455001
160.14/78.20	c cleaning 29970 clauses out of 60028 with flag 2785467/486002
172.66/84.36	c cleaning 31022 clauses out of 62056 with flag 2981099/518000
185.25/90.64	c cleaning 31984 clauses out of 64036 with flag 3177677/551002
199.97/97.95	c cleaning 32960 clauses out of 66051 with flag 3389036/585001
206.14/101.31	c cleaning 0 clauses out of 11001 with flag 0/11001
214.72/105.66	c cleaning 34003 clauses out of 68091 with flag 3605445/620001
229.76/113.18	c cleaning 35007 clauses out of 70088 with flag 3830846/656001
245.22/120.90	c cleaning 36017 clauses out of 72081 with flag 4060125/693001
261.51/128.92	c cleaning 36993 clauses out of 74063 with flag 4292321/731000
278.43/137.39	c cleaning 38005 clauses out of 76070 with flag 4536115/770000
295.76/145.98	c cleaning 38972 clauses out of 78066 with flag 4783129/810001
313.16/154.64	c cleaning 39998 clauses out of 80094 with flag 5036440/851001
331.73/163.81	c cleaning 41009 clauses out of 82096 with flag 5294020/893001
350.13/173.06	c cleaning 42007 clauses out of 84087 with flag 5560698/936001
368.15/182.01	c cleaning 43001 clauses out of 86079 with flag 5836219/980000
388.51/192.18	c cleaning 44005 clauses out of 88078 with flag 6116825/1025000
411.09/203.86	c cleaning 45027 clauses out of 90075 with flag 6400882/1071002
434.25/215.30	c cleaning 46002 clauses out of 92046 with flag 6692610/1118000
457.94/227.18	c cleaning 47009 clauses out of 94045 with flag 6988487/1166001
483.15/239.63	c cleaning 48006 clauses out of 96035 with flag 7288830/1215000
508.81/252.35	c cleaning 48980 clauses out of 98030 with flag 7598732/1265001
537.33/266.53	c cleaning 50016 clauses out of 100049 with flag 7911823/1316000
566.82/281.20	c cleaning 50992 clauses out of 102033 with flag 8228252/1368000
596.92/296.01	c cleaning 52015 clauses out of 104042 with flag 8556970/1421001
626.39/310.65	c cleaning 52996 clauses out of 106029 with flag 8888328/1475003
657.23/325.98	c cleaning 53969 clauses out of 108031 with flag 9226868/1530001
689.28/341.84	c cleaning 55026 clauses out of 110061 with flag 9571919/1586000
721.56/357.81	c cleaning 56008 clauses out of 112035 with flag 9923432/1643000
754.30/374.14	c cleaning 57005 clauses out of 114028 with flag 10278840/1701001
785.94/389.88	c cleaning 57974 clauses out of 116022 with flag 10636964/1760000
816.94/405.30	c cleaning 59019 clauses out of 118048 with flag 11003560/1820000
853.43/423.41	c cleaning 59979 clauses out of 120031 with flag 11373567/1881002
893.70/443.39	c cleaning 60978 clauses out of 122050 with flag 11754385/1943000
932.95/462.86	c cleaning 62006 clauses out of 124072 with flag 12143933/2006000
975.51/484.00	c cleaning 63004 clauses out of 126068 with flag 12533131/2070002
1019.82/505.82	c cleaning 64014 clauses out of 128062 with flag 12928555/2135000
1051.72/522.58	c cleaning 0 clauses out of 18002 with flag 0/18002
1063.70/528.52	c cleaning 64986 clauses out of 130048 with flag 13331463/2201000
1108.91/551.10	c cleaning 66008 clauses out of 132062 with flag 13738818/2268000
1153.46/573.16	c cleaning 67019 clauses out of 134054 with flag 14152006/2336000
1199.99/596.30	c cleaning 67970 clauses out of 136035 with flag 14569437/2405000
1247.00/619.65	c cleaning 68983 clauses out of 138066 with flag 14990028/2475001
1296.17/644.05	c cleaning 70032 clauses out of 140082 with flag 15418705/2546000
1345.97/668.75	c cleaning 71005 clauses out of 142050 with flag 15853073/2618000
1397.94/694.69	c cleaning 72000 clauses out of 144045 with flag 16297075/2691000
1453.43/722.22	c cleaning 72970 clauses out of 146045 with flag 16748309/2765000
1508.74/749.70	c cleaning 74036 clauses out of 148075 with flag 17203561/2840000
1563.80/777.16	c cleaning 75014 clauses out of 150039 with flag 17664006/2916000
1620.68/805.35	c cleaning 75989 clauses out of 152025 with flag 18132752/2993000
1677.76/833.74	c cleaning 76975 clauses out of 154036 with flag 18603341/3071000
1736.97/863.16	c cleaning 77997 clauses out of 156061 with flag 19080433/3150000
1797.45/893.25	c cleaning 79024 clauses out of 158064 with flag 19563593/3230000
1800.03/894.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.50	c starts		: 24392
1800.03/894.50	c conflicts		: 3234408
1800.03/894.50	c decisions		: 28593386
1800.03/894.50	c propagations		: 429392728
1800.03/894.50	c inspects		: 8764525195
1800.03/894.50	c shortcuts		: 0
1800.03/894.50	c learnt literals	: 2
1800.03/894.50	c learnt binary clauses	: 50
1800.03/894.50	c learnt ternary clauses	: 743
1800.03/894.50	c learnt constraints	: 3234406
1800.03/894.50	c ignored constraints	: 0
1800.03/894.50	c root simplifications	: 0
1800.03/894.50	c removed literals (reason simplification)	: 2669256
1800.03/894.50	c reason swapping (by a shorter reason)	: 0
1800.03/894.50	c Calls to reduceDB	: 76
1800.03/894.50	c Number of update (reduction) of LBD	: 710049
1800.03/894.50	c Imported unit clauses	: 0
1800.03/894.50	c number of reductions to clauses (during analyze)	: 0
1800.03/894.50	c number of learned constraints concerned by reduction	: 0
1800.03/894.50	c number of learning phase by resolution	: 0
1800.03/894.50	c number of learning phase by cutting planes	: 0
1800.03/894.50	c speed (assignments/second)	: 480311.5120113469
1800.03/894.50	c non guided choices	12932
1800.03/894.53	c learnt constraints type 
1800.03/894.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1800.03/894.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83398
1800.03/894.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.53	c starts		: 50
1800.03/894.53	c conflicts		: 22060
1800.03/894.53	c decisions		: 76556
1800.03/894.53	c propagations		: 2644923
1800.03/894.53	c inspects		: 751030924
1800.03/894.53	c shortcuts		: 0
1800.03/894.53	c learnt literals	: 0
1800.03/894.53	c learnt binary clauses	: 0
1800.03/894.53	c learnt ternary clauses	: 0
1800.03/894.53	c learnt constraints	: 22059
1800.03/894.53	c ignored constraints	: 0
1800.03/894.53	c root simplifications	: 0
1800.03/894.53	c removed literals (reason simplification)	: 0
1800.03/894.53	c reason swapping (by a shorter reason)	: 0
1800.03/894.53	c Calls to reduceDB	: 3
1800.03/894.53	c Number of update (reduction) of LBD	: 0
1800.03/894.53	c Imported unit clauses	: 0
1800.03/894.53	c number of reductions to clauses (during analyze)	: 0
1800.03/894.53	c number of learned constraints concerned by reduction	: 0
1800.03/894.53	c number of learning phase by resolution	: 0
1800.03/894.53	c number of learning phase by cutting planes	: 0
1800.03/894.53	c speed (assignments/second)	: 2958.4871344008807
1800.03/894.53	c non guided choices	341
1800.03/894.54	c learnt constraints type 
1800.03/894.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 39
1800.03/894.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22020
1800.03/894.54	s UNKNOWN
1800.03/894.54	c Total wall clock time (in seconds): 894.432

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

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

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


[startup+0 s]
/proc/loadavg: 4.17 4.03 3.20 6/197 23706
/proc/meminfo: memFree=30459896/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 30673551 98570240 977 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 24065 977 744 9 0 16771 0
[pid=23706/tid=23707] ppid=23703 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) R 23703 23706 23481 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 30673552 98578432 979 33554432000 1073741824 1073778376 140736015589968 139644975758888 271790962142 0 0 0 7168 0 0 0 -1 4 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.17 4.03 3.20 6/197 23706
/proc/meminfo: memFree=30459896/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 4508 0 1 0 10 1 0 0 20 0 18 0 30673551 9787879424 6128 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2389619 6128 2158 9 0 2380296 0
[pid=23706/tid=23707] ppid=23703 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) R 23703 23706 23481 0 -1 4202560 2386 0 1 0 6 2 0 0 20 0 18 0 30673552 9787879424 6128 33554432000 1073741824 1073778376 140736015589968 139644975762336 271790957837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 4.17 4.03 3.20 6/197 23706
/proc/meminfo: memFree=30459896/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 4726 0 1 0 26 1 0 0 20 0 18 0 30673551 9787879424 6796 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2389619 6796 2215 9 0 2380296 0
[pid=23706/tid=23707] ppid=23703 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) R 23703 23706 23481 0 -1 4202560 2402 0 1 0 16 2 0 0 20 0 18 0 30673552 9787879424 6796 33554432000 1073741824 1073778376 140736015589968 139644975763448 139644838722080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 4.17 4.03 3.20 6/197 23706
/proc/meminfo: memFree=30459896/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 5984 0 1 0 51 1 0 0 20 0 18 0 30673551 9787879424 8947 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2389619 8947 2234 9 0 2380296 0
[pid=23706/tid=23707] ppid=23703 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) R 23703 23706 23481 0 -1 4202560 2405 0 1 0 26 2 0 0 20 0 18 0 30673552 9787879424 8947 33554432000 1073741824 1073778376 140736015589968 139644975763560 139644839056331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.70021 s]
/proc/loadavg: 4.17 4.03 3.20 6/197 23706
/proc/meminfo: memFree=30459896/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 14188 0 1 0 158 3 0 0 20 0 22 0 30673551 10060525568 24519 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2456183 24519 2264 9 0 2446860 0
[pid=23706/tid=23707] ppid=23703 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) S 23703 23706 23481 0 -1 4202560 2477 0 1 0 47 2 0 0 20 0 22 0 30673552 10060525568 24519 33554432000 1073741824 1073778376 140736015589968 139644975764344 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.40 4.08 3.22 8/219 23728
/proc/meminfo: memFree=30255188/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9824732 CPUtime=4.47 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 21995 0 1 0 440 7 0 0 20 0 22 0 30673551 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2456183 47347 2292 9 0 2446860 0
[pid=23706/tid=23707] ppid=23703 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) S 23703 23706 23481 0 -1 4202560 2477 0 1 0 47 2 0 0 20 0 22 0 30673552 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644975764344 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23709] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23709/stat : 23709 (java) S 23703 23706 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30673552 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644964825896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23710] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23710/stat : 23710 (java) S 23703 23706 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30673552 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644963773096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23711] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23711/stat : 23711 (java) S 23703 23706 23481 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30673552 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644962720808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23712] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23712/stat : 23712 (java) S 23703 23706 23481 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30673552 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644961668008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23713] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23713/stat : 23713 (java) S 23703 23706 23481 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30673552 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644960614696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23714] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23714/stat : 23714 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673552 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644959561896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23715] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23715/stat : 23715 (java) S 23703 23706 23481 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30673552 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644958509608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23716] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23716/stat : 23716 (java) S 23703 23706 23481 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30673552 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644957456808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23717] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23717/stat : 23717 (java) S 23703 23706 23481 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30673553 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644799888104 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23718] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23718/stat : 23718 (java) S 23703 23706 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644798834168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23719] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23719/stat : 23719 (java) S 23703 23706 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644797781768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23720] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23720/stat : 23720 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644796730256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23721] ppid=23703 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/23706/task/23721/stat : 23721 (java) R 23703 23706 23481 0 -1 4202560 9932 0 0 0 100 2 0 0 20 0 22 0 30673556 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644795664256 139644979607208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23722] ppid=23703 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/23706/task/23722/stat : 23722 (java) R 23703 23706 23481 0 -1 4202560 8116 0 0 0 120 1 0 0 20 0 22 0 30673556 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644794610152 139644981724296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23723] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23723/stat : 23723 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644793571960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23724] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23724/stat : 23724 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644792519368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23725] ppid=23703 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/23706/task/23725/stat : 23725 (java) R 23703 23706 23481 0 -1 4202560 19 0 0 0 91 0 0 0 20 0 22 0 30673602 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644791463576 139644839389619 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23726] ppid=23703 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/23706/task/23726/stat : 23726 (java) R 23703 23706 23481 0 -1 4202560 72 0 0 0 69 1 0 0 20 0 22 0 30673602 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644790410256 139644839403713 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23727] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23727/stat : 23727 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644789360296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23728] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23728/stat : 23728 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 47347 33554432000 1073741824 1073778376 140736015589968 139644788307496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9824732

[startup+3.1039 s]
/proc/loadavg: 4.40 4.08 3.22 7/219 23728
/proc/meminfo: memFree=30052224/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9824732 CPUtime=8.5 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 25770 0 1 0 836 14 0 0 20 0 22 0 30673551 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2456183 91044 2292 9 0 2446860 0
[pid=23706/tid=23707] ppid=23703 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) S 23703 23706 23481 0 -1 4202560 2477 0 1 0 47 2 0 0 20 0 22 0 30673552 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644975764344 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23709] ppid=23703 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23706/task/23709/stat : 23709 (java) R 23703 23706 23481 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 30673552 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644964825896 271787527303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23710] ppid=23703 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23706/task/23710/stat : 23710 (java) R 23703 23706 23481 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 30673552 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644963773272 139644982659750 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23711] ppid=23703 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23706/task/23711/stat : 23711 (java) R 23703 23706 23481 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 30673552 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644962720984 139644982662723 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23712] ppid=23703 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23706/task/23712/stat : 23712 (java) R 23703 23706 23481 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 30673552 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644961668184 139644982662198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23713] ppid=23703 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23706/task/23713/stat : 23713 (java) R 23703 23706 23481 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 30673552 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644960614696 271787527303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23714] ppid=23703 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23706/task/23714/stat : 23714 (java) R 23703 23706 23481 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 30673552 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644959562024 271787527303 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23715] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23715/stat : 23715 (java) R 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673552 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644958509736 271787527303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23716] ppid=23703 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23706/task/23716/stat : 23716 (java) R 23703 23706 23481 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 30673552 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644957456984 271787527303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23717] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23717/stat : 23717 (java) S 23703 23706 23481 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 30673553 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644799886984 271790945340 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23718] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23718/stat : 23718 (java) S 23703 23706 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644798834168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23719] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23719/stat : 23719 (java) S 23703 23706 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644797781768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23720] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23720/stat : 23720 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644796730256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23721] ppid=23703 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/23706/task/23721/stat : 23721 (java) S 23703 23706 23481 0 -1 4202560 10047 0 0 0 130 2 0 0 20 0 22 0 30673556 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644795676856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23722] ppid=23703 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/23706/task/23722/stat : 23722 (java) S 23703 23706 23481 0 -1 4202560 11503 0 0 0 167 2 0 0 20 0 22 0 30673556 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644794624056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23723] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23723/stat : 23723 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644793571960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23724] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23724/stat : 23724 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644792519368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23725] ppid=23703 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/23706/task/23725/stat : 23725 (java) S 23703 23706 23481 0 -1 4202560 23 0 0 0 244 0 0 0 20 0 22 0 30673602 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644791465048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23726] ppid=23703 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/23706/task/23726/stat : 23726 (java) S 23703 23706 23481 0 -1 4202560 129 0 0 0 217 4 0 0 20 0 22 0 30673602 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644790410696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23727] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23727/stat : 23727 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644789360296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23728] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23728/stat : 23728 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 91044 33554432000 1073741824 1073778376 140736015589968 139644788307496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.40 4.08 3.22 5/219 23728
/proc/meminfo: memFree=29402876/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9824732 CPUtime=15.11 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 26649 0 1 0 1488 23 0 0 20 0 22 0 30673551 10060525568 161827 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2456183 161827 2292 9 0 2446860 0
[pid=23706/tid=23707] ppid=23703 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) S 23703 23706 23481 0 -1 4202560 2477 0 1 0 47 2 0 0 20 0 22 0 30673552 10060525568 161827 33554432000 1073741824 1073778376 140736015589968 139644975764344 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23709] ppid=23703 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23706/task/23709/stat : 23709 (java) S 23703 23706 23481 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 30673552 10060525568 161827 33554432000 1073741824 1073778376 140736015589968 139644964825896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23710] ppid=23703 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23706/task/23710/stat : 23710 (java) S 23703 23706 23481 0 -1 4202560 122 0 0 0 5 1 0 0 20 0 22 0 30673552 10060525568 161827 33554432000 1073741824 1073778376 140736015589968 139644963773096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23711] ppid=23703 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23706/task/23711/stat : 23711 (java) S 23703 23706 23481 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 22 0 30673552 10060525568 161827 33554432000 1073741824 1073778376 140736015589968 139644962720808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23712] ppid=23703 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23706/task/23712/stat : 23712 (java) S 23703 23706 23481 0 -1 4202560 145 0 0 0 7 2 0 0 20 0 22 0 30673552 10060525568 161827 33554432000 1073741824 1073778376 140736015589968 139644961668008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23713] ppid=23703 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23706/task/23713/stat : 23713 (java) S 23703 23706 23481 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 30673552 10060525568 161827 33554432000 1073741824 1073778376 140736015589968 139644960614696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23714] ppid=23703 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23706/task/23714/stat : 23714 (java) S 23703 23706 23481 0 -1 4202560 84 0 0 0 5 1 0 0 20 0 22 0 30673552 10060525568 161827 33554432000 1073741824 1073778376 140736015589968 139644959561896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23715] ppid=23703 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23706/task/23715/stat : 23715 (java) S 23703 23706 23481 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 30673552 10060525568 161827 33554432000 1073741824 1073778376 140736015589968 139644958509608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23716] ppid=23703 vsize=9824732 CPUtime=0.1 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.27 4.26 3.84 5/220 23751
/proc/meminfo: memFree=22949352/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9824732 CPUtime=1775.52 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 36891 0 1 0 177356 196 0 0 20 0 22 0 30673551 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2456183 952621 2301 9 0 2446860 0
[pid=23706/tid=23707] ppid=23703 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) S 23703 23706 23481 0 -1 4202560 2481 0 1 0 50 3 0 0 20 0 22 0 30673552 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644975764344 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23709] ppid=23703 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/23706/task/23709/stat : 23709 (java) S 23703 23706 23481 0 -1 4202560 563 0 0 0 309 17 0 0 20 0 22 0 30673552 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644964825896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23710] ppid=23703 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/23706/task/23710/stat : 23710 (java) S 23703 23706 23481 0 -1 4202560 639 0 0 0 299 17 0 0 20 0 22 0 30673552 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644963773096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23711] ppid=23703 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/23706/task/23711/stat : 23711 (java) S 23703 23706 23481 0 -1 4202560 556 0 0 0 280 18 0 0 20 0 22 0 30673552 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644962720808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23712] ppid=23703 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/23706/task/23712/stat : 23712 (java) S 23703 23706 23481 0 -1 4202560 664 0 0 0 326 16 0 0 20 0 22 0 30673552 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644961668008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23713] ppid=23703 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/23706/task/23713/stat : 23713 (java) S 23703 23706 23481 0 -1 4202560 567 0 0 0 310 18 0 0 20 0 22 0 30673552 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644960614696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23714] ppid=23703 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/23706/task/23714/stat : 23714 (java) S 23703 23706 23481 0 -1 4202560 600 0 0 0 290 16 0 0 20 0 22 0 30673552 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644959561896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23715] ppid=23703 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/23706/task/23715/stat : 23715 (java) S 23703 23706 23481 0 -1 4202560 541 0 0 0 304 18 0 0 20 0 22 0 30673552 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644958509608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23716] ppid=23703 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/23706/task/23716/stat : 23716 (java) S 23703 23706 23481 0 -1 4202560 652 0 0 0 285 16 0 0 20 0 22 0 30673552 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644957456808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23717] ppid=23703 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/23706/task/23717/stat : 23717 (java) S 23703 23706 23481 0 -1 4202560 2342 0 0 0 341 7 0 0 20 0 22 0 30673553 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644799888104 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23718] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23718/stat : 23718 (java) S 23703 23706 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644798834168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23719] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23719/stat : 23719 (java) S 23703 23706 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644797781768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23720] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23720/stat : 23720 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644796730256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23721] ppid=23703 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/23706/task/23721/stat : 23721 (java) S 23703 23706 23481 0 -1 4202560 10060 0 0 0 138 3 0 0 20 0 22 0 30673556 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644795676856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23722] ppid=23703 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/23706/task/23722/stat : 23722 (java) S 23703 23706 23481 0 -1 4202560 13524 0 0 0 205 3 0 0 20 0 22 0 30673556 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644794624056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23723] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23723/stat : 23723 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644793571960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23724] ppid=23703 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23706/task/23724/stat : 23724 (java) S 23703 23706 23481 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 30673556 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644792519368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23725] ppid=23703 vsize=9824732 CPUtime=871.37 cores=0,2,4,6
/proc/23706/task/23725/stat : 23725 (java) R 23703 23706 23481 0 -1 4202560 59 0 0 0 87122 15 0 0 20 0 22 0 30673602 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644791463792 139644839361709 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23726] ppid=23703 vsize=9824732 CPUtime=871.13 cores=0,2,4,6
/proc/23706/task/23726/stat : 23726 (java) R 23703 23706 23481 0 -1 4202560 2329 0 0 0 87061 52 0 0 20 0 22 0 30673602 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644790412032 139644839403778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23727] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23727/stat : 23727 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644789360296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23728] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23728/stat : 23728 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 952621 33554432000 1073741824 1073778376 140736015589968 139644788307496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1775.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.501 s]
/proc/loadavg: 4.31 4.27 3.84 7/220 23820
/proc/meminfo: memFree=26745352/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 37147 0 1 0 179806 197 0 0 20 0 22 0 30673551 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2456183 954407 2301 9 0 2446860 0
[pid=23706/tid=23707] ppid=23703 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) S 23703 23706 23481 0 -1 4202560 2481 0 1 0 50 3 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644975764344 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23709] ppid=23703 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/23706/task/23709/stat : 23709 (java) S 23703 23706 23481 0 -1 4202560 750 0 0 0 316 17 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644964825896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23710] ppid=23703 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/23706/task/23710/stat : 23710 (java) S 23703 23706 23481 0 -1 4202560 640 0 0 0 302 17 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644963773096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23711] ppid=23703 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/23706/task/23711/stat : 23711 (java) S 23703 23706 23481 0 -1 4202560 579 0 0 0 283 18 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644962720808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23712] ppid=23703 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/23706/task/23712/stat : 23712 (java) S 23703 23706 23481 0 -1 4202560 664 0 0 0 328 16 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644961668008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23713] ppid=23703 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/23706/task/23713/stat : 23713 (java) S 23703 23706 23481 0 -1 4202560 568 0 0 0 312 18 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644960614696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23714] ppid=23703 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/23706/task/23714/stat : 23714 (java) S 23703 23706 23481 0 -1 4202560 624 0 0 0 293 16 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644959561896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23715] ppid=23703 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/23706/task/23715/stat : 23715 (java) S 23703 23706 23481 0 -1 4202560 541 0 0 0 306 18 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644958509608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23716] ppid=23703 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/23706/task/23716/stat : 23716 (java) S 23703 23706 23481 0 -1 4202560 671 0 0 0 288 16 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644957456808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23717] ppid=23703 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/23706/task/23717/stat : 23717 (java) S 23703 23706 23481 0 -1 4202560 2342 0 0 0 341 7 0 0 20 0 22 0 30673553 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644799888104 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23718] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23718/stat : 23718 (java) S 23703 23706 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644798834168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23719] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23719/stat : 23719 (java) S 23703 23706 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644797781768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23720] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23720/stat : 23720 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644796730256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23721] ppid=23703 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/23706/task/23721/stat : 23721 (java) S 23703 23706 23481 0 -1 4202560 10060 0 0 0 138 3 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644795676856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23722] ppid=23703 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/23706/task/23722/stat : 23722 (java) S 23703 23706 23481 0 -1 4202560 13524 0 0 0 205 3 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644794624056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23723] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23723/stat : 23723 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644793571960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23724] ppid=23703 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23706/task/23724/stat : 23724 (java) S 23703 23706 23481 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644792519368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23725] ppid=23703 vsize=9824732 CPUtime=883.49 cores=0,2,4,6
/proc/23706/task/23725/stat : 23725 (java) R 23703 23706 23481 0 -1 4202560 59 0 0 0 88334 15 0 0 20 0 22 0 30673602 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644791456112 139644839345418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23726] ppid=23703 vsize=9824732 CPUtime=883.25 cores=0,2,4,6
/proc/23706/task/23726/stat : 23726 (java) R 23703 23706 23481 0 -1 4202560 2330 0 0 0 88273 52 0 0 20 0 22 0 30673602 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644790411920 139644839401185 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23727] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23727/stat : 23727 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644789360296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23728] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23728/stat : 23728 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644788307496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 23706 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.501 s]
/proc/loadavg: 4.31 4.27 3.84 7/220 23820
/proc/meminfo: memFree=26745352/32872528 swapFree=1094508/1184444
[pid=23706] ppid=23703 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/23706/stat : 23706 (java) S 23703 23706 23481 0 -1 4202496 37147 0 1 0 179806 197 0 0 20 0 22 0 30673551 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 140736015581104 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23706/statm: 2456183 954407 2301 9 0 2446860 0
[pid=23706/tid=23707] ppid=23703 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23706/task/23707/stat : 23707 (java) S 23703 23706 23481 0 -1 4202560 2481 0 1 0 50 3 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644975764344 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23709] ppid=23703 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/23706/task/23709/stat : 23709 (java) S 23703 23706 23481 0 -1 4202560 750 0 0 0 316 17 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644964825896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23710] ppid=23703 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/23706/task/23710/stat : 23710 (java) S 23703 23706 23481 0 -1 4202560 640 0 0 0 302 17 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644963773096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23711] ppid=23703 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/23706/task/23711/stat : 23711 (java) S 23703 23706 23481 0 -1 4202560 579 0 0 0 283 18 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644962720808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23712] ppid=23703 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/23706/task/23712/stat : 23712 (java) S 23703 23706 23481 0 -1 4202560 664 0 0 0 328 16 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644961668008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23713] ppid=23703 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/23706/task/23713/stat : 23713 (java) S 23703 23706 23481 0 -1 4202560 568 0 0 0 312 18 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644960614696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23714] ppid=23703 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/23706/task/23714/stat : 23714 (java) S 23703 23706 23481 0 -1 4202560 624 0 0 0 293 16 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644959561896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23715] ppid=23703 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/23706/task/23715/stat : 23715 (java) S 23703 23706 23481 0 -1 4202560 541 0 0 0 306 18 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644958509608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23716] ppid=23703 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/23706/task/23716/stat : 23716 (java) S 23703 23706 23481 0 -1 4202560 671 0 0 0 288 16 0 0 20 0 22 0 30673552 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644957456808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23717] ppid=23703 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/23706/task/23717/stat : 23717 (java) S 23703 23706 23481 0 -1 4202560 2342 0 0 0 341 7 0 0 20 0 22 0 30673553 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644799888104 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23706/tid=23718] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23718/stat : 23718 (java) S 23703 23706 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644798834168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23719] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23719/stat : 23719 (java) S 23703 23706 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30673554 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644797781768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23720] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23720/stat : 23720 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644796730256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23721] ppid=23703 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/23706/task/23721/stat : 23721 (java) S 23703 23706 23481 0 -1 4202560 10060 0 0 0 138 3 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644795676856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23722] ppid=23703 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/23706/task/23722/stat : 23722 (java) S 23703 23706 23481 0 -1 4202560 13524 0 0 0 205 3 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644794624056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23706/tid=23723] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23723/stat : 23723 (java) S 23703 23706 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644793571960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23724] ppid=23703 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23706/task/23724/stat : 23724 (java) S 23703 23706 23481 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 30673556 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644792519368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23725] ppid=23703 vsize=9824732 CPUtime=883.49 cores=0,2,4,6
/proc/23706/task/23725/stat : 23725 (java) R 23703 23706 23481 0 -1 4202560 59 0 0 0 88334 15 0 0 20 0 22 0 30673602 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644791456112 139644839345418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23726] ppid=23703 vsize=9824732 CPUtime=883.25 cores=0,2,4,6
/proc/23706/task/23726/stat : 23726 (java) R 23703 23706 23481 0 -1 4202560 2330 0 0 0 88273 52 0 0 20 0 22 0 30673602 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644790411920 139644839401185 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23706/tid=23727] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23727/stat : 23727 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644789360296 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23706/tid=23728] ppid=23703 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23706/task/23728/stat : 23728 (java) S 23703 23706 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30673603 10060525568 954407 33554432000 1073741824 1073778376 140736015589968 139644788307496 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.556
CPU time (s): 1800.63
CPU user time (s): 1798.1
CPU system time (s): 2.53061
CPU usage (%): 201.288
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.53062
maximum resident set size= 3817744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37180
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24282
involuntary context switches= 26373

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.98009 second user time and 6.96694 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-26 23:25:38
IDJOB=4116278
IDBENCH=109450
IDSOLVER=2543
FILE ID=node115/4116278-1466976338
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-size128-round23-9.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116278-1466976338/watcher-4116278-1466976338 -o /tmp/evaluation-result-4116278-1466976338/solver-4116278-1466976338 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466975440-23497 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116278-1466976338.opb

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

MD5SUM BENCH= f9a64a64b49371491e530c3c526be748
RANDOM SEED=1878557331

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:        30459524 kB
Buffers:           75760 kB
Cached:           221784 kB
SwapCached:         1676 kB
Active:           233744 kB
Inactive:         252804 kB
Active(anon):     190808 kB
Inactive(anon):      684 kB
Active(file):      42936 kB
Inactive(file):   252120 kB
Unevictable:     1184444 kB
Mlocked:         1094508 kB
SwapTotal:      67108856 kB
SwapFree:       67099168 kB
Dirty:              2436 kB
Writeback:             0 kB
AnonPages:       1389580 kB
Mapped:            15612 kB
Shmem:                 0 kB
Slab:             595888 kB
SReclaimable:      39560 kB
SUnreclaim:       556328 kB
KernelStack:        1808 kB
PageTables:         7176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2004864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:40:32