Trace number 4107019

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.64 898.348

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_40.opb
MD5SUM9cbb63659aad73a7ceefd89db6573bef
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4107019-1466279716.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.73/0.45	c ... done. Wall clock time 0.337s.
0.73/0.45	c declared #vars     200
0.73/0.45	c internal #vars     3274
0.73/0.45	c #constraints  6451
0.73/0.45	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.45	c constraints type 
0.73/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
0.73/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.73/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.73/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3074
0.73/0.45	c 6451 constraints processed.
0.73/0.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.45	c constraints type 
0.73/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.73/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
0.73/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.73/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
0.73/0.45	c 6451 constraints processed.
5.05/1.50	c cleaning 2497 clauses out of 5001 with flag 15857/5001
6.62/2.03	c cleaning 4247 clauses out of 8504 with flag 36924/11001
7.84/2.61	c cleaning 5621 clauses out of 11257 with flag 57909/18001
9.12/3.21	c cleaning 6804 clauses out of 13635 with flag 90096/26000
10.60/3.95	c cleaning 7910 clauses out of 15831 with flag 125714/35000
12.19/4.77	c cleaning 8940 clauses out of 17921 with flag 165548/45000
14.26/5.75	c cleaning 9981 clauses out of 19981 with flag 209269/56000
16.66/6.91	c cleaning 10980 clauses out of 22001 with flag 258109/68001
19.54/8.31	c cleaning 11987 clauses out of 24020 with flag 308559/81000
22.34/9.70	c cleaning 12988 clauses out of 26033 with flag 357240/95000
25.74/11.47	c cleaning 14018 clauses out of 28048 with flag 417337/110003
29.54/13.38	c cleaning 14998 clauses out of 30027 with flag 484791/126000
33.54/15.30	c cleaning 16008 clauses out of 32030 with flag 541128/143001
37.73/17.40	c cleaning 17008 clauses out of 34023 with flag 597624/161002
41.74/19.44	c cleaning 18007 clauses out of 36016 with flag 658818/180003
45.33/21.28	c cleaning 18998 clauses out of 38007 with flag 724974/200001
50.29/23.63	c cleaning 19993 clauses out of 40009 with flag 808137/221001
55.35/26.10	c cleaning 20994 clauses out of 42015 with flag 884966/243000
60.66/28.74	c cleaning 22001 clauses out of 44026 with flag 975211/266005
65.65/31.29	c cleaning 23001 clauses out of 46020 with flag 1059727/290000
71.25/34.04	c cleaning 23995 clauses out of 48019 with flag 1160701/315000
77.45/37.16	c cleaning 24998 clauses out of 50024 with flag 1266257/341000
84.43/40.53	c cleaning 26007 clauses out of 52026 with flag 1380063/368000
92.22/44.40	c cleaning 26991 clauses out of 54019 with flag 1490160/396000
98.82/47.72	c cleaning 28008 clauses out of 56032 with flag 1598325/425004
106.22/51.42	c cleaning 28996 clauses out of 58020 with flag 1719770/455000
114.02/55.34	c cleaning 29995 clauses out of 60024 with flag 1850454/486000
122.82/59.78	c cleaning 30997 clauses out of 62029 with flag 1976066/518000
131.63/64.12	c cleaning 31999 clauses out of 64033 with flag 2110580/551001
140.63/68.61	c cleaning 33006 clauses out of 66034 with flag 2244540/585001
150.06/73.22	c cleaning 34004 clauses out of 68029 with flag 2377784/620002
160.86/78.65	c cleaning 34999 clauses out of 70023 with flag 2523484/656000
171.66/84.07	c cleaning 35996 clauses out of 72024 with flag 2671250/693000
183.86/90.12	c cleaning 37004 clauses out of 74029 with flag 2812234/731001
195.86/96.12	c cleaning 38001 clauses out of 76024 with flag 2977894/770000
208.05/102.29	c cleaning 38989 clauses out of 78027 with flag 3144639/810004
221.25/108.84	c cleaning 40006 clauses out of 80034 with flag 3307885/851000
235.25/115.82	c cleaning 40994 clauses out of 82028 with flag 3438775/893000
249.97/123.27	c cleaning 42011 clauses out of 84034 with flag 3616585/936000
262.35/129.44	c cleaning 43003 clauses out of 86023 with flag 3821404/980000
276.75/136.67	c cleaning 44001 clauses out of 88026 with flag 3997774/1025006
291.36/143.93	c cleaning 44995 clauses out of 90023 with flag 4174667/1071004
307.76/152.20	c cleaning 45992 clauses out of 92025 with flag 4358595/1118001
323.56/160.05	c cleaning 46998 clauses out of 94032 with flag 4549685/1166000
339.95/168.23	c cleaning 47988 clauses out of 96034 with flag 4736645/1215000
357.76/177.12	c cleaning 49004 clauses out of 98050 with flag 4929220/1265004
374.75/185.63	c cleaning 50005 clauses out of 100043 with flag 5120527/1316001
392.96/194.80	c cleaning 51002 clauses out of 102038 with flag 5322059/1368001
413.74/205.10	c cleaning 52009 clauses out of 104035 with flag 5535857/1421000
434.13/215.31	c cleaning 53007 clauses out of 106034 with flag 5774884/1475008
456.14/226.35	c cleaning 54001 clauses out of 108022 with flag 5996516/1530003
478.34/237.49	c cleaning 54988 clauses out of 110018 with flag 6247814/1586000
499.95/248.29	c cleaning 56006 clauses out of 112032 with flag 6487548/1643002
522.76/259.66	c cleaning 57005 clauses out of 114024 with flag 6724436/1701000
547.94/272.30	c cleaning 57993 clauses out of 116021 with flag 6962823/1760002
576.50/286.46	c cleaning 58999 clauses out of 118029 with flag 7237220/1820003
601.50/298.95	c cleaning 60001 clauses out of 120027 with flag 7493000/1881000
628.51/312.43	c cleaning 61001 clauses out of 122026 with flag 7679813/1943000
656.69/326.54	c cleaning 61999 clauses out of 124025 with flag 7872725/2006000
684.08/340.22	c cleaning 63002 clauses out of 126030 with flag 8119709/2070004
709.48/352.90	c cleaning 63997 clauses out of 128024 with flag 8371284/2135000
736.49/366.45	c cleaning 65007 clauses out of 130030 with flag 8622313/2201003
764.80/380.67	c cleaning 65992 clauses out of 132020 with flag 8882912/2268000
792.59/394.54	c cleaning 67002 clauses out of 134028 with flag 9158675/2336000
822.20/409.35	c cleaning 68003 clauses out of 136028 with flag 9437642/2405002
852.79/424.68	c cleaning 68999 clauses out of 138023 with flag 9724791/2475000
882.57/439.57	c cleaning 69998 clauses out of 140026 with flag 10007637/2546002
912.38/454.43	c cleaning 70993 clauses out of 142026 with flag 10267339/2618000
941.97/469.24	c cleaning 72007 clauses out of 144033 with flag 10557494/2691000
970.57/483.57	c cleaning 73005 clauses out of 146028 with flag 10857218/2765002
1001.76/499.18	c cleaning 73989 clauses out of 148021 with flag 11150602/2840000
1033.16/514.81	c cleaning 74998 clauses out of 150032 with flag 11440217/2916000
1066.55/531.55	c cleaning 76004 clauses out of 152036 with flag 11746906/2993002
1101.43/549.00	c cleaning 76990 clauses out of 154030 with flag 12076717/3071000
1133.81/565.18	c cleaning 78014 clauses out of 156044 with flag 12381382/3150004
1171.61/584.05	c cleaning 79002 clauses out of 158026 with flag 12700354/3230000
1209.02/602.77	c cleaning 79979 clauses out of 160024 with flag 13019760/3311000
1244.21/620.35	c cleaning 81016 clauses out of 162047 with flag 13320167/3393002
1295.27/645.96	c cleaning 81995 clauses out of 164030 with flag 13723857/3476001
1343.47/670.02	c cleaning 82992 clauses out of 166034 with flag 14091588/3560000
1396.45/696.51	c cleaning 84006 clauses out of 168043 with flag 14470456/3645001
1451.85/724.28	c cleaning 85008 clauses out of 170036 with flag 14838813/3731000
1520.83/758.75	c cleaning 85986 clauses out of 172028 with flag 15204956/3818000
1579.50/788.02	c cleaning 87010 clauses out of 174043 with flag 15580646/3906001
1642.52/819.53	c cleaning 87997 clauses out of 176032 with flag 15951260/3995000
1709.31/852.99	c cleaning 89001 clauses out of 178035 with flag 16353196/4085000
1776.72/886.69	c cleaning 90009 clauses out of 180037 with flag 16761442/4176003
1800.11/898.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/898.30	c starts		: 7
1800.11/898.30	c conflicts		: 4214899
1800.11/898.30	c decisions		: 8063262
1800.11/898.30	c propagations		: 115433412
1800.11/898.30	c inspects		: 14078674670
1800.11/898.30	c shortcuts		: 0
1800.11/898.30	c learnt literals	: 0
1800.11/898.30	c learnt binary clauses	: 0
1800.11/898.30	c learnt ternary clauses	: 8869
1800.11/898.30	c learnt constraints	: 4214899
1800.11/898.30	c ignored constraints	: 0
1800.11/898.30	c root simplifications	: 0
1800.11/898.30	c removed literals (reason simplification)	: 79014421
1800.11/898.30	c reason swapping (by a shorter reason)	: 0
1800.11/898.30	c Calls to reduceDB	: 87
1800.11/898.30	c Number of update (reduction) of LBD	: 1516801
1800.11/898.30	c Imported unit clauses	: 0
1800.11/898.30	c number of reductions to clauses (during analyze)	: 0
1800.11/898.30	c number of learned constraints concerned by reduction	: 0
1800.11/898.30	c number of learning phase by resolution	: 0
1800.11/898.30	c number of learning phase by cutting planes	: 0
1800.11/898.30	c speed (assignments/second)	: 128566.9072793026
1800.11/898.30	c non guided choices	3139
1800.11/898.33	c learnt constraints type 
1800.11/898.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128924
1800.11/898.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/898.33	c starts		: 11
1800.11/898.33	c conflicts		: 1734
1800.11/898.33	c decisions		: 8399
1800.11/898.33	c propagations		: 333994
1800.11/898.33	c inspects		: 13726473
1800.11/898.33	c shortcuts		: 0
1800.11/898.33	c learnt literals	: 0
1800.11/898.33	c learnt binary clauses	: 0
1800.11/898.33	c learnt ternary clauses	: 0
1800.11/898.33	c learnt constraints	: 1733
1800.11/898.33	c ignored constraints	: 0
1800.11/898.33	c root simplifications	: 0
1800.11/898.33	c removed literals (reason simplification)	: 0
1800.11/898.33	c reason swapping (by a shorter reason)	: 0
1800.11/898.33	c Calls to reduceDB	: 0
1800.11/898.33	c Number of update (reduction) of LBD	: 0
1800.11/898.33	c Imported unit clauses	: 0
1800.11/898.33	c number of reductions to clauses (during analyze)	: 0
1800.11/898.33	c number of learned constraints concerned by reduction	: 0
1800.11/898.33	c number of learning phase by resolution	: 0
1800.11/898.33	c number of learning phase by cutting planes	: 0
1800.11/898.33	c speed (assignments/second)	: 371.98397989913934
1800.11/898.33	c non guided choices	3139
1800.11/898.33	c learnt constraints type 
1800.11/898.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.11/898.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1732
1800.11/898.33	s UNKNOWN
1800.11/898.33	c Total wall clock time (in seconds): 898.219

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

