Trace number 4101842

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 Res+CP PB16? (TO) 1800.78 893.465

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-mod011.opb
MD5SUM11ee19baa608345f86d8483767b8a181
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables309773
Total number of constraints5980
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints5964
Minimum length of a constraint6
Maximum length of a constraint24690
Number of terms in the objective function 212680
Biggest coefficient in the objective function 244
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 711535
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 711535
Number of bits of the biggest sum of numbers20
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4101842-1466216204.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
4.93/2.95	c ... done. Wall clock time 2.828s.
4.93/2.95	c declared #vars     309773
4.93/2.95	c #constraints  10347
4.93/2.96	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.93/2.96	c constraints type 
4.93/2.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
4.93/2.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10331
4.93/2.96	c 10347 constraints processed.
4.93/2.96	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.93/2.96	c constraints type 
4.93/2.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
4.93/2.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10331
4.93/2.96	c 10347 constraints processed.
4.93/2.96	c objective function length is 212680 literals
10.69/5.49	c cleaning 2496 clauses out of 5002 with flag 10398/5002
12.73/6.15	c cleaning 4249 clauses out of 8504 with flag 23838/11000
14.13/6.80	c cleaning 5617 clauses out of 11255 with flag 38769/18000
17.69/8.40	c cleaning 6797 clauses out of 13618 with flag 55819/26000
24.82/11.80	c cleaning 7902 clauses out of 15814 with flag 77182/35000
29.74/13.97	c cleaning 8950 clauses out of 17911 with flag 99035/45001
33.64/15.86	c cleaning 9981 clauses out of 19961 with flag 125218/56001
37.84/17.97	c cleaning 10991 clauses out of 21981 with flag 154405/68002
42.57/20.25	c cleaning 11995 clauses out of 23989 with flag 185955/81001
52.87/25.14	c cleaning 12985 clauses out of 25994 with flag 221519/95001
56.19/26.79	c cleaning 13993 clauses out of 28010 with flag 255745/110002
60.94/29.00	c cleaning 14995 clauses out of 30016 with flag 289254/126001
65.89/31.47	c cleaning 16004 clauses out of 32024 with flag 324425/143004
71.89/34.34	c cleaning 16995 clauses out of 34017 with flag 361983/161001
77.88/37.37	c cleaning 18004 clauses out of 36021 with flag 401481/180000
86.29/41.40	c cleaning 18997 clauses out of 38018 with flag 442910/200001
94.48/45.50	c cleaning 19999 clauses out of 40020 with flag 486958/221000
103.32/49.90	c cleaning 21001 clauses out of 42021 with flag 532337/243000
113.51/54.90	c cleaning 22002 clauses out of 44023 with flag 580229/266003
123.29/59.71	c cleaning 22994 clauses out of 46020 with flag 630313/290002
134.97/65.55	c cleaning 24006 clauses out of 48026 with flag 682087/315002
145.48/70.72	c cleaning 25001 clauses out of 50019 with flag 736512/341001
158.65/77.22	c cleaning 25995 clauses out of 52017 with flag 791945/368000
173.85/84.79	c cleaning 26997 clauses out of 54022 with flag 850230/396000
204.35/99.80	c cleaning 27994 clauses out of 56014 with flag 934455/425000
216.35/105.87	c cleaning 0 clauses out of 5000 with flag 0/5000
238.60/116.72	c cleaning 29008 clauses out of 58020 with flag 1049025/455000
279.46/137.00	c cleaning 30003 clauses out of 60015 with flag 1189581/486003
298.16/146.24	c cleaning 30982 clauses out of 62006 with flag 1295080/518000
324.72/159.46	c cleaning 32004 clauses out of 64022 with flag 1366893/551001
335.90/164.91	c cleaning 33001 clauses out of 66016 with flag 1465957/585001
349.89/171.90	c cleaning 34000 clauses out of 68015 with flag 1560610/620002
362.27/178.04	c cleaning 34988 clauses out of 70013 with flag 1645402/656001
377.07/185.42	c cleaning 35998 clauses out of 72025 with flag 1739008/693001
394.57/194.18	c cleaning 36999 clauses out of 74027 with flag 1833448/731001
407.96/200.90	c cleaning 37993 clauses out of 76027 with flag 1933009/770000
423.70/208.65	c cleaning 39012 clauses out of 78030 with flag 2023858/810000
441.47/217.43	c cleaning 40002 clauses out of 80020 with flag 2132104/851002
460.28/226.82	c cleaning 40996 clauses out of 82018 with flag 2264652/893002
475.26/234.29	c cleaning 42003 clauses out of 84020 with flag 2377110/936000
493.07/243.10	c cleaning 43000 clauses out of 86017 with flag 2488477/980000
510.88/251.88	c cleaning 43996 clauses out of 88001 with flag 2590291/1025000
534.84/263.75	c cleaning 44999 clauses out of 90005 with flag 2685844/1071000
570.34/281.36	c cleaning 45992 clauses out of 92006 with flag 2783220/1118000
613.27/302.79	c cleaning 46998 clauses out of 94015 with flag 2882575/1166001
638.63/315.29	c cleaning 47995 clauses out of 96013 with flag 2984364/1215001
669.43/330.57	c cleaning 49000 clauses out of 98017 with flag 3122120/1265002
706.12/348.73	c cleaning 50000 clauses out of 100018 with flag 3287440/1316003
736.07/363.64	c cleaning 51000 clauses out of 102015 with flag 3410575/1368001
764.98/377.94	c cleaning 52001 clauses out of 104015 with flag 3597311/1421001
793.36/392.06	c cleaning 52999 clauses out of 106015 with flag 3781319/1475002
827.08/408.87	c cleaning 54002 clauses out of 108014 with flag 4062269/1530000
855.11/422.72	c cleaning 54999 clauses out of 110012 with flag 4310976/1586000
891.45/440.85	c cleaning 55999 clauses out of 112014 with flag 4579507/1643001
924.46/457.26	c cleaning 57003 clauses out of 114016 with flag 4841831/1701002
950.57/470.26	c cleaning 57999 clauses out of 116012 with flag 5032241/1760001
987.37/488.59	c cleaning 59001 clauses out of 118012 with flag 5320318/1820000
1025.94/507.79	c cleaning 60001 clauses out of 120011 with flag 5600013/1881000
1071.48/530.40	c cleaning 61001 clauses out of 122010 with flag 5872762/1943000
1112.22/550.71	c cleaning 61998 clauses out of 124009 with flag 6162156/2006000
1163.96/576.54	c cleaning 63000 clauses out of 126011 with flag 6465700/2070000
1217.98/603.44	c cleaning 64004 clauses out of 128011 with flag 6788188/2135000
1274.14/631.47	c cleaning 65001 clauses out of 130008 with flag 7078401/2201001
1337.81/663.17	c cleaning 65993 clauses out of 132006 with flag 7297119/2268000
1368.53/678.49	c cleaning 67002 clauses out of 134013 with flag 7492025/2336000
1398.77/693.44	c cleaning 67995 clauses out of 136011 with flag 7678147/2405000
1426.35/707.15	c cleaning 68994 clauses out of 138002 with flag 7861381/2475002
1469.76/728.60	c cleaning 69998 clauses out of 140003 with flag 8057197/2546000
1515.84/751.34	c cleaning 70988 clauses out of 141994 with flag 8241851/2618000
1560.33/773.44	c cleaning 0 clauses out of 11000 with flag 0/11000
1563.93/775.22	c cleaning 71996 clauses out of 144006 with flag 8471372/2691000
1601.54/794.00	c cleaning 73003 clauses out of 146010 with flag 8682830/2765000
1636.15/812.03	c cleaning 73990 clauses out of 148010 with flag 8902890/2840003
1688.14/838.07	c cleaning 74999 clauses out of 150021 with flag 9120670/2916004
1765.33/876.23	c cleaning 75998 clauses out of 152018 with flag 9345290/2993000
1800.12/893.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/893.40	c starts		: 10130
1800.12/893.40	c conflicts		: 3057845
1800.12/893.40	c decisions		: 11312542
1800.12/893.40	c propagations		: 164511839
1800.12/893.40	c inspects		: 10980403917
1800.12/893.40	c shortcuts		: 0
1800.12/893.40	c learnt literals	: 107
1800.12/893.40	c learnt binary clauses	: 191
1800.12/893.40	c learnt ternary clauses	: 153
1800.12/893.40	c learnt constraints	: 3057738
1800.12/893.40	c ignored constraints	: 0
1800.12/893.40	c root simplifications	: 0
1800.12/893.40	c removed literals (reason simplification)	: 11754168
1800.12/893.40	c reason swapping (by a shorter reason)	: 0
1800.12/893.40	c Calls to reduceDB	: 73
1800.12/893.40	c Number of update (reduction) of LBD	: 301700
1800.12/893.40	c Imported unit clauses	: 0
1800.12/893.40	c number of reductions to clauses (during analyze)	: 0
1800.12/893.40	c number of learned constraints concerned by reduction	: 0
1800.12/893.40	c number of learning phase by resolution	: 0
1800.12/893.40	c number of learning phase by cutting planes	: 0
1800.12/893.40	c speed (assignments/second)	: 184793.68511624876
1800.12/893.40	c non guided choices	6820076
1800.12/893.43	c learnt constraints type 
1800.12/893.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 191
1800.12/893.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140674
1800.12/893.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/893.43	c starts		: 15
1800.12/893.43	c conflicts		: 12123
1800.12/893.43	c decisions		: 724247
1800.12/893.43	c propagations		: 42179473
1800.12/893.43	c inspects		: 727204426
1800.12/893.43	c shortcuts		: 0
1800.12/893.43	c learnt literals	: 0
1800.12/893.43	c learnt binary clauses	: 0
1800.12/893.43	c learnt ternary clauses	: 0
1800.12/893.43	c learnt constraints	: 12122
1800.12/893.43	c ignored constraints	: 0
1800.12/893.43	c root simplifications	: 0
1800.12/893.43	c removed literals (reason simplification)	: 0
1800.12/893.43	c reason swapping (by a shorter reason)	: 0
1800.12/893.43	c Calls to reduceDB	: 2
1800.12/893.43	c Number of update (reduction) of LBD	: 0
1800.12/893.43	c Imported unit clauses	: 0
1800.12/893.43	c number of reductions to clauses (during analyze)	: 0
1800.12/893.43	c number of learned constraints concerned by reduction	: 0
1800.12/893.43	c number of learning phase by resolution	: 0
1800.12/893.43	c number of learning phase by cutting planes	: 0
1800.12/893.43	c speed (assignments/second)	: 47378.878506142595
1800.12/893.43	c non guided choices	9360
1800.12/893.44	c learnt constraints type 
1800.12/893.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 23
1800.12/893.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12099
1800.12/893.44	s UNKNOWN
1800.12/893.44	c Total wall clock time (in seconds): 893.308

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

