Trace number 4107972

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.16 891.677

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12036_3-sat.opb
MD5SUMcf899369697891a2aa5256c136e26408
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55660
Total number of constraints186884
Number of constraints which are clauses185968
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints916
Minimum length of a constraint1
Maximum length of a constraint120
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4107972-1466285500.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
4.38/2.19	c ... done. Wall clock time 2.074s.
4.38/2.19	c declared #vars     55660
4.38/2.19	c #constraints  186884
4.38/2.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.38/2.19	c constraints type 
4.38/2.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24246
4.38/2.19	c org.sat4j.specs.Constr$1 => 10588
4.38/2.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146919
4.38/2.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 4215
4.38/2.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 916
4.38/2.19	c 186884 constraints processed.
4.38/2.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.38/2.19	c constraints type 
4.38/2.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 146919
4.38/2.19	c org.sat4j.specs.Constr$1 => 10588
4.38/2.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24246
4.38/2.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 916
4.38/2.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 4215
4.38/2.19	c 186884 constraints processed.
11.03/4.62	c cleaning 2496 clauses out of 4999 with flag 22358/5000
16.05/7.07	c cleaning 4246 clauses out of 8502 with flag 48140/11000
21.73/9.85	c cleaning 5621 clauses out of 11256 with flag 78738/18000
28.29/13.07	c cleaning 6801 clauses out of 13635 with flag 114033/26000
35.29/16.44	c cleaning 7897 clauses out of 15834 with flag 162286/35000
41.68/19.68	c cleaning 8956 clauses out of 17938 with flag 217721/45001
50.08/23.76	c cleaning 9972 clauses out of 19979 with flag 274435/56000
59.12/28.27	c cleaning 10999 clauses out of 22009 with flag 336165/68003
69.32/33.20	c cleaning 11998 clauses out of 24007 with flag 404784/81000
79.52/38.35	c cleaning 13002 clauses out of 26015 with flag 478302/95006
82.71/39.95	c cleaning 0 clauses out of 5001 with flag 0/5001
91.99/44.38	c cleaning 13998 clauses out of 28007 with flag 553243/110000
104.14/50.36	c cleaning 14992 clauses out of 30011 with flag 636534/126002
117.34/56.95	c cleaning 15987 clauses out of 32017 with flag 722857/143000
130.29/63.34	c cleaning 16994 clauses out of 34030 with flag 818958/161000
147.87/72.55	c cleaning 18002 clauses out of 36036 with flag 926091/180000
164.54/80.81	c cleaning 19017 clauses out of 38034 with flag 1021793/200000
183.04/90.06	c cleaning 20005 clauses out of 40017 with flag 1132022/221001
200.79/98.87	c cleaning 20992 clauses out of 42012 with flag 1268245/243001
218.80/107.79	c cleaning 0 clauses out of 11001 with flag 0/11001
219.40/108.00	c cleaning 21997 clauses out of 44020 with flag 1400979/266001
239.42/117.92	c cleaning 23002 clauses out of 46025 with flag 1534888/290003
259.38/127.84	c cleaning 23989 clauses out of 48021 with flag 1685781/315001
280.17/138.19	c cleaning 24998 clauses out of 50032 with flag 1861293/341001
303.24/149.45	c cleaning 26002 clauses out of 52033 with flag 2003716/368000
327.43/161.46	c cleaning 27003 clauses out of 54031 with flag 2173295/396000
351.24/173.23	c cleaning 27983 clauses out of 56030 with flag 2341011/425003
376.19/185.45	c cleaning 29004 clauses out of 58044 with flag 2507946/455000
400.08/197.29	c cleaning 29991 clauses out of 60041 with flag 2687222/486002
424.14/209.13	c cleaning 31010 clauses out of 62048 with flag 2886758/518000
453.46/223.55	c cleaning 31994 clauses out of 64038 with flag 3077129/551000
485.86/240.24	c cleaning 33014 clauses out of 66047 with flag 3254206/585003
511.40/252.90	c cleaning 0 clauses out of 18001 with flag 0/18001
518.60/256.42	c cleaning 33993 clauses out of 68031 with flag 3448197/620001
547.99/271.07	c cleaning 35014 clauses out of 70037 with flag 3629563/656000
581.86/287.70	c cleaning 36009 clauses out of 72024 with flag 3816133/693002
613.46/303.49	c cleaning 37002 clauses out of 74013 with flag 4027272/731000
647.89/320.52	c cleaning 37973 clauses out of 76011 with flag 4259656/770000
681.71/337.38	c cleaning 39014 clauses out of 78040 with flag 4497367/810002
715.69/354.28	c cleaning 39986 clauses out of 80024 with flag 4716720/851000
753.47/372.96	c cleaning 41007 clauses out of 82038 with flag 4955339/893000
796.21/393.97	c cleaning 42015 clauses out of 84033 with flag 5195084/936002
837.94/414.52	c cleaning 42996 clauses out of 86017 with flag 5442483/980001
879.10/434.89	c cleaning 43994 clauses out of 88020 with flag 5681421/1025000
924.71/458.37	c cleaning 44995 clauses out of 90027 with flag 5927821/1071001
969.00/480.11	c cleaning 46001 clauses out of 92035 with flag 6187079/1118004
1013.66/502.39	c cleaning 46999 clauses out of 94029 with flag 6440246/1166000
1060.89/525.74	c cleaning 47996 clauses out of 96030 with flag 6702556/1215000
1107.36/548.89	c cleaning 49004 clauses out of 98038 with flag 6960962/1265004
1125.31/557.75	c cleaning 0 clauses out of 26000 with flag 0/26000
1156.33/573.01	c cleaning 50005 clauses out of 100030 with flag 7234366/1316000
1203.21/596.27	c cleaning 50982 clauses out of 102025 with flag 7485408/1368000
1254.91/621.71	c cleaning 51989 clauses out of 104044 with flag 7760952/1421001
1310.60/649.26	c cleaning 53006 clauses out of 106056 with flag 8031104/1475002
1365.27/676.35	c cleaning 54016 clauses out of 108048 with flag 8299162/1530000
1417.52/702.39	c cleaning 55013 clauses out of 110032 with flag 8597579/1586000
1474.63/730.69	c cleaning 55996 clauses out of 112020 with flag 8889627/1643001
1531.27/758.65	c cleaning 56994 clauses out of 114023 with flag 9172722/1701000
1589.64/787.58	c cleaning 57994 clauses out of 116030 with flag 9472122/1760001
1646.31/815.68	c cleaning 59002 clauses out of 118039 with flag 9772500/1820004
1705.55/844.92	c cleaning 60002 clauses out of 120033 with flag 10073058/1881000
1767.70/875.64	c cleaning 60997 clauses out of 122033 with flag 10364274/1943002
1800.16/891.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/891.60	c starts		: 6067
1800.16/891.60	c conflicts		: 1978065
1800.16/891.60	c decisions		: 3282262
1800.16/891.60	c propagations		: 1565133337
1800.16/891.60	c inspects		: 5870454563
1800.16/891.60	c shortcuts		: 0
1800.16/891.60	c learnt literals	: 10
1800.16/891.60	c learnt binary clauses	: 92
1800.16/891.60	c learnt ternary clauses	: 2311
1800.16/891.60	c learnt constraints	: 1978055
1800.16/891.60	c ignored constraints	: 0
1800.16/891.60	c root simplifications	: 0
1800.16/891.60	c removed literals (reason simplification)	: 19125835
1800.16/891.60	c reason swapping (by a shorter reason)	: 0
1800.16/891.60	c Calls to reduceDB	: 58
1800.16/891.60	c Number of update (reduction) of LBD	: 775251
1800.16/891.60	c Imported unit clauses	: 0
1800.16/891.60	c number of reductions to clauses (during analyze)	: 0
1800.16/891.60	c number of learned constraints concerned by reduction	: 0
1800.16/891.60	c number of learning phase by resolution	: 0
1800.16/891.60	c number of learning phase by cutting planes	: 0
1800.16/891.60	c speed (assignments/second)	: 1759868.0121482392
1800.16/891.60	c non guided choices	25743
1800.16/891.63	c learnt constraints type 
1800.16/891.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 92
1800.16/891.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96007
1800.16/891.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/891.63	c starts		: 59
1800.16/891.63	c conflicts		: 32894
1800.16/891.63	c decisions		: 226266
1800.16/891.63	c propagations		: 33724889
1800.16/891.63	c inspects		: 862032434
1800.16/891.63	c shortcuts		: 0
1800.16/891.63	c learnt literals	: 0
1800.16/891.63	c learnt binary clauses	: 0
1800.16/891.63	c learnt ternary clauses	: 90
1800.16/891.63	c learnt constraints	: 32893
1800.16/891.63	c ignored constraints	: 0
1800.16/891.63	c root simplifications	: 0
1800.16/891.63	c removed literals (reason simplification)	: 0
1800.16/891.63	c reason swapping (by a shorter reason)	: 0
1800.16/891.63	c Calls to reduceDB	: 4
1800.16/891.63	c Number of update (reduction) of LBD	: 0
1800.16/891.63	c Imported unit clauses	: 0
1800.16/891.63	c number of reductions to clauses (during analyze)	: 0
1800.16/891.63	c number of learned constraints concerned by reduction	: 0
1800.16/891.63	c number of learning phase by resolution	: 0
1800.16/891.63	c number of learning phase by cutting planes	: 0
1800.16/891.63	c speed (assignments/second)	: 37919.89066442389
1800.16/891.63	c non guided choices	1766
1800.16/891.65	c learnt constraints type 
1800.16/891.65	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 92
1800.16/891.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 32801
1800.16/891.65	s UNKNOWN
1800.16/891.65	c Total wall clock time (in seconds): 891.535

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-4107972-1466285500/watcher-4107972-1466285500 -o /tmp/evaluation-result-4107972-1466285500/solver-4107972-1466285500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24417 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107972-1466285500.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.92 4.08 4.07 4/195 28008
/proc/meminfo: memFree=27874712/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 30600148 98570240 977 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 24065 977 744 9 0 16771 0
[pid=28008/tid=28009] ppid=28005 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) R 28005 28008 24401 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30600149 98570240 977 33554432000 1073741824 1073778376 140736410223168 140299897257512 235374724480 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 3.92 4.08 4.07 4/195 28008
/proc/meminfo: memFree=27874712/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 4418 0 1 0 10 0 0 0 20 0 18 0 30600148 9787879424 6057 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 2389619 6057 2141 9 0 2380296 0
[pid=28008/tid=28009] ppid=28005 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) R 28005 28008 24401 0 -1 4202560 2380 0 1 0 8 0 0 0 20 0 18 0 30600149 9787879424 6058 33554432000 1073741824 1073778376 140736410223168 140299897260960 140299900099328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200253 s]
/proc/loadavg: 3.92 4.08 4.07 4/195 28008
/proc/meminfo: memFree=27874712/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 4635 0 1 0 24 1 0 0 20 0 18 0 30600148 9787879424 7245 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 2389619 7245 2209 9 0 2380296 0
[pid=28008/tid=28009] ppid=28005 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) R 28005 28008 24401 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 18 0 30600149 9787879424 7245 33554432000 1073741824 1073778376 140736410223168 140299897262216 140299754086528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 3.92 4.08 4.07 4/195 28008
/proc/meminfo: memFree=27874712/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 5519 0 1 0 46 1 0 0 20 0 18 0 30600148 9787879424 8996 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 2389619 8996 2233 9 0 2380296 0
[pid=28008/tid=28009] ppid=28005 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) R 28005 28008 24401 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 18 0 30600149 9787879424 8996 33554432000 1073741824 1073778376 140736410223168 140299897261512 140299754124839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700217 s]
/proc/loadavg: 3.92 4.08 4.07 4/195 28008
/proc/meminfo: memFree=27874712/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=9559080 CPUtime=1.64 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 23312 0 1 0 159 5 0 0 20 0 18 0 30600148 9788497920 33513 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 2389770 33513 2244 9 0 2380447 0
[pid=28008/tid=28009] ppid=28005 vsize=9559080 CPUtime=0.67 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) R 28005 28008 24401 0 -1 4202560 2423 0 1 0 66 1 0 0 20 0 18 0 30600149 9788497920 33513 33554432000 1073741824 1073778376 140736410223168 140299897253760 140299754500856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9559080

