Trace number 4117086

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.08 895.264

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-2.opb
MD5SUM326ac17ed003b145465711c7acb057a9
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 variables4288
Total number of constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117086-1466979997.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.03/0.50	c ... done. Wall clock time 0.395s.
1.03/0.50	c declared #vars     4288
1.03/0.50	c #constraints  10880
1.03/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.51	c constraints type 
1.03/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.03/0.51	c org.sat4j.specs.Constr$1 => 936
1.03/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.03/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
1.03/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.03/0.51	c 10880 constraints processed.
1.03/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.51	c constraints type 
1.03/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.03/0.51	c org.sat4j.specs.Constr$1 => 936
1.03/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.03/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.03/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
1.03/0.51	c 10880 constraints processed.
4.49/1.40	c cleaning 2499 clauses out of 4997 with flag 15965/5000
6.18/2.05	c cleaning 4244 clauses out of 8500 with flag 39631/11002
7.64/2.78	c cleaning 5625 clauses out of 11255 with flag 69964/18001
9.74/3.72	c cleaning 6816 clauses out of 13631 with flag 103207/26002
11.56/4.69	c cleaning 7901 clauses out of 15813 with flag 146395/35000
14.03/5.85	c cleaning 8950 clauses out of 17913 with flag 192922/45001
16.70/7.16	c cleaning 9953 clauses out of 19963 with flag 246268/56001
19.50/8.59	c cleaning 10999 clauses out of 22010 with flag 306973/68001
22.99/10.20	c cleaning 11995 clauses out of 24010 with flag 374239/81000
26.19/11.87	c cleaning 12997 clauses out of 26016 with flag 448425/95001
30.47/13.92	c cleaning 13998 clauses out of 28018 with flag 525424/110000
34.68/16.02	c cleaning 15007 clauses out of 30020 with flag 610725/126000
37.17/17.27	c cleaning 0 clauses out of 5000 with flag 0/5000
39.57/18.38	c cleaning 15997 clauses out of 32015 with flag 699919/143002
44.77/20.85	c cleaning 16964 clauses out of 34016 with flag 800010/161000
50.44/23.61	c cleaning 18019 clauses out of 36052 with flag 905226/180000
56.26/26.52	c cleaning 18960 clauses out of 38033 with flag 1016821/200000
62.45/29.67	c cleaning 20013 clauses out of 40073 with flag 1133774/221000
69.15/32.97	c cleaning 21013 clauses out of 42062 with flag 1259687/243002
76.16/36.48	c cleaning 22017 clauses out of 44047 with flag 1390400/266000
83.86/40.29	c cleaning 22999 clauses out of 46031 with flag 1523731/290001
92.06/44.33	c cleaning 24006 clauses out of 48032 with flag 1663320/315001
100.60/48.58	c cleaning 25002 clauses out of 50025 with flag 1816651/341000
109.58/53.07	c cleaning 25999 clauses out of 52023 with flag 1970547/368000
119.49/57.91	c cleaning 27000 clauses out of 54024 with flag 2130365/396000
129.49/62.94	c cleaning 28000 clauses out of 56025 with flag 2297760/425001
140.56/68.46	c cleaning 28998 clauses out of 58024 with flag 2470082/455000
152.05/74.15	c cleaning 29985 clauses out of 60026 with flag 2649754/486000
164.05/80.14	c cleaning 31013 clauses out of 62042 with flag 2837364/518001
176.32/86.29	c cleaning 31996 clauses out of 64028 with flag 3027973/551000
189.59/92.86	c cleaning 32990 clauses out of 66035 with flag 3223645/585003
203.88/99.91	c cleaning 34018 clauses out of 68043 with flag 3421538/620001
217.93/106.98	c cleaning 34975 clauses out of 70025 with flag 3627816/656001
232.59/114.22	c cleaning 36005 clauses out of 72051 with flag 3846799/693002
249.12/122.80	c cleaning 37016 clauses out of 74044 with flag 4069445/731000
265.57/131.01	c cleaning 37972 clauses out of 76028 with flag 4294329/770000
282.21/139.40	c cleaning 39020 clauses out of 78056 with flag 4525219/810000
286.09/141.25	c cleaning 0 clauses out of 11002 with flag 0/11002
300.28/148.32	c cleaning 40012 clauses out of 80037 with flag 4768723/851001
318.43/157.32	c cleaning 41001 clauses out of 82025 with flag 5015917/893001
337.53/166.85	c cleaning 41992 clauses out of 84023 with flag 5267483/936000
357.65/176.82	c cleaning 43014 clauses out of 86033 with flag 5525720/980002
378.30/187.10	c cleaning 44003 clauses out of 88017 with flag 5791358/1025000
399.99/197.86	c cleaning 44992 clauses out of 90014 with flag 6061142/1071000
422.07/208.87	c cleaning 45999 clauses out of 92022 with flag 6338719/1118000
444.96/220.28	c cleaning 46969 clauses out of 94023 with flag 6618527/1166000
470.07/233.21	c cleaning 48013 clauses out of 96054 with flag 6906825/1215000
494.33/245.33	c cleaning 49016 clauses out of 98041 with flag 7202037/1265000
519.90/258.06	c cleaning 49991 clauses out of 100026 with flag 7500557/1316001
546.78/271.42	c cleaning 50984 clauses out of 102034 with flag 7808579/1368000
574.84/285.33	c cleaning 51985 clauses out of 104050 with flag 8118606/1421000
603.15/299.45	c cleaning 52987 clauses out of 106065 with flag 8437600/1475000
632.59/314.09	c cleaning 53988 clauses out of 108079 with flag 8762801/1530001
662.73/328.98	c cleaning 55028 clauses out of 110092 with flag 9095921/1586002
694.59/344.73	c cleaning 55998 clauses out of 112062 with flag 9423132/1643000
726.93/360.83	c cleaning 56998 clauses out of 114064 with flag 9761818/1701000
760.59/377.58	c cleaning 57968 clauses out of 116068 with flag 10107019/1760002
794.49/394.34	c cleaning 59005 clauses out of 118098 with flag 10456939/1820000
829.75/411.86	c cleaning 60018 clauses out of 120093 with flag 10813270/1881000
867.04/430.38	c cleaning 61010 clauses out of 122075 with flag 11176266/1943000
904.89/449.17	c cleaning 62022 clauses out of 124065 with flag 11550081/2006000
944.77/468.93	c cleaning 63003 clauses out of 126043 with flag 11919923/2070000
984.24/488.52	c cleaning 63985 clauses out of 128041 with flag 12298561/2135001
1025.18/508.93	c cleaning 65000 clauses out of 130056 with flag 12685320/2201001
1060.75/526.62	c cleaning 0 clauses out of 18000 with flag 0/18000
1067.64/530.01	c cleaning 66020 clauses out of 132056 with flag 13075208/2268001
1110.87/551.50	c cleaning 67011 clauses out of 134036 with flag 13468128/2336001
1153.75/572.82	c cleaning 67972 clauses out of 136026 with flag 13877101/2405002
1200.45/595.93	c cleaning 69004 clauses out of 138053 with flag 14283103/2475001
1247.38/619.22	c cleaning 69990 clauses out of 140049 with flag 14696837/2546001
1295.08/642.88	c cleaning 71007 clauses out of 142058 with flag 15114778/2618000
1345.78/668.94	c cleaning 72006 clauses out of 144051 with flag 15535774/2691000
1395.42/693.60	c cleaning 72983 clauses out of 146045 with flag 15962684/2765000
1447.14/719.32	c cleaning 74003 clauses out of 148062 with flag 16392919/2840000
1500.50/745.88	c cleaning 75029 clauses out of 150062 with flag 16828217/2916003
1554.74/772.89	c cleaning 76007 clauses out of 152030 with flag 17271611/2993000
1609.92/800.26	c cleaning 77009 clauses out of 154024 with flag 17718602/3071001
1659.62/825.05	c cleaning 77972 clauses out of 156014 with flag 18172844/3150000
1707.10/848.79	c cleaning 78992 clauses out of 158043 with flag 18638102/3230001
1755.30/872.87	c cleaning 80012 clauses out of 160052 with flag 19100330/3311002
1800.08/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.20	c starts		: 26678
1800.08/895.20	c conflicts		: 3387701
1800.08/895.20	c decisions		: 27053320
1800.08/895.20	c propagations		: 427012267
1800.08/895.20	c inspects		: 9298391418
1800.08/895.20	c shortcuts		: 0
1800.08/895.20	c learnt literals	: 3
1800.08/895.20	c learnt binary clauses	: 85
1800.08/895.20	c learnt ternary clauses	: 983
1800.08/895.20	c learnt constraints	: 3387698
1800.08/895.20	c ignored constraints	: 0
1800.08/895.20	c root simplifications	: 0
1800.08/895.20	c removed literals (reason simplification)	: 2991277
1800.08/895.20	c reason swapping (by a shorter reason)	: 0
1800.08/895.20	c Calls to reduceDB	: 77
1800.08/895.20	c Number of update (reduction) of LBD	: 746747
1800.08/895.20	c Imported unit clauses	: 0
1800.08/895.20	c number of reductions to clauses (during analyze)	: 0
1800.08/895.20	c number of learned constraints concerned by reduction	: 0
1800.08/895.20	c number of learning phase by resolution	: 0
1800.08/895.20	c number of learning phase by cutting planes	: 0
1800.08/895.20	c speed (assignments/second)	: 477276.1248080332
1800.08/895.20	c non guided choices	14061
1800.08/895.23	c learnt constraints type 
1800.08/895.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 85
1800.08/895.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 156654
1800.08/895.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.23	c starts		: 45
1800.08/895.23	c conflicts		: 20918
1800.08/895.23	c decisions		: 71351
1800.08/895.23	c propagations		: 2505537
1800.08/895.23	c inspects		: 780606422
1800.08/895.23	c shortcuts		: 0
1800.08/895.23	c learnt literals	: 0
1800.08/895.23	c learnt binary clauses	: 0
1800.08/895.23	c learnt ternary clauses	: 0
1800.08/895.23	c learnt constraints	: 20917
1800.08/895.23	c ignored constraints	: 0
1800.08/895.23	c root simplifications	: 0
1800.08/895.23	c removed literals (reason simplification)	: 0
1800.08/895.23	c reason swapping (by a shorter reason)	: 0
1800.08/895.23	c Calls to reduceDB	: 3
1800.08/895.23	c Number of update (reduction) of LBD	: 0
1800.08/895.23	c Imported unit clauses	: 0
1800.08/895.23	c number of reductions to clauses (during analyze)	: 0
1800.08/895.23	c number of learned constraints concerned by reduction	: 0
1800.08/895.23	c number of learning phase by resolution	: 0
1800.08/895.23	c number of learning phase by cutting planes	: 0
1800.08/895.23	c speed (assignments/second)	: 2800.38381065639
1800.08/895.23	c non guided choices	285
1800.08/895.24	c learnt constraints type 
1800.08/895.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 49
1800.08/895.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20868
1800.08/895.24	s UNKNOWN
1800.08/895.24	c Total wall clock time (in seconds): 895.13

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-4117086-1466979997/watcher-4117086-1466979997 -o /tmp/evaluation-result-4117086-1466979997/solver-4117086-1466979997 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466978205-24215 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117086-1466979997.opb 

