Trace number 4103980

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1797.05

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-stp3d.opb
MD5SUMaf54d857fe3562002a714e0fbd74a69a
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576279200
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576279200
Number of bits of the biggest sum of numbers33
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4103980-1466258642.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
17.63/15.77	c ... done. Wall clock time 15.654s.
17.63/15.77	c declared #vars     204880
17.63/15.77	c #constraints  187573
17.63/15.77	c constraints type 
17.63/15.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
17.63/15.77	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3486
17.63/15.77	c org.sat4j.specs.Constr$1 => 14835
17.63/15.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 51105
17.63/15.77	c org.sat4j.minisat.constraints.cnf.UnitClause => 72
17.63/15.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 118043
17.63/15.77	c 187573 constraints processed.
17.63/15.77	c objective function length is 75648 literals
23.05/20.57	c cleaning 2481 clauses out of 4988 with flag 27429/5000
26.56/23.97	c cleaning 4245 clauses out of 8502 with flag 68596/11001
31.16/28.55	c cleaning 5574 clauses out of 11250 with flag 114789/18001
36.97/34.37	c cleaning 6816 clauses out of 13669 with flag 162364/26001
42.08/39.48	c cleaning 7868 clauses out of 15850 with flag 217035/35001
48.79/46.14	c cleaning 8767 clauses out of 17977 with flag 272945/45000
55.89/53.23	c cleaning 9143 clauses out of 20209 with flag 332860/56001
63.29/60.69	c cleaning 10238 clauses out of 23062 with flag 399264/68001
72.59/69.92	c cleaning 10900 clauses out of 25821 with flag 467836/81001
82.80/80.16	c cleaning 11701 clauses out of 28920 with flag 549013/95002
93.60/90.91	c cleaning 13035 clauses out of 32215 with flag 636389/110000
104.30/101.63	c cleaning 14254 clauses out of 35179 with flag 732947/126000
117.21/114.50	c cleaning 14829 clauses out of 37920 with flag 829243/143001
129.71/127.08	c cleaning 15829 clauses out of 41083 with flag 937871/161000
143.21/140.60	c cleaning 16786 clauses out of 44251 with flag 1048739/180000
157.72/155.08	c cleaning 17190 clauses out of 47460 with flag 1168947/200000
174.52/171.81	c cleaning 17878 clauses out of 51262 with flag 1288344/221001
191.04/188.34	c cleaning 19540 clauses out of 55382 with flag 1417193/243000
208.33/205.66	c cleaning 20472 clauses out of 58842 with flag 1551571/266002
227.34/224.68	c cleaning 21330 clauses out of 62365 with flag 1684864/290000
246.45/243.77	c cleaning 22276 clauses out of 66033 with flag 1840098/315002
266.25/263.57	c cleaning 22532 clauses out of 69753 with flag 2000722/341002
288.15/285.46	c cleaning 24539 clauses out of 74218 with flag 2164002/368000
310.36/307.67	c cleaning 25258 clauses out of 77677 with flag 2325089/396000
333.36/330.63	c cleaning 26531 clauses out of 81414 with flag 2493402/425000
357.26/354.58	c cleaning 27009 clauses out of 84883 with flag 2658838/455001
382.17/379.45	c cleaning 27472 clauses out of 88868 with flag 2841688/486000
409.67/406.95	c cleaning 29021 clauses out of 93394 with flag 3026173/518000
436.48/433.71	c cleaning 29426 clauses out of 97370 with flag 3206473/551000
465.07/462.33	c cleaning 30824 clauses out of 101935 with flag 3399999/585000
496.27/493.55	c cleaning 32077 clauses out of 106106 with flag 3612342/620000
527.08/524.34	c cleaning 32824 clauses out of 110027 with flag 3813510/656000
557.98/555.20	c cleaning 33660 clauses out of 114203 with flag 4018753/693002
591.98/589.21	c cleaning 34972 clauses out of 118538 with flag 4254868/731000
627.80/625.07	c cleaning 35714 clauses out of 122565 with flag 4489613/770000
661.50/658.76	c cleaning 36886 clauses out of 126848 with flag 4724717/810000
702.31/699.58	c cleaning 37590 clauses out of 130955 with flag 4955534/851000
739.22/736.41	c cleaning 38127 clauses out of 135363 with flag 5189813/893000
779.72/776.97	c cleaning 40005 clauses out of 140233 with flag 5438958/936000
820.03/817.21	c cleaning 40660 clauses out of 144224 with flag 5691407/980002
864.33/861.58	c cleaning 41743 clauses out of 148557 with flag 5958426/1025001
907.15/904.35	c cleaning 42333 clauses out of 152813 with flag 6220761/1071001
950.26/947.48	c cleaning 42811 clauses out of 157475 with flag 6492557/1118000
998.07/995.24	c cleaning 44815 clauses out of 162661 with flag 6772929/1166000
1047.77/1045.00	c cleaning 45836 clauses out of 166846 with flag 7082350/1215001
1095.58/1092.74	c cleaning 46963 clauses out of 171009 with flag 7368305/1265002
1147.49/1144.69	c cleaning 47662 clauses out of 175044 with flag 7666559/1316001
1196.21/1193.38	c cleaning 47581 clauses out of 179379 with flag 7962579/1368000
1247.02/1244.17	c cleaning 49310 clauses out of 184799 with flag 8256628/1421001
1304.04/1301.20	c cleaning 49840 clauses out of 189487 with flag 8582250/1475000
1357.66/1354.74	c cleaning 50934 clauses out of 194641 with flag 8887937/1530000
1415.47/1412.54	c cleaning 52187 clauses out of 199707 with flag 9204005/1586000
1472.87/1469.91	c cleaning 53296 clauses out of 204517 with flag 9517331/1643000
1530.19/1527.27	c cleaning 53095 clauses out of 209219 with flag 9846223/1701000
1594.19/1591.24	c cleaning 54754 clauses out of 215123 with flag 10181992/1760000
1656.50/1653.57	c cleaning 55670 clauses out of 220370 with flag 10506266/1820002
1717.21/1714.22	c cleaning 56520 clauses out of 225697 with flag 10864964/1881000
1780.82/1777.89	c cleaning 57631 clauses out of 231177 with flag 11213990/1943000
1800.02/1797.00	c starts		: 7677
1800.02/1797.00	c conflicts		: 1960127
1800.02/1797.00	c decisions		: 10524512
1800.02/1797.00	c propagations		: 5405478615
1800.02/1797.00	c inspects		: 8226596879
1800.02/1797.00	c shortcuts		: 0
1800.02/1797.00	c learnt literals	: 194
1800.02/1797.00	c learnt binary clauses	: 7370
1800.02/1797.00	c learnt ternary clauses	: 33585
1800.02/1797.00	c learnt constraints	: 1959933
1800.02/1797.00	c ignored constraints	: 0
1800.02/1797.00	c root simplifications	: 0
1800.02/1797.00	c removed literals (reason simplification)	: 0
1800.02/1797.00	c reason swapping (by a shorter reason)	: 0
1800.02/1797.00	c Calls to reduceDB	: 58
1800.02/1797.00	c Number of update (reduction) of LBD	: 954744
1800.02/1797.00	c Imported unit clauses	: 0
1800.02/1797.00	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.00	c number of learned constraints concerned by reduction	: 0
1800.02/1797.00	c number of learning phase by resolution	: 0
1800.02/1797.00	c number of learning phase by cutting planes	: 0
1800.02/1797.00	c speed (assignments/second)	: 3034905.1205910044
1800.02/1797.00	c non guided choices	424593
1800.02/1797.01	c timeout
1800.02/1797.04	c learnt constraints type 
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7370
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 183303
1800.02/1797.04	s UNKNOWN
1800.02/1797.04	c Total wall clock time (in seconds): 1796.92

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-4103980-1466258642/watcher-4103980-1466258642 -o /tmp/evaluation-result-4103980-1466258642/solver-4103980-1466258642 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103980-1466258642.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.22 2.24 2.26 3/194 24825
/proc/meminfo: memFree=29817508/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24825/stat : 24825 (java) D 24822 24825 21988 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 27910837 9515008 182 33554432000 1073741824 1073778376 140736345126560 140736345117592 270707539637 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/24825/statm: 2323 182 140 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.22 2.24 2.26 3/194 24825
/proc/meminfo: memFree=29817508/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 4398 0 1 0 7 1 0 0 20 0 18 0 27910837 9787879424 6030 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 2.22 2.24 2.26 3/194 24825
/proc/meminfo: memFree=29817508/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 5105 0 1 0 27 2 0 0 20 0 18 0 27910837 9787879424 8106 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2389619 8106 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 2.22 2.24 2.26 3/194 24825
/proc/meminfo: memFree=29817508/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 5411 0 1 0 44 2 0 0 20 0 18 0 27910837 9787879424 13298 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2389619 13298 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 2.22 2.24 2.26 3/194 24825
/proc/meminfo: memFree=29817508/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9558476 CPUtime=1.21 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 6669 0 1 0 113 8 0 0 20 0 18 0 27910837 9787879424 58965 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2389619 58965 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558476

