Trace number 4096268

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.1 894.265

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_32.opb
MD5SUMde201b0da7652e5ff716d8aa6ae0b3b2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark914.792
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1406
Total number of constraints6702
Number of constraints which are clauses6697
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint37
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 69
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4096268-1466112176.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.51/0.38	c ... done. Wall clock time 0.278s.
0.51/0.38	c declared #vars     1406
0.51/0.38	c #constraints  6706
0.51/0.39	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3996
0.51/0.39	c org.sat4j.specs.Constr$1 => 4
0.51/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2700
0.51/0.39	c 6706 constraints processed.
0.51/0.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2700
0.51/0.39	c org.sat4j.specs.Constr$1 => 4
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3996
0.51/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.51/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.51/0.39	c 6706 constraints processed.
4.10/1.39	c cleaning 2499 clauses out of 5000 with flag 19498/5000
6.17/2.06	c cleaning 4249 clauses out of 8501 with flag 44787/11000
7.82/2.86	c cleaning 5627 clauses out of 11256 with flag 77447/18004
9.86/3.86	c cleaning 6812 clauses out of 13626 with flag 115068/26001
12.34/5.07	c cleaning 7902 clauses out of 15813 with flag 164681/35000
15.57/6.63	c cleaning 8947 clauses out of 17914 with flag 221752/45003
19.18/8.43	c cleaning 9977 clauses out of 19964 with flag 277363/56000
23.29/10.43	c cleaning 10991 clauses out of 21987 with flag 343805/68000
27.69/12.64	c cleaning 11992 clauses out of 23996 with flag 410214/81000
32.90/15.24	c cleaning 12999 clauses out of 26004 with flag 485535/95000
39.11/18.32	c cleaning 14000 clauses out of 28006 with flag 582090/110001
45.73/21.67	c cleaning 15001 clauses out of 30006 with flag 676219/126001
48.95/23.28	c cleaning 0 clauses out of 5002 with flag 0/5002
53.84/25.54	c cleaning 16001 clauses out of 32007 with flag 774204/143003
62.26/29.64	c cleaning 16999 clauses out of 34004 with flag 882570/161001
71.06/34.08	c cleaning 18001 clauses out of 36004 with flag 988259/180000
80.46/38.70	c cleaning 19000 clauses out of 38005 with flag 1095201/200002
90.68/43.81	c cleaning 19997 clauses out of 40003 with flag 1203693/221000
102.33/49.69	c cleaning 21002 clauses out of 42008 with flag 1325391/243002
114.55/55.71	c cleaning 22001 clauses out of 44004 with flag 1449675/266000
127.17/62.09	c cleaning 22993 clauses out of 46004 with flag 1580457/290001
141.18/69.01	c cleaning 24006 clauses out of 48011 with flag 1730864/315001
156.19/76.53	c cleaning 24999 clauses out of 50004 with flag 1861570/341000
172.23/84.57	c cleaning 25998 clauses out of 52005 with flag 1999275/368000
190.06/93.46	c cleaning 26996 clauses out of 54008 with flag 2142246/396001
208.12/102.48	c cleaning 27999 clauses out of 56011 with flag 2293345/425000
228.40/112.52	c cleaning 29001 clauses out of 58015 with flag 2469036/455003
249.52/123.05	c cleaning 30003 clauses out of 60016 with flag 2635995/486005
272.19/134.38	c cleaning 30998 clauses out of 62009 with flag 2800271/518001
298.06/147.21	c cleaning 32005 clauses out of 64011 with flag 2993959/551001
323.36/159.85	c cleaning 32996 clauses out of 66005 with flag 3192520/585000
334.83/165.59	c cleaning 0 clauses out of 11000 with flag 0/11000
351.30/173.75	c cleaning 34001 clauses out of 68011 with flag 3406479/620002
381.07/188.50	c cleaning 34997 clauses out of 70008 with flag 3634509/656000
410.17/203.10	c cleaning 35999 clauses out of 72013 with flag 3843429/693002
441.36/218.51	c cleaning 37001 clauses out of 74013 with flag 4074545/731001
476.13/235.85	c cleaning 38001 clauses out of 76011 with flag 4313016/770000
512.51/253.97	c cleaning 39003 clauses out of 78010 with flag 4571072/810000
551.68/273.47	c cleaning 39999 clauses out of 80008 with flag 4833646/851001
593.32/294.17	c cleaning 41001 clauses out of 82010 with flag 5098093/893002
635.36/315.02	c cleaning 41997 clauses out of 84007 with flag 5353941/936000
678.59/336.57	c cleaning 43000 clauses out of 86010 with flag 5603041/980000
725.26/359.78	c cleaning 43997 clauses out of 88010 with flag 5886531/1025000
776.76/385.39	c cleaning 44999 clauses out of 90014 with flag 6189793/1071001
832.59/413.16	c cleaning 46003 clauses out of 92014 with flag 6512248/1118000
883.84/438.63	c cleaning 47001 clauses out of 94013 with flag 6808773/1166002
941.98/467.54	c cleaning 47996 clauses out of 96010 with flag 7142927/1215000
1006.93/499.85	c cleaning 49002 clauses out of 98016 with flag 7498565/1265002
1068.23/530.33	c cleaning 50005 clauses out of 100015 with flag 7847301/1316003
1094.92/543.60	c cleaning 0 clauses out of 18001 with flag 0/18001
1133.50/562.80	c cleaning 50997 clauses out of 102007 with flag 8189246/1368000
1211.87/601.83	c cleaning 51996 clauses out of 104010 with flag 8591632/1421000
1287.14/639.25	c cleaning 53005 clauses out of 106015 with flag 9000323/1475001
1364.96/677.97	c cleaning 53995 clauses out of 108009 with flag 9373404/1530000
1438.32/714.40	c cleaning 55004 clauses out of 110015 with flag 9700824/1586001
1515.10/752.66	c cleaning 55994 clauses out of 112010 with flag 10036309/1643000
1596.98/793.39	c cleaning 57004 clauses out of 114017 with flag 10412296/1701001
1687.56/838.34	c cleaning 57998 clauses out of 116013 with flag 10827662/1760001
1773.36/880.99	c cleaning 58995 clauses out of 118014 with flag 11227491/1820000
1800.10/894.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.20	c starts		: 76
1800.10/894.20	c conflicts		: 1844556
1800.10/894.20	c decisions		: 2068087
1800.10/894.20	c propagations		: 201881507
1800.10/894.20	c inspects		: 11059863989
1800.10/894.20	c shortcuts		: 0
1800.10/894.20	c learnt literals	: 0
1800.10/894.20	c learnt binary clauses	: 0
1800.10/894.20	c learnt ternary clauses	: 4
1800.10/894.20	c learnt constraints	: 1844556
1800.10/894.20	c ignored constraints	: 0
1800.10/894.20	c root simplifications	: 0
1800.10/894.20	c removed literals (reason simplification)	: 19936677
1800.10/894.20	c reason swapping (by a shorter reason)	: 0
1800.10/894.20	c Calls to reduceDB	: 56
1800.10/894.20	c Number of update (reduction) of LBD	: 374525
1800.10/894.20	c Imported unit clauses	: 0
1800.10/894.20	c number of reductions to clauses (during analyze)	: 0
1800.10/894.20	c number of learned constraints concerned by reduction	: 0
1800.10/894.20	c number of learning phase by resolution	: 0
1800.10/894.20	c number of learning phase by cutting planes	: 0
1800.10/894.20	c speed (assignments/second)	: 225866.24338505947
1800.10/894.20	c non guided choices	145
1800.10/894.23	c learnt constraints type 
1800.10/894.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83575
1800.10/894.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.23	c starts		: 52
1800.10/894.23	c conflicts		: 22792
1800.10/894.23	c decisions		: 27858
1800.10/894.23	c propagations		: 3408645
1800.10/894.23	c inspects		: 1208227911
1800.10/894.23	c shortcuts		: 0
1800.10/894.23	c learnt literals	: 0
1800.10/894.23	c learnt binary clauses	: 0
1800.10/894.23	c learnt ternary clauses	: 0
1800.10/894.23	c learnt constraints	: 22792
1800.10/894.23	c ignored constraints	: 0
1800.10/894.23	c root simplifications	: 0
1800.10/894.23	c removed literals (reason simplification)	: 0
1800.10/894.23	c reason swapping (by a shorter reason)	: 0
1800.10/894.23	c Calls to reduceDB	: 3
1800.10/894.23	c Number of update (reduction) of LBD	: 0
1800.10/894.23	c Imported unit clauses	: 0
1800.10/894.23	c number of reductions to clauses (during analyze)	: 0
1800.10/894.23	c number of learned constraints concerned by reduction	: 0
1800.10/894.23	c number of learning phase by resolution	: 0
1800.10/894.23	c number of learning phase by cutting planes	: 0
1800.10/894.23	c speed (assignments/second)	: 3813.505848394838
1800.10/894.23	c non guided choices	145
1800.10/894.24	c learnt constraints type 
1800.10/894.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5554
1800.10/894.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 366
1800.10/894.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16872
1800.10/894.24	s UNKNOWN
1800.10/894.24	c Total wall clock time (in seconds): 894.134

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

