Trace number 4100613

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship12l.opb
MD5SUMf3b03e873dc4df8efe5ac51669e9a176
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables162810
Total number of constraints1037
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 constraints1037
Minimum length of a constraint30
Maximum length of a constraint2250
Number of terms in the objective function 162810
Biggest coefficient in the objective function 1857
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 664362
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 664362
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-4100613-1466215137.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
2.13/1.45	c ... done. Wall clock time 1.338s.
2.13/1.45	c declared #vars     162810
2.27/1.57	c #constraints  1973
2.27/1.57	c constraints type 
2.27/1.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 560
2.27/1.57	c org.sat4j.specs.Constr$1 => 280
2.27/1.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1133
2.27/1.57	c 1973 constraints processed.
2.27/1.57	c objective function length is 162810 literals
4.26/3.01	c cleaning 2502 clauses out of 5005 with flag 12107/5005
6.23/4.71	c cleaning 4237 clauses out of 8498 with flag 26114/11000
8.03/6.51	c cleaning 5615 clauses out of 11261 with flag 42692/18000
9.94/8.49	c cleaning 6798 clauses out of 13646 with flag 61600/26000
13.35/11.85	c cleaning 7920 clauses out of 15849 with flag 82758/35001
19.35/17.87	c cleaning 8961 clauses out of 17928 with flag 105221/45000
23.96/22.33	c cleaning 9984 clauses out of 19967 with flag 129050/56000
29.66/28.03	c cleaning 10992 clauses out of 21984 with flag 154830/68001
36.07/34.45	c cleaning 11992 clauses out of 23994 with flag 182705/81003
42.80/41.02	c cleaning 12994 clauses out of 26001 with flag 212367/95002
49.60/47.80	c cleaning 13997 clauses out of 28006 with flag 245754/110001
56.10/54.31	c cleaning 15003 clauses out of 30008 with flag 283402/126000
63.80/62.09	c cleaning 16005 clauses out of 32012 with flag 327003/143007
71.65/69.74	c cleaning 17001 clauses out of 34001 with flag 365532/161001
79.25/77.39	c cleaning 18000 clauses out of 35999 with flag 403669/180000
89.45/87.54	c cleaning 18996 clauses out of 38000 with flag 443706/200001
98.96/97.01	c cleaning 20004 clauses out of 40010 with flag 485908/221007
109.77/107.89	c cleaning 20986 clauses out of 41999 with flag 530002/243000
125.13/123.01	c cleaning 22000 clauses out of 44014 with flag 576169/266001
141.14/139.05	c cleaning 23012 clauses out of 46023 with flag 624332/290010
158.74/156.67	c cleaning 23999 clauses out of 48002 with flag 674453/315001
176.54/174.22	c cleaning 24996 clauses out of 50003 with flag 726494/341001
195.23/192.90	c cleaning 25990 clauses out of 52007 with flag 780494/368001
214.24/211.97	c cleaning 27008 clauses out of 54025 with flag 836510/396009
233.83/231.53	c cleaning 28007 clauses out of 56013 with flag 894502/425005
254.43/252.15	c cleaning 29004 clauses out of 58008 with flag 954506/455007
277.23/274.91	c cleaning 29993 clauses out of 60003 with flag 1016504/486006
299.89/297.45	c cleaning 31002 clauses out of 62005 with flag 1080494/518001
319.88/317.47	c cleaning 32000 clauses out of 64003 with flag 1146494/551001
337.28/334.86	c cleaning 33000 clauses out of 66011 with flag 1214510/585009
355.48/353.04	c cleaning 33998 clauses out of 68002 with flag 1284492/620000
374.58/372.18	c cleaning 34998 clauses out of 70004 with flag 1356492/656000
394.28/391.86	c cleaning 35987 clauses out of 72006 with flag 1430492/693000
414.87/412.47	c cleaning 37011 clauses out of 74021 with flag 1506496/731002
436.85/434.15	c cleaning 38002 clauses out of 76008 with flag 1584492/770000
458.64/455.92	c cleaning 39006 clauses out of 78011 with flag 1664830/810005
482.44/479.74	c cleaning 40000 clauses out of 80000 with flag 1746991/851000
505.44/502.73	c cleaning 40997 clauses out of 82001 with flag 1831729/893001
526.44/523.72	c cleaning 41998 clauses out of 84003 with flag 1918350/936000
546.44/543.72	c cleaning 43000 clauses out of 86009 with flag 2006472/980004
567.73/565.10	c cleaning 44003 clauses out of 88005 with flag 2096464/1025000
591.12/588.48	c cleaning 44998 clauses out of 90002 with flag 2188505/1071000
618.40/615.30	c cleaning 45996 clauses out of 92007 with flag 2282628/1118003
649.41/646.23	c cleaning 47003 clauses out of 94008 with flag 2378771/1166000
676.92/673.76	c cleaning 48003 clauses out of 96005 with flag 2477053/1215000
704.82/701.69	c cleaning 48997 clauses out of 98002 with flag 2577231/1265000
735.13/731.97	c cleaning 50004 clauses out of 100007 with flag 2679576/1316002
766.42/763.26	c cleaning 51002 clauses out of 102003 with flag 2783851/1368002
798.63/795.49	c cleaning 51999 clauses out of 104003 with flag 2889855/1421004
833.38/829.87	c cleaning 53000 clauses out of 106003 with flag 2997853/1475003
869.49/865.90	c cleaning 54001 clauses out of 108002 with flag 3107851/1530002
904.40/900.90	c cleaning 55001 clauses out of 110001 with flag 3219851/1586002
941.30/937.71	c cleaning 55991 clauses out of 111999 with flag 3333849/1643001
979.31/975.75	c cleaning 57002 clauses out of 114009 with flag 3449851/1701002
1015.82/1012.20	c cleaning 58004 clauses out of 116007 with flag 3567851/1760002
1052.63/1048.74	c cleaning 59001 clauses out of 118005 with flag 3687855/1820004
1086.35/1082.42	c cleaning 59997 clauses out of 120002 with flag 3809851/1881002
1122.24/1118.35	c cleaning 61002 clauses out of 122005 with flag 3933851/1943002
1157.25/1153.31	c cleaning 61985 clauses out of 124002 with flag 4059849/2006001
1198.64/1194.37	c cleaning 63008 clauses out of 126017 with flag 4187849/2070001
1238.74/1234.44	c cleaning 64004 clauses out of 128009 with flag 4317849/2135001
1279.45/1275.15	c cleaning 65000 clauses out of 130008 with flag 4449855/2201004
1322.17/1317.87	c cleaning 66000 clauses out of 132004 with flag 4583847/2268000
1366.78/1361.96	c cleaning 67001 clauses out of 134006 with flag 4719851/2336002
1407.77/1402.90	c cleaning 67997 clauses out of 136003 with flag 4857847/2405000
1453.27/1448.41	c cleaning 69001 clauses out of 138006 with flag 4997847/2475000
1506.63/1501.60	c cleaning 70001 clauses out of 140006 with flag 5139849/2546001
1554.23/1549.13	c cleaning 71001 clauses out of 142005 with flag 5283849/2618001
1605.94/1600.86	c cleaning 71995 clauses out of 144006 with flag 5429853/2691003
1657.50/1652.09	c cleaning 73000 clauses out of 146009 with flag 5577849/2765001
1709.91/1704.40	c cleaning 73995 clauses out of 148009 with flag 5727849/2840001
1769.68/1764.09	c cleaning 75008 clauses out of 150018 with flag 5879857/2916005
1800.08/1794.40	c starts		: 2191
1800.08/1794.40	c conflicts		: 2967528
1800.08/1794.40	c decisions		: 4478344
1800.08/1794.40	c propagations		: 379916163
1800.08/1794.40	c inspects		: 16070170728
1800.08/1794.40	c shortcuts		: 0
1800.08/1794.40	c learnt literals	: 0
1800.08/1794.40	c learnt binary clauses	: 0
1800.08/1794.40	c learnt ternary clauses	: 0
1800.08/1794.40	c learnt constraints	: 2967528
1800.08/1794.40	c ignored constraints	: 0
1800.08/1794.40	c root simplifications	: 0
1800.08/1794.40	c removed literals (reason simplification)	: 0
1800.08/1794.40	c reason swapping (by a shorter reason)	: 0
1800.08/1794.40	c Calls to reduceDB	: 72
1800.08/1794.40	c Number of update (reduction) of LBD	: 13030
1800.08/1794.40	c Imported unit clauses	: 0
1800.08/1794.40	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.40	c number of learned constraints concerned by reduction	: 0
1800.08/1794.40	c number of learning phase by resolution	: 0
1800.08/1794.40	c number of learning phase by cutting planes	: 0
1800.08/1794.40	c speed (assignments/second)	: 211913.7337564362
1800.08/1794.40	c non guided choices	192677
1800.08/1794.40	c timeout
1800.08/1794.43	c learnt constraints type 
1800.08/1794.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126533
1800.08/1794.43	s UNKNOWN
1800.08/1794.43	c Total wall clock time (in seconds): 1794.314

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

