Trace number 4116190

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.13 895.267

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-3.opb
MD5SUM902e2a935630f24bfbc28d6df6eb3690
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 constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
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.05/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.33	c See www.sat4j.org for details.
0.05/0.34	c version PB16.v20160501
0.05/0.34	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.34	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.34	c java.vm.version	19.1-b02
0.05/0.34	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.34	c sun.arch.data.model	64
0.05/0.34	c java.version		1.6.0_24
0.05/0.34	c os.name		Linux
0.05/0.34	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.34	c os.arch		amd64
0.05/0.34	c Free memory 		501472288
0.05/0.34	c Max memory 		7480803328
0.05/0.34	c Total memory 		504102912
0.05/0.34	c Number of processors 	8
0.05/0.38	c Pseudo Boolean Optimization by upper bound
0.05/0.38	c ManyCore solver with 2 solvers running in parallel
0.05/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.05/0.38	c --- Begin Solver configuration ---
0.05/0.38	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.05/0.38	c Learn all clauses as in MiniSAT
0.05/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.38	c Expensive reason simplification
0.05/0.38	c Glucose 2.1 dynamic restart strategy
0.05/0.38	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.05/0.38	c timeout=2147483s
0.05/0.38	c DB Simplification allowed=false
0.05/0.38	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.38	c --- End Solver configuration ---
0.05/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.05/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.38	c --- Begin Solver configuration ---
0.05/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.05/0.38	c Learn all clauses as in MiniSAT
0.05/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.38	c No reason simplification
0.05/0.38	c Armin Biere (Picosat) restarts strategy
0.05/0.38	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.05/0.38	c timeout=2147483s
0.05/0.38	c DB Simplification allowed=false
0.05/0.38	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.38	c --- End Solver configuration ---
0.05/0.38	c solving HOME/instance-4116190-1466978205.opb
0.05/0.38	c reading problem ... 
0.05/0.38	c  no objective function found
0.87/0.77	c ... done. Wall clock time 0.393s.
0.87/0.77	c declared #vars     4288
0.87/0.77	c #constraints  10848
0.87/0.78	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.87/0.78	c constraints type 
0.87/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.87/0.78	c org.sat4j.specs.Constr$1 => 920
0.87/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.87/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.87/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.87/0.78	c 10848 constraints processed.
0.87/0.78	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.87/0.78	c constraints type 
0.87/0.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.87/0.78	c org.sat4j.specs.Constr$1 => 920
0.87/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
0.87/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
0.87/0.78	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.87/0.78	c 10848 constraints processed.
4.23/1.69	c cleaning 2488 clauses out of 4998 with flag 16332/5000
5.91/2.32	c cleaning 4250 clauses out of 8510 with flag 39695/11000
7.33/3.07	c cleaning 5625 clauses out of 11263 with flag 69756/18003
9.42/4.01	c cleaning 6805 clauses out of 13635 with flag 105816/26000
11.48/5.05	c cleaning 7897 clauses out of 15831 with flag 150253/35001
13.96/6.28	c cleaning 8949 clauses out of 17933 with flag 198186/45000
16.55/7.58	c cleaning 9961 clauses out of 19984 with flag 252836/56000
19.64/9.08	c cleaning 10998 clauses out of 22023 with flag 314615/68000
22.85/10.68	c cleaning 11989 clauses out of 24025 with flag 384404/81000
26.76/12.50	c cleaning 12995 clauses out of 26036 with flag 457109/95000
30.58/14.41	c cleaning 13980 clauses out of 28041 with flag 537359/110000
34.98/16.60	c cleaning 15017 clauses out of 30061 with flag 629095/126000
37.18/17.72	c cleaning 0 clauses out of 5000 with flag 0/5000
40.22/19.13	c cleaning 16001 clauses out of 32044 with flag 722882/143000
45.59/21.71	c cleaning 17016 clauses out of 34045 with flag 824019/161002
50.97/24.44	c cleaning 17974 clauses out of 36027 with flag 933763/180000
57.35/27.53	c cleaning 19005 clauses out of 38053 with flag 1050093/200000
63.73/30.72	c cleaning 19990 clauses out of 40048 with flag 1171132/221000
70.73/34.17	c cleaning 21026 clauses out of 42058 with flag 1299854/243000
78.32/37.91	c cleaning 21966 clauses out of 44033 with flag 1432986/266001
86.40/41.93	c cleaning 23023 clauses out of 46067 with flag 1569563/290001
94.58/46.05	c cleaning 24013 clauses out of 48043 with flag 1713299/315000
103.46/50.46	c cleaning 24964 clauses out of 50030 with flag 1868502/341000
113.06/55.20	c cleaning 26021 clauses out of 52066 with flag 2028751/368000
123.16/60.28	c cleaning 27003 clauses out of 54046 with flag 2191186/396001
133.65/65.43	c cleaning 28007 clauses out of 56042 with flag 2363982/425000
145.05/71.12	c cleaning 29005 clauses out of 58035 with flag 2542107/455000
156.94/77.01	c cleaning 29996 clauses out of 60031 with flag 2724628/486001
169.21/83.20	c cleaning 30981 clauses out of 62037 with flag 2911572/518003
182.68/89.80	c cleaning 31965 clauses out of 64053 with flag 3108409/551000
196.37/96.62	c cleaning 32975 clauses out of 66088 with flag 3311923/585000
210.63/103.77	c cleaning 34033 clauses out of 68113 with flag 3520734/620000
226.73/112.10	c cleaning 35028 clauses out of 70080 with flag 3740085/656000
242.16/119.81	c cleaning 36017 clauses out of 72052 with flag 3961210/693000
258.25/127.87	c cleaning 36980 clauses out of 74035 with flag 4188436/731000
275.15/136.23	c cleaning 38020 clauses out of 76055 with flag 4426151/770000
283.75/140.58	c cleaning 0 clauses out of 11000 with flag 0/11000
292.49/144.87	c cleaning 39012 clauses out of 78035 with flag 4669771/810000
311.38/154.22	c cleaning 39996 clauses out of 80023 with flag 4921144/851000
330.10/163.54	c cleaning 40977 clauses out of 82028 with flag 5180845/893001
349.81/173.33	c cleaning 41988 clauses out of 84052 with flag 5442253/936002
369.95/183.30	c cleaning 42982 clauses out of 86062 with flag 5711042/980000
391.28/193.94	c cleaning 44040 clauses out of 88082 with flag 5984925/1025002
413.59/205.04	c cleaning 44994 clauses out of 90041 with flag 6265190/1071001
436.62/216.43	c cleaning 46009 clauses out of 92047 with flag 6548345/1118001
460.58/228.31	c cleaning 46988 clauses out of 94037 with flag 6840429/1166000
485.33/240.60	c cleaning 48002 clauses out of 96051 with flag 7138107/1215002
511.57/254.25	c cleaning 48984 clauses out of 98047 with flag 7441749/1265000
538.22/267.55	c cleaning 50006 clauses out of 100063 with flag 7748266/1316000
566.20/281.45	c cleaning 51004 clauses out of 102057 with flag 8059121/1368000
594.08/295.38	c cleaning 52022 clauses out of 104053 with flag 8376253/1421000
623.54/309.93	c cleaning 53002 clauses out of 106032 with flag 8706787/1475001
653.87/325.07	c cleaning 53999 clauses out of 108029 with flag 9036647/1530000
685.57/340.74	c cleaning 54998 clauses out of 110030 with flag 9370197/1586000
718.50/357.02	c cleaning 56011 clauses out of 112032 with flag 9710294/1643000
751.82/373.59	c cleaning 56980 clauses out of 114024 with flag 10054756/1701003
786.46/390.72	c cleaning 57983 clauses out of 116041 with flag 10409029/1760000
821.84/408.38	c cleaning 58987 clauses out of 118058 with flag 10766339/1820000
858.09/426.39	c cleaning 60015 clauses out of 120071 with flag 11130943/1881000
895.68/445.08	c cleaning 61014 clauses out of 122056 with flag 11502449/1943000
934.83/464.54	c cleaning 62021 clauses out of 124042 with flag 11876780/2006000
974.88/484.48	c cleaning 62973 clauses out of 126022 with flag 12258085/2070001
1012.31/503.02	c cleaning 0 clauses out of 18003 with flag 0/18003
1016.33/505.06	c cleaning 64021 clauses out of 128048 with flag 12645289/2135000
1058.05/525.71	c cleaning 65008 clauses out of 130029 with flag 13033982/2201002
1101.19/547.10	c cleaning 65999 clauses out of 132019 with flag 13434244/2268000
1145.90/569.25	c cleaning 66967 clauses out of 134020 with flag 13838476/2336000
1193.69/593.82	c cleaning 68017 clauses out of 136053 with flag 14243953/2405000
1240.49/617.16	c cleaning 69019 clauses out of 138037 with flag 14655558/2475001
1289.00/641.24	c cleaning 69958 clauses out of 140017 with flag 15074978/2546000
1338.23/665.70	c cleaning 71025 clauses out of 142059 with flag 15497169/2618000
1388.49/690.80	c cleaning 72008 clauses out of 144035 with flag 15925920/2691001
1440.60/716.61	c cleaning 72999 clauses out of 146027 with flag 16364668/2765001
1493.84/743.04	c cleaning 74000 clauses out of 148027 with flag 16804940/2840000
1548.55/770.16	c cleaning 74995 clauses out of 150028 with flag 17251204/2916001
1605.12/798.23	c cleaning 75963 clauses out of 152032 with flag 17705137/2993000
1662.19/826.64	c cleaning 76992 clauses out of 154072 with flag 18161723/3071003
1721.66/856.22	c cleaning 78024 clauses out of 156078 with flag 18621760/3150001
1781.63/886.07	c cleaning 78981 clauses out of 158053 with flag 19087279/3230000
1800.13/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.20	c starts		: 25303
1800.13/895.20	c conflicts		: 3260067
1800.13/895.20	c decisions		: 27449069
1800.13/895.20	c propagations		: 422330029
1800.13/895.20	c inspects		: 8846201135
1800.13/895.20	c shortcuts		: 0
1800.13/895.20	c learnt literals	: 2
1800.13/895.21	c learnt binary clauses	: 80
1800.13/895.21	c learnt ternary clauses	: 810
1800.13/895.21	c learnt constraints	: 3260065
1800.13/895.21	c ignored constraints	: 0
1800.13/895.21	c root simplifications	: 0
1800.13/895.21	c removed literals (reason simplification)	: 2796328
1800.13/895.21	c reason swapping (by a shorter reason)	: 0
1800.13/895.21	c Calls to reduceDB	: 76
1800.13/895.21	c Number of update (reduction) of LBD	: 713192
1800.13/895.21	c Imported unit clauses	: 0
1800.13/895.21	c number of reductions to clauses (during analyze)	: 0
1800.13/895.21	c number of learned constraints concerned by reduction	: 0
1800.13/895.21	c number of learning phase by resolution	: 0
1800.13/895.21	c number of learning phase by cutting planes	: 0
1800.13/895.21	c speed (assignments/second)	: 472187.874478288
1800.13/895.21	c non guided choices	11461
1800.13/895.23	c learnt constraints type 
1800.13/895.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 80
1800.13/895.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109059
1800.13/895.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.23	c starts		: 50
1800.13/895.23	c conflicts		: 21967
1800.13/895.23	c decisions		: 77797
1800.13/895.23	c propagations		: 2697799
1800.13/895.23	c inspects		: 871974487
1800.13/895.23	c shortcuts		: 0
1800.13/895.23	c learnt literals	: 0
1800.13/895.23	c learnt binary clauses	: 0
1800.13/895.23	c learnt ternary clauses	: 0
1800.13/895.23	c learnt constraints	: 21967
1800.13/895.23	c ignored constraints	: 0
1800.13/895.23	c root simplifications	: 0
1800.13/895.23	c removed literals (reason simplification)	: 0
1800.13/895.23	c reason swapping (by a shorter reason)	: 0
1800.13/895.23	c Calls to reduceDB	: 3
1800.13/895.23	c Number of update (reduction) of LBD	: 0
1800.13/895.23	c Imported unit clauses	: 0
1800.13/895.23	c number of reductions to clauses (during analyze)	: 0
1800.13/895.23	c number of learned constraints concerned by reduction	: 0
1800.13/895.23	c number of learning phase by resolution	: 0
1800.13/895.23	c number of learning phase by cutting planes	: 0
1800.13/895.23	c speed (assignments/second)	: 3016.2113875494306
1800.13/895.23	c non guided choices	273
1800.13/895.24	c learnt constraints type 
1800.13/895.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 50
1800.13/895.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21917
1800.13/895.24	s UNKNOWN
1800.13/895.24	c Total wall clock time (in seconds): 894.863

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

