Trace number 4106950

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.02 894.866

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_1_40.opb
MD5SUM6f80de356bf70dde8dfbe2efc2cb9dee
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

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-4106950-1466279010.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.33/0.68	c ... done. Wall clock time 0.57s.
1.33/0.68	c declared #vars     400
1.33/0.68	c internal #vars     6604
1.33/0.68	c #constraints  13011
1.33/0.68	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.33/0.68	c constraints type 
1.33/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
1.33/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.33/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.33/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6204
1.33/0.68	c 13011 constraints processed.
1.33/0.68	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.33/0.68	c constraints type 
1.33/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.33/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6204
1.33/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1.33/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1.33/0.68	c 13011 constraints processed.
7.51/2.46	c cleaning 2492 clauses out of 5000 with flag 11397/5000
9.47/3.37	c cleaning 4264 clauses out of 8530 with flag 25723/11022
11.52/4.37	c cleaning 5621 clauses out of 11244 with flag 41683/18000
14.29/5.61	c cleaning 6808 clauses out of 13623 with flag 61066/26000
17.50/7.14	c cleaning 7899 clauses out of 15820 with flag 84611/35005
20.50/8.59	c cleaning 8939 clauses out of 17916 with flag 112342/45000
24.20/10.39	c cleaning 9961 clauses out of 19977 with flag 146047/56000
28.98/12.66	c cleaning 11003 clauses out of 22017 with flag 178819/68001
34.89/15.52	c cleaning 11946 clauses out of 24014 with flag 212061/81001
40.47/18.34	c cleaning 13022 clauses out of 26067 with flag 249231/95000
46.36/21.23	c cleaning 14003 clauses out of 28045 with flag 291533/110000
52.47/24.24	c cleaning 15008 clauses out of 30042 with flag 340036/126000
58.50/27.27	c cleaning 16005 clauses out of 32035 with flag 392684/143001
64.50/30.20	c cleaning 16999 clauses out of 34030 with flag 447155/161001
71.16/33.56	c cleaning 18000 clauses out of 36040 with flag 506085/180010
79.09/37.42	c cleaning 19002 clauses out of 38039 with flag 568754/200009
84.28/40.07	c cleaning 19982 clauses out of 40028 with flag 628289/221000
92.12/43.91	c cleaning 20998 clauses out of 42047 with flag 698883/243001
101.21/48.46	c cleaning 22009 clauses out of 44050 with flag 773943/266002
111.17/53.58	c cleaning 23004 clauses out of 46043 with flag 851221/290004
122.79/59.38	c cleaning 23990 clauses out of 48035 with flag 930661/315000
137.21/66.54	c cleaning 25008 clauses out of 50045 with flag 1007470/341000
154.14/74.96	c cleaning 25997 clauses out of 52037 with flag 1076614/368000
172.19/83.95	c cleaning 27000 clauses out of 54040 with flag 1152194/396000
188.84/92.20	c cleaning 28006 clauses out of 56041 with flag 1240726/425001
204.10/99.88	c cleaning 28991 clauses out of 58034 with flag 1324730/455000
225.43/110.62	c cleaning 30006 clauses out of 60044 with flag 1406617/486001
243.26/119.59	c cleaning 31012 clauses out of 62042 with flag 1491924/518005
257.22/126.43	c cleaning 0 clauses out of 5007 with flag 0/5007
260.97/128.14	c cleaning 31984 clauses out of 64026 with flag 1583533/551001
278.86/137.04	c cleaning 33002 clauses out of 66042 with flag 1684266/585001
293.13/144.16	c cleaning 34003 clauses out of 68043 with flag 1789331/620004
312.99/154.10	c cleaning 34992 clauses out of 70037 with flag 1901817/656001
335.89/165.45	c cleaning 35987 clauses out of 72046 with flag 2015589/693002
359.40/177.16	c cleaning 37008 clauses out of 74059 with flag 2129436/731002
388.13/191.44	c cleaning 38006 clauses out of 76049 with flag 2242064/770000
415.19/204.97	c cleaning 38994 clauses out of 78043 with flag 2363395/810000
433.82/214.19	c cleaning 40007 clauses out of 80049 with flag 2487148/851000
459.97/227.11	c cleaning 41005 clauses out of 82042 with flag 2624591/893000
480.68/237.76	c cleaning 42003 clauses out of 84037 with flag 2756082/936000
502.13/248.47	c cleaning 42995 clauses out of 86034 with flag 2893244/980000
523.21/258.91	c cleaning 43996 clauses out of 88040 with flag 3031758/1025001
543.30/268.93	c cleaning 44999 clauses out of 90044 with flag 3164191/1071001
560.50/277.50	c cleaning 46001 clauses out of 92044 with flag 3293450/1118000
585.36/289.82	c cleaning 47003 clauses out of 94043 with flag 3438534/1166000
616.93/305.54	c cleaning 47996 clauses out of 96041 with flag 3598648/1215001
657.08/325.48	c cleaning 49007 clauses out of 98044 with flag 3762683/1265000
701.52/347.58	c cleaning 49993 clauses out of 100037 with flag 3926840/1316000
753.18/373.77	c cleaning 50995 clauses out of 102044 with flag 4086505/1368000
807.34/400.77	c cleaning 52019 clauses out of 104051 with flag 4248745/1421002
860.66/427.25	c cleaning 52989 clauses out of 106031 with flag 4421405/1475001
914.51/454.08	c cleaning 54005 clauses out of 108041 with flag 4576681/1530000
969.43/481.35	c cleaning 54994 clauses out of 110041 with flag 4751497/1586005
1028.68/510.74	c cleaning 55989 clauses out of 112042 with flag 4924980/1643000
1089.48/540.93	c cleaning 56994 clauses out of 114053 with flag 5099707/1701000
1159.19/575.53	c cleaning 58026 clauses out of 116060 with flag 5266089/1760001
1221.83/606.77	c cleaning 59015 clauses out of 118037 with flag 5428885/1820004
1281.20/636.26	c cleaning 59992 clauses out of 120018 with flag 5600993/1881000
1325.42/658.25	c cleaning 61003 clauses out of 122028 with flag 5800172/1943002
1382.15/686.44	c cleaning 61991 clauses out of 124028 with flag 6003976/2006005
1444.68/717.53	c cleaning 62984 clauses out of 126032 with flag 6203562/2070000
1470.63/730.50	c cleaning 0 clauses out of 11007 with flag 0/11007
1513.43/752.30	c cleaning 63999 clauses out of 128049 with flag 6390259/2135001
1559.05/775.06	c cleaning 65007 clauses out of 130051 with flag 6590549/2201002
1606.26/798.52	c cleaning 65996 clauses out of 132042 with flag 6807977/2268000
1642.88/816.73	c cleaning 67004 clauses out of 134046 with flag 6998386/2336000
1678.92/834.64	c cleaning 68009 clauses out of 136042 with flag 7186597/2405000
1739.29/864.61	c cleaning 68994 clauses out of 138034 with flag 7414153/2475001
1800.02/894.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.80	c starts		: 1
1800.02/894.80	c conflicts		: 2539135
1800.02/894.80	c decisions		: 8059544
1800.02/894.80	c propagations		: 18107348
1800.02/894.80	c inspects		: 9878642140
1800.02/894.80	c shortcuts		: 0
1800.02/894.80	c learnt literals	: 0
1800.02/894.80	c learnt binary clauses	: 0
1800.02/894.80	c learnt ternary clauses	: 0
1800.02/894.80	c learnt constraints	: 2539135
1800.02/894.80	c ignored constraints	: 0
1800.02/894.80	c root simplifications	: 0
1800.02/894.80	c removed literals (reason simplification)	: 14014439
1800.02/894.80	c reason swapping (by a shorter reason)	: 0
1800.02/894.80	c Calls to reduceDB	: 66
1800.02/894.80	c Number of update (reduction) of LBD	: 764105
1800.02/894.80	c Imported unit clauses	: 0
1800.02/894.80	c number of reductions to clauses (during analyze)	: 0
1800.02/894.80	c number of learned constraints concerned by reduction	: 0
1800.02/894.80	c number of learning phase by resolution	: 0
1800.02/894.80	c number of learning phase by cutting planes	: 0
1800.02/894.80	c speed (assignments/second)	: 20251.744466303477
1800.02/894.80	c non guided choices	6364
1800.02/894.83	c learnt constraints type 
1800.02/894.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133174
1800.02/894.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.83	c starts		: 36
1800.02/894.83	c conflicts		: 11794
1800.02/894.83	c decisions		: 133074
1800.02/894.83	c propagations		: 4422528
1800.02/894.83	c inspects		: 876435706
1800.02/894.83	c shortcuts		: 0
1800.02/894.83	c learnt literals	: 0
1800.02/894.83	c learnt binary clauses	: 0
1800.02/894.83	c learnt ternary clauses	: 0
1800.02/894.83	c learnt constraints	: 11794
1800.02/894.83	c ignored constraints	: 0
1800.02/894.83	c root simplifications	: 0
1800.02/894.83	c removed literals (reason simplification)	: 0
1800.02/894.83	c reason swapping (by a shorter reason)	: 0
1800.02/894.83	c Calls to reduceDB	: 2
1800.02/894.83	c Number of update (reduction) of LBD	: 0
1800.02/894.83	c Imported unit clauses	: 0
1800.02/894.83	c number of reductions to clauses (during analyze)	: 0
1800.02/894.83	c number of learned constraints concerned by reduction	: 0
1800.02/894.83	c number of learning phase by resolution	: 0
1800.02/894.83	c number of learning phase by cutting planes	: 0
1800.02/894.83	c speed (assignments/second)	: 4946.13141804574
1800.02/894.83	c non guided choices	6364
1800.02/894.83	c learnt constraints type 
1800.02/894.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/894.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11793
1800.02/894.83	s UNKNOWN
1800.02/894.83	c Total wall clock time (in seconds): 894.728

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-4106950-1466279010/watcher-4106950-1466279010 -o /tmp/evaluation-result-4106950-1466279010/solver-4106950-1466279010 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8275 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106950-1466279010.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.52 4.30 4.12 4/197 9773
/proc/meminfo: memFree=27636320/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 29947570 98570240 977 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 24065 977 744 9 0 16771 0
[pid=9773/tid=9774] ppid=9770 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) R 9770 9773 8258 0 -1 4202560 136 0 0 0 0 0 0 0 20 0 2 0 29947571 98582528 983 33554432000 1073741824 1073778376 140735090569728 140269480263208 252263089565 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.52 4.30 4.12 4/197 9773
/proc/meminfo: memFree=27636320/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 4546 0 1 0 10 1 0 0 20 0 18 0 29947570 9787879424 5663 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 2389619 5663 2156 9 0 2380296 0
[pid=9773/tid=9774] ppid=9770 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) R 9770 9773 8258 0 -1 4202560 2441 0 1 0 6 1 0 0 20 0 18 0 29947571 9787879424 5663 33554432000 1073741824 1073778376 140735090569728 140269480266656 252266472717 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.20034 s]
/proc/loadavg: 4.52 4.30 4.12 4/197 9773
/proc/meminfo: memFree=27636320/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 4669 0 1 0 23 1 0 0 20 0 18 0 29947570 9787879424 6769 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 2389619 6769 2213 9 0 2380296 0
[pid=9773/tid=9774] ppid=9770 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) R 9770 9773 8258 0 -1 4202560 2461 0 1 0 16 1 0 0 20 0 18 0 29947571 9787879424 6769 33554432000 1073741824 1073778376 140735090569728 140269480266656 140269352630852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300341 s]
/proc/loadavg: 4.52 4.30 4.12 4/197 9773
/proc/meminfo: memFree=27636320/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 6080 0 1 0 46 2 0 0 20 0 18 0 29947570 9787879424 9136 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 2389619 9136 2240 9 0 2380296 0
[pid=9773/tid=9774] ppid=9770 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) R 9770 9773 8258 0 -1 4202560 2466 0 1 0 26 1 0 0 20 0 18 0 29947571 9787879424 9136 33554432000 1073741824 1073778376 140735090569728 140269480266888 140269352678875 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700229 s]
/proc/loadavg: 4.52 4.30 4.12 4/197 9773
/proc/meminfo: memFree=27636320/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=9693660 CPUtime=1.65 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 24193 0 1 0 159 6 0 0 20 0 22 0 29947570 9926307840 36139 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 2423415 36139 2264 9 0 2414092 0
[pid=9773/tid=9774] ppid=9770 vsize=9693660 CPUtime=0.66 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) S 9770 9773 8258 0 -1 4202560 2504 0 1 0 64 2 0 0 20 0 22 0 29947571 9926307840 36139 33554432000 1073741824 1073778376 140735090569728 140269480268664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9693660

