Trace number 4100493

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 1796.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-B1C1S1.opb
MD5SUMcc797868c6f9cb3811b8dc2300ad7f9f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark275.589
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 612
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 556800
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 556800
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.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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100493-1466215028.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.97/1.19	c ... done. Wall clock time 1.075s.
1.97/1.19	c declared #vars     107808
1.97/1.19	c #constraints  5184
1.97/1.19	c constraints type 
1.97/1.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 1024
1.97/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4160
1.97/1.19	c 5184 constraints processed.
1.97/1.19	c objective function length is 38688 literals
3.37/2.03	c cleaning 2499 clauses out of 5000 with flag 16219/5001
4.05/2.60	c cleaning 4237 clauses out of 8502 with flag 30222/11004
4.95/3.54	c cleaning 5625 clauses out of 11259 with flag 52359/18003
6.56/5.12	c cleaning 6807 clauses out of 13638 with flag 90496/26007
8.18/6.77	c cleaning 7903 clauses out of 15824 with flag 128693/35000
9.98/8.58	c cleaning 8942 clauses out of 17922 with flag 170042/45001
12.88/11.43	c cleaning 9972 clauses out of 19979 with flag 206677/56000
15.27/13.83	c cleaning 10978 clauses out of 22007 with flag 245674/68000
17.98/16.53	c cleaning 12015 clauses out of 24030 with flag 304868/81001
21.68/20.22	c cleaning 12986 clauses out of 26015 with flag 384990/95001
25.18/23.79	c cleaning 14003 clauses out of 28029 with flag 471075/110001
26.98/25.53	c cleaning 15003 clauses out of 30025 with flag 518352/126000
29.18/27.77	c cleaning 15980 clauses out of 32023 with flag 568608/143001
31.79/30.30	c cleaning 17004 clauses out of 34042 with flag 622388/161000
34.88/33.42	c cleaning 18007 clauses out of 36038 with flag 695775/180000
38.18/36.76	c cleaning 19000 clauses out of 38032 with flag 789668/200001
42.49/40.95	c cleaning 20012 clauses out of 40031 with flag 890189/221000
45.50/43.94	c cleaning 21002 clauses out of 42019 with flag 981723/243000
48.79/47.23	c cleaning 21984 clauses out of 44021 with flag 1068675/266004
52.50/50.93	c cleaning 23005 clauses out of 46033 with flag 1162727/290000
57.50/55.90	c cleaning 24000 clauses out of 48028 with flag 1286417/315000
62.00/60.45	c cleaning 25009 clauses out of 50028 with flag 1400575/341000
66.70/65.14	c cleaning 25996 clauses out of 52019 with flag 1553523/368000
71.50/69.98	c cleaning 26993 clauses out of 54024 with flag 1678051/396001
77.01/75.44	c cleaning 28015 clauses out of 56030 with flag 1796143/425000
82.41/80.84	c cleaning 28990 clauses out of 58015 with flag 1913901/455000
88.10/86.51	c cleaning 29990 clauses out of 60027 with flag 2004526/486002
94.40/92.80	c cleaning 31000 clauses out of 62036 with flag 2096378/518001
100.61/99.04	c cleaning 32015 clauses out of 64038 with flag 2190680/551003
107.21/105.67	c cleaning 32987 clauses out of 66020 with flag 2286318/585000
113.81/112.24	c cleaning 33992 clauses out of 68034 with flag 2383950/620001
119.70/118.10	c cleaning 35017 clauses out of 70042 with flag 2522426/656001
125.70/124.17	c cleaning 36010 clauses out of 72027 with flag 2682281/693003
135.71/134.13	c cleaning 37003 clauses out of 74017 with flag 2866941/731003
142.01/140.45	c cleaning 37990 clauses out of 76011 with flag 3010073/770000
149.31/147.71	c cleaning 38999 clauses out of 78024 with flag 3135511/810003
157.21/155.61	c cleaning 39981 clauses out of 80022 with flag 3261273/851000
163.61/162.05	c cleaning 41012 clauses out of 82041 with flag 3401848/893000
172.81/171.27	c cleaning 42012 clauses out of 84032 with flag 3579048/936003
181.34/179.59	c cleaning 43004 clauses out of 86020 with flag 3732822/980003
188.24/186.40	c cleaning 43992 clauses out of 88016 with flag 3887634/1025003
197.14/195.33	c cleaning 44999 clauses out of 90022 with flag 4039450/1071001
205.54/203.78	c cleaning 46000 clauses out of 92022 with flag 4190383/1118000
213.34/211.54	c cleaning 46992 clauses out of 94022 with flag 4371111/1166000
228.35/226.55	c cleaning 47995 clauses out of 96032 with flag 4547855/1215002
240.85/239.02	c cleaning 49011 clauses out of 98041 with flag 4719512/1265006
251.56/249.79	c cleaning 49999 clauses out of 100024 with flag 4891410/1316000
259.36/257.60	c cleaning 51005 clauses out of 102028 with flag 5062701/1368003
270.65/268.84	c cleaning 52009 clauses out of 104021 with flag 5253508/1421001
280.95/279.11	c cleaning 52989 clauses out of 106014 with flag 5457726/1475003
293.16/291.33	c cleaning 54006 clauses out of 108022 with flag 5689927/1530000
302.96/301.19	c cleaning 55006 clauses out of 110016 with flag 5901734/1586000
312.26/310.40	c cleaning 55997 clauses out of 112010 with flag 6148491/1643000
322.85/321.03	c cleaning 56991 clauses out of 114013 with flag 6375897/1701000
334.17/332.31	c cleaning 57989 clauses out of 116022 with flag 6593869/1760000
345.76/343.91	c cleaning 59011 clauses out of 118033 with flag 6782675/1820000
358.16/356.35	c cleaning 60014 clauses out of 120028 with flag 7002295/1881006
370.85/369.08	c cleaning 60993 clauses out of 122008 with flag 7249249/1943000
382.46/380.66	c cleaning 62001 clauses out of 124013 with flag 7452274/2006000
394.57/392.71	c cleaning 62999 clauses out of 126011 with flag 7639958/2070001
412.37/410.57	c cleaning 63984 clauses out of 128012 with flag 7846816/2135001
426.47/424.69	c cleaning 64994 clauses out of 130027 with flag 8065430/2201000
442.67/440.82	c cleaning 66016 clauses out of 132035 with flag 8284472/2268002
464.88/462.72	c cleaning 67003 clauses out of 134024 with flag 8512275/2336007
487.29/485.12	c cleaning 68003 clauses out of 136014 with flag 8745406/2405000
504.08/501.99	c cleaning 68998 clauses out of 138017 with flag 8976485/2475006
517.18/515.01	c cleaning 69992 clauses out of 140013 with flag 9241036/2546000
529.99/527.81	c cleaning 71003 clauses out of 142023 with flag 9465336/2618002
545.60/543.46	c cleaning 72008 clauses out of 144023 with flag 9752310/2691005
558.49/556.35	c cleaning 72988 clauses out of 146014 with flag 10026526/2765004
574.39/572.28	c cleaning 74006 clauses out of 148022 with flag 10267285/2840000
593.00/590.84	c cleaning 74965 clauses out of 150017 with flag 10510804/2916001
610.50/608.39	c cleaning 76009 clauses out of 152054 with flag 10750661/2993003
628.79/626.62	c cleaning 77003 clauses out of 154042 with flag 10977601/3071000
643.00/640.81	c cleaning 78013 clauses out of 156040 with flag 11228778/3150001
656.81/654.69	c cleaning 79003 clauses out of 158020 with flag 11468873/3230002
667.51/665.33	c cleaning 79996 clauses out of 160011 with flag 11715978/3311000
683.81/681.63	c cleaning 80996 clauses out of 162015 with flag 11998312/3393000
701.70/699.53	c cleaning 81991 clauses out of 164020 with flag 12260723/3476002
723.11/720.99	c cleaning 83007 clauses out of 166027 with flag 12507800/3560000
743.41/741.24	c cleaning 84004 clauses out of 168023 with flag 12787747/3645003
760.71/758.55	c cleaning 84988 clauses out of 170016 with flag 13061008/3731000
785.82/783.61	c cleaning 85990 clauses out of 172030 with flag 13351497/3818002
821.12/818.61	c cleaning 87010 clauses out of 174040 with flag 13632027/3906002
847.52/845.04	c cleaning 88005 clauses out of 176028 with flag 13932125/3995000
877.62/875.20	c cleaning 89009 clauses out of 178024 with flag 14262467/4085001
926.54/924.09	c cleaning 89983 clauses out of 180013 with flag 14560004/4176000
965.73/963.27	c cleaning 90994 clauses out of 182030 with flag 14839438/4268000
1003.35/1000.88	c cleaning 92017 clauses out of 184038 with flag 15137987/4361002
1051.16/1048.62	c cleaning 92986 clauses out of 186019 with flag 15471356/4455000
1092.56/1090.02	c cleaning 94007 clauses out of 188033 with flag 15807322/4550000
1130.67/1128.17	c cleaning 95004 clauses out of 190026 with flag 16151380/4646000
1172.18/1169.67	c cleaning 96007 clauses out of 192025 with flag 16461983/4743003
1214.99/1212.42	c cleaning 97006 clauses out of 194015 with flag 16805958/4841000
1259.71/1257.15	c cleaning 97986 clauses out of 196012 with flag 17161993/4940003
1309.72/1307.12	c cleaning 99009 clauses out of 198025 with flag 17479985/5040002
1359.13/1356.57	c cleaning 100002 clauses out of 200014 with flag 17808156/5141000
1411.74/1409.12	c cleaning 100993 clauses out of 202012 with flag 18200067/5243000
1463.94/1461.37	c cleaning 102007 clauses out of 204025 with flag 18577460/5346006
1507.85/1505.29	c cleaning 102998 clauses out of 206016 with flag 18917634/5450004
1542.16/1539.53	c cleaning 103987 clauses out of 208014 with flag 19250007/5555000
1594.76/1592.17	c cleaning 105008 clauses out of 210027 with flag 19601313/5661000
1643.47/1640.87	c cleaning 105990 clauses out of 212019 with flag 19958691/5768000
1685.19/1682.55	c cleaning 107001 clauses out of 214029 with flag 20310264/5876000
1735.89/1733.28	c cleaning 107989 clauses out of 216028 with flag 20664446/5985000
1783.81/1781.14	c cleaning 109014 clauses out of 218040 with flag 21021046/6095001
1800.02/1796.80	c starts		: 5366
1800.02/1796.80	c conflicts		: 6144029
1800.02/1796.80	c decisions		: 19599664
1800.02/1796.80	c propagations		: 323027078
1800.02/1796.80	c inspects		: 32358552720
1800.02/1796.80	c shortcuts		: 0
1800.02/1796.80	c learnt literals	: 26
1800.02/1796.80	c learnt binary clauses	: 598
1800.02/1796.80	c learnt ternary clauses	: 114
1800.02/1796.80	c learnt constraints	: 6144003
1800.02/1796.80	c ignored constraints	: 0
1800.02/1796.80	c root simplifications	: 0
1800.02/1796.80	c removed literals (reason simplification)	: 0
1800.02/1796.80	c reason swapping (by a shorter reason)	: 0
1800.02/1796.80	c Calls to reduceDB	: 106
1800.02/1796.80	c Number of update (reduction) of LBD	: 1950714
1800.02/1796.80	c Imported unit clauses	: 0
1800.02/1796.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.80	c number of learned constraints concerned by reduction	: 0
1800.02/1796.80	c number of learning phase by resolution	: 0
1800.02/1796.80	c number of learning phase by cutting planes	: 0
1800.02/1796.80	c speed (assignments/second)	: 179907.45734657074
1800.02/1796.80	c non guided choices	265908
1800.02/1796.80	c timeout
1800.02/1796.83	c learnt constraints type 
1800.02/1796.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 598
1800.02/1796.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157456
1800.02/1796.83	s UNKNOWN
1800.02/1796.83	c Total wall clock time (in seconds): 1796.718

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-4100493-1466215028/watcher-4100493-1466215028 -o /tmp/evaluation-result-4100493-1466215028/solver-4100493-1466215028 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100493-1466215028.opb 