[startup+1.50076 s]
/proc/loadavg: 3.92 4.08 4.07 4/213 28026
/proc/meminfo: memFree=27670120/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=9558476 CPUtime=3.3 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 28402 0 1 0 318 12 0 0 20 0 18 0 30600148 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 2389619 59666 2268 9 0 2380296 0
[pid=28008/tid=28009] ppid=28005 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) R 28005 28008 24401 0 -1 4202560 2473 0 1 0 137 3 0 0 20 0 18 0 30600149 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299897253808 140299754540856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28011] ppid=28005 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/28008/task/28011/stat : 28011 (java) S 28005 28008 24401 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 30600149 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299875363880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28012] ppid=28005 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/28008/task/28012/stat : 28012 (java) S 28005 28008 24401 0 -1 4202560 99 0 0 0 1 0 0 0 20 0 18 0 30600149 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299874311080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28013] ppid=28005 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/28008/task/28013/stat : 28013 (java) S 28005 28008 24401 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 18 0 30600149 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299873258280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28014] ppid=28005 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/28008/task/28014/stat : 28014 (java) S 28005 28008 24401 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 30600149 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299535903400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28015] ppid=28005 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/28008/task/28015/stat : 28015 (java) S 28005 28008 24401 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 18 0 30600149 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299534850600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28016] ppid=28005 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/28008/task/28016/stat : 28016 (java) S 28005 28008 24401 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 30600149 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299533797800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28017] ppid=28005 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/28008/task/28017/stat : 28017 (java) S 28005 28008 24401 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 30600149 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299532745000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28018] ppid=28005 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/28008/task/28018/stat : 28018 (java) S 28005 28008 24401 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 18 0 30600149 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299531692200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28019] ppid=28005 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28019/stat : 28019 (java) S 28005 28008 24401 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 30600151 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299519495144 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28020] ppid=28005 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28020/stat : 28020 (java) S 28005 28008 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30600151 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299518441208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28021] ppid=28005 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28021/stat : 28021 (java) S 28005 28008 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30600151 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299517388296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28022] ppid=28005 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28022/stat : 28022 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30600153 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299516336784 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28023] ppid=28005 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/28008/task/28023/stat : 28023 (java) S 28005 28008 24401 0 -1 4202560 12848 0 0 0 75 2 0 0 20 0 18 0 30600153 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299515283896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28024] ppid=28005 vsize=9558476 CPUtime=0.84 cores=0,2,4,6
/proc/28008/task/28024/stat : 28024 (java) S 28005 28008 24401 0 -1 4202560 11333 0 0 0 83 1 0 0 20 0 18 0 30600153 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299514231096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28025] ppid=28005 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28025/stat : 28025 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30600153 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299513178488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28026] ppid=28005 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28026/stat : 28026 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30600153 9787879424 59666 33554432000 1073741824 1073778376 140736410223168 140299512125896 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 3.92 4.08 4.07 8/215 28028
/proc/meminfo: memFree=27478232/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=9824732 CPUtime=7.41 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 36264 0 1 0 720 21 0 0 20 0 22 0 30600148 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 2456183 100889 2286 9 0 2446860 0
[pid=28008/tid=28009] ppid=28005 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) S 28005 28008 24401 0 -1 4202560 2533 0 1 0 197 5 0 0 20 0 22 0 30600149 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299897262968 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28011] ppid=28005 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/28008/task/28011/stat : 28011 (java) S 28005 28008 24401 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 22 0 30600149 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299875363880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28012] ppid=28005 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28008/task/28012/stat : 28012 (java) S 28005 28008 24401 0 -1 4202560 110 0 0 0 3 1 0 0 20 0 22 0 30600149 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299874311080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28013] ppid=28005 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28008/task/28013/stat : 28013 (java) S 28005 28008 24401 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 22 0 30600149 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299873258280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28014] ppid=28005 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/28008/task/28014/stat : 28014 (java) S 28005 28008 24401 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 22 0 30600149 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299535903400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28015] ppid=28005 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28008/task/28015/stat : 28015 (java) S 28005 28008 24401 0 -1 4202560 100 0 0 0 4 0 0 0 20 0 22 0 30600149 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299534850600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28016] ppid=28005 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28008/task/28016/stat : 28016 (java) S 28005 28008 24401 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 30600149 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299533797800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28017] ppid=28005 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/28008/task/28017/stat : 28017 (java) S 28005 28008 24401 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 22 0 30600149 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299532745000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28018] ppid=28005 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/28008/task/28018/stat : 28018 (java) S 28005 28008 24401 0 -1 4202560 124 0 0 0 6 1 0 0 20 0 22 0 30600149 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299531692200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28019] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28019/stat : 28019 (java) S 28005 28008 24401 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299519495144 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28020] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28020/stat : 28020 (java) S 28005 28008 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299518441208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28021] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28021/stat : 28021 (java) S 28005 28008 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299517388296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28022] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28022/stat : 28022 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299516336784 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28023] ppid=28005 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/28008/task/28023/stat : 28023 (java) S 28005 28008 24401 0 -1 4202560 17863 0 0 0 142 3 0 0 20 0 22 0 30600153 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299515283896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28024] ppid=28005 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/28008/task/28024/stat : 28024 (java) S 28005 28008 24401 0 -1 4202560 13790 0 0 0 154 2 0 0 20 0 22 0 30600153 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299514231096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28025] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28025/stat : 28025 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299513178488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28026] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28026/stat : 28026 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299512125896 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28027] ppid=28005 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/28008/task/28027/stat : 28027 (java) R 28005 28008 24401 0 -1 4202560 15 0 0 0 87 0 0 0 20 0 22 0 30600368 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299510973224 140299755269728 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28028] ppid=28005 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/28008/task/28028/stat : 28028 (java) R 28005 28008 24401 0 -1 4202560 25 0 0 0 88 0 0 0 20 0 22 0 30600368 10060525568 100889 33554432000 1073741824 1073778376 140736410223168 140299509920456 140299755412459 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.00 4.09 4.08 5/217 28030
/proc/meminfo: memFree=27190924/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=9824732 CPUtime=14.61 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 41541 0 1 0 1428 33 0 0 20 0 22 0 30600148 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 2456183 172446 2291 9 0 2446860 0
[pid=28008/tid=28009] ppid=28005 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) S 28005 28008 24401 0 -1 4202560 2533 0 1 0 197 5 0 0 20 0 22 0 30600149 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299897262968 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28011] ppid=28005 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/28008/task/28011/stat : 28011 (java) S 28005 28008 24401 0 -1 4202560 80 0 0 0 12 3 0 0 20 0 22 0 30600149 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299875363880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28012] ppid=28005 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/28008/task/28012/stat : 28012 (java) S 28005 28008 24401 0 -1 4202560 133 0 0 0 4 2 0 0 20 0 22 0 30600149 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299874311080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28013] ppid=28005 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/28008/task/28013/stat : 28013 (java) S 28005 28008 24401 0 -1 4202560 145 0 0 0 7 3 0 0 20 0 22 0 30600149 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299873258280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28014] ppid=28005 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/28008/task/28014/stat : 28014 (java) S 28005 28008 24401 0 -1 4202560 71 0 0 0 11 4 0 0 20 0 22 0 30600149 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299535903400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28015] ppid=28005 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/28008/task/28015/stat : 28015 (java) S 28005 28008 24401 0 -1 4202560 117 0 0 0 5 1 0 0 20 0 22 0 30600149 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299534850600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28016] ppid=28005 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/28008/task/28016/stat : 28016 (java) S 28005 28008 24401 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 22 0 30600149 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299533797800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28017] ppid=28005 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/28008/task/28017/stat : 28017 (java) S 28005 28008 24401 0 -1 4202560 39 0 0 0 6 1 0 0 20 0 22 0 30600149 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299532745000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28018] ppid=28005 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/28008/task/28018/stat : 28018 (java) S 28005 28008 24401 0 -1 4202560 166 0 0 0 9 2 0 0 20 0 22 0 30600149 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299531692200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28019] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28019/stat : 28019 (java) S 28005 28008 24401 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299519495144 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28020] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28020/stat : 28020 (java) S 28005 28008 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299518441208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28021] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28021/stat : 28021 (java) S 28005 28008 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299517388296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28022] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28022/stat : 28022 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299516336784 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28023] ppid=28005 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/28008/task/28023/stat : 28023 (java) S 28005 28008 24401 0 -1 4202560 22335 0 0 0 180 4 0 0 20 0 22 0 30600153 10060525568 172446 33554432000 1073741824 1073778376 140736410223168 140299515283896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28024] ppid=28005 vsize=9824732 CPUtime=1.83 cores=0,2,4,6

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