[startup+1.50087 s]
/proc/loadavg: 4.52 4.30 4.12 7/219 9795
/proc/meminfo: memFree=27499468/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=9824732 CPUtime=4.84 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 31786 0 1 0 476 8 0 0 20 0 22 0 29947570 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 2456183 37128 2274 9 0 2446860 0
[pid=9773/tid=9774] ppid=9770 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) S 9770 9773 8258 0 -1 4202560 2504 0 1 0 64 2 0 0 20 0 22 0 29947571 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269480268664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9776] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9776/stat : 9776 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947571 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269324204456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9777] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9777/stat : 9777 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947571 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269323151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9778] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9778/stat : 9778 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947571 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269322098856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9779] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9779/stat : 9779 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947571 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269321046312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9780] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9780/stat : 9780 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947571 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269319994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9781] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9781/stat : 9781 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947571 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269318941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9782] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9782/stat : 9782 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947571 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269317888680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9783] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9783/stat : 9783 (java) S 9770 9773 8258 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29947571 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269316836136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9784] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9784/stat : 9784 (java) S 9770 9773 8258 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29947572 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269304424808 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9785] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9785/stat : 9785 (java) S 9770 9773 8258 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269303371128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9786] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9786/stat : 9786 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269302317960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9787] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9787/stat : 9787 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269301266704 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9788] ppid=9770 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/9773/task/9788/stat : 9788 (java) R 9770 9773 8258 0 -1 4202560 13285 0 0 0 124 2 0 0 20 0 22 0 29947575 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269300201560 140269486230728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9789] ppid=9770 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/9773/task/9789/stat : 9789 (java) R 9770 9773 8258 0 -1 4202560 14665 0 0 0 121 3 0 0 20 0 22 0 29947575 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269299140112 140269482875053 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9790] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9790/stat : 9790 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269298109176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9791] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9791/stat : 9791 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269297056840 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9792] ppid=9770 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/9773/task/9792/stat : 9792 (java) R 9770 9773 8258 0 -1 4202560 23 0 0 0 80 0 0 0 20 0 22 0 29947639 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269295993072 140269353518032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9793] ppid=9770 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/9773/task/9793/stat : 9793 (java) R 9770 9773 8258 0 -1 4202560 31 0 0 0 80 0 0 0 20 0 22 0 29947639 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269294946464 140269483553744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9794] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9794/stat : 9794 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269293896488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9795] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9795/stat : 9795 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 37128 33554432000 1073741824 1073778376 140735090569728 140269292843944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 4.52 4.30 4.12 5/219 9795
/proc/meminfo: memFree=27422824/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=9824732 CPUtime=9.01 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 35676 0 1 0 886 15 0 0 20 0 22 0 29947570 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 2456183 63252 2293 9 0 2446860 0
[pid=9773/tid=9774] ppid=9770 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) S 9770 9773 8258 0 -1 4202560 2504 0 1 0 64 2 0 0 20 0 22 0 29947571 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269480268664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9776] ppid=9770 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9773/task/9776/stat : 9776 (java) S 9770 9773 8258 0 -1 4202560 95 0 0 0 2 1 0 0 20 0 22 0 29947571 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269324204456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9777] ppid=9770 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9773/task/9777/stat : 9777 (java) S 9770 9773 8258 0 -1 4202560 82 0 0 0 1 0 0 0 20 0 22 0 29947571 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269323151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9778] ppid=9770 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9773/task/9778/stat : 9778 (java) S 9770 9773 8258 0 -1 4202560 128 0 0 0 1 2 0 0 20 0 22 0 29947571 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269322098856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9779] ppid=9770 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9773/task/9779/stat : 9779 (java) S 9770 9773 8258 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 29947571 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269321046312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9780] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9780/stat : 9780 (java) S 9770 9773 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29947571 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269319994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9781] ppid=9770 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9773/task/9781/stat : 9781 (java) S 9770 9773 8258 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 29947571 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269318941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9782] ppid=9770 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9773/task/9782/stat : 9782 (java) S 9770 9773 8258 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 22 0 29947571 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269317888680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9783] ppid=9770 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9773/task/9783/stat : 9783 (java) S 9770 9773 8258 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 29947571 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269316836136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9784] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9784/stat : 9784 (java) S 9770 9773 8258 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 29947572 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269304424808 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9785] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9785/stat : 9785 (java) S 9770 9773 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269303371128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9786] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9786/stat : 9786 (java) S 9770 9773 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269302317960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9787] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9787/stat : 9787 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269301266704 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9788] ppid=9770 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/9773/task/9788/stat : 9788 (java) S 9770 9773 8258 0 -1 4202560 13334 0 0 0 166 2 0 0 20 0 22 0 29947575 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269300214584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9789] ppid=9770 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/9773/task/9789/stat : 9789 (java) S 9770 9773 8258 0 -1 4202560 17967 0 0 0 166 4 0 0 20 0 22 0 29947575 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269299162040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9790] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9790/stat : 9790 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269298109176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9791] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9791/stat : 9791 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269297056840 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9792] ppid=9770 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/9773/task/9792/stat : 9792 (java) R 9770 9773 8258 0 -1 4202560 26 0 0 0 233 0 0 0 20 0 22 0 29947639 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269295999600 140269353466346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9793] ppid=9770 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/9773/task/9793/stat : 9793 (java) R 9770 9773 8258 0 -1 4202560 59 0 0 0 233 0 0 0 20 0 22 0 29947639 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269294947728 140269353740352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9794] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9794/stat : 9794 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269293896488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9795] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9795/stat : 9795 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 63252 33554432000 1073741824 1073778376 140735090569728 140269292843944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.48 4.29 4.12 5/219 9795
/proc/meminfo: memFree=27227108/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=9824732 CPUtime=15.83 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 36328 0 1 0 1555 28 0 0 20 0 22 0 29947570 10060525568 130946 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 2456183 130946 2293 9 0 2446860 0
[pid=9773/tid=9774] ppid=9770 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) S 9770 9773 8258 0 -1 4202560 2504 0 1 0 64 2 0 0 20 0 22 0 29947571 10060525568 130946 33554432000 1073741824 1073778376 140735090569728 140269480268664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9776] ppid=9770 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9773/task/9776/stat : 9776 (java) S 9770 9773 8258 0 -1 4202560 113 0 0 0 3 2 0 0 20 0 22 0 29947571 10060525568 130946 33554432000 1073741824 1073778376 140735090569728 140269324204456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9777] ppid=9770 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9773/task/9777/stat : 9777 (java) S 9770 9773 8258 0 -1 4202560 113 0 0 0 3 3 0 0 20 0 22 0 29947571 10060525568 130946 33554432000 1073741824 1073778376 140735090569728 140269323151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9778] ppid=9770 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9773/task/9778/stat : 9778 (java) S 9770 9773 8258 0 -1 4202560 162 0 0 0 4 3 0 0 20 0 22 0 29947571 10060525568 130946 33554432000 1073741824 1073778376 140735090569728 140269322098856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9779] ppid=9770 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9773/task/9779/stat : 9779 (java) S 9770 9773 8258 0 -1 4202560 71 0 0 0 4 2 0 0 20 0 22 0 29947571 10060525568 130946 33554432000 1073741824 1073778376 140735090569728 140269321046312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9780] ppid=9770 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9773/task/9780/stat : 9780 (java) S 9770 9773 8258 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 29947571 10060525568 130946 33554432000 1073741824 1073778376 140735090569728 140269319994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9781] ppid=9770 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9773/task/9781/stat : 9781 (java) S 9770 9773 8258 0 -1 4202560 44 0 0 0 2 2 0 0 20 0 22 0 29947571 10060525568 130946 33554432000 1073741824 1073778376 140735090569728 140269318941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9782] ppid=9770 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9773/task/9782/stat : 9782 (java) S 9770 9773 8258 0 -1 4202560 116 0 0 0 2 2 0 0 20 0 22 0 29947571 10060525568 130946 33554432000 1073741824 1073778376 140735090569728 140269317888680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9783] ppid=9770 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