[startup+1.50088 s]
/proc/loadavg: 2.22 2.24 2.26 3/212 24843
/proc/meminfo: memFree=29233060/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9558476 CPUtime=2.45 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 8765 0 1 0 212 33 0 0 20 0 18 0 27910837 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2389619 277562 2269 9 0 2380296 0
[pid=24825/tid=24827] ppid=24822 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/24825/task/24827/stat : 24827 (java) R 24822 24825 21988 0 -1 4202560 3322 0 1 0 109 16 0 0 20 0 18 0 27910838 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805789286384 139805797059674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24828] ppid=24822 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/24825/task/24828/stat : 24828 (java) S 24822 24825 21988 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 18 0 27910839 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805750786984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24829] ppid=24822 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24825/task/24829/stat : 24829 (java) S 24822 24825 21988 0 -1 4202560 54 0 0 0 5 2 0 0 20 0 18 0 27910839 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805631441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24830] ppid=24822 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24825/task/24830/stat : 24830 (java) S 24822 24825 21988 0 -1 4202560 75 0 0 0 7 2 0 0 20 0 18 0 27910839 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805630388904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24831] ppid=24822 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/24825/task/24831/stat : 24831 (java) S 24822 24825 21988 0 -1 4202560 82 0 0 0 6 2 0 0 20 0 18 0 27910839 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805629336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24832] ppid=24822 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24825/task/24832/stat : 24832 (java) S 24822 24825 21988 0 -1 4202560 64 0 0 0 5 2 0 0 20 0 18 0 27910839 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805628283304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24833] ppid=24822 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/24825/task/24833/stat : 24833 (java) S 24822 24825 21988 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 18 0 27910839 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805627230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24834] ppid=24822 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/24825/task/24834/stat : 24834 (java) S 24822 24825 21988 0 -1 4202560 43 0 0 0 5 0 0 0 20 0 18 0 27910839 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805626177704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24835] ppid=24822 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24825/task/24835/stat : 24835 (java) S 24822 24825 21988 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 18 0 27910839 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805625125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24836] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24836/stat : 24836 (java) S 24822 24825 21988 0 -1 4202560 959 0 0 0 0 0 0 0 20 0 18 0 27910840 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805142797160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24837] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24837/stat : 24837 (java) S 24822 24825 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27910841 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805141743480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24838] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24838/stat : 24838 (java) S 24822 24825 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27910841 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805140690312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24839] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24839/stat : 24839 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27910843 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805139639056 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24840] ppid=24822 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/24825/task/24840/stat : 24840 (java) S 24822 24825 21988 0 -1 4202560 1478 0 0 0 22 0 0 0 20 0 18 0 27910843 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805138585912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24841] ppid=24822 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/24825/task/24841/stat : 24841 (java) S 24822 24825 21988 0 -1 4202560 1264 0 0 0 19 0 0 0 20 0 18 0 27910843 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805137533368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24842] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24842/stat : 24842 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27910843 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805136480504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24843] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24843/stat : 24843 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27910843 9787879424 277562 33554432000 1073741824 1073778376 140735706096704 139805135428168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9558476

