Trace number 4116542

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.78 895.368

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-2.opb
MD5SUM0fa0928008c966292e9de5be6ad7d68b
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.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116542-1466974682.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.03/0.50	c ... done. Wall clock time 0.392s.
1.03/0.50	c declared #vars     4288
1.03/0.50	c #constraints  10784
1.03/0.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.03/0.50	c org.sat4j.specs.Constr$1 => 888
1.03/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.03/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.03/0.50	c 10784 constraints processed.
1.03/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.50	c constraints type 
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.03/0.50	c org.sat4j.specs.Constr$1 => 888
1.03/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.03/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.03/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
1.03/0.50	c 10784 constraints processed.
4.33/1.46	c cleaning 2491 clauses out of 4998 with flag 16303/5000
5.70/2.09	c cleaning 4250 clauses out of 8507 with flag 38546/11000
7.61/2.90	c cleaning 5621 clauses out of 11257 with flag 65667/18000
9.51/3.85	c cleaning 6804 clauses out of 13637 with flag 98732/26001
11.52/4.83	c cleaning 7913 clauses out of 15832 with flag 141387/35000
13.99/6.00	c cleaning 8953 clauses out of 17919 with flag 187745/45000
16.65/7.33	c cleaning 9952 clauses out of 19966 with flag 242113/56000
19.45/8.77	c cleaning 10988 clauses out of 22014 with flag 302293/68000
22.93/10.44	c cleaning 12009 clauses out of 24027 with flag 369591/81001
26.67/12.28	c cleaning 12983 clauses out of 26019 with flag 443009/95002
30.74/14.25	c cleaning 14012 clauses out of 28034 with flag 525159/110000
34.94/16.36	c cleaning 15008 clauses out of 30022 with flag 613203/126000
36.62/17.16	c cleaning 0 clauses out of 5000 with flag 0/5000
39.88/18.80	c cleaning 15951 clauses out of 32014 with flag 708091/143000
45.27/21.31	c cleaning 17022 clauses out of 34063 with flag 807422/161000
50.56/23.99	c cleaning 18012 clauses out of 36042 with flag 913548/180001
56.56/26.92	c cleaning 19004 clauses out of 38029 with flag 1027037/200000
62.84/30.09	c cleaning 19994 clauses out of 40026 with flag 1145503/221001
69.64/33.43	c cleaning 21014 clauses out of 42031 with flag 1274904/243000
76.83/37.02	c cleaning 21973 clauses out of 44017 with flag 1409190/266000
84.71/40.93	c cleaning 23019 clauses out of 46044 with flag 1552136/290000
92.70/44.94	c cleaning 23967 clauses out of 48025 with flag 1699401/315000
101.59/49.35	c cleaning 24998 clauses out of 50058 with flag 1857115/341000
110.99/54.02	c cleaning 26027 clauses out of 52062 with flag 2020176/368002
120.88/58.98	c cleaning 26996 clauses out of 54033 with flag 2184423/396000
131.38/64.13	c cleaning 28000 clauses out of 56037 with flag 2360693/425000
141.99/69.45	c cleaning 28986 clauses out of 58037 with flag 2543722/455000
153.67/75.26	c cleaning 30011 clauses out of 60052 with flag 2725374/486001
165.54/81.12	c cleaning 30999 clauses out of 62040 with flag 2919947/518000
178.00/87.37	c cleaning 31988 clauses out of 64041 with flag 3120392/551000
191.00/93.87	c cleaning 32993 clauses out of 66055 with flag 3327376/585002
195.48/96.07	c cleaning 0 clauses out of 11000 with flag 0/11000
204.27/100.47	c cleaning 34000 clauses out of 68060 with flag 3546831/620000
218.74/107.62	c cleaning 35014 clauses out of 70060 with flag 3764307/656000
233.41/114.93	c cleaning 35992 clauses out of 72046 with flag 3987233/693000
250.01/123.59	c cleaning 37008 clauses out of 74055 with flag 4214168/731001
265.66/131.32	c cleaning 38024 clauses out of 76048 with flag 4453418/770002
282.32/139.69	c cleaning 38986 clauses out of 78022 with flag 4700721/810000
300.21/148.55	c cleaning 39958 clauses out of 80036 with flag 4954032/851000
318.10/157.43	c cleaning 41029 clauses out of 82082 with flag 5214961/893004
336.01/166.34	c cleaning 41999 clauses out of 84049 with flag 5479405/936000
355.94/176.26	c cleaning 42987 clauses out of 86050 with flag 5752267/980000
377.08/186.70	c cleaning 44030 clauses out of 88063 with flag 6029793/1025000
398.15/197.23	c cleaning 44999 clauses out of 90033 with flag 6315237/1071000
420.41/208.33	c cleaning 46001 clauses out of 92035 with flag 6603286/1118001
443.78/219.94	c cleaning 47010 clauses out of 94033 with flag 6897916/1166000
468.06/232.05	c cleaning 48000 clauses out of 96023 with flag 7199186/1215000
492.33/244.12	c cleaning 48960 clauses out of 98023 with flag 7508529/1265000
517.97/256.88	c cleaning 49992 clauses out of 100063 with flag 7825454/1316000
545.32/271.00	c cleaning 50966 clauses out of 102071 with flag 8153352/1368000
572.62/284.67	c cleaning 52005 clauses out of 104106 with flag 8479287/1421001
601.60/299.03	c cleaning 53026 clauses out of 106101 with flag 8815072/1475001
630.91/313.66	c cleaning 54016 clauses out of 108074 with flag 9158575/1530000
661.00/328.51	c cleaning 55011 clauses out of 110059 with flag 9506405/1586001
690.57/343.23	c cleaning 55976 clauses out of 112048 with flag 9860888/1643001
722.94/359.29	c cleaning 57011 clauses out of 114071 with flag 10219446/1701000
755.86/375.50	c cleaning 57976 clauses out of 116060 with flag 10586188/1760000
790.15/392.58	c cleaning 59010 clauses out of 118084 with flag 10955122/1820000
806.84/400.87	c cleaning 0 clauses out of 18000 with flag 0/18000
824.93/409.81	c cleaning 60017 clauses out of 120075 with flag 11334105/1881001
860.71/427.63	c cleaning 61022 clauses out of 122057 with flag 11718412/1943000
897.47/445.95	c cleaning 62004 clauses out of 124035 with flag 12108242/2006000
936.18/465.19	c cleaning 62992 clauses out of 126032 with flag 12500325/2070001
975.98/484.90	c cleaning 63981 clauses out of 128040 with flag 12902129/2135001
1016.99/505.37	c cleaning 64985 clauses out of 130059 with flag 13307059/2201001
1058.91/526.19	c cleaning 65982 clauses out of 132073 with flag 13721019/2268000
1102.16/547.67	c cleaning 67007 clauses out of 134092 with flag 14139986/2336001
1147.35/570.95	c cleaning 68022 clauses out of 136086 with flag 14562000/2405002
1192.13/593.22	c cleaning 69023 clauses out of 138062 with flag 14994056/2475000
1238.09/616.04	c cleaning 70006 clauses out of 140041 with flag 15435170/2546002
1285.50/639.64	c cleaning 70995 clauses out of 142034 with flag 15878324/2618001
1334.72/664.08	c cleaning 72006 clauses out of 144041 with flag 16326721/2691003
1385.76/689.46	c cleaning 73006 clauses out of 146032 with flag 16775775/2765000
1436.80/714.80	c cleaning 73994 clauses out of 148028 with flag 17235527/2840002
1490.07/741.32	c cleaning 74991 clauses out of 150032 with flag 17698283/2916000
1544.44/768.37	c cleaning 75974 clauses out of 152042 with flag 18169201/2993001
1599.10/795.47	c cleaning 76997 clauses out of 154067 with flag 18649026/3071000
1654.84/823.13	c cleaning 78001 clauses out of 156071 with flag 19136142/3150001
1712.58/851.89	c cleaning 79027 clauses out of 158070 with flag 19622770/3230001
1771.44/881.17	c cleaning 79951 clauses out of 160042 with flag 20119856/3311000
1800.03/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.30	c starts		: 22690
1800.03/895.30	c conflicts		: 3355481
1800.03/895.30	c decisions		: 29762231
1800.03/895.30	c propagations		: 442023851
1800.03/895.30	c inspects		: 8881336339
1800.03/895.30	c shortcuts		: 0
1800.03/895.30	c learnt literals	: 2
1800.03/895.30	c learnt binary clauses	: 46
1800.03/895.30	c learnt ternary clauses	: 625
1800.03/895.30	c learnt constraints	: 3355479
1800.03/895.30	c ignored constraints	: 0
1800.03/895.30	c root simplifications	: 0
1800.03/895.30	c removed literals (reason simplification)	: 2642626
1800.03/895.30	c reason swapping (by a shorter reason)	: 0
1800.03/895.30	c Calls to reduceDB	: 77
1800.03/895.30	c Number of update (reduction) of LBD	: 736013
1800.03/895.30	c Imported unit clauses	: 0
1800.03/895.30	c number of reductions to clauses (during analyze)	: 0
1800.03/895.30	c number of learned constraints concerned by reduction	: 0
1800.03/895.30	c number of learning phase by resolution	: 0
1800.03/895.30	c number of learning phase by cutting planes	: 0
1800.03/895.30	c speed (assignments/second)	: 493997.30774818675
1800.03/895.30	c non guided choices	18523
1800.03/895.33	c learnt constraints type 
1800.03/895.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46
1800.03/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124526
1800.03/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.33	c starts		: 52
1800.03/895.33	c conflicts		: 24101
1800.03/895.33	c decisions		: 83664
1800.03/895.33	c propagations		: 2693393
1800.03/895.33	c inspects		: 843817498
1800.03/895.33	c shortcuts		: 0
1800.03/895.33	c learnt literals	: 0
1800.03/895.33	c learnt binary clauses	: 0
1800.03/895.33	c learnt ternary clauses	: 0
1800.03/895.33	c learnt constraints	: 24100
1800.03/895.33	c ignored constraints	: 0
1800.03/895.33	c root simplifications	: 0
1800.03/895.33	c removed literals (reason simplification)	: 0
1800.03/895.33	c reason swapping (by a shorter reason)	: 0
1800.03/895.33	c Calls to reduceDB	: 3
1800.03/895.33	c Number of update (reduction) of LBD	: 0
1800.03/895.33	c Imported unit clauses	: 0
1800.03/895.33	c number of reductions to clauses (during analyze)	: 0
1800.03/895.33	c number of learned constraints concerned by reduction	: 0
1800.03/895.33	c number of learning phase by resolution	: 0
1800.03/895.33	c number of learning phase by cutting planes	: 0
1800.03/895.33	c speed (assignments/second)	: 3009.999832367584
1800.03/895.33	c non guided choices	282
1800.03/895.34	c learnt constraints type 
1800.03/895.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 44
1800.03/895.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24056
1800.03/895.34	s UNKNOWN
1800.03/895.34	c Total wall clock time (in seconds): 895.232

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

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

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


