Trace number 4100402

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1801.05 895.315

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-bg512142.opb
MD5SUM6816c7581e307ff85cc3550c4b71269a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16800
Total number of constraints945
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints934
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 9600
Biggest coefficient in the objective function 3638
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 533064
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262141
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533064
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4100402-1466209222.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.24/0.65	c ... done. Wall clock time 0.527s.
1.24/0.65	c declared #vars     16800
1.24/0.65	c #constraints  1185
1.24/0.66	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.24/0.66	c constraints type 
1.24/0.66	c org.sat4j.specs.Constr$1 => 1
1.24/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
1.24/0.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 9
1.24/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1174
1.24/0.66	c 1185 constraints processed.
1.24/0.66	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.24/0.66	c constraints type 
1.24/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
1.24/0.66	c org.sat4j.specs.Constr$1 => 1
1.24/0.66	c org.sat4j.pb.constraints.pb.UnitClausePB => 9
1.24/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1174
1.24/0.66	c 1185 constraints processed.
1.24/0.66	c objective function length is 9600 literals
3.64/1.38	c cleaning 2499 clauses out of 5002 with flag 11502/5002
4.89/1.76	c cleaning 4239 clauses out of 8498 with flag 23721/11000
6.21/2.29	c cleaning 5629 clauses out of 11261 with flag 38527/18002
8.26/3.06	c cleaning 6816 clauses out of 13631 with flag 55027/26001
9.50/3.69	c cleaning 7902 clauses out of 15815 with flag 74942/35001
12.02/4.70	c cleaning 8950 clauses out of 17913 with flag 97291/45001
14.51/5.96	c cleaning 9977 clauses out of 19963 with flag 122068/56001
17.71/7.52	c cleaning 10988 clauses out of 21986 with flag 148723/68001
21.19/9.28	c cleaning 0 clauses out of 5000 with flag 0/5000
21.98/9.57	c cleaning 11993 clauses out of 23998 with flag 177298/81001
26.79/11.87	c cleaning 12993 clauses out of 26006 with flag 207941/95002
29.90/13.38	c cleaning 13998 clauses out of 28000 with flag 240823/110002
32.09/14.42	c cleaning 14990 clauses out of 30000 with flag 278029/126000
35.48/16.15	c cleaning 16004 clauses out of 32011 with flag 318449/143001
39.88/18.38	c cleaning 16999 clauses out of 34006 with flag 362790/161000
45.20/20.94	c cleaning 18002 clauses out of 36007 with flag 410506/180000
49.41/23.08	c cleaning 19001 clauses out of 38005 with flag 458193/200000
54.00/25.25	c cleaning 19996 clauses out of 39997 with flag 508936/221000
56.62/26.57	c cleaning 0 clauses out of 11001 with flag 0/11001
56.62/26.59	c cleaning 20988 clauses out of 42001 with flag 560001/243000
61.07/28.77	c cleaning 21995 clauses out of 44013 with flag 611038/266000
66.24/31.39	c cleaning 22999 clauses out of 46022 with flag 662459/290004
72.00/34.17	c cleaning 24000 clauses out of 48020 with flag 716488/315001
77.79/37.03	c cleaning 25012 clauses out of 50024 with flag 772480/341005
80.59/38.45	c cleaning 26005 clauses out of 52009 with flag 836905/368002
84.79/40.50	c cleaning 26993 clauses out of 54001 with flag 901285/396000
101.45/48.86	c cleaning 27995 clauses out of 56011 with flag 983344/425003
113.25/54.71	c cleaning 28999 clauses out of 58015 with flag 1058099/455002
126.12/61.19	c cleaning 30001 clauses out of 60015 with flag 1138156/486001
134.72/65.43	c cleaning 0 clauses out of 18000 with flag 0/18000
139.00/67.52	c cleaning 31001 clauses out of 62013 with flag 1221745/518000
146.19/71.14	c cleaning 31983 clauses out of 63979 with flag 1304603/551001
151.61/73.82	c cleaning 32990 clauses out of 65994 with flag 1389741/585001
158.60/77.33	c cleaning 34002 clauses out of 68003 with flag 1469939/620000
173.72/84.86	c cleaning 34995 clauses out of 70003 with flag 1555539/656002
188.19/92.09	c cleaning 35998 clauses out of 72007 with flag 1647322/693001
208.18/102.04	c cleaning 37000 clauses out of 74011 with flag 1730269/731003
231.44/113.61	c cleaning 37997 clauses out of 76010 with flag 1815721/770002
254.11/124.98	c cleaning 39006 clauses out of 78012 with flag 1902722/810001
276.18/135.98	c cleaning 39996 clauses out of 80005 with flag 1991055/851000
292.72/144.16	c cleaning 0 clauses out of 26001 with flag 0/26001
300.41/148.37	c cleaning 41001 clauses out of 82010 with flag 2081543/893001
324.86/160.53	c cleaning 42000 clauses out of 84008 with flag 2174778/936000
350.79/173.50	c cleaning 43000 clauses out of 86008 with flag 2269055/980000
376.71/186.37	c cleaning 44002 clauses out of 88009 with flag 2363863/1025001
402.83/199.38	c cleaning 45003 clauses out of 90006 with flag 2461986/1071000
437.33/216.51	c cleaning 45996 clauses out of 92003 with flag 2562538/1118000
455.92/225.74	c cleaning 0 clauses out of 35000 with flag 0/35000
469.72/232.64	c cleaning 46999 clauses out of 94008 with flag 2665145/1166001
508.39/251.92	c cleaning 48006 clauses out of 96011 with flag 2768756/1215003
543.70/270.00	c cleaning 48997 clauses out of 98002 with flag 2876062/1265000
577.86/287.08	c cleaning 50000 clauses out of 100006 with flag 2987338/1316001
608.38/302.22	c cleaning 0 clauses out of 45000 with flag 0/45000
610.78/303.42	c cleaning 51000 clauses out of 102005 with flag 3099098/1368000
638.90/317.42	c cleaning 51995 clauses out of 104009 with flag 3217942/1421004
673.51/334.63	c cleaning 53001 clauses out of 106011 with flag 3349487/1475001
715.52/355.41	c cleaning 54002 clauses out of 108009 with flag 3488258/1530000
753.87/374.59	c cleaning 54998 clauses out of 110007 with flag 3629786/1586000
795.60/395.34	c cleaning 56001 clauses out of 112009 with flag 3770695/1643000
835.26/415.06	c cleaning 57000 clauses out of 114009 with flag 3916709/1701001
876.44/435.57	c cleaning 57997 clauses out of 116009 with flag 4061604/1760001
921.52/457.98	c cleaning 59002 clauses out of 118011 with flag 4208333/1820000
968.72/481.50	c cleaning 60000 clauses out of 120011 with flag 4363002/1881002
973.12/483.65	c cleaning 0 clauses out of 56001 with flag 0/56001
1029.49/511.69	c cleaning 61001 clauses out of 122010 with flag 4514539/1943001
1088.88/541.15	c cleaning 62002 clauses out of 124011 with flag 4674899/2006003
1152.64/572.74	c cleaning 62996 clauses out of 126007 with flag 4829721/2070001
1202.74/597.71	c cleaning 64003 clauses out of 128010 with flag 4989377/2135000
1255.06/623.74	c cleaning 64996 clauses out of 130008 with flag 5150317/2201001
1306.87/649.41	c cleaning 65991 clauses out of 132011 with flag 5315651/2268000
1369.07/680.46	c cleaning 67003 clauses out of 134020 with flag 5489325/2336000
1447.79/719.48	c cleaning 68007 clauses out of 136017 with flag 5664477/2405000
1503.83/747.38	c cleaning 69000 clauses out of 138010 with flag 5837929/2475000
1559.15/774.75	c cleaning 70005 clauses out of 140010 with flag 6013845/2546000
1597.01/793.52	c cleaning 70999 clauses out of 142006 with flag 6173832/2618001
1668.16/828.88	c cleaning 72001 clauses out of 144006 with flag 6333136/2691000
1734.06/862.51	c cleaning 73000 clauses out of 146006 with flag 6500016/2765001
1795.64/893.05	c cleaning 74001 clauses out of 148005 with flag 6670367/2840000
1800.16/895.23	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.23	c starts		: 10355
1800.16/895.23	c conflicts		: 2854312
1800.16/895.23	c decisions		: 4141293
1800.16/895.23	c propagations		: 37631095
1800.16/895.23	c inspects		: 13737878978
1800.16/895.23	c shortcuts		: 0
1800.16/895.23	c learnt literals	: 60
1800.16/895.23	c learnt binary clauses	: 61
1800.16/895.23	c learnt ternary clauses	: 40
1800.16/895.23	c learnt constraints	: 2854252
1800.16/895.23	c ignored constraints	: 0
1800.16/895.23	c root simplifications	: 0
1800.16/895.23	c removed literals (reason simplification)	: 6053759
1800.16/895.23	c reason swapping (by a shorter reason)	: 0
1800.16/895.23	c Calls to reduceDB	: 71
1800.16/895.23	c Number of update (reduction) of LBD	: 387082
1800.16/895.23	c Imported unit clauses	: 0
1800.16/895.23	c number of reductions to clauses (during analyze)	: 0
1800.16/895.23	c number of learned constraints concerned by reduction	: 0
1800.16/895.23	c number of learning phase by resolution	: 0
1800.16/895.23	c number of learning phase by cutting planes	: 0
1800.16/895.23	c speed (assignments/second)	: 42068.57212487619
1800.16/895.23	c non guided choices	247660
1800.16/895.26	c learnt constraints type 
1800.16/895.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61
1800.16/895.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88255
1800.16/895.26	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.26	c starts		: 75
1800.16/895.26	c conflicts		: 67883
1800.16/895.26	c decisions		: 151314
1800.16/895.26	c propagations		: 612203
1800.16/895.26	c inspects		: 593877583
1800.16/895.26	c shortcuts		: 0
1800.16/895.26	c learnt literals	: 0
1800.16/895.26	c learnt binary clauses	: 0
1800.16/895.26	c learnt ternary clauses	: 0
1800.16/895.26	c learnt constraints	: 67882
1800.16/895.26	c ignored constraints	: 0
1800.16/895.26	c root simplifications	: 0
1800.16/895.26	c removed literals (reason simplification)	: 0
1800.16/895.26	c reason swapping (by a shorter reason)	: 0
1800.16/895.26	c Calls to reduceDB	: 7
1800.16/895.26	c Number of update (reduction) of LBD	: 0
1800.16/895.26	c Imported unit clauses	: 0
1800.16/895.26	c number of reductions to clauses (during analyze)	: 0
1800.16/895.26	c number of learned constraints concerned by reduction	: 0
1800.16/895.26	c number of learning phase by resolution	: 0
1800.16/895.26	c number of learning phase by cutting planes	: 0
1800.16/895.26	c speed (assignments/second)	: 684.38586116269
1800.16/895.26	c non guided choices	16128
1800.16/895.28	c learnt constraints type 
1800.16/895.28	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 124
1800.16/895.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 67758
1800.16/895.28	s UNKNOWN
1800.16/895.28	c Total wall clock time (in seconds): 895.157

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

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

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