[startup+3.10077 s]
/proc/loadavg: 2.22 2.24 2.26 3/212 24843
/proc/meminfo: memFree=27701600/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9558476 CPUtime=4.17 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 10194 0 1 0 359 58 0 0 20 0 18 0 27910837 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2389619 685216 2269 9 0 2380296 0
[pid=24825/tid=24827] ppid=24822 vsize=9558476 CPUtime=2.79 cores=1,3,5,7
/proc/24825/task/24827/stat : 24827 (java) R 24822 24825 21988 0 -1 4202560 4112 0 1 0 238 41 0 0 20 0 18 0 27910838 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805789286400 139805797059674 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24828] ppid=24822 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/24825/task/24828/stat : 24828 (java) S 24822 24825 21988 0 -1 4202560 119 0 0 0 11 3 0 0 20 0 18 0 27910839 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805750786984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24829] ppid=24822 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24825/task/24829/stat : 24829 (java) S 24822 24825 21988 0 -1 4202560 87 0 0 0 7 2 0 0 20 0 18 0 27910839 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805631441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24830] ppid=24822 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/24825/task/24830/stat : 24830 (java) S 24822 24825 21988 0 -1 4202560 78 0 0 0 8 3 0 0 20 0 18 0 27910839 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805630388904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24831] ppid=24822 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/24825/task/24831/stat : 24831 (java) S 24822 24825 21988 0 -1 4202560 88 0 0 0 9 2 0 0 20 0 18 0 27910839 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805629336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24832] ppid=24822 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24825/task/24832/stat : 24832 (java) S 24822 24825 21988 0 -1 4202560 73 0 0 0 7 2 0 0 20 0 18 0 27910839 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805628283304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24833] ppid=24822 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/24825/task/24833/stat : 24833 (java) S 24822 24825 21988 0 -1 4202560 252 0 0 0 10 2 0 0 20 0 18 0 27910839 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805627230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24834] ppid=24822 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/24825/task/24834/stat : 24834 (java) S 24822 24825 21988 0 -1 4202560 78 0 0 0 6 0 0 0 20 0 18 0 27910839 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805626177704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24835] ppid=24822 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24825/task/24835/stat : 24835 (java) S 24822 24825 21988 0 -1 4202560 50 0 0 0 7 2 0 0 20 0 18 0 27910839 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805625125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24836] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24836/stat : 24836 (java) S 24822 24825 21988 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 27910840 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805142797160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24837] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24837/stat : 24837 (java) S 24822 24825 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27910841 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805141743480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24838] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24838/stat : 24838 (java) S 24822 24825 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27910841 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805140690312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24839] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24839/stat : 24839 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27910843 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805139639056 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24840] ppid=24822 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/24825/task/24840/stat : 24840 (java) S 24822 24825 21988 0 -1 4202560 1478 0 0 0 22 0 0 0 20 0 18 0 27910843 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805138585912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24841] ppid=24822 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/24825/task/24841/stat : 24841 (java) S 24822 24825 21988 0 -1 4202560 1264 0 0 0 19 0 0 0 20 0 18 0 27910843 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805137533368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24842] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24842/stat : 24842 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27910843 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805136480504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24843] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24843/stat : 24843 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27910843 9787879424 685216 33554432000 1073741824 1073778376 140735706096704 139805135428168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9558476