pid=11948
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.16 4.15 4.17 5/197 11951
/proc/meminfo: memFree=28195776/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/11951/stat : 11951 (java) R 11948 11951 3621 0 -1 4202496 1063 0 0 0 0 0 0 0 20 0 1 0 30018413 23793664 713 33554432000 1073741824 1073778376 140733999989888 140733999978952 214360438120 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 5809 713 527 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 4.16 4.15 4.17 5/197 11951
/proc/meminfo: memFree=28195776/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 4423 0 1 0 9 1 0 0 20 0 18 0 30018413 9787879424 6055 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2389619 6055 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 4.16 4.15 4.17 5/197 11951
/proc/meminfo: memFree=28195776/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 4592 0 1 0 22 1 0 0 20 0 18 0 30018413 9787879424 7214 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2389619 7189 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 4.16 4.15 4.17 5/197 11951
/proc/meminfo: memFree=28195776/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 5986 0 1 0 47 1 0 0 20 0 18 0 30018413 9787879424 9006 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2389619 9006 2240 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700199 s]
/proc/loadavg: 4.16 4.15 4.17 5/197 11951
/proc/meminfo: memFree=28195776/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 22401 0 1 0 182 4 0 0 20 0 22 0 30018413 10060525568 26275 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2456183 26276 2263 9 0 2446860 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.30 4.18 4.18 8/219 11973
/proc/meminfo: memFree=28085368/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9824732 CPUtime=5.05 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 31947 0 1 0 499 6 0 0 20 0 22 0 30018413 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2456183 38973 2277 9 0 2446860 0
[pid=11951/tid=11953] ppid=11948 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 3621 0 -1 4202560 2436 0 1 0 41 2 0 0 20 0 22 0 30018413 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427734766456 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11954] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427723827368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11955] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427722774824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11956] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427721722280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11957] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427720669736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11958] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427719617192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11959] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427718564648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11960] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427717512104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11961] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427716459560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11962] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30018415 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427558729832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11963] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427557676152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11964] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427556623496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11965] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427555572240 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11966] ppid=11948 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/11951/task/11966/stat : 11966 (java) R 11948 11951 3621 0 -1 4202560 16232 0 0 0 124 1 0 0 20 0 22 0 30018418 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427554496728 140427740726408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11967] ppid=11948 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/11951/task/11967/stat : 11967 (java) R 11948 11951 3621 0 -1 4202560 11913 0 0 0 124 2 0 0 20 0 22 0 30018418 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427553467096 140427738883654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11968] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11968/stat : 11968 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427552414712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11969] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11969/stat : 11969 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427551362376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11970] ppid=11948 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/11951/task/11970/stat : 11970 (java) R 11948 11951 3621 0 -1 4202560 25 0 0 0 103 0 0 0 20 0 22 0 30018458 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427550306440 140427596487728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11971] ppid=11948 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/11951/task/11971/stat : 11971 (java) R 11948 11951 3621 0 -1 4202560 63 0 0 0 102 0 0 0 20 0 22 0 30018458 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427549253912 140427738296258 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11972] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11972/stat : 11972 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427548202024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11973] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11973/stat : 11973 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 38973 33554432000 1073741824 1073778376 140733999989888 140427547149480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.30 4.18 4.18 6/219 11973
/proc/meminfo: memFree=27969188/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9824732 CPUtime=8.91 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 34225 0 1 0 878 13 0 0 20 0 22 0 30018413 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2456183 92562 2292 9 0 2446860 0
[pid=11951/tid=11953] ppid=11948 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 3621 0 -1 4202560 2436 0 1 0 41 2 0 0 20 0 22 0 30018413 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427734766456 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11954] ppid=11948 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 3621 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 30018414 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427723827368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11955] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427722774824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11956] ppid=11948 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 3621 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 30018414 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427721722280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11957] ppid=11948 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 3621 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 30018414 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427720669736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11958] ppid=11948 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 3621 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 30018414 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427719617192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11959] ppid=11948 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 3621 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 30018414 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427718564648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11960] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30018414 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427717512104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11961] ppid=11948 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 3621 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 30018414 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427716459560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11962] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 3621 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 30018415 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427558729832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11963] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427557676152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11964] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427556623496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11965] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427555572240 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11966] ppid=11948 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 3621 0 -1 4202560 18117 0 0 0 154 2 0 0 20 0 22 0 30018418 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427554519608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11967] ppid=11948 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/11951/task/11967/stat : 11967 (java) S 11948 11951 3621 0 -1 4202560 11915 0 0 0 150 3 0 0 20 0 22 0 30018418 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427553467064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11968] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11968/stat : 11968 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427552414712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11969] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11969/stat : 11969 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427551362376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11970] ppid=11948 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/11951/task/11970/stat : 11970 (java) R 11948 11951 3621 0 -1 4202560 28 0 0 0 256 0 0 0 20 0 22 0 30018458 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427550306808 140427597225273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11971] ppid=11948 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/11951/task/11971/stat : 11971 (java) R 11948 11951 3621 0 -1 4202560 147 0 0 0 250 4 0 0 20 0 22 0 30018458 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427549253688 140427597645389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11972] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11972/stat : 11972 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427548202024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11973] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11973/stat : 11973 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 92562 33554432000 1073741824 1073778376 140733999989888 140427547149480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.30 4.18 4.18 6/219 11973
/proc/meminfo: memFree=27552104/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9824732 CPUtime=15.46 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 34780 0 1 0 1522 24 0 0 20 0 22 0 30018413 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2456183 162010 2292 9 0 2446860 0
[pid=11951/tid=11953] ppid=11948 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 3621 0 -1 4202560 2436 0 1 0 41 2 0 0 20 0 22 0 30018413 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427734766456 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11954] ppid=11948 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 3621 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 22 0 30018414 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427723827368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11955] ppid=11948 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 3621 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 30018414 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427722774824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11956] ppid=11948 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 3621 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 30018414 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427721722280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11957] ppid=11948 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 3621 0 -1 4202560 50 0 0 0 5 1 0 0 20 0 22 0 30018414 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427720669736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11958] ppid=11948 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 3621 0 -1 4202560 65 0 0 0 5 2 0 0 20 0 22 0 30018414 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427719617192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11959] ppid=11948 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 3621 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 30018414 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427718564648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11960] ppid=11948 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 3621 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 30018414 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427717512104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11961] ppid=11948 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 3621 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 30018414 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427716459560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11962] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 3621 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 22 0 30018415 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427558729832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11963] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427557676152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11964] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427556623496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11965] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 162010 33554432000 1073741824 1073778376 140733999989888 140427555572240 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11966] ppid=11948 vsize=9824732 CPUtime=1.57 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.25 4.20 4.18 5/219 12162
/proc/meminfo: memFree=23624520/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9824732 CPUtime=1768.12 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 40451 0 1 0 176644 168 0 0 20 0 22 0 30018413 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2456183 744727 2301 9 0 2446860 0
[pid=11951/tid=11953] ppid=11948 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 3621 0 -1 4202560 2440 0 1 0 43 3 0 0 20 0 22 0 30018413 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427734766456 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11954] ppid=11948 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 3621 0 -1 4202560 353 0 0 0 47 16 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427723827368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11955] ppid=11948 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 3621 0 -1 4202560 455 0 0 0 33 11 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427722774824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11956] ppid=11948 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 3621 0 -1 4202560 393 0 0 0 35 14 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427721722280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11957] ppid=11948 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 3621 0 -1 4202560 443 0 0 0 51 20 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427720669736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11958] ppid=11948 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 3621 0 -1 4202560 457 0 0 0 31 11 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427719617192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11959] ppid=11948 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 3621 0 -1 4202560 236 0 0 0 28 9 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427718564648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11960] ppid=11948 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 3621 0 -1 4202560 335 0 0 0 43 15 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427717512104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11961] ppid=11948 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 3621 0 -1 4202560 346 0 0 0 37 14 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427716459560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11962] ppid=11948 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 3621 0 -1 4202560 1582 0 0 0 99 2 0 0 20 0 22 0 30018415 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427558729832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11963] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427557676152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11964] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427556623496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11965] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427555572240 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11966] ppid=11948 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 3621 0 -1 4202560 18122 0 0 0 164 2 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427554519608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11967] ppid=11948 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/11951/task/11967/stat : 11967 (java) S 11948 11951 3621 0 -1 4202560 11915 0 0 0 153 3 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427553467064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11968] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11968/stat : 11968 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427552414712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11969] ppid=11948 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/11951/task/11969/stat : 11969 (java) S 11948 11951 3621 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427551362376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11970] ppid=11948 vsize=9824732 CPUtime=879.63 cores=1,3,5,7
/proc/11951/task/11970/stat : 11970 (java) R 11948 11951 3621 0 -1 4202560 94 0 0 0 87946 17 0 0 20 0 22 0 30018458 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427550297744 140427597114876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11971] ppid=11948 vsize=9824732 CPUtime=879.45 cores=1,3,5,7
/proc/11951/task/11971/stat : 11971 (java) R 11948 11951 3621 0 -1 4202560 1964 0 0 0 87901 44 0 0 20 0 22 0 30018458 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427549252560 140427597460210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11972] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11972/stat : 11972 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427548202024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11973] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11973/stat : 11973 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427547149480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1768.12
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.301 s]
/proc/loadavg: 4.34 4.22 4.18 6/220 12165
/proc/meminfo: memFree=23624732/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 40452 0 1 0 179842 169 0 0 20 0 22 0 30018413 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2456183 744727 2301 9 0 2446860 0
[pid=11951/tid=11953] ppid=11948 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 3621 0 -1 4202560 2440 0 1 0 43 3 0 0 20 0 22 0 30018413 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427734766456 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11954] ppid=11948 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 3621 0 -1 4202560 353 0 0 0 47 16 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427723827368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11955] ppid=11948 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 3621 0 -1 4202560 455 0 0 0 33 11 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427722774824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11956] ppid=11948 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 3621 0 -1 4202560 393 0 0 0 35 14 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427721722280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11957] ppid=11948 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 3621 0 -1 4202560 443 0 0 0 51 20 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427720669736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11958] ppid=11948 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 3621 0 -1 4202560 457 0 0 0 31 11 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427719617192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11959] ppid=11948 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 3621 0 -1 4202560 236 0 0 0 28 9 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427718564648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11960] ppid=11948 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 3621 0 -1 4202560 335 0 0 0 43 15 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427717512104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11961] ppid=11948 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 3621 0 -1 4202560 346 0 0 0 37 14 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427716459560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11962] ppid=11948 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 3621 0 -1 4202560 1582 0 0 0 99 2 0 0 20 0 22 0 30018415 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427558729832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11963] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427557676152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11964] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427556623496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11965] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427555572240 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11966] ppid=11948 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 3621 0 -1 4202560 18122 0 0 0 164 2 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427554519608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11967] ppid=11948 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/11951/task/11967/stat : 11967 (java) S 11948 11951 3621 0 -1 4202560 11915 0 0 0 153 3 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427553467064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11968] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11968/stat : 11968 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427552414712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11969] ppid=11948 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11951/task/11969/stat : 11969 (java) S 11948 11951 3621 0 -1 4202560 51 0 0 0 16 19 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427551362376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11970] ppid=11948 vsize=9824732 CPUtime=895.62 cores=1,3,5,7
/proc/11951/task/11970/stat : 11970 (java) R 11948 11951 3621 0 -1 4202560 95 0 0 0 89545 17 0 0 20 0 22 0 30018458 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427550297744 140427596935719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11971] ppid=11948 vsize=9824732 CPUtime=895.44 cores=1,3,5,7
/proc/11951/task/11971/stat : 11971 (java) R 11948 11951 3621 0 -1 4202560 1964 0 0 0 89500 44 0 0 20 0 22 0 30018458 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427549252560 140427597833919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11972] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11972/stat : 11972 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427548202024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11973] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11973/stat : 11973 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427547149480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11951 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.301 s]
/proc/loadavg: 4.34 4.22 4.18 6/220 12165
/proc/meminfo: memFree=23624732/32872528 swapFree=1286400/1433568
[pid=11951] ppid=11948 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/11951/stat : 11951 (java) S 11948 11951 3621 0 -1 4202496 40452 0 1 0 179842 169 0 0 20 0 22 0 30018413 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140733999981024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11951/statm: 2456183 744727 2301 9 0 2446860 0
[pid=11951/tid=11953] ppid=11948 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/11951/task/11953/stat : 11953 (java) S 11948 11951 3621 0 -1 4202560 2440 0 1 0 43 3 0 0 20 0 22 0 30018413 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427734766456 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11954] ppid=11948 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/11951/task/11954/stat : 11954 (java) S 11948 11951 3621 0 -1 4202560 353 0 0 0 47 16 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427723827368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11955] ppid=11948 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/11951/task/11955/stat : 11955 (java) S 11948 11951 3621 0 -1 4202560 455 0 0 0 33 11 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427722774824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11956] ppid=11948 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/11951/task/11956/stat : 11956 (java) S 11948 11951 3621 0 -1 4202560 393 0 0 0 35 14 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427721722280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11957] ppid=11948 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/11951/task/11957/stat : 11957 (java) S 11948 11951 3621 0 -1 4202560 443 0 0 0 51 20 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427720669736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11958] ppid=11948 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11951/task/11958/stat : 11958 (java) S 11948 11951 3621 0 -1 4202560 457 0 0 0 31 11 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427719617192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11959] ppid=11948 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11951/task/11959/stat : 11959 (java) S 11948 11951 3621 0 -1 4202560 236 0 0 0 28 9 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427718564648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11960] ppid=11948 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11951/task/11960/stat : 11960 (java) S 11948 11951 3621 0 -1 4202560 335 0 0 0 43 15 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427717512104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11961] ppid=11948 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/11951/task/11961/stat : 11961 (java) S 11948 11951 3621 0 -1 4202560 346 0 0 0 37 14 0 0 20 0 22 0 30018414 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427716459560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11962] ppid=11948 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/11951/task/11962/stat : 11962 (java) S 11948 11951 3621 0 -1 4202560 1582 0 0 0 99 2 0 0 20 0 22 0 30018415 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427558729832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11963] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11963/stat : 11963 (java) S 11948 11951 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427557676152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11964] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11964/stat : 11964 (java) S 11948 11951 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30018416 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427556623496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11965] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11965/stat : 11965 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427555572240 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11966] ppid=11948 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/11951/task/11966/stat : 11966 (java) S 11948 11951 3621 0 -1 4202560 18122 0 0 0 164 2 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427554519608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11967] ppid=11948 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/11951/task/11967/stat : 11967 (java) S 11948 11951 3621 0 -1 4202560 11915 0 0 0 153 3 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427553467064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11968] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11968/stat : 11968 (java) S 11948 11951 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427552414712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11969] ppid=11948 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11951/task/11969/stat : 11969 (java) S 11948 11951 3621 0 -1 4202560 51 0 0 0 16 19 0 0 20 0 22 0 30018418 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427551362376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11951/tid=11970] ppid=11948 vsize=9824732 CPUtime=895.62 cores=1,3,5,7
/proc/11951/task/11970/stat : 11970 (java) R 11948 11951 3621 0 -1 4202560 95 0 0 0 89545 17 0 0 20 0 22 0 30018458 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427550297744 140427596935719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11951/tid=11971] ppid=11948 vsize=9824732 CPUtime=895.44 cores=1,3,5,7
/proc/11951/task/11971/stat : 11971 (java) R 11948 11951 3621 0 -1 4202560 1964 0 0 0 89500 44 0 0 20 0 22 0 30018458 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427549252560 140427597833919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11951/tid=11972] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11972/stat : 11972 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427548202024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11951/tid=11973] ppid=11948 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11951/task/11973/stat : 11973 (java) S 11948 11951 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30018459 10060525568 744727 33554432000 1073741824 1073778376 140733999989888 140427547149480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.348
CPU time (s): 1800.64
CPU user time (s): 1798.47
CPU system time (s): 2.17067
CPU usage (%): 200.439
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 2.17067
maximum resident set size= 3229096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40488
page faults= 1
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21527
involuntary context switches= 18120

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52116 second user time and 7.8748 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 21:55:16
IDJOB=4107019
IDBENCH=48371
IDSOLVER=2543
FILE ID=node130/4107019-1466279716
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_2_40.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107019-1466279716/watcher-4107019-1466279716 -o /tmp/evaluation-result-4107019-1466279716/solver-4107019-1466279716 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107019-1466279716.opb

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

MD5SUM BENCH= 9cbb63659aad73a7ceefd89db6573bef
RANDOM SEED=1131898137

node130.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.365
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.73
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.365
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.365
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.55
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.365
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.365
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.365
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.53
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.365
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.365
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:        28196296 kB
Buffers:           57392 kB
Cached:           171364 kB
SwapCached:         1872 kB
Active:          2326244 kB
Inactive:         175952 kB
Active(anon):    2273464 kB
Inactive(anon):     2212 kB
Active(file):      52780 kB
Inactive(file):   173740 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       3705908 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             602492 kB
SReclaimable:      45648 kB
SUnreclaim:       556844 kB
KernelStack:        1632 kB
PageTables:        11992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3873380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2349056 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= 71724 MiB
End job on node130 at 2016-06-18 22:10:15