[startup+0 s]
/proc/loadavg: 4.39 4.39 4.19 4/198 11522
/proc/meminfo: memFree=27475212/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11522/stat : 11522 (java) R 11519 11522 8337 0 -1 4202496 295 0 0 0 0 0 0 0 20 0 1 0 22967912 9515008 152 33554432000 1073741824 1073778376 140736045427920 140736045425048 1073762640 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11522/statm: 2323 159 118 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.39 4.39 4.19 4/198 11522
/proc/meminfo: memFree=27475212/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11519 11522 8337 0 -1 4202496 4320 0 1 0 7 0 0 0 20 0 18 0 22967912 9787879424 5447 33554432000 1073741824 1073778376 140737283416272 140737283407408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 2389619 5447 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 4.39 4.39 4.19 4/198 11522
/proc/meminfo: memFree=27475212/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11519 11522 8337 0 -1 4202496 4978 0 1 0 25 1 0 0 20 0 18 0 22967912 9787879424 6969 33554432000 1073741824 1073778376 140737283416272 140737283407408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 2389619 6969 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 4.39 4.39 4.19 4/198 11522
/proc/meminfo: memFree=27475212/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11519 11522 8337 0 -1 4202496 5708 0 1 0 47 1 0 0 20 0 18 0 22967912 9787879424 8917 33554432000 1073741824 1073778376 140737283416272 140737283407408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 2389619 8917 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 4.39 4.39 4.19 4/198 11522
/proc/meminfo: memFree=27475212/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9691604 CPUtime=1.43 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11519 11522 8337 0 -1 4202496 16026 0 1 0 139 4 0 0 20 0 20 0 22967912 9924202496 36200 33554432000 1073741824 1073778376 140737283416272 140737283407408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 2422901 36200 2259 9 0 2413578 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9691604