pid=18574
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: 3.89 4.00 3.99 4/197 18577
/proc/meminfo: memFree=28469428/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/18577/stat : 18577 (java) R 18574 18577 14474 0 -1 4202496 386 0 0 0 0 0 0 0 20 0 1 0 23667234 5767168 58 33554432000 1073741824 1073778376 140735378153040 140735378150168 242158234919 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2303 65 52 9 0 35 0

[startup+0.100061 s]
/proc/loadavg: 3.89 4.00 3.99 4/197 18577
/proc/meminfo: memFree=28469428/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 4450 0 1 0 8 1 0 0 20 0 18 0 23667234 9787879424 5067 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2389619 5067 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 3.89 4.00 3.99 4/197 18577
/proc/meminfo: memFree=28469428/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 5062 0 1 0 26 1 0 0 20 0 18 0 23667234 9787879424 10070 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2389619 10070 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300252 s]
/proc/loadavg: 3.89 4.00 3.99 4/197 18577
/proc/meminfo: memFree=28469428/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 5991 0 1 0 46 2 0 0 20 0 18 0 23667234 9787879424 14121 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2389619 14121 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 3.89 4.00 3.99 4/197 18577
/proc/meminfo: memFree=28469428/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9558476 CPUtime=1.17 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 8386 0 1 0 111 6 0 0 20 0 18 0 23667234 9787879424 47816 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2389619 47816 2260 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50598 s]
/proc/loadavg: 3.89 4.00 3.99 4/215 18595
/proc/meminfo: memFree=28209320/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9558476 CPUtime=2.79 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 20122 0 1 0 261 18 0 0 20 0 18 0 23667234 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2389619 101858 2270 9 0 2380296 0
[pid=18577/tid=18579] ppid=18574 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/18577/task/18579/stat : 18579 (java) S 18574 18577 14474 0 -1 4202560 2585 0 1 0 129 5 0 0 20 0 18 0 23667235 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215980018104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18580] ppid=18574 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/18577/task/18580/stat : 18580 (java) R 18574 18577 14474 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 23667236 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215823579952 140215986916475 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18581] ppid=18574 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/18577/task/18581/stat : 18581 (java) R 18574 18577 14474 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 23667236 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215822527704 140215982491329 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18582] ppid=18574 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/18577/task/18582/stat : 18582 (java) R 18574 18577 14474 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 23667236 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215821474472 140215986918647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18583] ppid=18574 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/18577/task/18583/stat : 18583 (java) R 18574 18577 14474 0 -1 4202560 43 0 0 0 5 0 0 0 20 0 18 0 23667236 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215820421928 140215986916268 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18584] ppid=18574 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/18577/task/18584/stat : 18584 (java) R 18574 18577 14474 0 -1 4202560 387 0 0 0 5 3 0 0 20 0 18 0 23667236 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215819368632 242167440359 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18585] ppid=18574 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/18577/task/18585/stat : 18585 (java) R 18574 18577 14474 0 -1 4202560 316 0 0 0 3 2 0 0 20 0 18 0 23667236 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215818316504 140215982491345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18586] ppid=18574 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18577/task/18586/stat : 18586 (java) R 18574 18577 14474 0 -1 4202560 111 0 0 0 5 2 0 0 20 0 18 0 23667236 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215817263448 140215982491379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18587] ppid=18574 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/18577/task/18587/stat : 18587 (java) R 18574 18577 14474 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 23667236 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215816210904 140215986918595 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18588] ppid=18574 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18588/stat : 18588 (java) S 18574 18577 14474 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 18 0 23667237 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215804012296 242170770492 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18589] ppid=18574 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18589/stat : 18589 (java) S 18574 18577 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23667238 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215802959736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18590] ppid=18574 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18590/stat : 18590 (java) S 18574 18577 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23667238 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215801906568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18591] ppid=18574 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18591/stat : 18591 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23667240 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215800855312 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18592] ppid=18574 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/18577/task/18592/stat : 18592 (java) S 18574 18577 14474 0 -1 4202560 5691 0 0 0 41 0 0 0 20 0 18 0 23667240 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215799802168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18593] ppid=18574 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/18577/task/18593/stat : 18593 (java) S 18574 18577 14474 0 -1 4202560 9570 0 0 0 52 0 0 0 20 0 18 0 23667240 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215798749624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18594] ppid=18574 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18594/stat : 18594 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23667240 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215797696760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18595] ppid=18574 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18595/stat : 18595 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23667240 9787879424 101858 33554432000 1073741824 1073778376 140735378153040 140215796644424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 3.89 4.00 3.99 4/215 18595
/proc/meminfo: memFree=27920992/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9691604 CPUtime=5.36 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 21698 0 1 0 496 40 0 0 20 0 20 0 23667234 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2422901 183944 2280 9 0 2413578 0
[pid=18577/tid=18579] ppid=18574 vsize=9691604 CPUtime=2.55 cores=1,3,5,7
/proc/18577/task/18579/stat : 18579 (java) S 18574 18577 14474 0 -1 4202560 2849 0 1 0 248 7 0 0 20 0 20 0 23667235 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215980020600 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18580] ppid=18574 vsize=9691604 CPUtime=0.18 cores=1,3,5,7
/proc/18577/task/18580/stat : 18580 (java) S 18574 18577 14474 0 -1 4202560 87 0 0 0 13 5 0 0 20 0 20 0 23667236 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215823580072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18581] ppid=18574 vsize=9691604 CPUtime=0.25 cores=1,3,5,7
/proc/18577/task/18581/stat : 18581 (java) S 18574 18577 14474 0 -1 4202560 111 0 0 0 18 7 0 0 20 0 20 0 23667236 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215822527528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18582] ppid=18574 vsize=9691604 CPUtime=0.12 cores=1,3,5,7
/proc/18577/task/18582/stat : 18582 (java) S 18574 18577 14474 0 -1 4202560 336 0 0 0 10 2 0 0 20 0 20 0 23667236 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215821474472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18583] ppid=18574 vsize=9691604 CPUtime=0.12 cores=1,3,5,7
/proc/18577/task/18583/stat : 18583 (java) S 18574 18577 14474 0 -1 4202560 77 0 0 0 9 3 0 0 20 0 20 0 23667236 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215820421928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18584] ppid=18574 vsize=9691604 CPUtime=0.17 cores=1,3,5,7
/proc/18577/task/18584/stat : 18584 (java) S 18574 18577 14474 0 -1 4202560 422 0 0 0 12 5 0 0 20 0 20 0 23667236 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215819368872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18585] ppid=18574 vsize=9691604 CPUtime=0.12 cores=1,3,5,7
/proc/18577/task/18585/stat : 18585 (java) S 18574 18577 14474 0 -1 4202560 484 0 0 0 9 3 0 0 20 0 20 0 23667236 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215818316328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18586] ppid=18574 vsize=9691604 CPUtime=0.27 cores=1,3,5,7
/proc/18577/task/18586/stat : 18586 (java) S 18574 18577 14474 0 -1 4202560 342 0 0 0 21 6 0 0 20 0 20 0 23667236 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215817263272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18587] ppid=18574 vsize=9691604 CPUtime=0.08 cores=1,3,5,7
/proc/18577/task/18587/stat : 18587 (java) S 18574 18577 14474 0 -1 4202560 188 0 0 0 6 2 0 0 20 0 20 0 23667236 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215816210728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18588] ppid=18574 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18588/stat : 18588 (java) S 18574 18577 14474 0 -1 4202560 195 0 0 0 0 0 0 0 20 0 20 0 23667237 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215804013416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18589] ppid=18574 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18589/stat : 18589 (java) S 18574 18577 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 23667238 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215802959736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18590] ppid=18574 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18590/stat : 18590 (java) S 18574 18577 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 23667238 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215801906568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18591] ppid=18574 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18591/stat : 18591 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 23667240 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215800855312 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18592] ppid=18574 vsize=9691604 CPUtime=0.49 cores=1,3,5,7
/proc/18577/task/18592/stat : 18592 (java) R 18574 18577 14474 0 -1 4202560 5702 0 0 0 49 0 0 0 20 0 20 0 23667240 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215799802168 140215985973979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18593] ppid=18574 vsize=9691604 CPUtime=0.59 cores=1,3,5,7
/proc/18577/task/18593/stat : 18593 (java) R 18574 18577 14474 0 -1 4202560 9612 0 0 0 59 0 0 0 20 0 20 0 23667240 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215798749624 140215983958667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18594] ppid=18574 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18594/stat : 18594 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 23667240 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215797696760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18595] ppid=18574 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18595/stat : 18595 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 23667240 9924202496 183944 33554432000 1073741824 1073778376 140735378153040 140215796644424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 9691604