pid=17747
running on 4 cores: 0,2,4,6

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.32 2.31 2.27 3/194 17750
/proc/meminfo: memFree=29915040/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17750/stat : 17750 (java) D 17747 17750 15516 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 23560324 9515008 182 33554432000 1073741824 1073778376 140733903660864 140733903651896 270707539637 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/17750/statm: 2323 182 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.32 2.31 2.27 3/194 17750
/proc/meminfo: memFree=29915040/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 23560324 9787879424 6024 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.32 2.31 2.27 3/194 17750
/proc/meminfo: memFree=29915040/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 4978 0 1 0 27 1 0 0 20 0 18 0 23560324 9787879424 8001 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2389619 8001 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 2.32 2.31 2.27 3/194 17750
/proc/meminfo: memFree=29915040/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 5407 0 1 0 44 1 0 0 20 0 18 0 23560324 9787879424 14307 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2389619 14307 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.32 2.31 2.27 3/194 17750
/proc/meminfo: memFree=29915040/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9558476 CPUtime=1.26 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 8935 0 1 0 119 7 0 0 20 0 18 0 23560324 9787879424 47179 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2389619 47179 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.32 2.31 2.27 3/212 17768
/proc/meminfo: memFree=29686276/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9558476 CPUtime=2.27 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 9453 0 1 0 214 13 0 0 20 0 18 0 23560324 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2389619 82356 2270 9 0 2380296 0
[pid=17750/tid=17752] ppid=17747 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/17750/task/17752/stat : 17752 (java) R 17747 17750 15516 0 -1 4202560 2509 0 1 0 131 5 0 0 20 0 18 0 23560325 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140663235072376 140663081488263 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17753] ppid=17747 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17750/task/17753/stat : 17753 (java) S 17747 17750 15516 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 18 0 23560326 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140663207524648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17754] ppid=17747 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17750/task/17754/stat : 17754 (java) S 17747 17750 15516 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 18 0 23560326 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140663206471848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17755] ppid=17747 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/17750/task/17755/stat : 17755 (java) S 17747 17750 15516 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 23560326 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140663205419560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17756] ppid=17747 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/17750/task/17756/stat : 17756 (java) S 17747 17750 15516 0 -1 4202560 105 0 0 0 2 0 0 0 20 0 18 0 23560326 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140663204366760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17757] ppid=17747 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17750/task/17757/stat : 17757 (java) S 17747 17750 15516 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 18 0 23560326 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140663203314472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17758] ppid=17747 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/17750/task/17758/stat : 17758 (java) S 17747 17750 15516 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 23560326 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140663202261672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17759] ppid=17747 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/17750/task/17759/stat : 17759 (java) S 17747 17750 15516 0 -1 4202560 110 0 0 0 4 1 0 0 20 0 18 0 23560326 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140663201209384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17760] ppid=17747 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/17750/task/17760/stat : 17760 (java) S 17747 17750 15516 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 18 0 23560327 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140663200156584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17761] ppid=17747 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17761/stat : 17761 (java) S 17747 17750 15516 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23560328 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140662588541160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17762] ppid=17747 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17762/stat : 17762 (java) S 17747 17750 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23560328 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140662587487224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17763] ppid=17747 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17763/stat : 17763 (java) S 17747 17750 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23560328 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140662586434824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17764] ppid=17747 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17764/stat : 17764 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23560330 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140662585383312 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17765] ppid=17747 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/17750/task/17765/stat : 17765 (java) S 17747 17750 15516 0 -1 4202560 3128 0 0 0 26 0 0 0 20 0 18 0 23560330 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140662584330936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17766] ppid=17747 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/17750/task/17766/stat : 17766 (java) S 17747 17750 15516 0 -1 4202560 1974 0 0 0 25 0 0 0 20 0 18 0 23560330 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140662583278136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17767] ppid=17747 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17767/stat : 17767 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23560330 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140662582226040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17768] ppid=17747 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17768/stat : 17768 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23560330 9787879424 82356 33554432000 1073741824 1073778376 140736387517440 140662581173448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 2.32 2.31 2.27 3/213 17769
/proc/meminfo: memFree=29583812/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9625040 CPUtime=4.38 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 10539 0 1 0 425 13 0 0 20 0 19 0 23560324 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2406260 85986 2278 9 0 2396937 0
[pid=17750/tid=17752] ppid=17747 vsize=9625040 CPUtime=2.95 cores=0,2,4,6
/proc/17750/task/17752/stat : 17752 (java) R 17747 17750 15516 0 -1 4202560 2520 0 1 0 290 5 0 0 20 0 19 0 23560325 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140663235063504 140663082175000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17753] ppid=17747 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/17750/task/17753/stat : 17753 (java) S 17747 17750 15516 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 23560326 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140663207524648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17754] ppid=17747 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/17750/task/17754/stat : 17754 (java) S 17747 17750 15516 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 19 0 23560326 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140663206471848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17755] ppid=17747 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/17750/task/17755/stat : 17755 (java) S 17747 17750 15516 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 19 0 23560326 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140663205419560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17756] ppid=17747 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17750/task/17756/stat : 17756 (java) S 17747 17750 15516 0 -1 4202560 105 0 0 0 2 0 0 0 20 0 19 0 23560326 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140663204366760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17757] ppid=17747 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/17750/task/17757/stat : 17757 (java) S 17747 17750 15516 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 19 0 23560326 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140663203314472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17758] ppid=17747 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17750/task/17758/stat : 17758 (java) S 17747 17750 15516 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 23560326 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140663202261672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17759] ppid=17747 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/17750/task/17759/stat : 17759 (java) S 17747 17750 15516 0 -1 4202560 110 0 0 0 4 1 0 0 20 0 19 0 23560326 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140663201209384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17760] ppid=17747 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17750/task/17760/stat : 17760 (java) S 17747 17750 15516 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 19 0 23560327 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140663200156584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17761] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17761/stat : 17761 (java) S 17747 17750 15516 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140662588541160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17762] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17762/stat : 17762 (java) S 17747 17750 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140662587487224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17763] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17763/stat : 17763 (java) S 17747 17750 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140662586434824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17764] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17764/stat : 17764 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140662585383312 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17765] ppid=17747 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17750/task/17765/stat : 17765 (java) S 17747 17750 15516 0 -1 4202560 3279 0 0 0 60 0 0 0 20 0 19 0 23560330 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140662584330936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17766] ppid=17747 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/17750/task/17766/stat : 17766 (java) S 17747 17750 15516 0 -1 4202560 2890 0 0 0 44 0 0 0 20 0 19 0 23560330 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140662583278136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17767] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17767/stat : 17767 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140662582226040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17768] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17768/stat : 17768 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140662581173448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17769] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17769/stat : 17769 (java) S 17747 17750 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23560486 9856040960 85986 33554432000 1073741824 1073778376 140736387517440 140662580118440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.37 2.32 2.27 3/213 17769
/proc/meminfo: memFree=29511720/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9625040 CPUtime=7.83 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 11076 0 1 0 763 20 0 0 20 0 19 0 23560324 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2406260 102714 2278 9 0 2396937 0
[pid=17750/tid=17752] ppid=17747 vsize=9625040 CPUtime=6.05 cores=0,2,4,6
/proc/17750/task/17752/stat : 17752 (java) R 17747 17750 15516 0 -1 4202560 2524 0 1 0 600 5 0 0 20 0 19 0 23560325 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140663235070320 140663082179231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17753] ppid=17747 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/17750/task/17753/stat : 17753 (java) S 17747 17750 15516 0 -1 4202560 60 0 0 0 8 3 0 0 20 0 19 0 23560326 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140663207524648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17754] ppid=17747 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17750/task/17754/stat : 17754 (java) S 17747 17750 15516 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 19 0 23560326 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140663206471848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17755] ppid=17747 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/17750/task/17755/stat : 17755 (java) S 17747 17750 15516 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 19 0 23560326 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140663205419560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17756] ppid=17747 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17750/task/17756/stat : 17756 (java) S 17747 17750 15516 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 19 0 23560326 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140663204366760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17757] ppid=17747 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/17750/task/17757/stat : 17757 (java) S 17747 17750 15516 0 -1 4202560 221 0 0 0 5 2 0 0 20 0 19 0 23560326 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140663203314472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17758] ppid=17747 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/17750/task/17758/stat : 17758 (java) S 17747 17750 15516 0 -1 4202560 170 0 0 0 3 2 0 0 20 0 19 0 23560326 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140663202261672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17759] ppid=17747 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/17750/task/17759/stat : 17759 (java) S 17747 17750 15516 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 19 0 23560326 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140663201209384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17760] ppid=17747 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17750/task/17760/stat : 17760 (java) S 17747 17750 15516 0 -1 4202560 110 0 0 0 5 1 0 0 20 0 19 0 23560327 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140663200156584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17761] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17761/stat : 17761 (java) S 17747 17750 15516 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140662588541160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17762] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17762/stat : 17762 (java) S 17747 17750 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140662587487224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17763] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17763/stat : 17763 (java) S 17747 17750 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140662586434824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17764] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17764/stat : 17764 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140662585383312 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17765] ppid=17747 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/17750/task/17765/stat : 17765 (java) S 17747 17750 15516 0 -1 4202560 3279 0 0 0 63 0 0 0 20 0 19 0 23560330 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140662584330936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17766] ppid=17747 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/17750/task/17766/stat : 17766 (java) S 17747 17750 15516 0 -1 4202560 2929 0 0 0 45 0 0 0 20 0 19 0 23560330 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140662583278136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17767] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17767/stat : 17767 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140662582226040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17768] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17768/stat : 17768 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140662581173448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17769] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17769/stat : 17769 (java) S 17747 17750 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23560486 9856040960 102714 33554432000 1073741824 1073778376 140736387517440 140662580118440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.34 2.32 2.27 4/213 17769

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