/proc/9773/task/9778/stat : 9778 (java) S 9770 9773 8258 0 -1 4202560 712 0 0 0 250 21 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269322098856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9779] ppid=9770 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/9773/task/9779/stat : 9779 (java) S 9770 9773 8258 0 -1 4202560 611 0 0 0 235 16 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269321046312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9780] ppid=9770 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/9773/task/9780/stat : 9780 (java) S 9770 9773 8258 0 -1 4202560 925 0 0 0 249 15 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269319994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9781] ppid=9770 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/9773/task/9781/stat : 9781 (java) S 9770 9773 8258 0 -1 4202560 752 0 0 0 240 15 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269318941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9782] ppid=9770 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/9773/task/9782/stat : 9782 (java) S 9770 9773 8258 0 -1 4202560 988 0 0 0 269 20 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269317888680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9783] ppid=9770 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/9773/task/9783/stat : 9783 (java) S 9770 9773 8258 0 -1 4202560 866 0 0 0 245 19 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269316836136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9784] ppid=9770 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/9773/task/9784/stat : 9784 (java) S 9770 9773 8258 0 -1 4202560 2327 0 0 0 376 8 0 0 20 0 22 0 29947572 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269304424808 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9785] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9785/stat : 9785 (java) S 9770 9773 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269303371128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9786] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9786/stat : 9786 (java) S 9770 9773 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269302317960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9787] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9787/stat : 9787 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269301266704 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9788] ppid=9770 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/9773/task/9788/stat : 9788 (java) S 9770 9773 8258 0 -1 4202560 13374 0 0 0 215 2 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269300214584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9789] ppid=9770 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/9773/task/9789/stat : 9789 (java) S 9770 9773 8258 0 -1 4202560 21348 0 0 0 230 5 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269299162040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9790] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9790/stat : 9790 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269298109176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9791] ppid=9770 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/9773/task/9791/stat : 9791 (java) S 9770 9773 8258 0 -1 4202560 47 0 0 0 15 20 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269297056840 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9792] ppid=9770 vsize=9824732 CPUtime=809.72 cores=1,3,5,7
/proc/9773/task/9792/stat : 9792 (java) R 9770 9773 8258 0 -1 4202560 81 0 0 0 80959 13 0 0 20 0 22 0 29947639 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269296000416 140269353518069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9793] ppid=9770 vsize=9824732 CPUtime=809.75 cores=1,3,5,7
/proc/9773/task/9793/stat : 9793 (java) R 9770 9773 8258 0 -1 4202560 1852 0 0 0 80930 45 0 0 20 0 22 0 29947639 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269294947072 140269353898373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9794] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9794/stat : 9794 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269293896488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9795] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9795/stat : 9795 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269292843944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1654.18
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.88 4.15 4.13 5/219 10089
/proc/meminfo: memFree=25975568/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=9824732 CPUtime=1774.88 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 49750 0 1 0 177273 215 0 0 20 0 22 0 29947570 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 2456183 942476 2302 9 0 2446860 0
[pid=9773/tid=9774] ppid=9770 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) S 9770 9773 8258 0 -1 4202560 2515 0 1 0 67 4 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269480268664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9776] ppid=9770 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/9773/task/9776/stat : 9776 (java) S 9770 9773 8258 0 -1 4202560 1035 0 0 0 254 22 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269324204456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9777] ppid=9770 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/9773/task/9777/stat : 9777 (java) S 9770 9773 8258 0 -1 4202560 1029 0 0 0 274 21 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269323151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9778] ppid=9770 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/9773/task/9778/stat : 9778 (java) S 9770 9773 8258 0 -1 4202560 712 0 0 0 274 21 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269322098856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9779] ppid=9770 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/9773/task/9779/stat : 9779 (java) S 9770 9773 8258 0 -1 4202560 611 0 0 0 257 16 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269321046312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9780] ppid=9770 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/9773/task/9780/stat : 9780 (java) S 9770 9773 8258 0 -1 4202560 925 0 0 0 259 15 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269319994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9781] ppid=9770 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/9773/task/9781/stat : 9781 (java) S 9770 9773 8258 0 -1 4202560 752 0 0 0 260 15 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269318941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9782] ppid=9770 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/9773/task/9782/stat : 9782 (java) S 9770 9773 8258 0 -1 4202560 988 0 0 0 287 20 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269317888680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9783] ppid=9770 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/9773/task/9783/stat : 9783 (java) S 9770 9773 8258 0 -1 4202560 866 0 0 0 259 19 0 0 20 0 22 0 29947571 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269316836136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9784] ppid=9770 vsize=9824732 CPUtime=3.85 cores=1,3,5,7
/proc/9773/task/9784/stat : 9784 (java) S 9770 9773 8258 0 -1 4202560 2340 0 0 0 377 8 0 0 20 0 22 0 29947572 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269304424808 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9785] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9785/stat : 9785 (java) S 9770 9773 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269303371128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9786] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9786/stat : 9786 (java) S 9770 9773 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269302317960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9787] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9787/stat : 9787 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269301266704 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9788] ppid=9770 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/9773/task/9788/stat : 9788 (java) S 9770 9773 8258 0 -1 4202560 13374 0 0 0 215 2 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269300214584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9789] ppid=9770 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/9773/task/9789/stat : 9789 (java) S 9770 9773 8258 0 -1 4202560 21348 0 0 0 230 5 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269299162040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9790] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9790/stat : 9790 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269298109176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9791] ppid=9770 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/9773/task/9791/stat : 9791 (java) S 9770 9773 8258 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 29947575 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269297056840 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9792] ppid=9770 vsize=9824732 CPUtime=869.16 cores=1,3,5,7
/proc/9773/task/9792/stat : 9792 (java) R 9770 9773 8258 0 -1 4202560 83 0 0 0 86902 14 0 0 20 0 22 0 29947639 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269296000416 140269353692736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9793] ppid=9770 vsize=9824732 CPUtime=869.19 cores=1,3,5,7
/proc/9773/task/9793/stat : 9793 (java) R 9770 9773 8258 0 -1 4202560 1855 0 0 0 86873 46 0 0 20 0 22 0 29947639 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269294947072 140269353799668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9794] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9794/stat : 9794 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269293896488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9795] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9795/stat : 9795 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 942476 33554432000 1073741824 1073778376 140735090569728 140269292843944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1774.88
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 3.98 4.16 4.14 5/219 10089
/proc/meminfo: memFree=25885620/32872528 swapFree=1200228/1314692
[pid=9773] ppid=9770 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/9773/stat : 9773 (java) S 9770 9773 8258 0 -1 4202496 49752 0 1 0 179786 216 0 0 20 0 22 0 29947570 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140735090560864 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9773/statm: 2456183 942475 2302 9 0 2446860 0
[pid=9773/tid=9774] ppid=9770 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/9773/task/9774/stat : 9774 (java) S 9770 9773 8258 0 -1 4202560 2515 0 1 0 67 4 0 0 20 0 22 0 29947571 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269480268664 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9776] ppid=9770 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/9773/task/9776/stat : 9776 (java) S 9770 9773 8258 0 -1 4202560 1035 0 0 0 259 22 0 0 20 0 22 0 29947571 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269324204456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9777] ppid=9770 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/9773/task/9777/stat : 9777 (java) S 9770 9773 8258 0 -1 4202560 1029 0 0 0 276 21 0 0 20 0 22 0 29947571 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269323151912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9778] ppid=9770 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/9773/task/9778/stat : 9778 (java) S 9770 9773 8258 0 -1 4202560 712 0 0 0 279 21 0 0 20 0 22 0 29947571 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269322098856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9779] ppid=9770 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/9773/task/9779/stat : 9779 (java) S 9770 9773 8258 0 -1 4202560 611 0 0 0 263 16 0 0 20 0 22 0 29947571 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269321046312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9780] ppid=9770 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/9773/task/9780/stat : 9780 (java) S 9770 9773 8258 0 -1 4202560 925 0 0 0 262 15 0 0 20 0 22 0 29947571 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269319994280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9781] ppid=9770 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/9773/task/9781/stat : 9781 (java) S 9770 9773 8258 0 -1 4202560 752 0 0 0 264 15 0 0 20 0 22 0 29947571 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269318941736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9782] ppid=9770 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/9773/task/9782/stat : 9782 (java) S 9770 9773 8258 0 -1 4202560 988 0 0 0 290 20 0 0 20 0 22 0 29947571 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269317888680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9773/tid=9783] ppid=9770 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/9773/task/9783/stat : 9783 (java) S 9770 9773 8258 0 -1 4202560 866 0 0 0 263 19 0 0 20 0 22 0 29947571 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269316836136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9784] ppid=9770 vsize=9824732 CPUtime=3.86 cores=1,3,5,7
/proc/9773/task/9784/stat : 9784 (java) S 9770 9773 8258 0 -1 4202560 2340 0 0 0 377 9 0 0 20 0 22 0 29947572 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269304424808 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9785] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9785/stat : 9785 (java) S 9770 9773 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269303371128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9786] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9786/stat : 9786 (java) S 9770 9773 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29947573 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269302317960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9787] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9787/stat : 9787 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269301266704 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9788] ppid=9770 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/9773/task/9788/stat : 9788 (java) S 9770 9773 8258 0 -1 4202560 13374 0 0 0 215 2 0 0 20 0 22 0 29947575 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269300214584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9789] ppid=9770 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/9773/task/9789/stat : 9789 (java) S 9770 9773 8258 0 -1 4202560 21348 0 0 0 230 5 0 0 20 0 22 0 29947575 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269299162040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9790] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9790/stat : 9790 (java) S 9770 9773 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29947575 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269298109176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9791] ppid=9770 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/9773/task/9791/stat : 9791 (java) S 9770 9773 8258 0 -1 4202560 51 0 0 0 17 22 0 0 20 0 22 0 29947575 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269297056840 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9773/tid=9792] ppid=9770 vsize=9824732 CPUtime=881.52 cores=1,3,5,7
/proc/9773/task/9792/stat : 9792 (java) R 9770 9773 8258 0 -1 4202560 84 0 0 0 88138 14 0 0 20 0 22 0 29947639 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269295999600 140269353692869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9793] ppid=9770 vsize=9824732 CPUtime=881.55 cores=1,3,5,7
/proc/9773/task/9793/stat : 9793 (java) R 9770 9773 8258 0 -1 4202560 1856 0 0 0 88109 46 0 0 20 0 22 0 29947639 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269294947760 140269353785613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9773/tid=9794] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9794/stat : 9794 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269293896488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9773/tid=9795] ppid=9770 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9773/task/9795/stat : 9795 (java) S 9770 9773 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29947640 10060525568 942475 33554432000 1073741824 1073778376 140735090569728 140269292843944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 9773 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 9773 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=339370
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=681592
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.866
CPU time (s): 1800.02
CPU user time (s): 1797.86
CPU system time (s): 2.16
CPU usage (%): 201.15
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.34
system time used= 2.68159
maximum resident set size= 3789744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24328
involuntary context switches= 28945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32189 second user time and 5.9261 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 21:43:30
IDJOB=4106950
IDBENCH=48337
IDSOLVER=2543
FILE ID=node131/4106950-1466279010
RUNJOBID= node131-1466276277-8275
PBS_JOBID= 19918257
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 6f80de356bf70dde8dfbe2efc2cb9dee
RANDOM SEED=954507810

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.56
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.752
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.752
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.56
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.752
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.57
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.752
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:        27636344 kB
Buffers:          158812 kB
Cached:           171560 kB
SwapCached:         1460 kB
Active:          2915492 kB
Inactive:         226960 kB
Active(anon):    2811136 kB
Inactive(anon):     2920 kB
Active(file):     104356 kB
Inactive(file):   224040 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              1820 kB
Writeback:             0 kB
AnonPages:       4102812 kB
Mapped:            15492 kB
Shmem:                 0 kB
Slab:             604772 kB
SReclaimable:      48016 kB
SUnreclaim:       556756 kB
KernelStack:        1784 kB
PageTables:        12176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4576272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2840576 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= 71704 MiB
End job on node131 at 2016-06-18 21:58:25