[startup+6.30102 s]
/proc/loadavg: 3.90 4.00 3.99 5/219 18599
/proc/meminfo: memFree=27526788/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9824732 CPUtime=13.13 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 23904 0 1 0 1251 62 0 0 20 0 22 0 23667234 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2456183 243274 2298 9 0 2446860 0
[pid=18577/tid=18579] ppid=18574 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/18577/task/18579/stat : 18579 (java) S 18574 18577 14474 0 -1 4202560 2850 0 1 0 248 7 0 0 20 0 22 0 23667235 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215980020600 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18580] ppid=18574 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/18577/task/18580/stat : 18580 (java) S 18574 18577 14474 0 -1 4202560 297 0 0 0 27 7 0 0 20 0 22 0 23667236 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215823580072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18581] ppid=18574 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/18577/task/18581/stat : 18581 (java) S 18574 18577 14474 0 -1 4202560 490 0 0 0 29 8 0 0 20 0 22 0 23667236 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215822527528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18582] ppid=18574 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18577/task/18582/stat : 18582 (java) S 18574 18577 14474 0 -1 4202560 378 0 0 0 22 5 0 0 20 0 22 0 23667236 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215821474472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18583] ppid=18574 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/18577/task/18583/stat : 18583 (java) S 18574 18577 14474 0 -1 4202560 262 0 0 0 27 4 0 0 20 0 22 0 23667236 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215820421928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18584] ppid=18574 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/18577/task/18584/stat : 18584 (java) S 18574 18577 14474 0 -1 4202560 501 0 0 0 36 10 0 0 20 0 22 0 23667236 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215819368872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18585] ppid=18574 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/18577/task/18585/stat : 18585 (java) S 18574 18577 14474 0 -1 4202560 530 0 0 0 21 6 0 0 20 0 22 0 23667236 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215818316328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18586] ppid=18574 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/18577/task/18586/stat : 18586 (java) S 18574 18577 14474 0 -1 4202560 372 0 0 0 31 9 0 0 20 0 22 0 23667236 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215817263272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18587] ppid=18574 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/18577/task/18587/stat : 18587 (java) S 18574 18577 14474 0 -1 4202560 216 0 0 0 16 4 0 0 20 0 22 0 23667236 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215816210728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18588] ppid=18574 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/18577/task/18588/stat : 18588 (java) S 18574 18577 14474 0 -1 4202560 1068 0 0 0 67 0 0 0 20 0 22 0 23667237 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215804013416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18589] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18589/stat : 18589 (java) S 18574 18577 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23667238 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215802959736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18590] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18590/stat : 18590 (java) S 18574 18577 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23667238 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215801906568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18591] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18591/stat : 18591 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23667240 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215800855312 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18592] ppid=18574 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/18577/task/18592/stat : 18592 (java) S 18574 18577 14474 0 -1 4202560 5833 0 0 0 112 2 0 0 20 0 22 0 23667240 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215799802168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18593] ppid=18574 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/18577/task/18593/stat : 18593 (java) S 18574 18577 14474 0 -1 4202560 9760 0 0 0 136 2 0 0 20 0 22 0 23667240 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215798749624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18594] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18594/stat : 18594 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23667240 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215797696760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18595] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18595/stat : 18595 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23667240 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215796644424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18596] ppid=18574 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/18577/task/18596/stat : 18596 (java) R 18574 18577 14474 0 -1 4202560 29 0 0 0 229 0 0 0 20 0 22 0 23667530 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215795581328 140215921100685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18597] ppid=18574 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/18577/task/18597/stat : 18597 (java) R 18574 18577 14474 0 -1 4202560 54 0 0 0 229 0 0 0 20 0 22 0 23667530 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215794536664 140215920662594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18598] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18598/stat : 18598 (java) S 18574 18577 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23667550 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215793485096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18599] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18599/stat : 18599 (java) S 18574 18577 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23667551 10060525568 243274 33554432000 1073741824 1073778376 140735378153040 140215792432552 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.13

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