[pid=17750/tid=17769] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17769/stat : 17769 (java) S 17747 17750 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23560486 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662580118440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1667.8
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.28 2.26 3/213 17899
/proc/meminfo: memFree=24487300/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9625040 CPUtime=1727.82 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 100277 0 1 0 172583 199 0 0 20 0 19 0 23560324 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2406260 854435 2287 9 0 2396937 0
[pid=17750/tid=17752] ppid=17747 vsize=9625040 CPUtime=1712.62 cores=0,2,4,6
/proc/17750/task/17752/stat : 17752 (java) R 17747 17750 15516 0 -1 4202560 4409 0 1 0 171204 58 0 0 20 0 19 0 23560325 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140663235063504 140663082214461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17753] ppid=17747 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/17750/task/17753/stat : 17753 (java) S 17747 17750 15516 0 -1 4202560 11121 0 0 0 58 14 0 0 20 0 19 0 23560326 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140663207524648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17754] ppid=17747 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/17750/task/17754/stat : 17754 (java) S 17747 17750 15516 0 -1 4202560 12168 0 0 0 58 24 0 0 20 0 19 0 23560326 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140663206471848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17755] ppid=17747 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/17750/task/17755/stat : 17755 (java) S 17747 17750 15516 0 -1 4202560 8885 0 0 0 52 18 0 0 20 0 19 0 23560326 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140663205419560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17756] ppid=17747 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/17750/task/17756/stat : 17756 (java) S 17747 17750 15516 0 -1 4202560 8578 0 0 0 57 16 0 0 20 0 19 0 23560326 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140663204366760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17757] ppid=17747 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17750/task/17757/stat : 17757 (java) S 17747 17750 15516 0 -1 4202560 10260 0 0 0 56 20 0 0 20 0 19 0 23560326 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140663203314472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17758] ppid=17747 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/17750/task/17758/stat : 17758 (java) S 17747 17750 15516 0 -1 4202560 7980 0 0 0 63 14 0 0 20 0 19 0 23560326 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140663202261672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17759] ppid=17747 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/17750/task/17759/stat : 17759 (java) S 17747 17750 15516 0 -1 4202560 8220 0 0 0 56 17 0 0 20 0 19 0 23560326 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140663201209384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17760] ppid=17747 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/17750/task/17760/stat : 17760 (java) S 17747 17750 15516 0 -1 4202560 12501 0 0 0 48 16 0 0 20 0 19 0 23560327 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140663200156584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17761] ppid=17747 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/17750/task/17761/stat : 17761 (java) S 17747 17750 15516 0 -1 4202560 8585 0 0 0 338 3 0 0 20 0 19 0 23560328 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662588541160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17762] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17762/stat : 17762 (java) S 17747 17750 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662587487224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17763] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17763/stat : 17763 (java) S 17747 17750 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662586434824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17764] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17764/stat : 17764 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662585383312 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17765] ppid=17747 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/17750/task/17765/stat : 17765 (java) S 17747 17750 15516 0 -1 4202560 3284 0 0 0 65 0 0 0 20 0 19 0 23560330 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662584330936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17766] ppid=17747 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17750/task/17766/stat : 17766 (java) S 17747 17750 15516 0 -1 4202560 2929 0 0 0 47 0 0 0 20 0 19 0 23560330 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662583278136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17767] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17767/stat : 17767 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662582226040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17768] ppid=17747 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/17750/task/17768/stat : 17768 (java) S 17747 17750 15516 0 -1 4202560 99 0 0 0 21 24 0 0 20 0 19 0 23560330 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662581173448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17769] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17769/stat : 17769 (java) S 17747 17750 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23560486 9856040960 854435 33554432000 1073741824 1073778376 140736387517440 140662580118440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.82
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.27 2.26 3/213 17900
/proc/meminfo: memFree=24655604/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9625040 CPUtime=1787.98 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 100321 0 1 0 178598 200 0 0 20 0 19 0 23560324 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2406260 823644 2287 9 0 2396937 0
[pid=17750/tid=17752] ppid=17747 vsize=9625040 CPUtime=1772.4 cores=0,2,4,6
/proc/17750/task/17752/stat : 17752 (java) R 17747 17750 15516 0 -1 4202560 4410 0 1 0 177182 58 0 0 20 0 19 0 23560325 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663235063504 140663081941305 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17753] ppid=17747 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17750/task/17753/stat : 17753 (java) S 17747 17750 15516 0 -1 4202560 11140 0 0 0 60 14 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663207524648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17754] ppid=17747 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/17750/task/17754/stat : 17754 (java) S 17747 17750 15516 0 -1 4202560 12186 0 0 0 60 24 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663206471848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17755] ppid=17747 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17750/task/17755/stat : 17755 (java) S 17747 17750 15516 0 -1 4202560 8885 0 0 0 56 18 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663205419560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17756] ppid=17747 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/17750/task/17756/stat : 17756 (java) S 17747 17750 15516 0 -1 4202560 8578 0 0 0 59 16 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663204366760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17757] ppid=17747 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/17750/task/17757/stat : 17757 (java) S 17747 17750 15516 0 -1 4202560 10260 0 0 0 61 20 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663203314472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17758] ppid=17747 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/17750/task/17758/stat : 17758 (java) S 17747 17750 15516 0 -1 4202560 7980 0 0 0 65 14 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663202261672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17759] ppid=17747 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17750/task/17759/stat : 17759 (java) S 17747 17750 15516 0 -1 4202560 8220 0 0 0 59 17 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663201209384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17760] ppid=17747 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/17750/task/17760/stat : 17760 (java) S 17747 17750 15516 0 -1 4202560 12501 0 0 0 50 16 0 0 20 0 19 0 23560327 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663200156584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17761] ppid=17747 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/17750/task/17761/stat : 17761 (java) S 17747 17750 15516 0 -1 4202560 8587 0 0 0 338 3 0 0 20 0 19 0 23560328 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662588541160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17762] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17762/stat : 17762 (java) S 17747 17750 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662587487224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17763] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17763/stat : 17763 (java) S 17747 17750 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662586434824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17764] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17764/stat : 17764 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662585383312 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17765] ppid=17747 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/17750/task/17765/stat : 17765 (java) S 17747 17750 15516 0 -1 4202560 3284 0 0 0 65 0 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662584330936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17766] ppid=17747 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17750/task/17766/stat : 17766 (java) S 17747 17750 15516 0 -1 4202560 2929 0 0 0 47 0 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662583278136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17767] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17767/stat : 17767 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662582226040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17768] ppid=17747 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/17750/task/17768/stat : 17768 (java) S 17747 17750 15516 0 -1 4202560 103 0 0 0 21 25 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662581173448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17769] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17769/stat : 17769 (java) S 17747 17750 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23560486 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662580118440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.98
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.23 2.26 2.25 4/213 17902
/proc/meminfo: memFree=24674772/32872528 swapFree=1542984/1696284
[pid=17750] ppid=17747 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/17750/stat : 17750 (java) S 17747 17750 15516 0 -1 4202496 100321 0 1 0 179808 200 0 0 20 0 19 0 23560324 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140736387508576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17750/statm: 2406260 823644 2287 9 0 2396937 0
[pid=17750/tid=17752] ppid=17747 vsize=9625040 CPUtime=1784.47 cores=0,2,4,6
/proc/17750/task/17752/stat : 17752 (java) R 17747 17750 15516 0 -1 4202560 4410 0 1 0 178388 59 0 0 20 0 19 0 23560325 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663235063504 140663082179179 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17753] ppid=17747 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17750/task/17753/stat : 17753 (java) S 17747 17750 15516 0 -1 4202560 11140 0 0 0 60 14 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663207524648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17754] ppid=17747 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/17750/task/17754/stat : 17754 (java) S 17747 17750 15516 0 -1 4202560 12186 0 0 0 60 24 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663206471848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17755] ppid=17747 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17750/task/17755/stat : 17755 (java) S 17747 17750 15516 0 -1 4202560 8885 0 0 0 56 18 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663205419560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17756] ppid=17747 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/17750/task/17756/stat : 17756 (java) S 17747 17750 15516 0 -1 4202560 8578 0 0 0 59 16 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663204366760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17757] ppid=17747 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/17750/task/17757/stat : 17757 (java) S 17747 17750 15516 0 -1 4202560 10260 0 0 0 61 20 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663203314472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17758] ppid=17747 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/17750/task/17758/stat : 17758 (java) S 17747 17750 15516 0 -1 4202560 7980 0 0 0 65 14 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663202261672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17759] ppid=17747 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17750/task/17759/stat : 17759 (java) S 17747 17750 15516 0 -1 4202560 8220 0 0 0 59 17 0 0 20 0 19 0 23560326 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663201209384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17750/tid=17760] ppid=17747 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/17750/task/17760/stat : 17760 (java) S 17747 17750 15516 0 -1 4202560 12501 0 0 0 50 16 0 0 20 0 19 0 23560327 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140663200156584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17750/tid=17761] ppid=17747 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/17750/task/17761/stat : 17761 (java) S 17747 17750 15516 0 -1 4202560 8587 0 0 0 338 3 0 0 20 0 19 0 23560328 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662588541160 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17762] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17762/stat : 17762 (java) S 17747 17750 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662587487224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17763] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17763/stat : 17763 (java) S 17747 17750 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23560328 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662586434824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17764] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17764/stat : 17764 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662585383312 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17765] ppid=17747 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/17750/task/17765/stat : 17765 (java) S 17747 17750 15516 0 -1 4202560 3284 0 0 0 65 0 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662584330936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17750/tid=17766] ppid=17747 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17750/task/17766/stat : 17766 (java) S 17747 17750 15516 0 -1 4202560 2929 0 0 0 47 0 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662583278136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17767] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17767/stat : 17767 (java) S 17747 17750 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662582226040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17768] ppid=17747 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17750/task/17768/stat : 17768 (java) S 17747 17750 15516 0 -1 4202560 103 0 0 0 22 25 0 0 20 0 19 0 23560330 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662581173448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17750/tid=17769] ppid=17747 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17750/task/17769/stat : 17769 (java) S 17747 17750 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23560486 9856040960 823644 33554432000 1073741824 1073778376 140736387517440 140662580118440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 17750 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 17750 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=469351
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=421631
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.46
CPU time (s): 1800.08
CPU user time (s): 1798.08
CPU system time (s): 2
CPU usage (%): 100.313
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.47
system time used= 2.42163
maximum resident set size= 3630588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100364
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42128
involuntary context switches= 14992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.96349 second user time and 13.6339 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 03:58:57
IDJOB=4100613
IDBENCH=1639
IDSOLVER=2546
FILE ID=node125/4100613-1466215137
RUNJOBID= node125-1466206074-15532
PBS_JOBID= 19918152
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-ship12l.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100613-1466215137/watcher-4100613-1466215137 -o /tmp/evaluation-result-4100613-1466215137/solver-4100613-1466215137 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15532 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100613-1466215137.opb

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

MD5SUM BENCH= f3b03e873dc4df8efe5ac51669e9a176
RANDOM SEED=1094659738

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29914948 kB
Buffers:           86388 kB
Cached:            91376 kB
SwapCached:          688 kB
Active:           410144 kB
Inactive:         114268 kB
Active(anon):     348184 kB
Inactive(anon):     1040 kB
Active(file):      61960 kB
Inactive(file):   113228 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              7516 kB
Writeback:             0 kB
AnonPages:       2044516 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             600540 kB
SReclaimable:      44020 kB
SUnreclaim:       556520 kB
KernelStack:        1600 kB
PageTables:         8376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2335224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 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 node125 at 2016-06-18 04:28:52