pid=24228
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: 1.17 1.16 1.37 2/170 24231
/proc/meminfo: memFree=31433144/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/24231/stat : 24231 (java) D 24228 24231 24198 0 -1 4202496 157 0 1 0 0 0 0 0 20 0 1 0 30860772 278528 33 33554432000 1073741824 1073778376 140737128945904 140737128943080 270109076775 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/24231/statm: 68 33 25 9 0 25 0

[startup+0.100173 s]
/proc/loadavg: 1.17 1.16 1.37 2/170 24231
/proc/meminfo: memFree=31433144/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24231/stat : 24231 (java) D 24228 24231 24198 0 -1 4202496 1144 0 20 0 0 0 0 0 20 0 1 0 30860772 23793664 814 33554432000 1073741824 1073778376 140735817184976 140735817174968 140108195448528 0 0 4096 0 18446744071579943789 0 0 17 1 0 0 7 0 0
/proc/24231/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200358 s]
/proc/loadavg: 1.17 1.16 1.37 2/170 24231
/proc/meminfo: memFree=31433144/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24228 24231 24198 0 -1 4202496 3047 0 28 0 1 1 0 0 20 0 13 0 30860772 9446973440 3694 33554432000 1073741824 1073778376 140735817184976 140735817176112 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/24231/statm: 2306390 3694 1680 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300308 s]
/proc/loadavg: 1.17 1.16 1.37 2/170 24231
/proc/meminfo: memFree=31433144/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24228 24231 24198 0 -1 4202496 3272 0 28 0 4 1 0 0 20 0 18 0 30860772 9787879424 4430 33554432000 1073741824 1073778376 140735817184976 140735817176112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/24231/statm: 2389619 4430 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 1.17 1.16 1.37 2/170 24231
/proc/meminfo: memFree=31433144/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=9558476 CPUtime=0.87 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24228 24231 24198 0 -1 4202496 10345 0 30 0 84 3 0 0 20 0 18 0 30860772 9787879424 15335 33554432000 1073741824 1073778376 140735817184976 140735817176112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/24231/statm: 2389619 15335 2251 9 0 2380296 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 9558476