pid=24600
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.17 4.19 3.76 5/193 24603
/proc/meminfo: memFree=31347040/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 31039910 95129600 927 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 23225 927 703 9 0 16769 0
[pid=24603/tid=24604] ppid=24600 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) R 24600 24603 24198 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 31039910 96370688 931 33554432000 1073741824 1073778376 140734338483472 140016406339112 270109076775 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 4.17 4.19 3.76 5/193 24603
/proc/meminfo: memFree=31347040/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 4509 0 1 0 9 1 0 0 20 0 18 0 31039910 9787879424 5634 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 2389619 5634 2156 9 0 2380296 0
[pid=24603/tid=24604] ppid=24600 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) R 24600 24603 24198 0 -1 4202560 2443 0 1 0 7 0 0 0 20 0 18 0 31039910 9787879424 5638 33554432000 1073741824 1073778376 140734338483472 140016406343384 140016278509793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 4.17 4.19 3.76 5/193 24603
/proc/meminfo: memFree=31347040/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 4757 0 1 0 25 1 0 0 20 0 18 0 31039910 9787879424 6315 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 2389619 6315 2213 9 0 2380296 0
[pid=24603/tid=24604] ppid=24600 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) R 24600 24603 24198 0 -1 4202560 2460 0 1 0 17 0 0 0 20 0 18 0 31039910 9787879424 6315 33554432000 1073741824 1073778376 140734338483472 140016406343384 140016278511399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300269 s]
/proc/loadavg: 4.17 4.19 3.76 5/193 24603
/proc/meminfo: memFree=31347040/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 6115 0 1 0 49 2 0 0 20 0 18 0 31039910 9787879424 8464 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 2389619 8464 2234 9 0 2380296 0
[pid=24603/tid=24604] ppid=24600 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) R 24600 24603 24198 0 -1 4202560 2463 0 1 0 27 0 0 0 20 0 18 0 31039910 9787879424 8479 33554432000 1073741824 1073778376 140734338483472 140016406343384 140016278509008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700235 s]
/proc/loadavg: 4.17 4.19 3.76 5/193 24603
/proc/meminfo: memFree=31347040/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 13533 0 1 0 173 3 0 0 20 0 22 0 31039910 10060525568 22859 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 2456183 22859 2266 9 0 2446860 0
[pid=24603/tid=24604] ppid=24600 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) S 24600 24603 24198 0 -1 4202560 2531 0 1 0 47 1 0 0 20 0 22 0 31039910 10060525568 22859 33554432000 1073741824 1073778376 140734338483472 140016406344568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.17 4.19 3.76 7/219 24629
/proc/meminfo: memFree=31081888/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=9824732 CPUtime=4.8 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 22121 0 1 0 474 6 0 0 20 0 22 0 31039910 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 2456183 48420 2292 9 0 2446860 0
[pid=24603/tid=24604] ppid=24600 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) S 24600 24603 24198 0 -1 4202560 2531 0 1 0 47 1 0 0 20 0 22 0 31039910 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016406344568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24606] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24606/stat : 24606 (java) S 24600 24603 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 31039911 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016250051240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24607] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24607/stat : 24607 (java) S 24600 24603 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 31039911 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016248998696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24608] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24608/stat : 24608 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039911 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016247946152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24609] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24609/stat : 24609 (java) S 24600 24603 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 31039911 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016246893608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24610] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24610/stat : 24610 (java) S 24600 24603 24198 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 31039911 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016245840040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24611] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24611/stat : 24611 (java) S 24600 24603 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31039911 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016244787496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24612] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24612/stat : 24612 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039911 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016243734952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24613] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24613/stat : 24613 (java) S 24600 24603 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31039911 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016242682408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24614] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24614/stat : 24614 (java) S 24600 24603 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016230484584 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24617] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24617/stat : 24617 (java) S 24600 24603 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016229430904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24618] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24618/stat : 24618 (java) S 24600 24603 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016228378248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24621] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24621/stat : 24621 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016227326992 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24622] ppid=24600 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/24603/task/24622/stat : 24622 (java) R 24600 24603 24198 0 -1 4202560 11770 0 0 0 117 1 0 0 20 0 22 0 31039914 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016226273336 140016414078555 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24623] ppid=24600 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/24603/task/24623/stat : 24623 (java) S 24600 24603 24198 0 -1 4202560 6412 0 0 0 111 1 0 0 20 0 22 0 31039914 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016225220792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24624] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24624/stat : 24624 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016224168440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24625] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24625/stat : 24625 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016223116104 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24626] ppid=24600 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/24603/task/24626/stat : 24626 (java) R 24600 24603 24198 0 -1 4202560 16 0 0 0 93 0 0 0 20 0 22 0 31039961 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016222052496 140016279258116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24627] ppid=24600 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/24603/task/24627/stat : 24627 (java) R 24600 24603 24198 0 -1 4202560 73 0 0 0 95 1 0 0 20 0 22 0 31039961 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016221007032 140016279204462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24628] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24628/stat : 24628 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016219956776 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24629] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24629/stat : 24629 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 48420 33554432000 1073741824 1073778376 140734338483472 140016218904232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9824732