[startup+822.301 s]
/proc/loadavg: 4.32 4.23 4.09 6/220 18695
/proc/meminfo: memFree=27869660/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9824732 CPUtime=1656.74 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 45204 0 1 0 165424 250 0 0 20 0 22 0 23667234 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2456183 875512 2299 9 0 2446860 0
[pid=18577/tid=18579] ppid=18574 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/18577/task/18579/stat : 18579 (java) S 18574 18577 14474 0 -1 4202560 2860 0 1 0 251 9 0 0 20 0 22 0 23667235 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215980020600 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18580] ppid=18574 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/18577/task/18580/stat : 18580 (java) S 18574 18577 14474 0 -1 4202560 1080 0 0 0 358 26 0 0 20 0 22 0 23667236 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215823580072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18581] ppid=18574 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/18577/task/18581/stat : 18581 (java) S 18574 18577 14474 0 -1 4202560 1443 0 0 0 290 24 0 0 20 0 22 0 23667236 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215822527528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18582] ppid=18574 vsize=9824732 CPUtime=3.54 cores=1,3,5,7
/proc/18577/task/18582/stat : 18582 (java) S 18574 18577 14474 0 -1 4202560 1165 0 0 0 332 22 0 0 20 0 22 0 23667236 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215821474472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18583] ppid=18574 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/18577/task/18583/stat : 18583 (java) S 18574 18577 14474 0 -1 4202560 1007 0 0 0 310 23 0 0 20 0 22 0 23667236 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215820421928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18584] ppid=18574 vsize=9824732 CPUtime=3.57 cores=1,3,5,7
/proc/18577/task/18584/stat : 18584 (java) S 18574 18577 14474 0 -1 4202560 1194 0 0 0 329 28 0 0 20 0 22 0 23667236 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215819368872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18585] ppid=18574 vsize=9824732 CPUtime=3.46 cores=1,3,5,7
/proc/18577/task/18585/stat : 18585 (java) S 18574 18577 14474 0 -1 4202560 1454 0 0 0 321 25 0 0 20 0 22 0 23667236 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215818316328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18586] ppid=18574 vsize=9824732 CPUtime=3.31 cores=1,3,5,7
/proc/18577/task/18586/stat : 18586 (java) S 18574 18577 14474 0 -1 4202560 1013 0 0 0 307 24 0 0 20 0 22 0 23667236 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215817263272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18587] ppid=18574 vsize=9824732 CPUtime=3.32 cores=1,3,5,7
/proc/18577/task/18587/stat : 18587 (java) S 18574 18577 14474 0 -1 4202560 1143 0 0 0 307 25 0 0 20 0 22 0 23667236 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215816210728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18588] ppid=18574 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/18577/task/18588/stat : 18588 (java) S 18574 18577 14474 0 -1 4202560 2471 0 0 0 241 7 0 0 20 0 22 0 23667237 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215804013416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18589] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18589/stat : 18589 (java) S 18574 18577 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23667238 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215802959736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18590] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18590/stat : 18590 (java) S 18574 18577 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23667238 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215801906568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18591] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18591/stat : 18591 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23667240 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215800855312 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18592] ppid=18574 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/18577/task/18592/stat : 18592 (java) S 18574 18577 14474 0 -1 4202560 5949 0 0 0 153 2 0 0 20 0 22 0 23667240 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215799802168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18593] ppid=18574 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/18577/task/18593/stat : 18593 (java) S 18574 18577 14474 0 -1 4202560 21674 0 0 0 264 3 0 0 20 0 22 0 23667240 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215798749624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18594] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18594/stat : 18594 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23667240 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215797696760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18595] ppid=18574 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/18577/task/18595/stat : 18595 (java) S 18574 18577 14474 0 -1 4202560 46 0 0 0 19 19 0 0 20 0 22 0 23667240 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215796644424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18596] ppid=18574 vsize=9824732 CPUtime=809.87 cores=1,3,5,7
/proc/18577/task/18596/stat : 18596 (java) R 18574 18577 14474 0 -1 4202560 85 0 0 0 80972 15 0 0 20 0 22 0 23667530 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215795581328 140215920332298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18597] ppid=18574 vsize=9824732 CPUtime=809.88 cores=1,3,5,7
/proc/18577/task/18597/stat : 18597 (java) R 18574 18577 14474 0 -1 4202560 1357 0 0 0 80956 32 0 0 20 0 22 0 23667530 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215794535264 140215920978852 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18598] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18598/stat : 18598 (java) S 18574 18577 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23667550 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215793485096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18599] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18599/stat : 18599 (java) S 18574 18577 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23667551 10060525568 875512 33554432000 1073741824 1073778376 140735378153040 140215792432552 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1656.74
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.11 4.18 4.08 5/219 18706
/proc/meminfo: memFree=25011288/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9824732 CPUtime=1777.55 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 45725 0 1 0 177500 255 0 0 20 0 22 0 23667234 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2456183 889256 2299 9 0 2446860 0
[pid=18577/tid=18579] ppid=18574 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/18577/task/18579/stat : 18579 (java) S 18574 18577 14474 0 -1 4202560 2861 0 1 0 251 9 0 0 20 0 22 0 23667235 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215980020600 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18580] ppid=18574 vsize=9824732 CPUtime=4.06 cores=1,3,5,7
/proc/18577/task/18580/stat : 18580 (java) S 18574 18577 14474 0 -1 4202560 1201 0 0 0 380 26 0 0 20 0 22 0 23667236 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215823580072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18581] ppid=18574 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/18577/task/18581/stat : 18581 (java) S 18574 18577 14474 0 -1 4202560 1448 0 0 0 312 24 0 0 20 0 22 0 23667236 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215822527528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18582] ppid=18574 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/18577/task/18582/stat : 18582 (java) S 18574 18577 14474 0 -1 4202560 1171 0 0 0 346 22 0 0 20 0 22 0 23667236 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215821474472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18583] ppid=18574 vsize=9824732 CPUtime=3.52 cores=1,3,5,7
/proc/18577/task/18583/stat : 18583 (java) S 18574 18577 14474 0 -1 4202560 1119 0 0 0 328 24 0 0 20 0 22 0 23667236 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215820421928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18584] ppid=18574 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/18577/task/18584/stat : 18584 (java) S 18574 18577 14474 0 -1 4202560 1201 0 0 0 350 29 0 0 20 0 22 0 23667236 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215819368872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18585] ppid=18574 vsize=9824732 CPUtime=3.67 cores=1,3,5,7
/proc/18577/task/18585/stat : 18585 (java) S 18574 18577 14474 0 -1 4202560 1462 0 0 0 342 25 0 0 20 0 22 0 23667236 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215818316328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18586] ppid=18574 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/18577/task/18586/stat : 18586 (java) S 18574 18577 14474 0 -1 4202560 1142 0 0 0 325 25 0 0 20 0 22 0 23667236 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215817263272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18587] ppid=18574 vsize=9824732 CPUtime=3.55 cores=1,3,5,7
/proc/18577/task/18587/stat : 18587 (java) S 18574 18577 14474 0 -1 4202560 1267 0 0 0 329 26 0 0 20 0 22 0 23667236 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215816210728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18588] ppid=18574 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/18577/task/18588/stat : 18588 (java) S 18574 18577 14474 0 -1 4202560 2473 0 0 0 241 7 0 0 20 0 22 0 23667237 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215804013416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18589] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18589/stat : 18589 (java) S 18574 18577 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23667238 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215802959736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18590] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18590/stat : 18590 (java) S 18574 18577 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23667238 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215801906568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18591] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18591/stat : 18591 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23667240 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215800855312 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18592] ppid=18574 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/18577/task/18592/stat : 18592 (java) S 18574 18577 14474 0 -1 4202560 5950 0 0 0 153 2 0 0 20 0 22 0 23667240 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215799802168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18593] ppid=18574 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/18577/task/18593/stat : 18593 (java) S 18574 18577 14474 0 -1 4202560 21674 0 0 0 264 3 0 0 20 0 22 0 23667240 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215798749624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18594] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18594/stat : 18594 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23667240 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215797696760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18595] ppid=18574 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/18577/task/18595/stat : 18595 (java) S 18574 18577 14474 0 -1 4202560 50 0 0 0 21 20 0 0 20 0 22 0 23667240 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215796644424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18596] ppid=18574 vsize=9824732 CPUtime=869.46 cores=1,3,5,7
/proc/18577/task/18596/stat : 18596 (java) R 18574 18577 14474 0 -1 4202560 86 0 0 0 86929 17 0 0 20 0 22 0 23667530 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215795581328 140215920615039 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18597] ppid=18574 vsize=9824732 CPUtime=869.49 cores=1,3,5,7
/proc/18577/task/18597/stat : 18597 (java) R 18574 18577 14474 0 -1 4202560 1357 0 0 0 86916 33 0 0 20 0 22 0 23667530 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215794536336 140215920994913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18598] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18598/stat : 18598 (java) S 18574 18577 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23667550 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215793485096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18599] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18599/stat : 18599 (java) S 18574 18577 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23667551 10060525568 889256 33554432000 1073741824 1073778376 140735378153040 140215792432552 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1777.55
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.401 s]
/proc/loadavg: 4.10 4.18 4.08 5/219 18706
/proc/meminfo: memFree=24968368/32872528 swapFree=338416/354768
[pid=18577] ppid=18574 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/18577/stat : 18577 (java) S 18574 18577 14474 0 -1 4202496 45748 0 1 0 179755 257 0 0 20 0 22 0 23667234 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140735378144176 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18577/statm: 2456183 892328 2299 9 0 2446860 0
[pid=18577/tid=18579] ppid=18574 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/18577/task/18579/stat : 18579 (java) S 18574 18577 14474 0 -1 4202560 2862 0 1 0 251 9 0 0 20 0 22 0 23667235 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215980020600 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18580] ppid=18574 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/18577/task/18580/stat : 18580 (java) S 18574 18577 14474 0 -1 4202560 1202 0 0 0 384 26 0 0 20 0 22 0 23667236 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215823580072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18581] ppid=18574 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/18577/task/18581/stat : 18581 (java) S 18574 18577 14474 0 -1 4202560 1451 0 0 0 316 24 0 0 20 0 22 0 23667236 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215822527528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18582] ppid=18574 vsize=9824732 CPUtime=3.72 cores=1,3,5,7
/proc/18577/task/18582/stat : 18582 (java) S 18574 18577 14474 0 -1 4202560 1172 0 0 0 350 22 0 0 20 0 22 0 23667236 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215821474472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18583] ppid=18574 vsize=9824732 CPUtime=3.71 cores=1,3,5,7
/proc/18577/task/18583/stat : 18583 (java) S 18574 18577 14474 0 -1 4202560 1122 0 0 0 347 24 0 0 20 0 22 0 23667236 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215820421928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18584] ppid=18574 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/18577/task/18584/stat : 18584 (java) S 18574 18577 14474 0 -1 4202560 1201 0 0 0 354 29 0 0 20 0 22 0 23667236 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215819368872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18585] ppid=18574 vsize=9824732 CPUtime=3.86 cores=1,3,5,7
/proc/18577/task/18585/stat : 18585 (java) S 18574 18577 14474 0 -1 4202560 1468 0 0 0 360 26 0 0 20 0 22 0 23667236 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215818316328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18586] ppid=18574 vsize=9824732 CPUtime=3.54 cores=1,3,5,7
/proc/18577/task/18586/stat : 18586 (java) S 18574 18577 14474 0 -1 4202560 1142 0 0 0 329 25 0 0 20 0 22 0 23667236 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215817263272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18587] ppid=18574 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/18577/task/18587/stat : 18587 (java) S 18574 18577 14474 0 -1 4202560 1273 0 0 0 348 26 0 0 20 0 22 0 23667236 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215816210728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18588] ppid=18574 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/18577/task/18588/stat : 18588 (java) S 18574 18577 14474 0 -1 4202560 2475 0 0 0 241 7 0 0 20 0 22 0 23667237 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215804013416 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18589] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18589/stat : 18589 (java) S 18574 18577 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23667238 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215802959736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18590] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18590/stat : 18590 (java) S 18574 18577 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23667238 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215801906568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18591] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18591/stat : 18591 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23667240 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215800855312 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18592] ppid=18574 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/18577/task/18592/stat : 18592 (java) S 18574 18577 14474 0 -1 4202560 5950 0 0 0 153 2 0 0 20 0 22 0 23667240 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215799802168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18577/tid=18593] ppid=18574 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/18577/task/18593/stat : 18593 (java) S 18574 18577 14474 0 -1 4202560 21674 0 0 0 264 3 0 0 20 0 22 0 23667240 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215798749624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18594] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18594/stat : 18594 (java) S 18574 18577 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23667240 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215797696760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18595] ppid=18574 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/18577/task/18595/stat : 18595 (java) S 18574 18577 14474 0 -1 4202560 50 0 0 0 21 20 0 0 20 0 22 0 23667240 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215796644424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18596] ppid=18574 vsize=9824732 CPUtime=880.36 cores=1,3,5,7
/proc/18577/task/18596/stat : 18596 (java) R 18574 18577 14474 0 -1 4202560 86 0 0 0 88019 17 0 0 20 0 22 0 23667530 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215795588992 140215920971811 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18577/tid=18597] ppid=18574 vsize=9824732 CPUtime=880.38 cores=1,3,5,7
/proc/18577/task/18597/stat : 18597 (java) R 18574 18577 14474 0 -1 4202560 1357 0 0 0 88005 33 0 0 20 0 22 0 23667530 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215794535264 140215920662703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18577/tid=18598] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18598/stat : 18598 (java) S 18574 18577 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23667550 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215793485096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18577/tid=18599] ppid=18574 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18577/task/18599/stat : 18599 (java) S 18574 18577 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23667551 10060525568 892328 33554432000 1073741824 1073778376 140735378153040 140215792432552 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 18577 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 893.465
CPU time (s): 1800.78
CPU user time (s): 1797.67
CPU system time (s): 3.10953
CPU usage (%): 201.55
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.67
system time used= 3.10953
maximum resident set size= 3569432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45785
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23841
involuntary context switches= 21417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.17191 second user time and 6.12607 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 04:16:45
IDJOB=4101842
IDBENCH=1801
IDSOLVER=2543
FILE ID=node126/4101842-1466216204
RUNJOBID= node126-1466206074-14491
PBS_JOBID= 19918151
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-mod011.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101842-1466216204/watcher-4101842-1466216204 -o /tmp/evaluation-result-4101842-1466216204/solver-4101842-1466216204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101842-1466216204.opb

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

MD5SUM BENCH= 11ee19baa608345f86d8483767b8a181
RANDOM SEED=1885386961

node126.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.121
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	: 5332.24
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.121
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.121
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.121
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		: 2666.121
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.121
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.121
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.121
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:        28469956 kB
Buffers:           98612 kB
Cached:           114292 kB
SwapCached:         1076 kB
Active:          3144564 kB
Inactive:         143316 kB
Active(anon):    3076292 kB
Inactive(anon):     1004 kB
Active(file):      68272 kB
Inactive(file):   142312 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:             10600 kB
Writeback:             0 kB
AnonPages:       3451396 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             602272 kB
SReclaimable:      46076 kB
SUnreclaim:       556196 kB
KernelStack:        1616 kB
PageTables:        11100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3811444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3059712 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= 71728 MiB
End job on node126 at 2016-06-18 04:31:39