[startup+6.30078 s]
/proc/loadavg: 2.29 2.25 2.27 3/212 24843
/proc/meminfo: memFree=27072440/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9558476 CPUtime=7.59 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 10877 0 1 0 700 59 0 0 20 0 18 0 27910837 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2389619 688903 2269 9 0 2380296 0
[pid=24825/tid=24827] ppid=24822 vsize=9558476 CPUtime=5.92 cores=1,3,5,7
/proc/24825/task/24827/stat : 24827 (java) R 24822 24825 21988 0 -1 4202560 4120 0 1 0 551 41 0 0 20 0 18 0 27910838 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805789286384 139805797059671 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24828] ppid=24822 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/24825/task/24828/stat : 24828 (java) S 24822 24825 21988 0 -1 4202560 119 0 0 0 11 3 0 0 20 0 18 0 27910839 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805750786984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24829] ppid=24822 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/24825/task/24829/stat : 24829 (java) S 24822 24825 21988 0 -1 4202560 92 0 0 0 9 3 0 0 20 0 18 0 27910839 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805631441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24830] ppid=24822 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/24825/task/24830/stat : 24830 (java) S 24822 24825 21988 0 -1 4202560 114 0 0 0 10 3 0 0 20 0 18 0 27910839 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805630388904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24831] ppid=24822 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/24825/task/24831/stat : 24831 (java) S 24822 24825 21988 0 -1 4202560 141 0 0 0 11 3 0 0 20 0 18 0 27910839 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805629336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24832] ppid=24822 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/24825/task/24832/stat : 24832 (java) S 24822 24825 21988 0 -1 4202560 141 0 0 0 10 2 0 0 20 0 18 0 27910839 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805628283304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24833] ppid=24822 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/24825/task/24833/stat : 24833 (java) S 24822 24825 21988 0 -1 4202560 254 0 0 0 12 2 0 0 20 0 18 0 27910839 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805627230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24834] ppid=24822 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24825/task/24834/stat : 24834 (java) S 24822 24825 21988 0 -1 4202560 164 0 0 0 9 1 0 0 20 0 18 0 27910839 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805626177704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24835] ppid=24822 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/24825/task/24835/stat : 24835 (java) S 24822 24825 21988 0 -1 4202560 92 0 0 0 10 2 0 0 20 0 18 0 27910839 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805625125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24836] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24836/stat : 24836 (java) S 24822 24825 21988 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 27910840 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805142797160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24837] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24837/stat : 24837 (java) S 24822 24825 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27910841 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805141743480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24838] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24838/stat : 24838 (java) S 24822 24825 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27910841 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805140690312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24839] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24839/stat : 24839 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27910843 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805139639056 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24840] ppid=24822 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/24825/task/24840/stat : 24840 (java) S 24822 24825 21988 0 -1 4202560 1478 0 0 0 25 0 0 0 20 0 18 0 27910843 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805138585912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24841] ppid=24822 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/24825/task/24841/stat : 24841 (java) S 24822 24825 21988 0 -1 4202560 1647 0 0 0 25 0 0 0 20 0 18 0 27910843 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805137533368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24842] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24842/stat : 24842 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27910843 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805136480504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24843] ppid=24822 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24843/stat : 24843 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27910843 9787879424 688903 33554432000 1073741824 1073778376 140735706096704 139805135428168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.26 2.25 2.27 4/212 24843
/proc/meminfo: memFree=27011624/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9558476 CPUtime=14.36 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 11265 0 1 0 1373 63 0 0 20 0 18 0 27910837 9787879424 702021 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2389619 702021 2269 9 0 2380296 0

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