pid=17058
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: 2.04 2.14 2.16 6/195 17061
/proc/meminfo: memFree=30356408/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 13264576 98570240 977 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 24065 977 744 9 0 16771 0
[pid=17061/tid=17062] ppid=17058 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) R 17058 17061 14504 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13264577 98570240 977 33554432000 1073741824 1073778376 140733208408528 139734472412712 227512501632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.04 2.14 2.16 6/195 17061
/proc/meminfo: memFree=30356408/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 4467 0 1 0 10 1 0 0 20 0 18 0 13264576 9787879424 6096 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 2389619 6096 2156 9 0 2380296 0
[pid=17061/tid=17062] ppid=17058 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) R 17058 17061 14504 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 13264577 9787879424 6096 33554432000 1073741824 1073778376 140733208408528 139734472416160 227515884813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 2.04 2.14 2.16 6/195 17061
/proc/meminfo: memFree=30356408/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 4978 0 1 0 27 1 0 0 20 0 18 0 13264576 9787879424 7003 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 2389619 7003 2216 9 0 2380296 0
[pid=17061/tid=17062] ppid=17058 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) R 17058 17061 14504 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 18 0 13264577 9787879424 7003 33554432000 1073741824 1073778376 140733208408528 139734472417128 139734294787622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300277 s]
/proc/loadavg: 2.04 2.14 2.16 6/195 17061
/proc/meminfo: memFree=30356408/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 5969 0 1 0 50 1 0 0 20 0 18 0 13264576 9787879424 9538 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 2389619 9538 2234 9 0 2380296 0
[pid=17061/tid=17062] ppid=17058 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) R 17058 17061 14504 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 18 0 13264577 9787879424 9538 33554432000 1073741824 1073778376 140733208408528 139734472417128 139734294836449 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700233 s]
/proc/loadavg: 2.04 2.14 2.16 6/195 17061
/proc/meminfo: memFree=30356408/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 15353 0 1 0 195 4 0 0 20 0 22 0 13264576 10060525568 19048 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 2456183 19048 2267 9 0 2446860 0
[pid=17061/tid=17062] ppid=17058 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) S 17058 17061 14504 0 -1 4202560 2427 0 1 0 35 2 0 0 20 0 22 0 13264577 10060525568 19048 33554432000 1073741824 1073778376 140733208408528 139734472418168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.36 2.21 2.18 8/217 17083
/proc/meminfo: memFree=30086212/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=9824732 CPUtime=4.81 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 30311 0 1 0 473 8 0 0 20 0 22 0 13264576 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 2456183 50112 2288 9 0 2446860 0
[pid=17061/tid=17062] ppid=17058 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) S 17058 17061 14504 0 -1 4202560 2427 0 1 0 35 2 0 0 20 0 22 0 13264577 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734472418168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17064] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17064/stat : 17064 (java) S 17058 17061 14504 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734433909160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17065] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17065/stat : 17065 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734432856616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17066] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17066/stat : 17066 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734431803560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17067] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17067/stat : 17067 (java) S 17058 17061 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734430751016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17068] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17068/stat : 17068 (java) S 17058 17061 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734429698984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17069] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17069/stat : 17069 (java) S 17058 17061 14504 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734428646440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17070] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17070/stat : 17070 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734427593384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17071] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17071/stat : 17071 (java) S 17058 17061 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734426540840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17072] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17072/stat : 17072 (java) S 17058 17061 14504 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13264578 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734414129512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17073] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17073/stat : 17073 (java) S 17058 17061 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734294717816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17074] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17074/stat : 17074 (java) S 17058 17061 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734293664648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17075] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17075/stat : 17075 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734292613392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17076] ppid=17058 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/17061/task/17076/stat : 17076 (java) R 17058 17061 14504 0 -1 4202560 12227 0 0 0 109 3 0 0 20 0 22 0 13264581 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734291548552 139734478560414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17077] ppid=17058 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/17061/task/17077/stat : 17077 (java) R 17058 17061 14504 0 -1 4202560 14176 0 0 0 106 3 0 0 20 0 22 0 13264581 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734290486840 139734479399401 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17078] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17078/stat : 17078 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734289455864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17079] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17079/stat : 17079 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734288403528 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17080] ppid=17058 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/17061/task/17080/stat : 17080 (java) R 17058 17061 14504 0 -1 4202560 19 0 0 0 108 0 0 0 20 0 22 0 13264615 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734287348304 139734295679648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17081] ppid=17058 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/17061/task/17081/stat : 17081 (java) R 17058 17061 14504 0 -1 4202560 88 0 0 0 106 2 0 0 20 0 22 0 13264615 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734286294448 139734295594395 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17082] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17082/stat : 17082 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734285243176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17083] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17083/stat : 17083 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 50112 33554432000 1073741824 1073778376 140733208408528 139734284190632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 2.36 2.21 2.18 5/217 17083
/proc/meminfo: memFree=29792992/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=9824732 CPUtime=8.43 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 32266 0 1 0 829 14 0 0 20 0 22 0 13264576 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 2456183 82886 2292 9 0 2446860 0
[pid=17061/tid=17062] ppid=17058 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) S 17058 17061 14504 0 -1 4202560 2427 0 1 0 35 2 0 0 20 0 22 0 13264577 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734472418168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17064] ppid=17058 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17061/task/17064/stat : 17064 (java) S 17058 17061 14504 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 13264577 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734433909160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17065] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17065/stat : 17065 (java) S 17058 17061 14504 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734432856616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17066] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17066/stat : 17066 (java) S 17058 17061 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734431803560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17067] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17067/stat : 17067 (java) S 17058 17061 14504 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734430751016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17068] ppid=17058 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17061/task/17068/stat : 17068 (java) S 17058 17061 14504 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13264577 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734429698984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17069] ppid=17058 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17061/task/17069/stat : 17069 (java) S 17058 17061 14504 0 -1 4202560 97 0 0 0 1 0 0 0 20 0 22 0 13264577 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734428646440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17070] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17070/stat : 17070 (java) S 17058 17061 14504 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734427593384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17071] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17071/stat : 17071 (java) S 17058 17061 14504 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 22 0 13264577 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734426540840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17072] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17072/stat : 17072 (java) S 17058 17061 14504 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 13264578 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734414129512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17073] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17073/stat : 17073 (java) S 17058 17061 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734294717816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17074] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17074/stat : 17074 (java) S 17058 17061 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734293664648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17075] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17075/stat : 17075 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734292613392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17076] ppid=17058 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/17061/task/17076/stat : 17076 (java) S 17058 17061 14504 0 -1 4202560 13513 0 0 0 134 3 0 0 20 0 22 0 13264581 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734291561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17077] ppid=17058 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/17061/task/17077/stat : 17077 (java) S 17058 17061 14504 0 -1 4202560 14176 0 0 0 120 4 0 0 20 0 22 0 13264581 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734290508728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17078] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17078/stat : 17078 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734289455864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17079] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17079/stat : 17079 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734288403528 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17080] ppid=17058 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/17061/task/17080/stat : 17080 (java) R 17058 17061 14504 0 -1 4202560 20 0 0 0 263 0 0 0 20 0 22 0 13264615 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734287346320 139734295343251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17081] ppid=17058 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/17061/task/17081/stat : 17081 (java) R 17058 17061 14504 0 -1 4202560 148 0 0 0 259 3 0 0 20 0 22 0 13264615 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734286294512 139734295541617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17082] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17082/stat : 17082 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734285243176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17083] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17083/stat : 17083 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 82886 33554432000 1073741824 1073778376 140733208408528 139734284190632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 2.36 2.21 2.18 8/217 17083
/proc/meminfo: memFree=28861192/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=9824732 CPUtime=14.96 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 32780 0 1 0 1475 21 0 0 20 0 22 0 13264576 10060525568 160439 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 2456183 160439 2292 9 0 2446860 0
[pid=17061/tid=17062] ppid=17058 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) S 17058 17061 14504 0 -1 4202560 2427 0 1 0 35 2 0 0 20 0 22 0 13264577 10060525568 160439 33554432000 1073741824 1073778376 140733208408528 139734472418168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17064] ppid=17058 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17061/task/17064/stat : 17064 (java) S 17058 17061 14504 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 22 0 13264577 10060525568 160439 33554432000 1073741824 1073778376 140733208408528 139734433909160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17065] ppid=17058 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17061/task/17065/stat : 17065 (java) S 17058 17061 14504 0 -1 4202560 152 0 0 0 1 0 0 0 20 0 22 0 13264577 10060525568 160439 33554432000 1073741824 1073778376 140733208408528 139734432856616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17066] ppid=17058 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17061/task/17066/stat : 17066 (java) S 17058 17061 14504 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 13264577 10060525568 160439 33554432000 1073741824 1073778376 140733208408528 139734431803560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17067] ppid=17058 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17061/task/17067/stat : 17067 (java) S 17058 17061 14504 0 -1 4202560 142 0 0 0 1 0 0 0 20 0 22 0 13264577 10060525568 160439 33554432000 1073741824 1073778376 140733208408528 139734430751016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17068] ppid=17058 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17061/task/17068/stat : 17068 (java) S 17058 17061 14504 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 13264577 10060525568 160439 33554432000 1073741824 1073778376 140733208408528 139734429698984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17069] ppid=17058 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17061/task/17069/stat : 17069 (java) S 17058 17061 14504 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 22 0 13264577 10060525568 160439 33554432000 1073741824 1073778376 140733208408528 139734428646440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17070] ppid=17058 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17061/task/17070/stat : 17070 (java) S 17058 17061 14504 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 13264577 10060525568 160439 33554432000 1073741824 1073778376 140733208408528 139734427593384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17071] ppid=17058 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