[startup+3.10102 s]
/proc/loadavg: 4.17 4.19 3.76 5/219 24629
/proc/meminfo: memFree=30881500/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=9824732 CPUtime=8.48 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 22504 0 1 0 836 12 0 0 20 0 22 0 31039910 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 2456183 87596 2292 9 0 2446860 0
[pid=24603/tid=24604] ppid=24600 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) S 24600 24603 24198 0 -1 4202560 2531 0 1 0 47 1 0 0 20 0 22 0 31039910 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016406344568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24606] ppid=24600 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24603/task/24606/stat : 24606 (java) S 24600 24603 24198 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 31039911 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016250051240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24607] ppid=24600 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24603/task/24607/stat : 24607 (java) S 24600 24603 24198 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 31039911 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016248998696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24608] ppid=24600 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24603/task/24608/stat : 24608 (java) S 24600 24603 24198 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 31039911 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016247946152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24609] ppid=24600 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24603/task/24609/stat : 24609 (java) S 24600 24603 24198 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 31039911 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016246893608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24610] ppid=24600 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24603/task/24610/stat : 24610 (java) S 24600 24603 24198 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 31039911 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016245840040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24611] ppid=24600 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24603/task/24611/stat : 24611 (java) S 24600 24603 24198 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 31039911 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016244787496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24612] ppid=24600 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24603/task/24612/stat : 24612 (java) S 24600 24603 24198 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 31039911 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016243734952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24613] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24613/stat : 24613 (java) S 24600 24603 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039911 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016242682408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24614] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24614/stat : 24614 (java) S 24600 24603 24198 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016230484584 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24617] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24617/stat : 24617 (java) S 24600 24603 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016229430904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24618] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24618/stat : 24618 (java) S 24600 24603 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016228378248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24621] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24621/stat : 24621 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016227326992 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24622] ppid=24600 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/24603/task/24622/stat : 24622 (java) S 24600 24603 24198 0 -1 4202560 11810 0 0 0 150 2 0 0 20 0 22 0 31039914 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016226273336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24623] ppid=24600 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/24603/task/24623/stat : 24623 (java) S 24600 24603 24198 0 -1 4202560 6415 0 0 0 116 1 0 0 20 0 22 0 31039914 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016225220792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24624] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24624/stat : 24624 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016224168440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24625] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24625/stat : 24625 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016223116104 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24626] ppid=24600 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/24603/task/24626/stat : 24626 (java) R 24600 24603 24198 0 -1 4202560 21 0 0 0 243 0 0 0 20 0 22 0 31039961 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016222061376 140016279183916 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24627] ppid=24600 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/24603/task/24627/stat : 24627 (java) R 24600 24603 24198 0 -1 4202560 121 0 0 0 243 3 0 0 20 0 22 0 31039961 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016221007696 140016279391302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24628] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24628/stat : 24628 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016219956776 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24629] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24629/stat : 24629 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 87596 33554432000 1073741824 1073778376 140734338483472 140016218904232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.16 4.19 3.76 5/219 24629
/proc/meminfo: memFree=30157632/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=9824732 CPUtime=15.03 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 23254 0 1 0 1481 22 0 0 20 0 22 0 31039910 10060525568 153964 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 2456183 153964 2292 9 0 2446860 0
[pid=24603/tid=24604] ppid=24600 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) S 24600 24603 24198 0 -1 4202560 2531 0 1 0 47 1 0 0 20 0 22 0 31039910 10060525568 153964 33554432000 1073741824 1073778376 140734338483472 140016406344568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24606] ppid=24600 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24603/task/24606/stat : 24606 (java) S 24600 24603 24198 0 -1 4202560 54 0 0 0 7 1 0 0 20 0 22 0 31039911 10060525568 153964 33554432000 1073741824 1073778376 140734338483472 140016250051240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24607] ppid=24600 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24603/task/24607/stat : 24607 (java) S 24600 24603 24198 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 22 0 31039911 10060525568 153964 33554432000 1073741824 1073778376 140734338483472 140016248998696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24608] ppid=24600 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24603/task/24608/stat : 24608 (java) S 24600 24603 24198 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 22 0 31039911 10060525568 153964 33554432000 1073741824 1073778376 140734338483472 140016247946152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24609] ppid=24600 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24603/task/24609/stat : 24609 (java) S 24600 24603 24198 0 -1 4202560 80 0 0 0 5 0 0 0 20 0 22 0 31039911 10060525568 153964 33554432000 1073741824 1073778376 140734338483472 140016246893608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24610] ppid=24600 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24603/task/24610/stat : 24610 (java) S 24600 24603 24198 0 -1 4202560 86 0 0 0 3 1 0 0 20 0 22 0 31039911 10060525568 153964 33554432000 1073741824 1073778376 140734338483472 140016245840040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24611] ppid=24600 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24603/task/24611/stat : 24611 (java) S 24600 24603 24198 0 -1 4202560 46 0 0 0 6 1 0 0 20 0 22 0 31039911 10060525568 153964 33554432000 1073741824 1073778376 140734338483472 140016244787496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24612] ppid=24600 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/24603/task/24612/stat : 24612 (java) S 24600 24603 24198 0 -1 4202560 105 0 0 0 8 2 0 0 20 0 22 0 31039911 10060525568 153964 33554432000 1073741824 1073778376 140734338483472 140016243734952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24613] ppid=24600 vsize=9824732 CPUtime=0.05 cores=1,3,5,7

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