[pid=24825/tid=24844] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24844/stat : 24844 (java) S 24822 24825 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27912428 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805134374440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.31
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.23 2.19 3/213 24953
/proc/meminfo: memFree=23596056/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9625040 CPUtime=1725.32 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 16282 0 1 0 172435 97 0 0 20 0 19 0 27910837 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2406260 705612 2285 9 0 2396937 0
[pid=24825/tid=24827] ppid=24822 vsize=9625040 CPUtime=1717.28 cores=1,3,5,7
/proc/24825/task/24827/stat : 24827 (java) R 24822 24825 21988 0 -1 4202560 4160 0 1 0 171661 67 0 0 20 0 19 0 27910838 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805789286096 139805632180191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24828] ppid=24822 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24825/task/24828/stat : 24828 (java) S 24822 24825 21988 0 -1 4202560 208 0 0 0 20 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805750786984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24829] ppid=24822 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24825/task/24829/stat : 24829 (java) S 24822 24825 21988 0 -1 4202560 105 0 0 0 16 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805631441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24830] ppid=24822 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/24825/task/24830/stat : 24830 (java) S 24822 24825 21988 0 -1 4202560 157 0 0 0 18 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805630388904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24831] ppid=24822 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24825/task/24831/stat : 24831 (java) S 24822 24825 21988 0 -1 4202560 180 0 0 0 21 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805629336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24832] ppid=24822 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24825/task/24832/stat : 24832 (java) S 24822 24825 21988 0 -1 4202560 276 0 0 0 21 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805628283304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24833] ppid=24822 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/24825/task/24833/stat : 24833 (java) S 24822 24825 21988 0 -1 4202560 308 0 0 0 23 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805627230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24834] ppid=24822 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24825/task/24834/stat : 24834 (java) S 24822 24825 21988 0 -1 4202560 238 0 0 0 16 2 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805626177704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24835] ppid=24822 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24825/task/24835/stat : 24835 (java) S 24822 24825 21988 0 -1 4202560 101 0 0 0 19 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805625125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24836] ppid=24822 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24825/task/24836/stat : 24836 (java) S 24822 24825 21988 0 -1 4202560 1268 0 0 0 1 2 0 0 20 0 19 0 27910840 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805142797160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24837] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24837/stat : 24837 (java) S 24822 24825 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27910841 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805141743480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24838] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24838/stat : 24838 (java) S 24822 24825 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27910841 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805140690312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24839] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24839/stat : 24839 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805139639056 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24840] ppid=24822 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/24825/task/24840/stat : 24840 (java) S 24822 24825 21988 0 -1 4202560 3880 0 0 0 69 2 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805138585912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24841] ppid=24822 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/24825/task/24841/stat : 24841 (java) S 24822 24825 21988 0 -1 4202560 4042 0 0 0 65 2 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805137533368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24842] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24842/stat : 24842 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805136480504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24843] ppid=24822 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24825/task/24843/stat : 24843 (java) S 24822 24825 21988 0 -1 4202560 99 0 0 0 34 38 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805135428168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24844] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24844/stat : 24844 (java) S 24822 24825 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27912428 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805134374440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.32
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.33 2.25 2.20 3/213 24954
/proc/meminfo: memFree=23595768/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9625040 CPUtime=1785.32 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 16286 0 1 0 178435 97 0 0 20 0 19 0 27910837 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2406260 705612 2285 9 0 2396937 0
[pid=24825/tid=24827] ppid=24822 vsize=9625040 CPUtime=1777.13 cores=1,3,5,7
/proc/24825/task/24827/stat : 24827 (java) R 24822 24825 21988 0 -1 4202560 4160 0 1 0 177645 68 0 0 20 0 19 0 27910838 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805789286096 139805632444125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24828] ppid=24822 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24825/task/24828/stat : 24828 (java) S 24822 24825 21988 0 -1 4202560 208 0 0 0 20 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805750786984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24829] ppid=24822 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24825/task/24829/stat : 24829 (java) S 24822 24825 21988 0 -1 4202560 105 0 0 0 16 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805631441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24830] ppid=24822 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/24825/task/24830/stat : 24830 (java) S 24822 24825 21988 0 -1 4202560 157 0 0 0 18 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805630388904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24831] ppid=24822 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24825/task/24831/stat : 24831 (java) S 24822 24825 21988 0 -1 4202560 180 0 0 0 21 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805629336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24832] ppid=24822 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24825/task/24832/stat : 24832 (java) S 24822 24825 21988 0 -1 4202560 276 0 0 0 21 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805628283304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24833] ppid=24822 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/24825/task/24833/stat : 24833 (java) S 24822 24825 21988 0 -1 4202560 308 0 0 0 23 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805627230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24834] ppid=24822 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24825/task/24834/stat : 24834 (java) S 24822 24825 21988 0 -1 4202560 238 0 0 0 16 2 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805626177704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24835] ppid=24822 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24825/task/24835/stat : 24835 (java) S 24822 24825 21988 0 -1 4202560 101 0 0 0 19 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805625125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24836] ppid=24822 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24825/task/24836/stat : 24836 (java) S 24822 24825 21988 0 -1 4202560 1268 0 0 0 1 2 0 0 20 0 19 0 27910840 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805142797160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24837] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24837/stat : 24837 (java) S 24822 24825 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27910841 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805141743480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24838] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24838/stat : 24838 (java) S 24822 24825 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27910841 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805140690312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24839] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24839/stat : 24839 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805139639056 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24840] ppid=24822 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/24825/task/24840/stat : 24840 (java) S 24822 24825 21988 0 -1 4202560 3880 0 0 0 69 2 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805138585912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24841] ppid=24822 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/24825/task/24841/stat : 24841 (java) S 24822 24825 21988 0 -1 4202560 4042 0 0 0 65 2 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805137533368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24842] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24842/stat : 24842 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805136480504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24843] ppid=24822 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/24825/task/24843/stat : 24843 (java) S 24822 24825 21988 0 -1 4202560 103 0 0 0 35 40 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805135428168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24844] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24844/stat : 24844 (java) S 24822 24825 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27912428 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805134374440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.32
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.33 2.25 2.20 3/213 24954
/proc/meminfo: memFree=23596140/32872528 swapFree=1542984/1696284
[pid=24825] ppid=24822 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/24825/stat : 24825 (java) S 24822 24825 21988 0 -1 4202496 16288 0 1 0 179904 98 0 0 20 0 19 0 27910837 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 140735706087840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24825/statm: 2406260 705612 2285 9 0 2396937 0
[pid=24825/tid=24827] ppid=24822 vsize=9625040 CPUtime=1791.79 cores=1,3,5,7
/proc/24825/task/24827/stat : 24827 (java) R 24822 24825 21988 0 -1 4202560 4160 0 1 0 179111 68 0 0 20 0 19 0 27910838 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805789286096 139805632326593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24828] ppid=24822 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24825/task/24828/stat : 24828 (java) S 24822 24825 21988 0 -1 4202560 208 0 0 0 20 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805750786984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24829] ppid=24822 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24825/task/24829/stat : 24829 (java) S 24822 24825 21988 0 -1 4202560 105 0 0 0 16 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805631441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24830] ppid=24822 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/24825/task/24830/stat : 24830 (java) S 24822 24825 21988 0 -1 4202560 157 0 0 0 18 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805630388904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24831] ppid=24822 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24825/task/24831/stat : 24831 (java) S 24822 24825 21988 0 -1 4202560 180 0 0 0 21 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805629336360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24832] ppid=24822 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24825/task/24832/stat : 24832 (java) S 24822 24825 21988 0 -1 4202560 276 0 0 0 21 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805628283304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24833] ppid=24822 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/24825/task/24833/stat : 24833 (java) S 24822 24825 21988 0 -1 4202560 308 0 0 0 23 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805627230760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24834] ppid=24822 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24825/task/24834/stat : 24834 (java) S 24822 24825 21988 0 -1 4202560 238 0 0 0 16 2 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805626177704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24825/tid=24835] ppid=24822 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24825/task/24835/stat : 24835 (java) S 24822 24825 21988 0 -1 4202560 101 0 0 0 19 3 0 0 20 0 19 0 27910839 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805625125160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24836] ppid=24822 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24825/task/24836/stat : 24836 (java) S 24822 24825 21988 0 -1 4202560 1268 0 0 0 1 2 0 0 20 0 19 0 27910840 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805142797160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24837] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24837/stat : 24837 (java) S 24822 24825 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27910841 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805141743480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24838] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24838/stat : 24838 (java) S 24822 24825 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27910841 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805140690312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24839] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24839/stat : 24839 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805139639056 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24840] ppid=24822 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/24825/task/24840/stat : 24840 (java) S 24822 24825 21988 0 -1 4202560 3880 0 0 0 69 2 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805138585912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24841] ppid=24822 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/24825/task/24841/stat : 24841 (java) S 24822 24825 21988 0 -1 4202560 4042 0 0 0 65 2 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805137533368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24825/tid=24842] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24842/stat : 24842 (java) S 24822 24825 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805136480504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24825/tid=24843] ppid=24822 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/24825/task/24843/stat : 24843 (java) S 24822 24825 21988 0 -1 4202560 105 0 0 0 35 40 0 0 20 0 19 0 27910843 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805135428168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24825/tid=24844] ppid=24822 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24825/task/24844/stat : 24844 (java) S 24822 24825 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27912428 9856040960 705612 33554432000 1073741824 1073778376 140735706096704 139805134374440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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 24825 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 24825 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=567184
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=512770
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.05
CPU time (s): 1800.02
CPU user time (s): 1799.04
CPU system time (s): 0.98
CPU usage (%): 100.165
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 1.51277
maximum resident set size= 2825632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16335
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39222
involuntary context switches= 4758

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5014 second user time and 13.6139 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 16:04:02
IDJOB=4103980
IDBENCH=2522
IDSOLVER=2546
FILE ID=node125/4103980-1466258642
RUNJOBID= node125-1466240732-22005
PBS_JOBID= 19918195
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-stp3d.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103980-1466258642/watcher-4103980-1466258642 -o /tmp/evaluation-result-4103980-1466258642/solver-4103980-1466258642 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103980-1466258642.opb

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

MD5SUM BENCH= af54d857fe3562002a714e0fbd74a69a
RANDOM SEED=319391210

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29817880 kB
Buffers:          131960 kB
Cached:           163128 kB
SwapCached:          688 kB
Active:           401832 kB
Inactive:         219240 kB
Active(anon):     327500 kB
Inactive(anon):     1040 kB
Active(file):      74332 kB
Inactive(file):   218200 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              9732 kB
Writeback:             0 kB
AnonPages:       2021744 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             603888 kB
SReclaimable:      47308 kB
SUnreclaim:       556580 kB
KernelStack:        1568 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2473160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node125 at 2016-06-18 16:33:59