/proc/17061/task/17066/stat : 17066 (java) S 17058 17061 14504 0 -1 4202560 347 0 0 0 266 6 0 0 20 0 22 0 13264577 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734431803560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17067] ppid=17058 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/17061/task/17067/stat : 17067 (java) S 17058 17061 14504 0 -1 4202560 527 0 0 0 274 7 0 0 20 0 22 0 13264577 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734430751016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17068] ppid=17058 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/17061/task/17068/stat : 17068 (java) S 17058 17061 14504 0 -1 4202560 384 0 0 0 282 6 0 0 20 0 22 0 13264577 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734429698984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17069] ppid=17058 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/17061/task/17069/stat : 17069 (java) S 17058 17061 14504 0 -1 4202560 472 0 0 0 288 7 0 0 20 0 22 0 13264577 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734428646440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17070] ppid=17058 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/17061/task/17070/stat : 17070 (java) S 17058 17061 14504 0 -1 4202560 363 0 0 0 254 6 0 0 20 0 22 0 13264577 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734427593384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17071] ppid=17058 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/17061/task/17071/stat : 17071 (java) S 17058 17061 14504 0 -1 4202560 494 0 0 0 273 7 0 0 20 0 22 0 13264577 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734426540840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17072] ppid=17058 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/17061/task/17072/stat : 17072 (java) S 17058 17061 14504 0 -1 4202560 1261 0 0 0 12 31 0 0 20 0 22 0 13264578 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734414129512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17073] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17073/stat : 17073 (java) S 17058 17061 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734294717816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17074] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17074/stat : 17074 (java) S 17058 17061 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734293664648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17075] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17075/stat : 17075 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734292613392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17076] ppid=17058 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/17061/task/17076/stat : 17076 (java) S 17058 17061 14504 0 -1 4202560 13513 0 0 0 148 4 0 0 20 0 22 0 13264581 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734291561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17077] ppid=17058 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/17061/task/17077/stat : 17077 (java) S 17058 17061 14504 0 -1 4202560 17320 0 0 0 182 4 0 0 20 0 22 0 13264581 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734290508728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17078] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17078/stat : 17078 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734289455864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17079] ppid=17058 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/17061/task/17079/stat : 17079 (java) S 17058 17061 14504 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 13264581 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734288403528 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17080] ppid=17058 vsize=9824732 CPUtime=812.37 cores=1,3,5,7
/proc/17061/task/17080/stat : 17080 (java) R 17058 17061 14504 0 -1 4202560 285 0 0 0 81220 17 0 0 20 0 22 0 13264615 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734287347056 139734295730208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17081] ppid=17058 vsize=9824732 CPUtime=812.43 cores=1,3,5,7
/proc/17061/task/17081/stat : 17081 (java) R 17058 17061 14504 0 -1 4202560 1129 0 0 0 81204 39 0 0 20 0 22 0 13264615 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734286293760 139734295541388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17082] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17082/stat : 17082 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734285243176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17083] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17083/stat : 17083 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 504808 33554432000 1073741824 1073778376 140733208408528 139734284190632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1655.39
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.40 4.12 3.39 5/217 17103
/proc/meminfo: memFree=27080608/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=9824732 CPUtime=1776.2 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 40855 0 1 0 177472 148 0 0 20 0 22 0 13264576 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 2456183 508330 2293 9 0 2446860 0
[pid=17061/tid=17062] ppid=17058 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) S 17058 17061 14504 0 -1 4202560 2442 0 1 0 38 3 0 0 20 0 22 0 13264577 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734472418168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17064] ppid=17058 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/17061/task/17064/stat : 17064 (java) S 17058 17061 14504 0 -1 4202560 394 0 0 0 290 8 0 0 20 0 22 0 13264577 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734433909160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17065] ppid=17058 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/17061/task/17065/stat : 17065 (java) S 17058 17061 14504 0 -1 4202560 499 0 0 0 293 6 0 0 20 0 22 0 13264577 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734432856616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17066] ppid=17058 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/17061/task/17066/stat : 17066 (java) S 17058 17061 14504 0 -1 4202560 366 0 0 0 289 6 0 0 20 0 22 0 13264577 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734431803560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17067] ppid=17058 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/17061/task/17067/stat : 17067 (java) S 17058 17061 14504 0 -1 4202560 536 0 0 0 302 7 0 0 20 0 22 0 13264577 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734430751016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17068] ppid=17058 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/17061/task/17068/stat : 17068 (java) S 17058 17061 14504 0 -1 4202560 389 0 0 0 303 6 0 0 20 0 22 0 13264577 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734429698984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17069] ppid=17058 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/17061/task/17069/stat : 17069 (java) S 17058 17061 14504 0 -1 4202560 476 0 0 0 316 7 0 0 20 0 22 0 13264577 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734428646440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17070] ppid=17058 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/17061/task/17070/stat : 17070 (java) S 17058 17061 14504 0 -1 4202560 388 0 0 0 273 6 0 0 20 0 22 0 13264577 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734427593384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17071] ppid=17058 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/17061/task/17071/stat : 17071 (java) S 17058 17061 14504 0 -1 4202560 501 0 0 0 298 7 0 0 20 0 22 0 13264577 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734426540840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17072] ppid=17058 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/17061/task/17072/stat : 17072 (java) S 17058 17061 14504 0 -1 4202560 1265 0 0 0 13 33 0 0 20 0 22 0 13264578 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734414129512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17073] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17073/stat : 17073 (java) S 17058 17061 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734294717816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17074] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17074/stat : 17074 (java) S 17058 17061 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734293664648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17075] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17075/stat : 17075 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734292613392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17076] ppid=17058 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/17061/task/17076/stat : 17076 (java) S 17058 17061 14504 0 -1 4202560 13513 0 0 0 148 4 0 0 20 0 22 0 13264581 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734291561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17077] ppid=17058 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/17061/task/17077/stat : 17077 (java) S 17058 17061 14504 0 -1 4202560 17320 0 0 0 182 4 0 0 20 0 22 0 13264581 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734290508728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17078] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17078/stat : 17078 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734289455864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17079] ppid=17058 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/17061/task/17079/stat : 17079 (java) S 17058 17061 14504 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 13264581 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734288403528 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17080] ppid=17058 vsize=9824732 CPUtime=871.66 cores=1,3,5,7
/proc/17061/task/17080/stat : 17080 (java) R 17058 17061 14504 0 -1 4202560 306 0 0 0 87148 18 0 0 20 0 22 0 13264615 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734287347192 139734295729601 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17081] ppid=17058 vsize=9824732 CPUtime=871.72 cores=1,3,5,7
/proc/17061/task/17081/stat : 17081 (java) R 17058 17061 14504 0 -1 4202560 1144 0 0 0 87132 40 0 0 20 0 22 0 13264615 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734286293736 139734295595634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17082] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17082/stat : 17082 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734285243176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17083] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17083/stat : 17083 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 508330 33554432000 1073741824 1073778376 140733208408528 139734284190632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1776.2
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.201 s]
/proc/loadavg: 4.50 4.15 3.40 6/193 17119
/proc/meminfo: memFree=28503120/32872528 swapFree=1315980/1463148
[pid=17061] ppid=17058 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/17061/stat : 17061 (java) S 17058 17061 14504 0 -1 4202496 40867 0 1 0 179862 148 0 0 20 0 22 0 13264576 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 140733208399664 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17061/statm: 2456183 508729 2293 9 0 2446860 0
[pid=17061/tid=17062] ppid=17058 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/17061/task/17062/stat : 17062 (java) S 17058 17061 14504 0 -1 4202560 2443 0 1 0 38 3 0 0 20 0 22 0 13264577 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734472418168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17064] ppid=17058 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/17061/task/17064/stat : 17064 (java) S 17058 17061 14504 0 -1 4202560 394 0 0 0 292 8 0 0 20 0 22 0 13264577 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734433909160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17065] ppid=17058 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/17061/task/17065/stat : 17065 (java) S 17058 17061 14504 0 -1 4202560 499 0 0 0 296 6 0 0 20 0 22 0 13264577 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734432856616 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17066] ppid=17058 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/17061/task/17066/stat : 17066 (java) S 17058 17061 14504 0 -1 4202560 368 0 0 0 295 6 0 0 20 0 22 0 13264577 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734431803560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17067] ppid=17058 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/17061/task/17067/stat : 17067 (java) S 17058 17061 14504 0 -1 4202560 536 0 0 0 305 7 0 0 20 0 22 0 13264577 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734430751016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17068] ppid=17058 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/17061/task/17068/stat : 17068 (java) S 17058 17061 14504 0 -1 4202560 389 0 0 0 305 6 0 0 20 0 22 0 13264577 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734429698984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17069] ppid=17058 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/17061/task/17069/stat : 17069 (java) S 17058 17061 14504 0 -1 4202560 477 0 0 0 321 7 0 0 20 0 22 0 13264577 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734428646440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17070] ppid=17058 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/17061/task/17070/stat : 17070 (java) S 17058 17061 14504 0 -1 4202560 389 0 0 0 279 6 0 0 20 0 22 0 13264577 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734427593384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17071] ppid=17058 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/17061/task/17071/stat : 17071 (java) S 17058 17061 14504 0 -1 4202560 501 0 0 0 301 7 0 0 20 0 22 0 13264577 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734426540840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17072] ppid=17058 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/17061/task/17072/stat : 17072 (java) S 17058 17061 14504 0 -1 4202560 1265 0 0 0 14 33 0 0 20 0 22 0 13264578 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734414129512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17073] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17073/stat : 17073 (java) S 17058 17061 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734294717816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17074] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17074/stat : 17074 (java) S 17058 17061 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13264579 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734293664648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17075] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17075/stat : 17075 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734292613392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17076] ppid=17058 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/17061/task/17076/stat : 17076 (java) S 17058 17061 14504 0 -1 4202560 13513 0 0 0 148 4 0 0 20 0 22 0 13264581 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734291561272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17061/tid=17077] ppid=17058 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/17061/task/17077/stat : 17077 (java) S 17058 17061 14504 0 -1 4202560 17320 0 0 0 182 4 0 0 20 0 22 0 13264581 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734290508728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17078] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17078/stat : 17078 (java) S 17058 17061 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264581 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734289455864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17061/tid=17079] ppid=17058 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/17061/task/17079/stat : 17079 (java) S 17058 17061 14504 0 -1 4202560 53 0 0 0 16 17 0 0 20 0 22 0 13264581 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734288403528 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17080] ppid=17058 vsize=9824732 CPUtime=883.43 cores=1,3,5,7
/proc/17061/task/17080/stat : 17080 (java) R 17058 17061 14504 0 -1 4202560 307 0 0 0 88325 18 0 0 20 0 22 0 13264615 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734287346304 139734295343213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17081] ppid=17058 vsize=9824732 CPUtime=883.49 cores=1,3,5,7
/proc/17061/task/17081/stat : 17081 (java) R 17058 17061 14504 0 -1 4202560 1148 0 0 0 88309 40 0 0 20 0 22 0 13264615 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734286294512 139734295593403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17061/tid=17082] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17082/stat : 17082 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734285243176 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17061/tid=17083] ppid=17058 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17061/task/17083/stat : 17083 (java) S 17058 17061 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264616 10060525568 508729 33554432000 1073741824 1073778376 140733208408528 139734284190632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 17061 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17061 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=509193
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=890712
# CPU time returned by wait4() is 1796.4
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.265
CPU time (s): 1800.1
CPU user time (s): 1798.62
CPU system time (s): 1.48
CPU usage (%): 201.294
Max. virtual memory (cumulated for all children) (KiB): 9890628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 1.89071
maximum resident set size= 2037416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40903
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38351
involuntary context switches= 51601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2935 second user time and 3.68844 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 23:22:57
IDJOB=4096268
IDBENCH=107590
IDSOLVER=2543
FILE ID=node121/4096268-1466112176
RUNJOBID= node121-1466112173-16811
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_32.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096268-1466112176/watcher-4096268-1466112176 -o /tmp/evaluation-result-4096268-1466112176/solver-4096268-1466112176 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16811 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096268-1466112176.opb

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

MD5SUM BENCH= de201b0da7652e5ff716d8aa6ae0b3b2
RANDOM SEED=1903969166

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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.691
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:        30357052 kB
Buffers:           43620 kB
Cached:           120200 kB
SwapCached:         2496 kB
Active:           237436 kB
Inactive:          92648 kB
Active(anon):     167256 kB
Inactive(anon):     1756 kB
Active(file):      70180 kB
Inactive(file):    90892 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:              2008 kB
Writeback:             0 kB
AnonPages:       1646832 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             569312 kB
SReclaimable:      12496 kB
SUnreclaim:       556816 kB
KernelStack:        1584 kB
PageTables:         7564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2271148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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= 71720 MiB
End job on node121 at 2016-06-16 23:37:51