[startup+1.50088 s]
/proc/loadavg: 1.17 1.16 1.37 9/219 24287
/proc/meminfo: memFree=31226380/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24228 24231 24198 0 -1 4202496 16669 0 30 0 378 6 0 0 20 0 22 0 30860772 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140735817176112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/24231/statm: 2456183 43217 2274 9 0 2446860 0
[pid=24231/tid=24247] ppid=24228 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24228 24231 24198 0 -1 4202560 2460 0 7 0 46 3 0 0 20 0 22 0 30860782 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108191130488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 15 0 0
[pid=24231/tid=24248] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860786 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108152621224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860786 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108151568680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24251] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24251/stat : 24251 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860786 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108150516136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24252] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24252/stat : 24252 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860786 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108149463592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24255] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24255/stat : 24255 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860786 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108148411048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24257] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24257/stat : 24257 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860786 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108147358504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24259] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24259/stat : 24259 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860786 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108146305960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24260] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24260/stat : 24260 (java) S 24228 24231 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30860786 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108145253416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24264] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24264/stat : 24264 (java) S 24228 24231 24198 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30860790 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108014508136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24266] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24266/stat : 24266 (java) S 24228 24231 24198 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108013454456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24268] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24268/stat : 24268 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108012401800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24270] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24270/stat : 24270 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108011350544 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24272] ppid=24228 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/24231/task/24272/stat : 24272 (java) R 24228 24231 24198 0 -1 4202560 6153 0 1 0 94 1 0 0 20 0 22 0 30860799 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108010285664 140108195262010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24274] ppid=24228 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/24231/task/24274/stat : 24274 (java) R 24228 24231 24198 0 -1 4202560 6712 0 1 0 95 0 0 0 20 0 22 0 30860799 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140108009244896 140108197087766 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24275] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24275/stat : 24275 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140107134790648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24278] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24278/stat : 24278 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140107133738312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24281] ppid=24228 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) R 24228 24231 24198 0 -1 4202560 17 0 0 0 69 0 0 0 20 0 22 0 30860850 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140107132682000 140108024111824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24283] ppid=24228 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/24231/task/24283/stat : 24283 (java) R 24228 24231 24198 0 -1 4202560 70 0 0 0 68 1 0 0 20 0 22 0 30860851 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140107131613552 140108024731638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24284] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24284/stat : 24284 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860851 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140107130577960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24287] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24287/stat : 24287 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860852 10060525568 43217 33554432000 1073741824 1073778376 140735817184976 140107129525416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 1.17 1.16 1.37 5/219 24287
/proc/meminfo: memFree=31021972/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=9824732 CPUtime=7.57 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24228 24231 24198 0 -1 4202496 18212 0 30 0 742 15 0 0 20 0 22 0 30860772 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140735817176112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/24231/statm: 2456183 89522 2292 9 0 2446860 0
[pid=24231/tid=24247] ppid=24228 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24228 24231 24198 0 -1 4202560 2460 0 7 0 46 3 0 0 20 0 22 0 30860782 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108191130488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 15 0 0
[pid=24231/tid=24248] ppid=24228 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) R 24228 24231 24198 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 30860786 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108152621400 140108193601267 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24228 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) R 24228 24231 24198 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 30860786 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108151568856 140108193601176 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24251] ppid=24228 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24231/task/24251/stat : 24251 (java) R 24228 24231 24198 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 30860786 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108150516312 140108198026156 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24252] ppid=24228 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24231/task/24252/stat : 24252 (java) R 24228 24231 24198 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 30860786 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108149463592 270121612348 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24255] ppid=24228 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24231/task/24255/stat : 24255 (java) R 24228 24231 24198 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 30860786 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108148411048 140108195305647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24257] ppid=24228 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24231/task/24257/stat : 24257 (java) R 24228 24231 24198 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 22 0 30860786 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108147358504 140108195305647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24259] ppid=24228 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24231/task/24259/stat : 24259 (java) R 24228 24231 24198 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 30860786 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108146305960 140108198025982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24260] ppid=24228 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24231/task/24260/stat : 24260 (java) S 24228 24231 24198 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 30860786 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108145253416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24264] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24264/stat : 24264 (java) S 24228 24231 24198 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30860790 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108014507016 270121612348 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24266] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24266/stat : 24266 (java) S 24228 24231 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108013454456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24268] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24268/stat : 24268 (java) S 24228 24231 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108012401800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24270] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24270/stat : 24270 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108011350544 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24272] ppid=24228 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/24231/task/24272/stat : 24272 (java) S 24228 24231 24198 0 -1 4202560 6159 0 1 0 115 2 0 0 20 0 22 0 30860799 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108010297912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24274] ppid=24228 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/24231/task/24274/stat : 24274 (java) S 24228 24231 24198 0 -1 4202560 7860 0 1 0 112 1 0 0 20 0 22 0 30860799 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140108009245048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24275] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24275/stat : 24275 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140107134790648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24278] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24278/stat : 24278 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140107133738312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24281] ppid=24228 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) S 24228 24231 24198 0 -1 4202560 21 0 0 0 218 0 0 0 20 0 22 0 30860850 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140107132682712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24283] ppid=24228 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/24231/task/24283/stat : 24283 (java) S 24228 24231 24198 0 -1 4202560 134 0 0 0 215 3 0 0 20 0 22 0 30860851 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140107131628648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24284] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24284/stat : 24284 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860851 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140107130577960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24287] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24287/stat : 24287 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860852 10060525568 89522 33554432000 1073741824 1073778376 140735817184976 140107129525416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 1.39 1.21 1.38 5/219 24287
/proc/meminfo: memFree=30198088/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=9824732 CPUtime=14.16 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24228 24231 24198 0 -1 4202496 18871 0 30 0 1387 29 0 0 20 0 22 0 30860772 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140735817176112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/24231/statm: 2456183 161737 2292 9 0 2446860 0
[pid=24231/tid=24247] ppid=24228 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24228 24231 24198 0 -1 4202560 2460 0 7 0 46 3 0 0 20 0 22 0 30860782 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108191130488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 15 0 0
[pid=24231/tid=24248] ppid=24228 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24228 24231 24198 0 -1 4202560 79 0 0 0 6 2 0 0 20 0 22 0 30860786 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108152621224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24249] ppid=24228 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24228 24231 24198 0 -1 4202560 76 0 0 0 7 2 0 0 20 0 22 0 30860786 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108151568680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24251] ppid=24228 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24231/task/24251/stat : 24251 (java) S 24228 24231 24198 0 -1 4202560 74 0 0 0 6 2 0 0 20 0 22 0 30860786 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108150516136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24252] ppid=24228 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24231/task/24252/stat : 24252 (java) S 24228 24231 24198 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 30860786 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108149463592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24255] ppid=24228 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24231/task/24255/stat : 24255 (java) S 24228 24231 24198 0 -1 4202560 49 0 0 0 6 3 0 0 20 0 22 0 30860786 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108148411048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24257] ppid=24228 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24231/task/24257/stat : 24257 (java) S 24228 24231 24198 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 22 0 30860786 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108147358504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24259] ppid=24228 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24231/task/24259/stat : 24259 (java) S 24228 24231 24198 0 -1 4202560 52 0 0 0 5 1 0 0 20 0 22 0 30860786 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108146305960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24260] ppid=24228 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24231/task/24260/stat : 24260 (java) S 24228 24231 24198 0 -1 4202560 29 0 0 0 6 2 0 0 20 0 22 0 30860786 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108145253416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24264] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24264/stat : 24264 (java) S 24228 24231 24198 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 30860790 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108014508136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24266] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24266/stat : 24266 (java) S 24228 24231 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108013454456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24268] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24268/stat : 24268 (java) S 24228 24231 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108012401800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24270] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24270/stat : 24270 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 161737 33554432000 1073741824 1073778376 140735817184976 140108011350544 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24272] ppid=24228 vsize=9824732 CPUtime=1.18 cores=1,3,5,7

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