[startup+1.50084 s]
/proc/loadavg: 4.39 4.39 4.19 7/220 11544
/proc/meminfo: memFree=27283684/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9824732 CPUtime=4.35 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11519 11522 8337 0 -1 4202496 23992 0 1 0 424 11 0 0 20 0 22 0 22967912 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 140737283407408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 2456183 59531 2285 9 0 2446860 0
[pid=11522/tid=11524] ppid=11519 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/11522/task/11524/stat : 11524 (java) S 11519 11522 8337 0 -1 4202560 2472 0 1 0 59 3 0 0 20 0 22 0 22967914 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139771558749048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11525] ppid=11519 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11522/task/11525/stat : 11525 (java) S 11519 11522 8337 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 22967915 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139771531201320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11526] ppid=11519 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11522/task/11526/stat : 11526 (java) S 11519 11522 8337 0 -1 4202560 184 0 0 0 3 0 0 0 20 0 22 0 22967915 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139771530148520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11527] ppid=11519 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11522/task/11527/stat : 11527 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 22967915 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139771529096232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11528] ppid=11519 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11522/task/11528/stat : 11528 (java) S 11519 11522 8337 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 22967915 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139771528043432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11529] ppid=11519 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11522/task/11529/stat : 11529 (java) S 11519 11522 8337 0 -1 4202560 133 0 0 0 3 0 0 0 20 0 22 0 22967915 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139771526990120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11530] ppid=11519 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11522/task/11530/stat : 11530 (java) S 11519 11522 8337 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 22967915 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139771525937320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11531] ppid=11519 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11522/task/11531/stat : 11531 (java) S 11519 11522 8337 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 22 0 22967915 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139771524885032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11532] ppid=11519 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11522/task/11532/stat : 11532 (java) S 11519 11522 8337 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 22967915 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139771394959784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11533] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11533/stat : 11533 (java) S 11519 11522 8337 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22967916 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770912013032 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11534] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11534/stat : 11534 (java) S 11519 11522 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770910959096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11535] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11535/stat : 11535 (java) S 11519 11522 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770909906696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11536] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11536/stat : 11536 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770908855184 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11537] ppid=11519 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/11522/task/11537/stat : 11537 (java) S 11519 11522 8337 0 -1 4202560 8039 0 0 0 91 2 0 0 20 0 22 0 22967919 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770907801784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11538] ppid=11519 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/11522/task/11538/stat : 11538 (java) R 11519 11522 8337 0 -1 4202560 11618 0 0 0 107 2 0 0 20 0 22 0 22967919 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770906727096 139771562837093 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11539] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11539/stat : 11539 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770905696888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11540] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11540/stat : 11540 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770904644296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11541] ppid=11519 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/11522/task/11541/stat : 11541 (java) R 11519 11522 8337 0 -1 4202560 19 0 0 0 68 0 0 0 20 0 22 0 22967978 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770903587728 139771406785597 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11542] ppid=11519 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/11522/task/11542/stat : 11542 (java) R 11519 11522 8337 0 -1 4202560 51 0 0 0 69 0 0 0 20 0 22 0 22967978 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770902535320 139771407117911 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11543] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11543/stat : 11543 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967984 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770901485224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11544] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11544/stat : 11544 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967985 10060525568 59531 33554432000 1073741824 1073778376 140737283416272 139770900432424 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.44 4.40 4.20 5/220 11544
/proc/meminfo: memFree=27123764/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9824732 CPUtime=8.49 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11519 11522 8337 0 -1 4202496 32480 0 1 0 830 19 0 0 20 0 22 0 22967912 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 140737283407408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 2456183 99057 2285 9 0 2446860 0
[pid=11522/tid=11524] ppid=11519 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/11522/task/11524/stat : 11524 (java) S 11519 11522 8337 0 -1 4202560 2472 0 1 0 59 3 0 0 20 0 22 0 22967914 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139771558749048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11525] ppid=11519 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11522/task/11525/stat : 11525 (java) S 11519 11522 8337 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 22967915 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139771531201320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11526] ppid=11519 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11526/stat : 11526 (java) S 11519 11522 8337 0 -1 4202560 208 0 0 0 6 2 0 0 20 0 22 0 22967915 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139771530148520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11527] ppid=11519 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11522/task/11527/stat : 11527 (java) S 11519 11522 8337 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 22967915 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139771529096232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11528] ppid=11519 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11522/task/11528/stat : 11528 (java) S 11519 11522 8337 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 22967915 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139771528043432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11529] ppid=11519 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11522/task/11529/stat : 11529 (java) S 11519 11522 8337 0 -1 4202560 162 0 0 0 5 1 0 0 20 0 22 0 22967915 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139771526990120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11530] ppid=11519 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/11522/task/11530/stat : 11530 (java) S 11519 11522 8337 0 -1 4202560 56 0 0 0 6 3 0 0 20 0 22 0 22967915 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139771525937320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11531] ppid=11519 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/11522/task/11531/stat : 11531 (java) S 11519 11522 8337 0 -1 4202560 92 0 0 0 6 2 0 0 20 0 22 0 22967915 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139771524885032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11532] ppid=11519 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11522/task/11532/stat : 11532 (java) S 11519 11522 8337 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 22967915 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139771394959784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11533] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11533/stat : 11533 (java) S 11519 11522 8337 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 22967916 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770912013032 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11534] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11534/stat : 11534 (java) S 11519 11522 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770910959096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11535] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11535/stat : 11535 (java) S 11519 11522 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770909906696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11536] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11536/stat : 11536 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770908855184 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11537] ppid=11519 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/11522/task/11537/stat : 11537 (java) S 11519 11522 8337 0 -1 4202560 16156 0 0 0 156 3 0 0 20 0 22 0 22967919 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770907801784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11538] ppid=11519 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/11522/task/11538/stat : 11538 (java) S 11519 11522 8337 0 -1 4202560 11655 0 0 0 123 3 0 0 20 0 22 0 22967919 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770906748984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11539] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11539/stat : 11539 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770905696888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11540] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11540/stat : 11540 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770904644296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11541] ppid=11519 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/11522/task/11541/stat : 11541 (java) R 11519 11522 8337 0 -1 4202560 20 0 0 0 219 0 0 0 20 0 22 0 22967978 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770903589736 139771407044254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11542] ppid=11519 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/11522/task/11542/stat : 11542 (java) R 11519 11522 8337 0 -1 4202560 104 0 0 0 219 2 0 0 20 0 22 0 22967978 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770902535160 139771406761313 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11543] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11543/stat : 11543 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967984 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770901485224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11544] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11544/stat : 11544 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967985 10060525568 99057 33554432000 1073741824 1073778376 140737283416272 139770900432424 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.44 4.40 4.20 6/220 11544
/proc/meminfo: memFree=26862388/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9824732 CPUtime=15.3 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11519 11522 8337 0 -1 4202496 36398 0 1 0 1499 31 0 0 20 0 22 0 22967912 10060525568 168160 33554432000 1073741824 1073778376 140737283416272 140737283407408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 2456183 168161 2285 9 0 2446860 0
[pid=11522/tid=11524] ppid=11519 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/11522/task/11524/stat : 11524 (java) S 11519 11522 8337 0 -1 4202560 2472 0 1 0 59 3 0 0 20 0 22 0 22967914 10060525568 168162 33554432000 1073741824 1073778376 140737283416272 139771558749048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11525] ppid=11519 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11522/task/11525/stat : 11525 (java) S 11519 11522 8337 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 22 0 22967915 10060525568 168163 33554432000 1073741824 1073778376 140737283416272 139771531201320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11526] ppid=11519 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11522/task/11526/stat : 11526 (java) S 11519 11522 8337 0 -1 4202560 239 0 0 0 14 3 0 0 20 0 22 0 22967915 10060525568 168164 33554432000 1073741824 1073778376 140737283416272 139771530148520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11527] ppid=11519 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11522/task/11527/stat : 11527 (java) S 11519 11522 8337 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 22967915 10060525568 168166 33554432000 1073741824 1073778376 140737283416272 139771529096232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11528] ppid=11519 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11522/task/11528/stat : 11528 (java) S 11519 11522 8337 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 22967915 10060525568 168168 33554432000 1073741824 1073778376 140737283416272 139771528043432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11529] ppid=11519 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/11522/task/11529/stat : 11529 (java) S 11519 11522 8337 0 -1 4202560 179 0 0 0 8 2 0 0 20 0 22 0 22967915 10060525568 168170 33554432000 1073741824 1073778376 140737283416272 139771526990120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11530] ppid=11519 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11522/task/11530/stat : 11530 (java) S 11519 11522 8337 0 -1 4202560 87 0 0 0 13 4 0 0 20 0 22 0 22967915 10060525568 168172 33554432000 1073741824 1073778376 140737283416272 139771525937320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11531] ppid=11519 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/11522/task/11531/stat : 11531 (java) S 11519 11522 8337 0 -1 4202560 107 0 0 0 9 3 0 0 20 0 22 0 22967915 10060525568 168173 33554432000 1073741824 1073778376 140737283416272 139771524885032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11532] ppid=11519 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11522/task/11532/stat : 11532 (java) S 11519 11522 8337 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 22 0 22967915 10060525568 168175 33554432000 1073741824 1073778376 140737283416272 139771394959784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11533] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11533/stat : 11533 (java) S 11519 11522 8337 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 22967916 10060525568 168176 33554432000 1073741824 1073778376 140737283416272 139770912013032 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11534] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11534/stat : 11534 (java) S 11519 11522 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 168177 33554432000 1073741824 1073778376 140737283416272 139770910959096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11535] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11535/stat : 11535 (java) S 11519 11522 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 168179 33554432000 1073741824 1073778376 140737283416272 139770909906696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11536] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11536/stat : 11536 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 168181 33554432000 1073741824 1073778376 140737283416272 139770908855184 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11537] ppid=11519 vsize=9824732 CPUtime=1.77 cores=0,2,4,6

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