pid=4041
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.02 2.05 2.03 3/194 4044
/proc/meminfo: memFree=30561772/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=268 CPUtime=0 cores=1,3,5,7
/proc/4044/stat : 4044 (java) R 4041 4044 2916 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 23553307 274432 22 33554432000 1073741824 1073778376 140736446129648 140737429383496 249640865296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 68 28 20 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.02 2.05 2.03 3/194 4044
/proc/meminfo: memFree=30561772/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 4387 0 1 0 8 1 0 0 20 0 18 0 23553307 9787879424 6028 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.02 2.05 2.03 3/194 4044
/proc/meminfo: memFree=30561772/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 4985 0 1 0 27 1 0 0 20 0 18 0 23553307 9787879424 7381 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2389619 7381 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.02 2.05 2.03 3/194 4044
/proc/meminfo: memFree=30561772/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 5528 0 1 0 45 2 0 0 20 0 18 0 23553307 9787879424 12229 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2389619 12229 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700202 s]
/proc/loadavg: 2.02 2.05 2.03 3/194 4044
/proc/meminfo: memFree=30561772/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9558476 CPUtime=1.16 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 7217 0 1 0 111 5 0 0 20 0 18 0 23553307 9787879424 44755 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2389619 44755 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.02 2.05 2.03 3/212 4062
/proc/meminfo: memFree=30202380/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 10422 0 1 0 257 17 0 0 20 0 19 0 23553307 9856040960 107969 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2406260 107969 2273 9 0 2396937 0
[pid=4044/tid=4046] ppid=4041 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 2916 0 -1 4202560 2734 0 1 0 123 6 0 0 20 0 19 0 23553308 9856040960 107969 33554432000 1073741824 1073778376 140736446129648 139924562616856 139924414901595 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4047] ppid=4041 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 2916 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 19 0 23553309 9856040960 107969 33554432000 1073741824 1073778376 140736446129648 139924535069224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4048] ppid=4041 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 2916 0 -1 4202560 142 0 0 0 6 1 0 0 20 0 19 0 23553309 9856040960 107969 33554432000 1073741824 1073778376 140736446129648 139924534016424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4049] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 2916 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 19 0 23553309 9856040960 107969 33554432000 1073741824 1073778376 140736446129648 139924532963624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4050] ppid=4041 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 2916 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 23553309 9856040960 107973 33554432000 1073741824 1073778376 140736446129648 139924403169448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4051] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 2916 0 -1 4202560 113 0 0 0 4 1 0 0 20 0 19 0 23553309 9856040960 107991 33554432000 1073741824 1073778376 140736446129648 139924402117672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4052] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 2916 0 -1 4202560 105 0 0 0 5 0 0 0 20 0 19 0 23553309 9856040960 108009 33554432000 1073741824 1073778376 140736446129648 139924401064872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4053] ppid=4041 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 2916 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 19 0 23553309 9856040960 108029 33554432000 1073741824 1073778376 140736446129648 139924400012072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4054] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 2916 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 23553309 9856040960 108031 33554432000 1073741824 1073778376 140736446129648 139924398959272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4055] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 2916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23553310 9856040960 108031 33554432000 1073741824 1073778376 140736446129648 139923916446184 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4056] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 108031 33554432000 1073741824 1073778376 140736446129648 139923915392248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4057] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 108031 33554432000 1073741824 1073778376 140736446129648 139923914339336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4058] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 107992 33554432000 1073741824 1073778376 140736446129648 139923913287824 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4059] ppid=4041 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) R 4041 4044 2916 0 -1 4202560 2330 0 0 0 37 0 0 0 20 0 19 0 23553313 9856040960 107992 33554432000 1073741824 1073778376 140736446129648 139923912213344 139924565483617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4060] ppid=4041 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/4044/task/4060/stat : 4060 (java) S 4041 4044 2916 0 -1 4202560 3319 0 0 0 44 0 0 0 20 0 19 0 23553313 9856040960 107992 33554432000 1073741824 1073778376 140736446129648 139923911183160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4061] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4061/stat : 4061 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 107992 33554432000 1073741824 1073778376 140736446129648 139923910130552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4062] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4062/stat : 4062 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 107992 33554432000 1073741824 1073778376 140736446129648 139923909077960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.02 2.05 2.03 3/213 4063
/proc/meminfo: memFree=30134836/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9625040 CPUtime=4.55 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 11556 0 1 0 438 17 0 0 20 0 19 0 23553307 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2406260 110109 2278 9 0 2396937 0
[pid=4044/tid=4046] ppid=4041 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 2916 0 -1 4202560 2739 0 1 0 282 6 0 0 20 0 19 0 23553308 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139924562614760 139924414921095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4047] ppid=4041 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 2916 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 19 0 23553309 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139924535069224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4048] ppid=4041 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 2916 0 -1 4202560 142 0 0 0 6 1 0 0 20 0 19 0 23553309 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139924534016424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4049] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 2916 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 19 0 23553309 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139924532963624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4050] ppid=4041 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 2916 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 23553309 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139924403169448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4051] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 2916 0 -1 4202560 113 0 0 0 4 1 0 0 20 0 19 0 23553309 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139924402117672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4052] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 2916 0 -1 4202560 105 0 0 0 5 0 0 0 20 0 19 0 23553309 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139924401064872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4053] ppid=4041 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 2916 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 19 0 23553309 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139924400012072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4054] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 2916 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 23553309 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139924398959272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4055] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 2916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23553310 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139923916446184 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4056] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139923915392248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4057] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139923914339336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4058] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139923913287824 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4059] ppid=4041 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 2916 0 -1 4202560 3355 0 0 0 49 0 0 0 20 0 19 0 23553313 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139923912235960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4060] ppid=4041 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/4044/task/4060/stat : 4060 (java) S 4041 4044 2916 0 -1 4202560 3361 0 0 0 54 0 0 0 20 0 19 0 23553313 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139923911183160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4061] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4061/stat : 4061 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139923910130552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4062] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4062/stat : 4062 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139923909077960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4063] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4063/stat : 4063 (java) S 4041 4044 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23553436 9856040960 110109 33554432000 1073741824 1073778376 140736446129648 139923908023464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.02 2.05 2.03 3/213 4063
/proc/meminfo: memFree=30105812/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9625040 CPUtime=7.78 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 11563 0 1 0 760 18 0 0 20 0 19 0 23553307 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2406260 112606 2278 9 0 2396937 0
[pid=4044/tid=4046] ppid=4041 vsize=9625040 CPUtime=6.07 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 2916 0 -1 4202560 2746 0 1 0 601 6 0 0 20 0 19 0 23553308 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139924562616600 139924414851962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4047] ppid=4041 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 2916 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 19 0 23553309 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139924535069224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4048] ppid=4041 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 2916 0 -1 4202560 142 0 0 0 6 1 0 0 20 0 19 0 23553309 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139924534016424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4049] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 2916 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 19 0 23553309 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139924532963624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4050] ppid=4041 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 2916 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 23553309 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139924403169448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4051] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 2916 0 -1 4202560 113 0 0 0 4 1 0 0 20 0 19 0 23553309 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139924402117672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4052] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 2916 0 -1 4202560 105 0 0 0 5 0 0 0 20 0 19 0 23553309 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139924401064872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4053] ppid=4041 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 2916 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 19 0 23553309 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139924400012072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4054] ppid=4041 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 2916 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 23553309 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139924398959272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4055] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 2916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23553310 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139923916446184 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4056] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139923915392248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4057] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139923914339336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4058] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139923913287824 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4059] ppid=4041 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 2916 0 -1 4202560 3355 0 0 0 49 0 0 0 20 0 19 0 23553313 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139923912235960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4060] ppid=4041 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/4044/task/4060/stat : 4060 (java) S 4041 4044 2916 0 -1 4202560 3361 0 0 0 56 0 0 0 20 0 19 0 23553313 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139923911183160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4061] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4061/stat : 4061 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139923910130552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4062] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4062/stat : 4062 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139923909077960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4063] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4063/stat : 4063 (java) S 4041 4044 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23553436 9856040960 112606 33554432000 1073741824 1073778376 140736446129648 139923908023464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.02 2.05 2.03 3/213 4063

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