[startup+0 s]
/proc/loadavg: 4.19 4.26 4.31 5/197 23055
/proc/meminfo: memFree=30090116/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 30507524 98570240 977 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 24065 977 743 9 0 16771 0
[pid=23055/tid=23056] ppid=23052 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) R 23052 23055 22007 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30507525 98570240 977 33554432000 1073741824 1073778376 140735966160608 140269129121320 266435642752 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 4.19 4.26 4.31 5/197 23055
/proc/meminfo: memFree=30090116/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 4541 0 1 0 10 0 0 0 20 0 18 0 30507524 9787879424 5656 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2389619 5656 2156 9 0 2380296 0
[pid=23055/tid=23056] ppid=23052 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) R 23052 23055 22007 0 -1 4202560 2445 0 1 0 7 0 0 0 20 0 18 0 30507525 9787879424 5667 33554432000 1073741824 1073778376 140735966160608 140269129124616 140269133671047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 4.19 4.26 4.31 5/197 23055
/proc/meminfo: memFree=30090116/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 4789 0 1 0 26 0 0 0 20 0 18 0 30507524 9787879424 6350 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2389619 6350 2213 9 0 2380296 0
[pid=23055/tid=23056] ppid=23052 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) R 23052 23055 22007 0 -1 4202560 2457 0 1 0 17 0 0 0 20 0 18 0 30507525 9787879424 6350 33554432000 1073741824 1073778376 140735966160608 140269129124616 140269068938934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 4.19 4.26 4.31 5/197 23055
/proc/meminfo: memFree=30090116/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 5976 0 1 0 50 1 0 0 20 0 18 0 30507524 9787879424 8628 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2389619 8628 2234 9 0 2380296 0
[pid=23055/tid=23056] ppid=23052 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) R 23052 23055 22007 0 -1 4202560 2460 0 1 0 27 0 0 0 20 0 18 0 30507525 9787879424 8628 33554432000 1073741824 1073778376 140735966160608 140269129124616 140269069264139 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700236 s]
/proc/loadavg: 4.19 4.26 4.31 5/197 23055
/proc/meminfo: memFree=30090116/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 14236 0 1 0 171 4 0 0 20 0 22 0 30507524 10060525568 24450 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2456183 24450 2265 9 0 2446860 0
[pid=23055/tid=23056] ppid=23052 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) S 23052 23055 22007 0 -1 4202560 2543 0 1 0 47 1 0 0 20 0 22 0 30507525 10060525568 24450 33554432000 1073741824 1073778376 140735966160608 140269129126776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.33 4.29 4.32 7/219 23077
/proc/meminfo: memFree=29808152/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 16594 0 1 0 456 6 0 0 20 0 22 0 30507524 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2456183 46296 2292 9 0 2446860 0
[pid=23055/tid=23056] ppid=23052 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) S 23052 23055 22007 0 -1 4202560 2543 0 1 0 47 1 0 0 20 0 22 0 30507525 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140269129126776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23058] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23058/stat : 23058 (java) S 23052 23055 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507526 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268973013160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23059] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23059/stat : 23059 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507526 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268971960616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23060] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23060/stat : 23060 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507526 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268970908072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23061] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23061/stat : 23061 (java) S 23052 23055 22007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30507526 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268969855528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23062] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23062/stat : 23062 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507526 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268968802984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23063] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23063/stat : 23063 (java) S 23052 23055 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30507526 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268967750440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23064] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23064/stat : 23064 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507526 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268966697896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23065] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23065/stat : 23065 (java) S 23052 23055 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30507526 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268965645352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23066] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23066/stat : 23066 (java) S 23052 23055 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268953233512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23067] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23067/stat : 23067 (java) S 23052 23055 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268952179832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23068] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23068/stat : 23068 (java) S 23052 23055 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268951127176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23069] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23069/stat : 23069 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268950075920 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23070] ppid=23052 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/23055/task/23070/stat : 23070 (java) S 23052 23055 22007 0 -1 4202560 5392 0 0 0 105 1 0 0 20 0 22 0 30507529 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268949023288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23071] ppid=23052 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/23055/task/23071/stat : 23071 (java) S 23052 23055 22007 0 -1 4202560 7252 0 0 0 103 2 0 0 20 0 22 0 30507529 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268947970744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23072] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23072/stat : 23072 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268946918392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23073] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23073/stat : 23073 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268945866056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23074] ppid=23052 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23055/task/23074/stat : 23074 (java) R 23052 23055 22007 0 -1 4202560 19 0 0 0 96 0 0 0 20 0 22 0 30507575 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268944801440 140269069644772 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23075] ppid=23052 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23055/task/23075/stat : 23075 (java) R 23052 23055 22007 0 -1 4202560 74 0 0 0 96 0 0 0 20 0 22 0 30507575 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268943757272 140269068935934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23076] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23076/stat : 23076 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268942705704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23077] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23077/stat : 23077 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 46296 33554432000 1073741824 1073778376 140735966160608 140268941653160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.33 4.29 4.32 11/219 23077
/proc/meminfo: memFree=29694008/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9824732 CPUtime=8.01 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 16953 0 1 0 786 15 0 0 20 0 22 0 30507524 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2456183 85924 2292 9 0 2446860 0
[pid=23055/tid=23056] ppid=23052 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) S 23052 23055 22007 0 -1 4202560 2543 0 1 0 47 1 0 0 20 0 22 0 30507525 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140269129126776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23058] ppid=23052 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23055/task/23058/stat : 23058 (java) S 23052 23055 22007 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 30507526 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268973013160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23059] ppid=23052 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23055/task/23059/stat : 23059 (java) S 23052 23055 22007 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 30507526 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268971960616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23060] ppid=23052 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23055/task/23060/stat : 23060 (java) S 23052 23055 22007 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 30507526 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268970908072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23061] ppid=23052 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23055/task/23061/stat : 23061 (java) S 23052 23055 22007 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 30507526 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268969855528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23062] ppid=23052 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23055/task/23062/stat : 23062 (java) S 23052 23055 22007 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 30507526 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268968802984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23063] ppid=23052 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23055/task/23063/stat : 23063 (java) S 23052 23055 22007 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30507526 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268967750440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23064] ppid=23052 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23055/task/23064/stat : 23064 (java) S 23052 23055 22007 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 30507526 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268966697896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23065] ppid=23052 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23055/task/23065/stat : 23065 (java) S 23052 23055 22007 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 30507526 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268965645352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23066] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23066/stat : 23066 (java) S 23052 23055 22007 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268953233512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23067] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23067/stat : 23067 (java) S 23052 23055 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268952179832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23068] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23068/stat : 23068 (java) S 23052 23055 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268951127176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23069] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23069/stat : 23069 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268950075920 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23070] ppid=23052 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/23055/task/23070/stat : 23070 (java) S 23052 23055 22007 0 -1 4202560 5394 0 0 0 109 1 0 0 20 0 22 0 30507529 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268949023288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23071] ppid=23052 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/23055/task/23071/stat : 23071 (java) S 23052 23055 22007 0 -1 4202560 7256 0 0 0 107 2 0 0 20 0 22 0 30507529 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268947970744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23072] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23072/stat : 23072 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268946918392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23073] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23073/stat : 23073 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268945866056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23074] ppid=23052 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/23055/task/23074/stat : 23074 (java) R 23052 23055 22007 0 -1 4202560 24 0 0 0 245 0 0 0 20 0 22 0 30507575 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268944801440 140269069552020 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23075] ppid=23052 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/23055/task/23075/stat : 23075 (java) R 23052 23055 22007 0 -1 4202560 123 0 0 0 244 3 0 0 20 0 22 0 30507575 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268943756512 140269069653601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23076] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23076/stat : 23076 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268942705704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23077] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23077/stat : 23077 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 85924 33554432000 1073741824 1073778376 140735966160608 140268941653160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.33 4.29 4.32 5/219 23077
/proc/meminfo: memFree=29018756/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9824732 CPUtime=14.59 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 17514 0 1 0 1435 24 0 0 20 0 22 0 30507524 10060525568 153807 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2456183 153807 2292 9 0 2446860 0
[pid=23055/tid=23056] ppid=23052 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) S 23052 23055 22007 0 -1 4202560 2543 0 1 0 47 1 0 0 20 0 22 0 30507525 10060525568 153807 33554432000 1073741824 1073778376 140735966160608 140269129126776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23058] ppid=23052 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23055/task/23058/stat : 23058 (java) S 23052 23055 22007 0 -1 4202560 47 0 0 0 3 2 0 0 20 0 22 0 30507526 10060525568 153807 33554432000 1073741824 1073778376 140735966160608 140268973013160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23059] ppid=23052 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23055/task/23059/stat : 23059 (java) S 23052 23055 22007 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 30507526 10060525568 153807 33554432000 1073741824 1073778376 140735966160608 140268971960616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23060] ppid=23052 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23055/task/23060/stat : 23060 (java) S 23052 23055 22007 0 -1 4202560 60 0 0 0 5 2 0 0 20 0 22 0 30507526 10060525568 153807 33554432000 1073741824 1073778376 140735966160608 140268970908072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23061] ppid=23052 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23055/task/23061/stat : 23061 (java) S 23052 23055 22007 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 22 0 30507526 10060525568 153807 33554432000 1073741824 1073778376 140735966160608 140268969855528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23062] ppid=23052 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23055/task/23062/stat : 23062 (java) S 23052 23055 22007 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 30507526 10060525568 153807 33554432000 1073741824 1073778376 140735966160608 140268968802984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23063] ppid=23052 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23055/task/23063/stat : 23063 (java) S 23052 23055 22007 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 30507526 10060525568 153807 33554432000 1073741824 1073778376 140735966160608 140268967750440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23064] ppid=23052 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/23055/task/23064/stat : 23064 (java) S 23052 23055 22007 0 -1 4202560 67 0 0 0 8 3 0 0 20 0 22 0 30507526 10060525568 153807 33554432000 1073741824 1073778376 140735966160608 140268966697896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23065] ppid=23052 vsize=9824732 CPUtime=0.06 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.27 4.26 4.26 5/219 23123
/proc/meminfo: memFree=22801336/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9824732 CPUtime=1773.84 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 30250 0 1 0 177174 210 0 0 20 0 22 0 30507524 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2456183 949541 2301 9 0 2446860 0
[pid=23055/tid=23056] ppid=23052 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) S 23052 23055 22007 0 -1 4202560 2547 0 1 0 50 3 0 0 20 0 22 0 30507525 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140269129126776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23058] ppid=23052 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/23055/task/23058/stat : 23058 (java) S 23052 23055 22007 0 -1 4202560 653 0 0 0 276 18 0 0 20 0 22 0 30507526 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268973013160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23059] ppid=23052 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/23055/task/23059/stat : 23059 (java) S 23052 23055 22007 0 -1 4202560 684 0 0 0 275 16 0 0 20 0 22 0 30507526 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268971960616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23060] ppid=23052 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/23055/task/23060/stat : 23060 (java) S 23052 23055 22007 0 -1 4202560 742 0 0 0 271 17 0 0 20 0 22 0 30507526 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268970908072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23061] ppid=23052 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/23055/task/23061/stat : 23061 (java) S 23052 23055 22007 0 -1 4202560 647 0 0 0 300 18 0 0 20 0 22 0 30507526 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268969855528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23062] ppid=23052 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/23055/task/23062/stat : 23062 (java) S 23052 23055 22007 0 -1 4202560 809 0 0 0 287 18 0 0 20 0 22 0 30507526 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268968802984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23063] ppid=23052 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/23055/task/23063/stat : 23063 (java) S 23052 23055 22007 0 -1 4202560 563 0 0 0 280 18 0 0 20 0 22 0 30507526 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268967750440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23064] ppid=23052 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/23055/task/23064/stat : 23064 (java) S 23052 23055 22007 0 -1 4202560 754 0 0 0 285 18 0 0 20 0 22 0 30507526 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268966697896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23065] ppid=23052 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/23055/task/23065/stat : 23065 (java) S 23052 23055 22007 0 -1 4202560 640 0 0 0 248 18 0 0 20 0 22 0 30507526 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268965645352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23066] ppid=23052 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/23055/task/23066/stat : 23066 (java) S 23052 23055 22007 0 -1 4202560 2348 0 0 0 366 14 0 0 20 0 22 0 30507527 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268953233512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23067] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23067/stat : 23067 (java) S 23052 23055 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268952179832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23068] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23068/stat : 23068 (java) S 23052 23055 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268951127176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23069] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23069/stat : 23069 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268950075920 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23070] ppid=23052 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/23055/task/23070/stat : 23070 (java) S 23052 23055 22007 0 -1 4202560 9212 0 0 0 141 2 0 0 20 0 22 0 30507529 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268949023288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23071] ppid=23052 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/23055/task/23071/stat : 23071 (java) S 23052 23055 22007 0 -1 4202560 7266 0 0 0 126 2 0 0 20 0 22 0 30507529 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268947970744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23072] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23072/stat : 23072 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268946918392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23073] ppid=23052 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/23055/task/23073/stat : 23073 (java) S 23052 23055 22007 0 -1 4202560 50 0 0 0 15 22 0 0 20 0 22 0 30507529 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268945866056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23074] ppid=23052 vsize=9824732 CPUtime=871.58 cores=1,3,5,7
/proc/23055/task/23074/stat : 23074 (java) R 23052 23055 22007 0 -1 4202560 96 0 0 0 87140 18 0 0 20 0 22 0 30507575 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268944801520 140269069644511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23075] ppid=23052 vsize=9824732 CPUtime=871.52 cores=1,3,5,7
/proc/23055/task/23075/stat : 23075 (java) R 23052 23055 22007 0 -1 4202560 1975 0 0 0 87101 51 0 0 20 0 22 0 30507575 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268943756496 140269069616223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23076] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23076/stat : 23076 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268942705704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23077] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23077/stat : 23077 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 949541 33554432000 1073741824 1073778376 140735966160608 140268941653160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1773.84
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.38 4.28 4.27 8/219 23192
/proc/meminfo: memFree=26386664/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 30253 0 1 0 179791 212 0 0 20 0 22 0 30507524 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2456183 949538 2301 9 0 2446860 0
[pid=23055/tid=23056] ppid=23052 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) S 23052 23055 22007 0 -1 4202560 2547 0 1 0 50 3 0 0 20 0 22 0 30507525 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140269129126776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23058] ppid=23052 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/23055/task/23058/stat : 23058 (java) S 23052 23055 22007 0 -1 4202560 653 0 0 0 286 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268973013160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23059] ppid=23052 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/23055/task/23059/stat : 23059 (java) S 23052 23055 22007 0 -1 4202560 684 0 0 0 282 16 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268971960616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23060] ppid=23052 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/23055/task/23060/stat : 23060 (java) S 23052 23055 22007 0 -1 4202560 742 0 0 0 274 17 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268970908072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23061] ppid=23052 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/23055/task/23061/stat : 23061 (java) S 23052 23055 22007 0 -1 4202560 647 0 0 0 307 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268969855528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23062] ppid=23052 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/23055/task/23062/stat : 23062 (java) S 23052 23055 22007 0 -1 4202560 809 0 0 0 290 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268968802984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23063] ppid=23052 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/23055/task/23063/stat : 23063 (java) S 23052 23055 22007 0 -1 4202560 563 0 0 0 283 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268967750440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23064] ppid=23052 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/23055/task/23064/stat : 23064 (java) S 23052 23055 22007 0 -1 4202560 754 0 0 0 292 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268966697896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23065] ppid=23052 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/23055/task/23065/stat : 23065 (java) S 23052 23055 22007 0 -1 4202560 640 0 0 0 257 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268965645352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23066] ppid=23052 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/23055/task/23066/stat : 23066 (java) S 23052 23055 22007 0 -1 4202560 2348 0 0 0 366 15 0 0 20 0 22 0 30507527 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268953233512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23067] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23067/stat : 23067 (java) S 23052 23055 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268952179832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23068] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23068/stat : 23068 (java) S 23052 23055 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268951127176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23069] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23069/stat : 23069 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268950075920 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23070] ppid=23052 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/23055/task/23070/stat : 23070 (java) S 23052 23055 22007 0 -1 4202560 9212 0 0 0 141 2 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268949023288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23071] ppid=23052 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/23055/task/23071/stat : 23071 (java) S 23052 23055 22007 0 -1 4202560 7266 0 0 0 126 2 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268947970744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23072] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23072/stat : 23072 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268946918392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23073] ppid=23052 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/23055/task/23073/stat : 23073 (java) S 23052 23055 22007 0 -1 4202560 50 0 0 0 15 23 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268945866056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23074] ppid=23052 vsize=9824732 CPUtime=884.43 cores=1,3,5,7
/proc/23055/task/23074/stat : 23074 (java) R 23052 23055 22007 0 -1 4202560 97 0 0 0 88425 18 0 0 20 0 22 0 30507575 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268944809168 140269069644183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23075] ppid=23052 vsize=9824732 CPUtime=884.37 cores=1,3,5,7
/proc/23055/task/23075/stat : 23075 (java) R 23052 23055 22007 0 -1 4202560 1977 0 0 0 88385 52 0 0 20 0 22 0 30507575 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268943757832 140269069616203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23076] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23076/stat : 23076 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268942705704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23077] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23077/stat : 23077 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268941653160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 23055 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.38 4.28 4.27 8/219 23192
/proc/meminfo: memFree=26386664/32872528 swapFree=1437460/1543748
[pid=23055] ppid=23052 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/23055/stat : 23055 (java) S 23052 23055 22007 0 -1 4202496 30253 0 1 0 179791 212 0 0 20 0 22 0 30507524 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140735966151744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23055/statm: 2456183 949538 2301 9 0 2446860 0
[pid=23055/tid=23056] ppid=23052 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/23055/task/23056/stat : 23056 (java) S 23052 23055 22007 0 -1 4202560 2547 0 1 0 50 3 0 0 20 0 22 0 30507525 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140269129126776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23058] ppid=23052 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/23055/task/23058/stat : 23058 (java) S 23052 23055 22007 0 -1 4202560 653 0 0 0 286 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268973013160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23059] ppid=23052 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/23055/task/23059/stat : 23059 (java) S 23052 23055 22007 0 -1 4202560 684 0 0 0 282 16 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268971960616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23060] ppid=23052 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/23055/task/23060/stat : 23060 (java) S 23052 23055 22007 0 -1 4202560 742 0 0 0 274 17 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268970908072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23061] ppid=23052 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/23055/task/23061/stat : 23061 (java) S 23052 23055 22007 0 -1 4202560 647 0 0 0 307 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268969855528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23062] ppid=23052 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/23055/task/23062/stat : 23062 (java) S 23052 23055 22007 0 -1 4202560 809 0 0 0 290 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268968802984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23063] ppid=23052 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/23055/task/23063/stat : 23063 (java) S 23052 23055 22007 0 -1 4202560 563 0 0 0 283 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268967750440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23064] ppid=23052 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/23055/task/23064/stat : 23064 (java) S 23052 23055 22007 0 -1 4202560 754 0 0 0 292 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268966697896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23065] ppid=23052 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/23055/task/23065/stat : 23065 (java) S 23052 23055 22007 0 -1 4202560 640 0 0 0 257 18 0 0 20 0 22 0 30507526 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268965645352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23066] ppid=23052 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/23055/task/23066/stat : 23066 (java) S 23052 23055 22007 0 -1 4202560 2348 0 0 0 366 15 0 0 20 0 22 0 30507527 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268953233512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23067] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23067/stat : 23067 (java) S 23052 23055 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268952179832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23068] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23068/stat : 23068 (java) S 23052 23055 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507527 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268951127176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23069] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23069/stat : 23069 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268950075920 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23070] ppid=23052 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/23055/task/23070/stat : 23070 (java) S 23052 23055 22007 0 -1 4202560 9212 0 0 0 141 2 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268949023288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23071] ppid=23052 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/23055/task/23071/stat : 23071 (java) S 23052 23055 22007 0 -1 4202560 7266 0 0 0 126 2 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268947970744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23055/tid=23072] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23072/stat : 23072 (java) S 23052 23055 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268946918392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23073] ppid=23052 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/23055/task/23073/stat : 23073 (java) S 23052 23055 22007 0 -1 4202560 50 0 0 0 15 23 0 0 20 0 22 0 30507529 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268945866056 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23074] ppid=23052 vsize=9824732 CPUtime=884.43 cores=1,3,5,7
/proc/23055/task/23074/stat : 23074 (java) R 23052 23055 22007 0 -1 4202560 97 0 0 0 88425 18 0 0 20 0 22 0 30507575 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268944809168 140269069644183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23055/tid=23075] ppid=23052 vsize=9824732 CPUtime=884.37 cores=1,3,5,7
/proc/23055/task/23075/stat : 23075 (java) R 23052 23055 22007 0 -1 4202560 1977 0 0 0 88385 52 0 0 20 0 22 0 30507575 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268943757832 140269069616203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23055/tid=23076] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23076/stat : 23076 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268942705704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23055/tid=23077] ppid=23052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23055/task/23077/stat : 23077 (java) S 23052 23055 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507576 10060525568 949538 33554432000 1073741824 1073778376 140735966160608 140268941653160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 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): 895.368
CPU time (s): 1800.78
CPU user time (s): 1798.04
CPU system time (s): 2.74158
CPU usage (%): 201.122
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.04
system time used= 2.74158
maximum resident set size= 3798268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30288
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24409
involuntary context switches= 31943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.10407 second user time and 8.5207 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 22:58:02
IDJOB=4116542
IDBENCH=109483
IDSOLVER=2543
FILE ID=node116/4116542-1466974682
RUNJOBID= node116-1466969304-22024
PBS_JOBID= 19976377
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 0fa0928008c966292e9de5be6ad7d68b
RANDOM SEED=1089430792

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.206
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:        30090380 kB
Buffers:           37116 kB
Cached:           315236 kB
SwapCached:         2072 kB
Active:           203040 kB
Inactive:         321276 kB
Active(anon):     172552 kB
Inactive(anon):     1656 kB
Active(file):      30488 kB
Inactive(file):   319620 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:       1659356 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             566584 kB
SReclaimable:      10284 kB
SUnreclaim:       556300 kB
KernelStack:        1808 kB
PageTables:         7640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2364184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71680 MiB
End job on node116 at 2016-06-26 23:12:57