/proc/24231/task/24251/stat : 24251 (java) S 24228 24231 24198 0 -1 4202560 730 0 0 0 255 17 0 0 20 0 22 0 30860786 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108150516136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24252] ppid=24228 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/24231/task/24252/stat : 24252 (java) S 24228 24231 24198 0 -1 4202560 548 0 0 0 265 19 0 0 20 0 22 0 30860786 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108149463592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24255] ppid=24228 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/24231/task/24255/stat : 24255 (java) S 24228 24231 24198 0 -1 4202560 583 0 0 0 288 19 0 0 20 0 22 0 30860786 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108148411048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24257] ppid=24228 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/24231/task/24257/stat : 24257 (java) S 24228 24231 24198 0 -1 4202560 559 0 0 0 282 19 0 0 20 0 22 0 30860786 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108147358504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24259] ppid=24228 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/24231/task/24259/stat : 24259 (java) S 24228 24231 24198 0 -1 4202560 900 0 0 0 294 21 0 0 20 0 22 0 30860786 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108146305960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24260] ppid=24228 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/24231/task/24260/stat : 24260 (java) S 24228 24231 24198 0 -1 4202560 664 0 0 0 277 18 0 0 20 0 22 0 30860786 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108145253416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24264] ppid=24228 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/24231/task/24264/stat : 24264 (java) S 24228 24231 24198 0 -1 4202560 2317 0 0 0 360 8 0 0 20 0 22 0 30860790 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108014508136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24266] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24266/stat : 24266 (java) S 24228 24231 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108013454456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24268] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24268/stat : 24268 (java) S 24228 24231 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108012401800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24270] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24270/stat : 24270 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108011350544 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24272] ppid=24228 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/24231/task/24272/stat : 24272 (java) S 24228 24231 24198 0 -1 4202560 6166 0 1 0 122 2 0 0 20 0 22 0 30860799 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108010297912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24274] ppid=24228 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/24231/task/24274/stat : 24274 (java) S 24228 24231 24198 0 -1 4202560 9629 0 1 0 144 2 0 0 20 0 22 0 30860799 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140108009245368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24275] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24275/stat : 24275 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140107134790648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24278] ppid=24228 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/24231/task/24278/stat : 24278 (java) S 24228 24231 24198 0 -1 4202560 47 0 0 0 11 24 0 0 20 0 22 0 30860799 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140107133738312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24281] ppid=24228 vsize=9824732 CPUtime=809.21 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) R 24228 24231 24198 0 -1 4202560 72 0 0 0 80908 13 0 0 20 0 22 0 30860850 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140107132680720 140108024731517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24283] ppid=24228 vsize=9824732 CPUtime=809.2 cores=1,3,5,7
/proc/24231/task/24283/stat : 24283 (java) R 24228 24231 24198 0 -1 4202560 2229 0 0 0 80873 47 0 0 20 0 22 0 30860851 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140107131628768 140108024568564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24284] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24284/stat : 24284 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860851 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140107130577960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24287] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24287/stat : 24287 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860852 10060525568 934271 33554432000 1073741824 1073778376 140735817184976 140107129525416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1653.48
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.04 3.91 3.03 5/219 24333
/proc/meminfo: memFree=23868468/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=9824732 CPUtime=1774.12 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24228 24231 24198 0 -1 4202496 29747 0 30 0 177194 218 0 0 20 0 22 0 30860772 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140735817176112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/24231/statm: 2456183 939832 2301 9 0 2446860 0
[pid=24231/tid=24247] ppid=24228 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24228 24231 24198 0 -1 4202560 2466 0 7 0 49 5 0 0 20 0 22 0 30860782 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108191130488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=24231/tid=24248] ppid=24228 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24228 24231 24198 0 -1 4202560 860 0 0 0 316 20 0 0 20 0 22 0 30860786 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108152621224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24228 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24228 24231 24198 0 -1 4202560 684 0 0 0 273 17 0 0 20 0 22 0 30860786 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108151568680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24251] ppid=24228 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/24231/task/24251/stat : 24251 (java) S 24228 24231 24198 0 -1 4202560 738 0 0 0 274 18 0 0 20 0 22 0 30860786 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108150516136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24252] ppid=24228 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/24231/task/24252/stat : 24252 (java) S 24228 24231 24198 0 -1 4202560 555 0 0 0 281 19 0 0 20 0 22 0 30860786 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108149463592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24255] ppid=24228 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/24231/task/24255/stat : 24255 (java) S 24228 24231 24198 0 -1 4202560 589 0 0 0 298 20 0 0 20 0 22 0 30860786 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108148411048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24257] ppid=24228 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/24231/task/24257/stat : 24257 (java) S 24228 24231 24198 0 -1 4202560 564 0 0 0 303 19 0 0 20 0 22 0 30860786 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108147358504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24259] ppid=24228 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/24231/task/24259/stat : 24259 (java) S 24228 24231 24198 0 -1 4202560 902 0 0 0 314 21 0 0 20 0 22 0 30860786 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108146305960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24260] ppid=24228 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/24231/task/24260/stat : 24260 (java) S 24228 24231 24198 0 -1 4202560 666 0 0 0 295 19 0 0 20 0 22 0 30860786 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108145253416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24264] ppid=24228 vsize=9824732 CPUtime=3.69 cores=1,3,5,7
/proc/24231/task/24264/stat : 24264 (java) S 24228 24231 24198 0 -1 4202560 2326 0 0 0 361 8 0 0 20 0 22 0 30860790 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108014508136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24266] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24266/stat : 24266 (java) S 24228 24231 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108013454456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24268] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24268/stat : 24268 (java) S 24228 24231 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108012401800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24270] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24270/stat : 24270 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108011350544 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24272] ppid=24228 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/24231/task/24272/stat : 24272 (java) S 24228 24231 24198 0 -1 4202560 6166 0 1 0 122 2 0 0 20 0 22 0 30860799 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108010297912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24274] ppid=24228 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/24231/task/24274/stat : 24274 (java) S 24228 24231 24198 0 -1 4202560 9629 0 1 0 144 2 0 0 20 0 22 0 30860799 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140108009245368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24275] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24275/stat : 24275 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140107134790648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24278] ppid=24228 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/24231/task/24278/stat : 24278 (java) S 24228 24231 24198 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 30860799 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140107133738312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24281] ppid=24228 vsize=9824732 CPUtime=868.71 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) R 24228 24231 24198 0 -1 4202560 73 0 0 0 86857 14 0 0 20 0 22 0 30860850 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140107132681456 140108024731517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24283] ppid=24228 vsize=9824732 CPUtime=868.7 cores=1,3,5,7
/proc/24231/task/24283/stat : 24283 (java) R 24228 24231 24198 0 -1 4202560 2234 0 0 0 86822 48 0 0 20 0 22 0 30860851 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140107131629984 140108024775375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24284] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24284/stat : 24284 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860851 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140107130577960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24287] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24287/stat : 24287 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860852 10060525568 939832 33554432000 1073741824 1073778376 140735817184976 140107129525416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1774.12
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.03 3.92 3.04 5/219 24333
/proc/meminfo: memFree=23860280/32872528 swapFree=518888/559768
[pid=24231] ppid=24228 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/24231/stat : 24231 (java) S 24228 24231 24198 0 -1 4202496 29765 0 30 0 179794 219 0 0 20 0 22 0 30860772 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140735817176112 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/24231/statm: 2456183 941371 2301 9 0 2446860 0
[pid=24231/tid=24247] ppid=24228 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/24231/task/24247/stat : 24247 (java) S 24228 24231 24198 0 -1 4202560 2466 0 7 0 49 5 0 0 20 0 22 0 30860782 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108191130488 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=24231/tid=24248] ppid=24228 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/24231/task/24248/stat : 24248 (java) S 24228 24231 24198 0 -1 4202560 860 0 0 0 319 20 0 0 20 0 22 0 30860786 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108152621224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24249] ppid=24228 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/24231/task/24249/stat : 24249 (java) S 24228 24231 24198 0 -1 4202560 685 0 0 0 280 17 0 0 20 0 22 0 30860786 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108151568680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24251] ppid=24228 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/24231/task/24251/stat : 24251 (java) S 24228 24231 24198 0 -1 4202560 740 0 0 0 278 18 0 0 20 0 22 0 30860786 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108150516136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24252] ppid=24228 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/24231/task/24252/stat : 24252 (java) S 24228 24231 24198 0 -1 4202560 556 0 0 0 288 19 0 0 20 0 22 0 30860786 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108149463592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24255] ppid=24228 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/24231/task/24255/stat : 24255 (java) S 24228 24231 24198 0 -1 4202560 591 0 0 0 306 20 0 0 20 0 22 0 30860786 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108148411048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24257] ppid=24228 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/24231/task/24257/stat : 24257 (java) S 24228 24231 24198 0 -1 4202560 566 0 0 0 310 19 0 0 20 0 22 0 30860786 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108147358504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24259] ppid=24228 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/24231/task/24259/stat : 24259 (java) S 24228 24231 24198 0 -1 4202560 902 0 0 0 317 21 0 0 20 0 22 0 30860786 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108146305960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24260] ppid=24228 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/24231/task/24260/stat : 24260 (java) S 24228 24231 24198 0 -1 4202560 667 0 0 0 300 19 0 0 20 0 22 0 30860786 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108145253416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24264] ppid=24228 vsize=9824732 CPUtime=3.69 cores=1,3,5,7
/proc/24231/task/24264/stat : 24264 (java) S 24228 24231 24198 0 -1 4202560 2333 0 0 0 361 8 0 0 20 0 22 0 30860790 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108014508136 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24266] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24266/stat : 24266 (java) S 24228 24231 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108013454456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24268] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24268/stat : 24268 (java) S 24228 24231 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30860791 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108012401800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24270] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24270/stat : 24270 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108011350544 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24272] ppid=24228 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/24231/task/24272/stat : 24272 (java) S 24228 24231 24198 0 -1 4202560 6166 0 1 0 122 2 0 0 20 0 22 0 30860799 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108010297912 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24274] ppid=24228 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/24231/task/24274/stat : 24274 (java) S 24228 24231 24198 0 -1 4202560 9629 0 1 0 144 2 0 0 20 0 22 0 30860799 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140108009245368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24275] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24275/stat : 24275 (java) S 24228 24231 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30860799 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140107134790648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24231/tid=24278] ppid=24228 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24231/task/24278/stat : 24278 (java) S 24228 24231 24198 0 -1 4202560 51 0 0 0 12 26 0 0 20 0 22 0 30860799 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140107133738312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24281] ppid=24228 vsize=9824732 CPUtime=881.45 cores=1,3,5,7
/proc/24231/task/24281/stat : 24281 (java) R 24228 24231 24198 0 -1 4202560 73 0 0 0 88131 14 0 0 20 0 22 0 30860850 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140107132681456 140108024751520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24231/tid=24283] ppid=24228 vsize=9824732 CPUtime=881.45 cores=1,3,5,7
/proc/24231/task/24283/stat : 24283 (java) R 24228 24231 24198 0 -1 4202560 2236 0 0 0 88097 48 0 0 20 0 22 0 30860851 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140107131629968 140108024777409 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24231/tid=24284] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24284/stat : 24284 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860851 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140107130577960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24231/tid=24287] ppid=24228 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24231/task/24287/stat : 24287 (java) S 24228 24231 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30860852 10060525568 941371 33554432000 1073741824 1073778376 140735817184976 140107129525416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 24231 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 24231 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=388363
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=756580
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.267
CPU time (s): 1800.13
CPU user time (s): 1797.94
CPU system time (s): 2.19
CPU usage (%): 201.072
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.39
system time used= 2.75658
maximum resident set size= 3765600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29798
page faults= 30
swaps= 0
block input operations= 23208
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24513
involuntary context switches= 27332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75113 second user time and 7.52486 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-26 23:56:46
IDJOB=4116190
IDBENCH=109439
IDSOLVER=2543
FILE ID=node106/4116190-1466978205
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-size144-round23-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116190-1466978205/watcher-4116190-1466978205 -o /tmp/evaluation-result-4116190-1466978205/solver-4116190-1466978205 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466978205-24215 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116190-1466978205.opb

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

MD5SUM BENCH= 902e2a935630f24bfbc28d6df6eb3690
RANDOM SEED=2058598849

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:        31433392 kB
Buffers:           20320 kB
Cached:           152960 kB
SwapCached:         4304 kB
Active:            22612 kB
Inactive:         155820 kB
Active(anon):       2588 kB
Inactive(anon):     4936 kB
Active(file):      20024 kB
Inactive(file):   150884 kB
Unevictable:      559768 kB
Mlocked:          518888 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              1316 kB
Writeback:            16 kB
AnonPages:        561728 kB
Mapped:             8216 kB
Shmem:                 0 kB
Slab:             568032 kB
SReclaimable:      12144 kB
SUnreclaim:       555888 kB
KernelStack:        1376 kB
PageTables:         4996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     656468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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:11:41