/proc/28008/task/28013/stat : 28013 (java) S 28005 28008 24401 0 -1 4202560 667 0 0 0 505 17 0 0 20 0 22 0 30600149 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299873258280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28014] ppid=28005 vsize=9824732 CPUtime=4.4 cores=0,2,4,6
/proc/28008/task/28014/stat : 28014 (java) S 28005 28008 24401 0 -1 4202560 567 0 0 0 424 16 0 0 20 0 22 0 30600149 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299535903400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28015] ppid=28005 vsize=9824732 CPUtime=4.92 cores=0,2,4,6
/proc/28008/task/28015/stat : 28015 (java) S 28005 28008 24401 0 -1 4202560 840 0 0 0 474 18 0 0 20 0 22 0 30600149 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299534850600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28016] ppid=28005 vsize=9824732 CPUtime=5.29 cores=0,2,4,6
/proc/28008/task/28016/stat : 28016 (java) S 28005 28008 24401 0 -1 4202560 613 0 0 0 511 18 0 0 20 0 22 0 30600149 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299533797800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28017] ppid=28005 vsize=9824732 CPUtime=4.42 cores=0,2,4,6
/proc/28008/task/28017/stat : 28017 (java) S 28005 28008 24401 0 -1 4202560 515 0 0 0 428 14 0 0 20 0 22 0 30600149 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299532745000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28018] ppid=28005 vsize=9824732 CPUtime=4.6 cores=0,2,4,6
/proc/28008/task/28018/stat : 28018 (java) S 28005 28008 24401 0 -1 4202560 633 0 0 0 446 14 0 0 20 0 22 0 30600149 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299531692200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28019] ppid=28005 vsize=9824732 CPUtime=4.84 cores=0,2,4,6
/proc/28008/task/28019/stat : 28019 (java) S 28005 28008 24401 0 -1 4202560 3053 0 0 0 476 8 0 0 20 0 22 0 30600151 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299519495144 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28020] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28020/stat : 28020 (java) S 28005 28008 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299518441208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28021] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28021/stat : 28021 (java) S 28005 28008 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299517388296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28022] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28022/stat : 28022 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299516336784 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28023] ppid=28005 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/28008/task/28023/stat : 28023 (java) S 28005 28008 24401 0 -1 4202560 22377 0 0 0 216 4 0 0 20 0 22 0 30600153 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299515283896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28024] ppid=28005 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/28008/task/28024/stat : 28024 (java) S 28005 28008 24401 0 -1 4202560 13802 0 0 0 199 2 0 0 20 0 22 0 30600153 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299514231096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28025] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28025/stat : 28025 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299513178488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28026] ppid=28005 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/28008/task/28026/stat : 28026 (java) S 28005 28008 24401 0 -1 4202560 47 0 0 0 14 13 0 0 20 0 22 0 30600153 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299512125896 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28027] ppid=28005 vsize=9824732 CPUtime=803.32 cores=0,2,4,6
/proc/28008/task/28027/stat : 28027 (java) R 28005 28008 24401 0 -1 4202560 90 0 0 0 80319 13 0 0 20 0 22 0 30600368 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299510971776 140299755412124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28028] ppid=28005 vsize=9824732 CPUtime=803.07 cores=0,2,4,6
/proc/28008/task/28028/stat : 28028 (java) R 28005 28008 24401 0 -1 4202560 2158 0 0 0 80263 44 0 0 20 0 22 0 30600368 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299509919424 140299754789354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28029] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28029/stat : 28029 (java) S 28005 28008 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30600374 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299508868520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28030] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28030/stat : 28030 (java) S 28005 28008 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30600374 10060525568 1000923 33554432000 1073741824 1073778376 140736410223168 140299507815720 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1659.9
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.12 4.10 5/217 28174
/proc/meminfo: memFree=23516448/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=9824732 CPUtime=1781.35 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 50499 0 1 0 177939 196 0 0 20 0 22 0 30600148 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 2456183 1013209 2300 9 0 2446860 0
[pid=28008/tid=28009] ppid=28005 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) S 28005 28008 24401 0 -1 4202560 2548 0 1 0 199 6 0 0 20 0 22 0 30600149 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299897262968 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28011] ppid=28005 vsize=9824732 CPUtime=5.1 cores=0,2,4,6
/proc/28008/task/28011/stat : 28011 (java) S 28005 28008 24401 0 -1 4202560 525 0 0 0 494 16 0 0 20 0 22 0 30600149 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299875363880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28012] ppid=28005 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/28008/task/28012/stat : 28012 (java) S 28005 28008 24401 0 -1 4202560 752 0 0 0 460 13 0 0 20 0 22 0 30600149 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299874311080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28013] ppid=28005 vsize=9824732 CPUtime=5.61 cores=0,2,4,6
/proc/28008/task/28013/stat : 28013 (java) S 28005 28008 24401 0 -1 4202560 676 0 0 0 544 17 0 0 20 0 22 0 30600149 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299873258280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28014] ppid=28005 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/28008/task/28014/stat : 28014 (java) S 28005 28008 24401 0 -1 4202560 571 0 0 0 455 16 0 0 20 0 22 0 30600149 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299535903400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28015] ppid=28005 vsize=9824732 CPUtime=5.36 cores=0,2,4,6
/proc/28008/task/28015/stat : 28015 (java) S 28005 28008 24401 0 -1 4202560 848 0 0 0 517 19 0 0 20 0 22 0 30600149 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299534850600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28016] ppid=28005 vsize=9824732 CPUtime=5.69 cores=0,2,4,6
/proc/28008/task/28016/stat : 28016 (java) S 28005 28008 24401 0 -1 4202560 619 0 0 0 551 18 0 0 20 0 22 0 30600149 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299533797800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28017] ppid=28005 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/28008/task/28017/stat : 28017 (java) S 28005 28008 24401 0 -1 4202560 519 0 0 0 460 15 0 0 20 0 22 0 30600149 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299532745000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28018] ppid=28005 vsize=9824732 CPUtime=5.04 cores=0,2,4,6
/proc/28008/task/28018/stat : 28018 (java) S 28005 28008 24401 0 -1 4202560 635 0 0 0 490 14 0 0 20 0 22 0 30600149 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299531692200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28019] ppid=28005 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/28008/task/28019/stat : 28019 (java) S 28005 28008 24401 0 -1 4202560 3059 0 0 0 476 9 0 0 20 0 22 0 30600151 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299519495144 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28020] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28020/stat : 28020 (java) S 28005 28008 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299518441208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28021] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28021/stat : 28021 (java) S 28005 28008 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299517388296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28022] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28022/stat : 28022 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299516336784 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28023] ppid=28005 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/28008/task/28023/stat : 28023 (java) S 28005 28008 24401 0 -1 4202560 22377 0 0 0 216 4 0 0 20 0 22 0 30600153 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299515283896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28024] ppid=28005 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/28008/task/28024/stat : 28024 (java) S 28005 28008 24401 0 -1 4202560 13802 0 0 0 199 2 0 0 20 0 22 0 30600153 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299514231096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28025] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28025/stat : 28025 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299513178488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28026] ppid=28005 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/28008/task/28026/stat : 28026 (java) S 28005 28008 24401 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 30600153 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299512125896 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28027] ppid=28005 vsize=9824732 CPUtime=862.4 cores=0,2,4,6
/proc/28008/task/28027/stat : 28027 (java) R 28005 28008 24401 0 -1 4202560 93 0 0 0 86226 14 0 0 20 0 22 0 30600368 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299510972480 140299754904457 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28028] ppid=28005 vsize=9824732 CPUtime=862.15 cores=0,2,4,6
/proc/28008/task/28028/stat : 28028 (java) R 28005 28008 24401 0 -1 4202560 2160 0 0 0 86170 45 0 0 20 0 22 0 30600368 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299509918624 140299754775196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28029] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28029/stat : 28029 (java) S 28005 28008 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30600374 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299508868520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28030] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28030/stat : 28030 (java) S 28005 28008 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30600374 10060525568 1013209 33554432000 1073741824 1073778376 140736410223168 140299507815720 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1781.35
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.601 s]
/proc/loadavg: 4.17 4.12 4.10 5/217 28178
/proc/meminfo: memFree=23477208/32872528 swapFree=447868/480572
[pid=28008] ppid=28005 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/28008/stat : 28008 (java) S 28005 28008 24401 0 -1 4202496 50510 0 1 0 179819 197 0 0 20 0 22 0 30600148 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140736410214304 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28008/statm: 2456183 1015258 2300 9 0 2446860 0
[pid=28008/tid=28009] ppid=28005 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/28008/task/28009/stat : 28009 (java) S 28005 28008 24401 0 -1 4202560 2548 0 1 0 199 6 0 0 20 0 22 0 30600149 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299897262968 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28011] ppid=28005 vsize=9824732 CPUtime=5.15 cores=0,2,4,6
/proc/28008/task/28011/stat : 28011 (java) S 28005 28008 24401 0 -1 4202560 526 0 0 0 499 16 0 0 20 0 22 0 30600149 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299875363880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28012] ppid=28005 vsize=9824732 CPUtime=4.78 cores=0,2,4,6
/proc/28008/task/28012/stat : 28012 (java) S 28005 28008 24401 0 -1 4202560 753 0 0 0 465 13 0 0 20 0 22 0 30600149 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299874311080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28013] ppid=28005 vsize=9824732 CPUtime=5.69 cores=0,2,4,6
/proc/28008/task/28013/stat : 28013 (java) S 28005 28008 24401 0 -1 4202560 678 0 0 0 552 17 0 0 20 0 22 0 30600149 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299873258280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28014] ppid=28005 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/28008/task/28014/stat : 28014 (java) S 28005 28008 24401 0 -1 4202560 572 0 0 0 459 16 0 0 20 0 22 0 30600149 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299535903400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28015] ppid=28005 vsize=9824732 CPUtime=5.4 cores=0,2,4,6
/proc/28008/task/28015/stat : 28015 (java) S 28005 28008 24401 0 -1 4202560 849 0 0 0 521 19 0 0 20 0 22 0 30600149 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299534850600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28016] ppid=28005 vsize=9824732 CPUtime=5.74 cores=0,2,4,6
/proc/28008/task/28016/stat : 28016 (java) S 28005 28008 24401 0 -1 4202560 621 0 0 0 556 18 0 0 20 0 22 0 30600149 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299533797800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28017] ppid=28005 vsize=9824732 CPUtime=4.81 cores=0,2,4,6
/proc/28008/task/28017/stat : 28017 (java) S 28005 28008 24401 0 -1 4202560 520 0 0 0 466 15 0 0 20 0 22 0 30600149 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299532745000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28008/tid=28018] ppid=28005 vsize=9824732 CPUtime=5.11 cores=0,2,4,6
/proc/28008/task/28018/stat : 28018 (java) S 28005 28008 24401 0 -1 4202560 635 0 0 0 497 14 0 0 20 0 22 0 30600149 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299531692200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28019] ppid=28005 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/28008/task/28019/stat : 28019 (java) S 28005 28008 24401 0 -1 4202560 3060 0 0 0 476 9 0 0 20 0 22 0 30600151 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299519495144 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28020] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28020/stat : 28020 (java) S 28005 28008 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299518441208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28021] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28021/stat : 28021 (java) S 28005 28008 24401 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30600151 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299517388296 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28022] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28022/stat : 28022 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299516336784 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28023] ppid=28005 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/28008/task/28023/stat : 28023 (java) S 28005 28008 24401 0 -1 4202560 22377 0 0 0 216 4 0 0 20 0 22 0 30600153 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299515283896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28024] ppid=28005 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/28008/task/28024/stat : 28024 (java) S 28005 28008 24401 0 -1 4202560 13802 0 0 0 199 2 0 0 20 0 22 0 30600153 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299514231096 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28025] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28025/stat : 28025 (java) S 28005 28008 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30600153 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299513178488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28008/tid=28026] ppid=28005 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28008/task/28026/stat : 28026 (java) S 28005 28008 24401 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 30600153 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299512125896 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28027] ppid=28005 vsize=9824732 CPUtime=871.56 cores=0,2,4,6
/proc/28008/task/28027/stat : 28027 (java) R 28005 28008 24401 0 -1 4202560 93 0 0 0 87142 14 0 0 20 0 22 0 30600368 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299510971648 140299754418920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28008/tid=28028] ppid=28005 vsize=9824732 CPUtime=871.3 cores=0,2,4,6
/proc/28008/task/28028/stat : 28028 (java) R 28005 28008 24401 0 -1 4202560 2161 0 0 0 87085 45 0 0 20 0 22 0 30600368 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299509919664 140299754789325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28029] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28029/stat : 28029 (java) S 28005 28008 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30600374 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299508868520 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28008/tid=28030] ppid=28005 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28008/task/28030/stat : 28030 (java) S 28005 28008 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30600374 10060525568 1015258 33554432000 1073741824 1073778376 140736410223168 140299507815720 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28008 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 28008 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=748308
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=401634
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 891.677
CPU time (s): 1800.16
CPU user time (s): 1798.19
CPU system time (s): 1.97
CPU usage (%): 201.885
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 2.40163
maximum resident set size= 4061148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50544
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= 23989
involuntary context switches= 29429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.51316 second user time and 6.79397 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 23:31:40
IDJOB=4107972
IDBENCH=74391
IDSOLVER=2543
FILE ID=node104/4107972-1466285500
RUNJOBID= node104-1466276650-24417
PBS_JOBID= 19918266
Free space on /tmp= 71660 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12036_3-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107972-1466285500/watcher-4107972-1466285500 -o /tmp/evaluation-result-4107972-1466285500/solver-4107972-1466285500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24417 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107972-1466285500.opb

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

MD5SUM BENCH= cf899369697891a2aa5256c136e26408
RANDOM SEED=188773438

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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:        27874868 kB
Buffers:          149864 kB
Cached:           294424 kB
SwapCached:        40452 kB
Active:          3423656 kB
Inactive:         341016 kB
Active(anon):    3282880 kB
Inactive(anon):    39968 kB
Active(file):     140776 kB
Inactive(file):   301048 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              7076 kB
Writeback:             0 kB
AnonPages:       3739212 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             608740 kB
SReclaimable:      52484 kB
SUnreclaim:       556256 kB
KernelStack:        1792 kB
PageTables:        11764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3910988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3213312 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= 71656 MiB
End job on node104 at 2016-06-18 23:46:32