[pid=11522/tid=11526] ppid=11519 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/11522/task/11526/stat : 11526 (java) S 11519 11522 8337 0 -1 4202560 769 0 0 0 247 15 0 0 20 0 22 0 22967915 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139771530148520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11527] ppid=11519 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/11522/task/11527/stat : 11527 (java) S 11519 11522 8337 0 -1 4202560 546 0 0 0 256 13 0 0 20 0 22 0 22967915 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139771529096232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11528] ppid=11519 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/11522/task/11528/stat : 11528 (java) S 11519 11522 8337 0 -1 4202560 687 0 0 0 251 14 0 0 20 0 22 0 22967915 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139771528043432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11529] ppid=11519 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/11522/task/11529/stat : 11529 (java) S 11519 11522 8337 0 -1 4202560 658 0 0 0 249 15 0 0 20 0 22 0 22967915 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139771526990120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11530] ppid=11519 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/11522/task/11530/stat : 11530 (java) S 11519 11522 8337 0 -1 4202560 597 0 0 0 267 17 0 0 20 0 22 0 22967915 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139771525937320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11531] ppid=11519 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/11522/task/11531/stat : 11531 (java) S 11519 11522 8337 0 -1 4202560 680 0 0 0 239 12 0 0 20 0 22 0 22967915 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139771524885032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11532] ppid=11519 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/11522/task/11532/stat : 11532 (java) S 11519 11522 8337 0 -1 4202560 476 0 0 0 255 13 0 0 20 0 22 0 22967915 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139771394959784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11533] ppid=11519 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/11522/task/11533/stat : 11533 (java) S 11519 11522 8337 0 -1 4202560 1928 0 0 0 189 7 0 0 20 0 22 0 22967916 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770912013032 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11534] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11534/stat : 11534 (java) S 11519 11522 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770910959096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11535] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11535/stat : 11535 (java) S 11519 11522 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770909906696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11536] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11536/stat : 11536 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770908855184 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11537] ppid=11519 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/11522/task/11537/stat : 11537 (java) S 11519 11522 8337 0 -1 4202560 19052 0 0 0 177 3 0 0 20 0 22 0 22967919 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770907801784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11538] ppid=11519 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/11522/task/11538/stat : 11538 (java) S 11519 11522 8337 0 -1 4202560 13480 0 0 0 184 3 0 0 20 0 22 0 22967919 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770906748984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11539] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11539/stat : 11539 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770905696888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11540] ppid=11519 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/11522/task/11540/stat : 11540 (java) S 11519 11522 8337 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 22967919 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770904644296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11541] ppid=11519 vsize=9824732 CPUtime=814.01 cores=0,2,4,6
/proc/11522/task/11541/stat : 11541 (java) R 11519 11522 8337 0 -1 4202560 140 0 0 0 81386 15 0 0 20 0 22 0 22967978 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770903588672 139771407044303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11542] ppid=11519 vsize=9824732 CPUtime=813.98 cores=0,2,4,6
/proc/11522/task/11542/stat : 11542 (java) R 11519 11522 8337 0 -1 4202560 2223 0 0 0 81348 50 0 0 20 0 22 0 22967978 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770902534944 139771406714301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11543] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11543/stat : 11543 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967984 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770901485224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11544] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11544/stat : 11544 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967985 10060525568 892228 33554432000 1073741824 1073778376 140737283416272 139770900432424 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1655.16
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.13 4.17 4.18 6/219 12197
/proc/meminfo: memFree=24221708/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9824732 CPUtime=1774.26 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11519 11522 8337 0 -1 4202496 46150 0 1 0 177246 180 0 0 20 0 22 0 22967912 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 140737283407408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 2456183 905543 2294 9 0 2446860 0
[pid=11522/tid=11524] ppid=11519 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/11522/task/11524/stat : 11524 (java) S 11519 11522 8337 0 -1 4202560 2485 0 1 0 62 4 0 0 20 0 22 0 22967914 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771558749048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11525] ppid=11519 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/11522/task/11525/stat : 11525 (java) S 11519 11522 8337 0 -1 4202560 555 0 0 0 238 10 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771531201320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11526] ppid=11519 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/11522/task/11526/stat : 11526 (java) S 11519 11522 8337 0 -1 4202560 802 0 0 0 282 15 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771530148520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11527] ppid=11519 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/11522/task/11527/stat : 11527 (java) S 11519 11522 8337 0 -1 4202560 556 0 0 0 284 13 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771529096232 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11528] ppid=11519 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/11522/task/11528/stat : 11528 (java) S 11519 11522 8337 0 -1 4202560 693 0 0 0 274 14 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771528043432 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11529] ppid=11519 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/11522/task/11529/stat : 11529 (java) S 11519 11522 8337 0 -1 4202560 661 0 0 0 277 15 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771526990120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11530] ppid=11519 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/11522/task/11530/stat : 11530 (java) S 11519 11522 8337 0 -1 4202560 607 0 0 0 300 18 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771525937320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11531] ppid=11519 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/11522/task/11531/stat : 11531 (java) S 11519 11522 8337 0 -1 4202560 680 0 0 0 272 12 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771524885032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11532] ppid=11519 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/11522/task/11532/stat : 11532 (java) S 11519 11522 8337 0 -1 4202560 484 0 0 0 281 13 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771394959784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11533] ppid=11519 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/11522/task/11533/stat : 11533 (java) S 11519 11522 8337 0 -1 4202560 2413 0 0 0 390 8 0 0 20 0 22 0 22967916 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770912013032 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11534] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11534/stat : 11534 (java) S 11519 11522 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770910959096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11535] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11535/stat : 11535 (java) S 11519 11522 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770909906696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11536] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11536/stat : 11536 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770908855184 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11537] ppid=11519 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/11522/task/11537/stat : 11537 (java) S 11519 11522 8337 0 -1 4202560 19052 0 0 0 177 3 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770907801784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11538] ppid=11519 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/11522/task/11538/stat : 11538 (java) S 11519 11522 8337 0 -1 4202560 13480 0 0 0 184 3 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770906748984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11539] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11539/stat : 11539 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770905696888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11540] ppid=11519 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/11522/task/11540/stat : 11540 (java) S 11519 11522 8337 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770904644296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11541] ppid=11519 vsize=9824732 CPUtime=871.37 cores=0,2,4,6
/proc/11522/task/11541/stat : 11541 (java) R 11519 11522 8337 0 -1 4202560 141 0 0 0 87121 16 0 0 20 0 22 0 22967978 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770903588560 139771407044303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11542] ppid=11519 vsize=9824732 CPUtime=871.33 cores=0,2,4,6
/proc/11522/task/11542/stat : 11542 (java) R 11519 11522 8337 0 -1 4202560 2224 0 0 0 87082 51 0 0 20 0 22 0 22967978 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770902534944 139771406712533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11543] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11543/stat : 11543 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967984 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770901485224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11544] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11544/stat : 11544 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967985 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770900432424 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.26
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.26 4.20 4.19 6/219 12200
/proc/meminfo: memFree=24235416/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/11522/stat : 11522 (java) S 11519 11522 8337 0 -1 4202496 46151 0 1 0 179836 180 0 0 20 0 22 0 22967912 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 140737283407408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 2456183 905543 2294 9 0 2446860 0
[pid=11522/tid=11524] ppid=11519 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/11522/task/11524/stat : 11524 (java) S 11519 11522 8337 0 -1 4202560 2485 0 1 0 62 4 0 0 20 0 22 0 22967914 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771558749048 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11525] ppid=11519 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/11522/task/11525/stat : 11525 (java) R 11519 11522 8337 0 -1 4202560 555 0 0 0 240 10 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771531201496 139771565647439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11526] ppid=11519 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/11522/task/11526/stat : 11526 (java) R 11519 11522 8337 0 -1 4202560 802 0 0 0 288 15 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771530148520 139771562924207 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11527] ppid=11519 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/11522/task/11527/stat : 11527 (java) R 11519 11522 8337 0 -1 4202560 556 0 0 0 286 13 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771529096112 139771561308087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11528] ppid=11519 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/11522/task/11528/stat : 11528 (java) R 11519 11522 8337 0 -1 4202560 693 0 0 0 277 14 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771528043608 139771565644716 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11529] ppid=11519 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/11522/task/11529/stat : 11529 (java) R 11519 11522 8337 0 -1 4202560 661 0 0 0 283 15 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771526990120 139771562910424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11530] ppid=11519 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/11522/task/11530/stat : 11530 (java) R 11519 11522 8337 0 -1 4202560 607 0 0 0 301 18 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771525937496 139771562910533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11531] ppid=11519 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/11522/task/11531/stat : 11531 (java) R 11519 11522 8337 0 -1 4202560 680 0 0 0 274 12 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771524885208 139771565646535 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11532] ppid=11519 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/11522/task/11532/stat : 11532 (java) R 11519 11522 8337 0 -1 4202560 484 0 0 0 285 13 0 0 20 0 22 0 22967915 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139771394959960 139771565647424 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11522/tid=11533] ppid=11519 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/11522/task/11533/stat : 11533 (java) S 11519 11522 8337 0 -1 4202560 2413 0 0 0 390 8 0 0 20 0 22 0 22967916 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770912011912 225448080444 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11534] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11534/stat : 11534 (java) S 11519 11522 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770910959096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11535] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11535/stat : 11535 (java) S 11519 11522 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22967917 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770909906696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11536] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11536/stat : 11536 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770908855184 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11537] ppid=11519 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/11522/task/11537/stat : 11537 (java) S 11519 11522 8337 0 -1 4202560 19052 0 0 0 177 3 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770907801784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11538] ppid=11519 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/11522/task/11538/stat : 11538 (java) S 11519 11522 8337 0 -1 4202560 13480 0 0 0 184 3 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770906748984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11539] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11539/stat : 11539 (java) S 11519 11522 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770905696888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11540] ppid=11519 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/11522/task/11540/stat : 11540 (java) S 11519 11522 8337 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 22967919 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770904644296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11522/tid=11541] ppid=11519 vsize=9824732 CPUtime=884.2 cores=0,2,4,6
/proc/11522/task/11541/stat : 11541 (java) S 11519 11522 8337 0 -1 4202560 141 0 0 0 88404 16 0 0 20 0 22 0 22967978 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770903588008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11522/tid=11542] ppid=11519 vsize=9824732 CPUtime=884.16 cores=0,2,4,6
/proc/11522/task/11542/stat : 11542 (java) S 11519 11522 8337 0 -1 4202560 2225 0 0 0 88365 51 0 0 20 0 22 0 22967978 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770902535640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11543] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11543/stat : 11543 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967984 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770901485224 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11522/tid=11544] ppid=11519 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11522/task/11544/stat : 11544 (java) S 11519 11522 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967985 10060525568 905543 33554432000 1073741824 1073778376 140737283416272 139770900432424 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 11522 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.305 s]
/proc/loadavg: 4.26 4.20 4.19 6/219 12200
/proc/meminfo: memFree=24235416/32872528 swapFree=1499884/1696108
[pid=11522] ppid=11519 vsize=0 CPUtime=1801.02 cores=0,2,4,6
/proc/11522/stat : 11522 (java) Z 11519 11522 8337 0 -1 4203532 46192 0 1 0 179874 228 0 0 20 0 2 0 22967912 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11522/statm: 0 0 0 0 0 0 0
[pid=11522/tid=11529] ppid=11519 vsize=0 CPUtime=3.01 cores=0,2,4,6
/proc/11522/task/11529/stat : 11529 (java) R 11519 11522 8337 0 -1 4203588 661 0 0 0 285 16 0 0 20 0 2 0 22967915 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 895.315
CPU time (s): 1801.05
CPU user time (s): 1798.74
CPU system time (s): 2.31065
CPU usage (%): 201.164
Max. virtual memory (cumulated for all children) (KiB): 9826392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 2.31065
maximum resident set size= 3622280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46192
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23106
involuntary context switches= 23580

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2369 second user time and 5.81212 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 02:20:22
IDJOB=4100402
IDBENCH=1612
IDSOLVER=2543
FILE ID=node137/4100402-1466209222
RUNJOBID= node137-1466206054-8353
PBS_JOBID= 19918140
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-bg512142.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100402-1466209222/watcher-4100402-1466209222 -o /tmp/evaluation-result-4100402-1466209222/solver-4100402-1466209222 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8353 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100402-1466209222.opb

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

MD5SUM BENCH= 6816c7581e307ff85cc3550c4b71269a
RANDOM SEED=1766790711

node137.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.486
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.97
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.486
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.486
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.486
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.486
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.486
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.38
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.486
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.486
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:        27475476 kB
Buffers:           39908 kB
Cached:            83424 kB
SwapCached:         1252 kB
Active:          2898140 kB
Inactive:          75296 kB
Active(anon):    2851756 kB
Inactive(anon):     1092 kB
Active(file):      46384 kB
Inactive(file):    74204 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       4664392 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             570900 kB
SReclaimable:      14980 kB
SUnreclaim:       555920 kB
KernelStack:        1824 kB
PageTables:        13204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4828480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3121152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node137 at 2016-06-18 02:35:17