/proc/24603/task/24608/stat : 24608 (java) S 24600 24603 24198 0 -1 4202560 681 0 0 0 257 15 0 0 20 0 22 0 31039911 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016247946152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24609] ppid=24600 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/24603/task/24609/stat : 24609 (java) S 24600 24603 24198 0 -1 4202560 608 0 0 0 249 17 0 0 20 0 22 0 31039911 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016246893608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24610] ppid=24600 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/24603/task/24610/stat : 24610 (java) S 24600 24603 24198 0 -1 4202560 558 0 0 0 251 16 0 0 20 0 22 0 31039911 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016245840040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24611] ppid=24600 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/24603/task/24611/stat : 24611 (java) S 24600 24603 24198 0 -1 4202560 746 0 0 0 287 18 0 0 20 0 22 0 31039911 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016244787496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24612] ppid=24600 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/24603/task/24612/stat : 24612 (java) S 24600 24603 24198 0 -1 4202560 695 0 0 0 304 16 0 0 20 0 22 0 31039911 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016243734952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24613] ppid=24600 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/24603/task/24613/stat : 24613 (java) S 24600 24603 24198 0 -1 4202560 598 0 0 0 271 17 0 0 20 0 22 0 31039911 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016242682408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24614] ppid=24600 vsize=9824732 CPUtime=3.67 cores=1,3,5,7
/proc/24603/task/24614/stat : 24614 (java) S 24600 24603 24198 0 -1 4202560 2308 0 0 0 357 10 0 0 20 0 22 0 31039912 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016230484584 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24617] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24617/stat : 24617 (java) S 24600 24603 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016229430904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24618] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24618/stat : 24618 (java) S 24600 24603 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016228378248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24621] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24621/stat : 24621 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016227326992 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24622] ppid=24600 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/24603/task/24622/stat : 24622 (java) S 24600 24603 24198 0 -1 4202560 14304 0 0 0 192 2 0 0 20 0 22 0 31039914 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016226273336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24623] ppid=24600 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/24603/task/24623/stat : 24623 (java) S 24600 24603 24198 0 -1 4202560 6427 0 0 0 135 1 0 0 20 0 22 0 31039914 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016225220792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24624] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24624/stat : 24624 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016224168440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24625] ppid=24600 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24603/task/24625/stat : 24625 (java) S 24600 24603 24198 0 -1 4202560 47 0 0 0 18 18 0 0 20 0 22 0 31039914 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016223116104 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24626] ppid=24600 vsize=9824732 CPUtime=809.64 cores=1,3,5,7
/proc/24603/task/24626/stat : 24626 (java) R 24600 24603 24198 0 -1 4202560 94 0 0 0 80950 14 0 0 20 0 22 0 31039961 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016222060240 140016279184392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24627] ppid=24600 vsize=9824732 CPUtime=809.69 cores=1,3,5,7
/proc/24603/task/24627/stat : 24627 (java) R 24600 24603 24198 0 -1 4202560 2413 0 0 0 80920 49 0 0 20 0 22 0 31039961 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016221006864 140016279373013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24628] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24628/stat : 24628 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016219956776 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24629] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24629/stat : 24629 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 906802 33554432000 1073741824 1073778376 140734338483472 140016218904232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1654.21
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.21 4.22 4.01 5/219 24652
/proc/meminfo: memFree=24035092/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=9824732 CPUtime=1774.31 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 34292 0 1 0 177232 199 0 0 20 0 22 0 31039910 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 2456183 908335 2301 9 0 2446860 0
[pid=24603/tid=24604] ppid=24600 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) S 24600 24603 24198 0 -1 4202560 2537 0 1 0 50 3 0 0 20 0 22 0 31039910 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016406344568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24606] ppid=24600 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/24603/task/24606/stat : 24606 (java) S 24600 24603 24198 0 -1 4202560 518 0 0 0 284 14 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016250051240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24607] ppid=24600 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/24603/task/24607/stat : 24607 (java) S 24600 24603 24198 0 -1 4202560 484 0 0 0 251 14 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016248998696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24608] ppid=24600 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/24603/task/24608/stat : 24608 (java) S 24600 24603 24198 0 -1 4202560 683 0 0 0 260 15 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016247946152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24609] ppid=24600 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/24603/task/24609/stat : 24609 (java) S 24600 24603 24198 0 -1 4202560 608 0 0 0 251 17 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016246893608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24610] ppid=24600 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/24603/task/24610/stat : 24610 (java) S 24600 24603 24198 0 -1 4202560 558 0 0 0 253 16 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016245840040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24611] ppid=24600 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/24603/task/24611/stat : 24611 (java) S 24600 24603 24198 0 -1 4202560 747 0 0 0 289 18 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016244787496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24612] ppid=24600 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/24603/task/24612/stat : 24612 (java) S 24600 24603 24198 0 -1 4202560 695 0 0 0 307 16 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016243734952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24613] ppid=24600 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/24603/task/24613/stat : 24613 (java) S 24600 24603 24198 0 -1 4202560 600 0 0 0 273 17 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016242682408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24614] ppid=24600 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/24603/task/24614/stat : 24614 (java) S 24600 24603 24198 0 -1 4202560 2308 0 0 0 357 11 0 0 20 0 22 0 31039912 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016230484584 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24617] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24617/stat : 24617 (java) S 24600 24603 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016229430904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24618] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24618/stat : 24618 (java) S 24600 24603 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016228378248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24621] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24621/stat : 24621 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016227326992 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24622] ppid=24600 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/24603/task/24622/stat : 24622 (java) S 24600 24603 24198 0 -1 4202560 14304 0 0 0 192 2 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016226273336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24623] ppid=24600 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/24603/task/24623/stat : 24623 (java) S 24600 24603 24198 0 -1 4202560 6427 0 0 0 135 1 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016225220792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24624] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24624/stat : 24624 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016224168440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24625] ppid=24600 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/24603/task/24625/stat : 24625 (java) S 24600 24603 24198 0 -1 4202560 51 0 0 0 20 19 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016223116104 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24626] ppid=24600 vsize=9824732 CPUtime=869.45 cores=1,3,5,7
/proc/24603/task/24626/stat : 24626 (java) R 24600 24603 24198 0 -1 4202560 94 0 0 0 86930 15 0 0 20 0 22 0 31039961 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016222052576 140016279184392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24627] ppid=24600 vsize=9824732 CPUtime=869.46 cores=1,3,5,7
/proc/24603/task/24627/stat : 24627 (java) R 24600 24603 24198 0 -1 4202560 2414 0 0 0 86896 50 0 0 20 0 22 0 31039961 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016221008752 140016279373013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24628] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24628/stat : 24628 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016219956776 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24629] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24629/stat : 24629 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016218904232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.31
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.17 4.21 4.01 5/219 24652
/proc/meminfo: memFree=24016664/32872528 swapFree=518888/559768
[pid=24603] ppid=24600 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/24603/stat : 24603 (java) S 24600 24603 24198 0 -1 4202496 34292 0 1 0 179809 199 0 0 20 0 22 0 31039910 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140734338474608 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24603/statm: 2456183 908335 2301 9 0 2446860 0
[pid=24603/tid=24604] ppid=24600 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/24603/task/24604/stat : 24604 (java) S 24600 24603 24198 0 -1 4202560 2537 0 1 0 50 3 0 0 20 0 22 0 31039910 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016406344568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24606] ppid=24600 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/24603/task/24606/stat : 24606 (java) S 24600 24603 24198 0 -1 4202560 518 0 0 0 284 14 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016250051240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24607] ppid=24600 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/24603/task/24607/stat : 24607 (java) S 24600 24603 24198 0 -1 4202560 484 0 0 0 251 14 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016248998696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24608] ppid=24600 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/24603/task/24608/stat : 24608 (java) S 24600 24603 24198 0 -1 4202560 683 0 0 0 260 15 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016247946152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24609] ppid=24600 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/24603/task/24609/stat : 24609 (java) S 24600 24603 24198 0 -1 4202560 608 0 0 0 251 17 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016246893608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24610] ppid=24600 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/24603/task/24610/stat : 24610 (java) S 24600 24603 24198 0 -1 4202560 558 0 0 0 253 16 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016245840040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24611] ppid=24600 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/24603/task/24611/stat : 24611 (java) S 24600 24603 24198 0 -1 4202560 747 0 0 0 289 18 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016244787496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24612] ppid=24600 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/24603/task/24612/stat : 24612 (java) S 24600 24603 24198 0 -1 4202560 695 0 0 0 307 16 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016243734952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24613] ppid=24600 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/24603/task/24613/stat : 24613 (java) S 24600 24603 24198 0 -1 4202560 600 0 0 0 273 17 0 0 20 0 22 0 31039911 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016242682408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24614] ppid=24600 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/24603/task/24614/stat : 24614 (java) S 24600 24603 24198 0 -1 4202560 2308 0 0 0 357 11 0 0 20 0 22 0 31039912 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016230484584 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24617] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24617/stat : 24617 (java) S 24600 24603 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016229430904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24618] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24618/stat : 24618 (java) S 24600 24603 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31039912 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016228378248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24621] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24621/stat : 24621 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016227326992 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24622] ppid=24600 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/24603/task/24622/stat : 24622 (java) S 24600 24603 24198 0 -1 4202560 14304 0 0 0 192 2 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016226273336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24623] ppid=24600 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/24603/task/24623/stat : 24623 (java) S 24600 24603 24198 0 -1 4202560 6427 0 0 0 135 1 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016225220792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24624] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24624/stat : 24624 (java) S 24600 24603 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016224168440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24603/tid=24625] ppid=24600 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/24603/task/24625/stat : 24625 (java) S 24600 24603 24198 0 -1 4202560 51 0 0 0 20 19 0 0 20 0 22 0 31039914 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016223116104 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24626] ppid=24600 vsize=9824732 CPUtime=882.31 cores=1,3,5,7
/proc/24603/task/24626/stat : 24626 (java) R 24600 24603 24198 0 -1 4202560 94 0 0 0 88216 15 0 0 20 0 22 0 31039961 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016222052576 140016279193017 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24603/tid=24627] ppid=24600 vsize=9824732 CPUtime=882.32 cores=1,3,5,7
/proc/24603/task/24627/stat : 24627 (java) R 24600 24603 24198 0 -1 4202560 2414 0 0 0 88182 50 0 0 20 0 22 0 31039961 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016221008752 140016279373013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24603/tid=24628] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24628/stat : 24628 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016219956776 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24603/tid=24629] ppid=24600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24603/task/24629/stat : 24629 (java) S 24600 24603 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31039962 10060525568 908335 33554432000 1073741824 1073778376 140734338483472 140016218904232 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 24603 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 24603 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=438355
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=472624
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.264
CPU time (s): 1800.08
CPU user time (s): 1798.09
CPU system time (s): 1.99
CPU usage (%): 201.067
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.44
system time used= 2.47262
maximum resident set size= 3633456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34326
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24016
involuntary context switches= 28452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80512 second user time and 7.42287 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-27 00:26:37
IDJOB=4117086
IDBENCH=109551
IDSOLVER=2543
FILE ID=node106/4117086-1466979997
RUNJOBID= node106-1466978205-24215
PBS_JOBID= 19976395
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round23-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117086-1466979997/watcher-4117086-1466979997 -o /tmp/evaluation-result-4117086-1466979997/solver-4117086-1466979997 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466978205-24215 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117086-1466979997.opb

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

MD5SUM BENCH= 326ac17ed003b145465711c7acb057a9
RANDOM SEED=1457445208

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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.54
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.170
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31353076 kB
Buffers:           22600 kB
Cached:           169524 kB
SwapCached:         4304 kB
Active:            85740 kB
Inactive:         162248 kB
Active(anon):      53284 kB
Inactive(anon):     4936 kB
Active(file):      32456 kB
Inactive(file):   157312 kB
Unevictable:      559768 kB
Mlocked:          518888 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              2436 kB
Writeback:             0 kB
AnonPages:        592024 kB
Mapped:            15996 kB
Shmem:                 0 kB
Slab:             568504 kB
SReclaimable:      12344 kB
SUnreclaim:       556160 kB
KernelStack:        1592 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71680 MiB
End job on node106 at 2016-06-27 00:41:32