[pid=4044/tid=4063] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4063/stat : 4063 (java) S 4041 4044 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23553436 9856040960 501532 33554432000 1073741824 1073778376 140736446129648 139923908023464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.98
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/213 4195
/proc/meminfo: memFree=28311924/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9625040 CPUtime=1724.99 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 15842 0 1 0 172393 106 0 0 20 0 19 0 23553307 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2406260 534812 2279 9 0 2396937 0
[pid=4044/tid=4046] ppid=4041 vsize=9625040 CPUtime=1717.37 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 2916 0 -1 4202560 3843 0 1 0 171687 50 0 0 20 0 19 0 23553308 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139924562607808 139924414757314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4047] ppid=4041 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 2916 0 -1 4202560 205 0 0 0 15 8 0 0 20 0 19 0 23553309 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139924535069224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4048] ppid=4041 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 2916 0 -1 4202560 429 0 0 0 14 7 0 0 20 0 19 0 23553309 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139924534016424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4049] ppid=4041 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 2916 0 -1 4202560 360 0 0 0 15 8 0 0 20 0 19 0 23553309 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139924532963624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4050] ppid=4041 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 2916 0 -1 4202560 213 0 0 0 15 6 0 0 20 0 19 0 23553309 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139924403169448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4051] ppid=4041 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 2916 0 -1 4202560 332 0 0 0 12 5 0 0 20 0 19 0 23553309 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139924402117672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4052] ppid=4041 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 2916 0 -1 4202560 325 0 0 0 14 5 0 0 20 0 19 0 23553309 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139924401064872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4053] ppid=4041 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 2916 0 -1 4202560 344 0 0 0 15 7 0 0 20 0 19 0 23553309 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139924400012072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4054] ppid=4041 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 2916 0 -1 4202560 431 0 0 0 18 10 0 0 20 0 19 0 23553309 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139924398959272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4055] ppid=4041 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 2916 0 -1 4202560 1046 0 0 0 1 0 0 0 20 0 19 0 23553310 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139923916446184 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4056] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139923915392248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4057] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139923914339336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4058] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139923913287824 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4059] ppid=4041 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 2916 0 -1 4202560 3355 0 0 0 49 0 0 0 20 0 19 0 23553313 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139923912235960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4060] ppid=4041 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/4044/task/4060/stat : 4060 (java) S 4041 4044 2916 0 -1 4202560 3602 0 0 0 59 0 0 0 20 0 19 0 23553313 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139923911183160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4061] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4061/stat : 4061 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139923910130552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4062] ppid=4041 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4044/task/4062/stat : 4062 (java) S 4041 4044 2916 0 -1 4202560 99 0 0 0 24 25 0 0 20 0 19 0 23553313 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139923909077960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4063] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4063/stat : 4063 (java) S 4041 4044 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23553436 9856040960 534812 33554432000 1073741824 1073778376 140736446129648 139923908023464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.99
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 4196
/proc/meminfo: memFree=28183388/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9625040 CPUtime=1785.01 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 15908 0 1 0 178392 109 0 0 20 0 19 0 23553307 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2406260 566556 2279 9 0 2396937 0
[pid=4044/tid=4046] ppid=4041 vsize=9625040 CPUtime=1777.22 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 2916 0 -1 4202560 3905 0 1 0 177669 53 0 0 20 0 19 0 23553308 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139924562607808 139924414939709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4047] ppid=4041 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 2916 0 -1 4202560 205 0 0 0 15 8 0 0 20 0 19 0 23553309 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139924535069224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4048] ppid=4041 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 2916 0 -1 4202560 429 0 0 0 14 7 0 0 20 0 19 0 23553309 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139924534016424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4049] ppid=4041 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 2916 0 -1 4202560 360 0 0 0 15 8 0 0 20 0 19 0 23553309 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139924532963624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4050] ppid=4041 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 2916 0 -1 4202560 213 0 0 0 15 6 0 0 20 0 19 0 23553309 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139924403169448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4051] ppid=4041 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 2916 0 -1 4202560 332 0 0 0 12 5 0 0 20 0 19 0 23553309 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139924402117672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4052] ppid=4041 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 2916 0 -1 4202560 325 0 0 0 14 5 0 0 20 0 19 0 23553309 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139924401064872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4053] ppid=4041 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 2916 0 -1 4202560 344 0 0 0 15 7 0 0 20 0 19 0 23553309 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139924400012072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4054] ppid=4041 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 2916 0 -1 4202560 431 0 0 0 18 10 0 0 20 0 19 0 23553309 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139924398959272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4055] ppid=4041 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 2916 0 -1 4202560 1046 0 0 0 1 1 0 0 20 0 19 0 23553310 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139923916446184 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4056] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139923915392248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4057] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139923914339336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4058] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139923913287824 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4059] ppid=4041 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 2916 0 -1 4202560 3355 0 0 0 49 0 0 0 20 0 19 0 23553313 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139923912235960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4060] ppid=4041 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/4044/task/4060/stat : 4060 (java) S 4041 4044 2916 0 -1 4202560 3602 0 0 0 59 0 0 0 20 0 19 0 23553313 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139923911183160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4061] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4061/stat : 4061 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139923910130552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4062] ppid=4041 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/4044/task/4062/stat : 4062 (java) S 4041 4044 2916 0 -1 4202560 103 0 0 0 25 27 0 0 20 0 19 0 23553313 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139923909077960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4063] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4063/stat : 4063 (java) S 4041 4044 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23553436 9856040960 566556 33554432000 1073741824 1073778376 140736446129648 139923908023464 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 4196
/proc/meminfo: memFree=27881648/32872528 swapFree=190484/190484
[pid=4044] ppid=4041 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/4044/stat : 4044 (java) S 4041 4044 2916 0 -1 4202496 16720 0 1 0 179861 141 0 0 20 0 19 0 23553307 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 140736446120784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4044/statm: 2406260 641065 2287 9 0 2396937 0
[pid=4044/tid=4046] ppid=4041 vsize=9625040 CPUtime=1791.29 cores=1,3,5,7
/proc/4044/task/4046/stat : 4046 (java) R 4041 4044 2916 0 -1 4202560 3912 0 1 0 179076 53 0 0 20 0 19 0 23553308 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139924562615520 139924414952048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4047] ppid=4041 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/4044/task/4047/stat : 4047 (java) S 4041 4044 2916 0 -1 4202560 333 0 0 0 25 15 0 0 20 0 19 0 23553309 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139924535069224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4048] ppid=4041 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/4044/task/4048/stat : 4048 (java) S 4041 4044 2916 0 -1 4202560 475 0 0 0 17 9 0 0 20 0 19 0 23553309 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139924534016424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4049] ppid=4041 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/4044/task/4049/stat : 4049 (java) S 4041 4044 2916 0 -1 4202560 427 0 0 0 19 12 0 0 20 0 19 0 23553309 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139924532963624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4050] ppid=4041 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/4044/task/4050/stat : 4050 (java) S 4041 4044 2916 0 -1 4202560 273 0 0 0 20 9 0 0 20 0 19 0 23553309 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139924403169448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4051] ppid=4041 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/4044/task/4051/stat : 4051 (java) S 4041 4044 2916 0 -1 4202560 377 0 0 0 15 8 0 0 20 0 19 0 23553309 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139924402117672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4052] ppid=4041 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4044/task/4052/stat : 4052 (java) S 4041 4044 2916 0 -1 4202560 393 0 0 0 18 9 0 0 20 0 19 0 23553309 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139924401064872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4044/tid=4053] ppid=4041 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/4044/task/4053/stat : 4053 (java) S 4041 4044 2916 0 -1 4202560 392 0 0 0 18 9 0 0 20 0 19 0 23553309 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139924400012072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4054] ppid=4041 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/4044/task/4054/stat : 4054 (java) S 4041 4044 2916 0 -1 4202560 498 0 0 0 23 13 0 0 20 0 19 0 23553309 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139924398959272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4055] ppid=4041 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/4044/task/4055/stat : 4055 (java) S 4041 4044 2916 0 -1 4202560 1322 0 0 0 22 2 0 0 20 0 19 0 23553310 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139923916446184 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4056] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4056/stat : 4056 (java) S 4041 4044 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139923915392248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4057] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4057/stat : 4057 (java) S 4041 4044 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23553311 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139923914339336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4058] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4058/stat : 4058 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139923913287824 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4059] ppid=4041 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/4044/task/4059/stat : 4059 (java) S 4041 4044 2916 0 -1 4202560 3355 0 0 0 49 0 0 0 20 0 19 0 23553313 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139923912235960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4060] ppid=4041 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/4044/task/4060/stat : 4060 (java) S 4041 4044 2916 0 -1 4202560 3602 0 0 0 59 0 0 0 20 0 19 0 23553313 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139923911183160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4044/tid=4061] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4061/stat : 4061 (java) S 4041 4044 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553313 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139923910130552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4044/tid=4062] ppid=4041 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/4044/task/4062/stat : 4062 (java) S 4041 4044 2916 0 -1 4202560 103 0 0 0 26 27 0 0 20 0 19 0 23553313 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139923909077960 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4044/tid=4063] ppid=4041 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4044/task/4063/stat : 4063 (java) S 4041 4044 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23553436 9856040960 641065 33554432000 1073741824 1073778376 140736446129648 139923908023464 249653409705 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 4044 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 4044 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=32265
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=820723
# CPU time returned by wait4() is 1795.85
# 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): 1796.84
CPU time (s): 1800.02
CPU user time (s): 1798.61
CPU system time (s): 1.41
CPU usage (%): 100.177
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 1.82072
maximum resident set size= 2564400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16759
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38224
involuntary context switches= 3081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2813 second user time and 12.3651 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 03:57:08
IDJOB=4100493
IDBENCH=1623
IDSOLVER=2546
FILE ID=node102/4100493-1466215028
RUNJOBID= node102-1466206108-2933
PBS_JOBID= 19918170
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-B1C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100493-1466215028/watcher-4100493-1466215028 -o /tmp/evaluation-result-4100493-1466215028/solver-4100493-1466215028 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100493-1466215028.opb

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

MD5SUM BENCH= cc797868c6f9cb3811b8dc2300ad7f9f
RANDOM SEED=1268733739

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30562300 kB
Buffers:           90004 kB
Cached:            84508 kB
SwapCached:         1828 kB
Active:          1276752 kB
Inactive:         111704 kB
Active(anon):    1215036 kB
Inactive(anon):     1504 kB
Active(file):      61716 kB
Inactive(file):   110200 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099020 kB
Dirty:              4340 kB
Writeback:             0 kB
AnonPages:       1403916 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             598436 kB
SReclaimable:      42248 kB
SUnreclaim:       556188 kB
KernelStack:        1648 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1797292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1177600 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= 71720 MiB
End job on node102 at 2016-06-18 04:27:05