Trace number 4115905

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1797.83

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-1.opb
MD5SUMeb4d42496bf658b7317f257e580ff894
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4115905-1466943638.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.305s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10784
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 888
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10784 constraints processed.
1.64/1.06	c cleaning 2499 clauses out of 5000 with flag 15807/5002
2.32/1.63	c cleaning 4233 clauses out of 8500 with flag 38317/11001
3.02/2.35	c cleaning 5621 clauses out of 11267 with flag 66543/18001
3.83/3.16	c cleaning 6811 clauses out of 13645 with flag 100953/26000
4.74/4.08	c cleaning 7917 clauses out of 15834 with flag 140980/35000
5.74/5.09	c cleaning 8947 clauses out of 17917 with flag 190331/45000
6.94/6.27	c cleaning 9953 clauses out of 19971 with flag 244314/56001
8.34/7.61	c cleaning 10988 clauses out of 22017 with flag 302460/68000
9.84/9.11	c cleaning 11957 clauses out of 24029 with flag 367745/81000
11.45/10.74	c cleaning 13025 clauses out of 26072 with flag 441194/95000
13.16/12.47	c cleaning 14019 clauses out of 28047 with flag 520908/110000
14.96/14.30	c cleaning 14999 clauses out of 30029 with flag 607812/126001
17.06/16.31	c cleaning 16004 clauses out of 32029 with flag 702458/143000
19.26/18.50	c cleaning 16997 clauses out of 34025 with flag 804107/161000
21.66/20.93	c cleaning 17987 clauses out of 36029 with flag 911672/180001
24.16/23.49	c cleaning 18997 clauses out of 38042 with flag 1027350/200001
27.05/26.31	c cleaning 19980 clauses out of 40045 with flag 1149986/221001
30.06/29.33	c cleaning 20997 clauses out of 42064 with flag 1276440/243000
33.16/32.47	c cleaning 22014 clauses out of 44067 with flag 1410544/266000
36.46/35.78	c cleaning 23014 clauses out of 46053 with flag 1548776/290000
40.07/39.35	c cleaning 23968 clauses out of 48039 with flag 1696937/315000
43.87/43.13	c cleaning 25023 clauses out of 50071 with flag 1851672/341000
47.87/47.12	c cleaning 25987 clauses out of 52048 with flag 2010537/368000
51.79/51.04	c cleaning 27022 clauses out of 54062 with flag 2176906/396001
55.69/55.00	c cleaning 27982 clauses out of 56039 with flag 2354019/425000
59.89/59.19	c cleaning 29017 clauses out of 58058 with flag 2533724/455001
64.38/63.64	c cleaning 29979 clauses out of 60041 with flag 2719228/486001
68.99/68.27	c cleaning 31007 clauses out of 62062 with flag 2917035/518001
73.98/73.28	c cleaning 32027 clauses out of 64054 with flag 3120931/551000
79.00/78.25	c cleaning 32993 clauses out of 66027 with flag 3330708/585000
84.30/83.57	c cleaning 33965 clauses out of 68036 with flag 3549632/620002
90.01/89.26	c cleaning 35033 clauses out of 70069 with flag 3774387/656000
95.80/95.07	c cleaning 35999 clauses out of 72036 with flag 4006162/693000
101.90/101.12	c cleaning 37006 clauses out of 74037 with flag 4240253/731000
108.30/107.56	c cleaning 37979 clauses out of 76031 with flag 4477617/770000
115.09/114.35	c cleaning 38971 clauses out of 78052 with flag 4723015/810000
122.09/121.39	c cleaning 40012 clauses out of 80081 with flag 4977232/851000
129.45/128.67	c cleaning 41025 clauses out of 82069 with flag 5239598/893000
136.64/135.82	c cleaning 42017 clauses out of 84044 with flag 5505011/936000
144.04/143.27	c cleaning 42982 clauses out of 86027 with flag 5778959/980000
151.74/150.93	c cleaning 43999 clauses out of 88045 with flag 6061474/1025000
159.74/158.91	c cleaning 44977 clauses out of 90046 with flag 6348908/1071000
168.24/167.43	c cleaning 46004 clauses out of 92069 with flag 6638596/1118000
176.85/176.04	c cleaning 47023 clauses out of 94067 with flag 6945223/1166002
185.74/184.95	c cleaning 47999 clauses out of 96042 with flag 7253504/1215000
195.13/194.36	c cleaning 49009 clauses out of 98043 with flag 7565666/1265000
204.84/204.08	c cleaning 49950 clauses out of 100034 with flag 7886392/1316000
214.63/213.89	c cleaning 51003 clauses out of 102084 with flag 8211469/1368000
224.67/223.84	c cleaning 52008 clauses out of 104081 with flag 8543282/1421000
234.87/234.06	c cleaning 52997 clauses out of 106074 with flag 8880338/1475001
245.37/244.51	c cleaning 53963 clauses out of 108077 with flag 9221610/1530001
256.56/255.73	c cleaning 55021 clauses out of 110115 with flag 9570775/1586002
267.96/267.15	c cleaning 56036 clauses out of 112094 with flag 9920769/1643002
279.67/278.83	c cleaning 56940 clauses out of 114056 with flag 10282741/1701000
291.77/290.98	c cleaning 58059 clauses out of 116118 with flag 10654764/1760002
304.37/303.58	c cleaning 59027 clauses out of 118057 with flag 11030113/1820000
317.27/316.43	c cleaning 60002 clauses out of 120030 with flag 11412037/1881000
330.31/329.40	c cleaning 60974 clauses out of 122029 with flag 11802286/1943001
343.62/342.73	c cleaning 62006 clauses out of 124054 with flag 12194796/2006000
357.12/356.23	c cleaning 63003 clauses out of 126048 with flag 12588880/2070000
371.02/370.15	c cleaning 63976 clauses out of 128046 with flag 12995555/2135001
385.45/384.50	c cleaning 65016 clauses out of 130069 with flag 13413339/2201000
400.14/399.30	c cleaning 65951 clauses out of 132053 with flag 13831956/2268000
415.75/414.89	c cleaning 67047 clauses out of 134102 with flag 14255041/2336000
432.01/431.02	c cleaning 68003 clauses out of 136055 with flag 14683912/2405000
448.12/447.16	c cleaning 68991 clauses out of 138052 with flag 15118538/2475000
464.62/463.66	c cleaning 69991 clauses out of 140062 with flag 15554412/2546001
481.62/480.63	c cleaning 70985 clauses out of 142070 with flag 15995062/2618000
498.92/497.97	c cleaning 72018 clauses out of 144086 with flag 16451494/2691001
516.63/515.64	c cleaning 72986 clauses out of 146067 with flag 16903188/2765000
534.93/533.94	c cleaning 74013 clauses out of 148081 with flag 17365447/2840000
553.71/552.66	c cleaning 74984 clauses out of 150068 with flag 17832710/2916000
573.01/572.00	c cleaning 76025 clauses out of 152084 with flag 18306912/2993000
592.72/591.68	c cleaning 77024 clauses out of 154060 with flag 18786930/3071001
613.33/612.26	c cleaning 77975 clauses out of 156035 with flag 19273418/3150000
634.53/633.43	c cleaning 78981 clauses out of 158060 with flag 19765074/3230000
655.74/654.63	c cleaning 80040 clauses out of 160080 with flag 20271076/3311001
677.23/676.06	c cleaning 80975 clauses out of 162039 with flag 20780283/3393000
699.04/697.89	c cleaning 82004 clauses out of 164065 with flag 21295173/3476001
721.75/720.52	c cleaning 83012 clauses out of 166060 with flag 21812829/3560000
744.55/743.39	c cleaning 83998 clauses out of 168048 with flag 22338333/3645000
767.95/766.77	c cleaning 84998 clauses out of 170051 with flag 22870245/3731001
792.23/790.96	c cleaning 85943 clauses out of 172053 with flag 23403737/3818001
816.73/815.43	c cleaning 87026 clauses out of 174109 with flag 23945463/3906000
842.02/840.74	c cleaning 88019 clauses out of 176084 with flag 24490396/3995001
867.62/866.36	c cleaning 89026 clauses out of 178065 with flag 25041581/4085001
893.72/892.48	c cleaning 89993 clauses out of 180039 with flag 25606029/4176001
920.18/918.88	c cleaning 91012 clauses out of 182045 with flag 26176230/4268000
947.17/945.88	c cleaning 91960 clauses out of 184034 with flag 26746887/4361001
974.67/973.35	c cleaning 93027 clauses out of 186074 with flag 27322564/4455001
1003.07/1001.79	c cleaning 93986 clauses out of 188046 with flag 27902056/4550000
1032.08/1030.68	c cleaning 94967 clauses out of 190062 with flag 28488754/4646002
1061.77/1060.31	c cleaning 96013 clauses out of 192094 with flag 29077103/4743001
1091.97/1090.50	c cleaning 96991 clauses out of 194082 with flag 29671073/4841002
1123.36/1121.90	c cleaning 98025 clauses out of 196089 with flag 30274558/4940000
1155.06/1153.54	c cleaning 98983 clauses out of 198064 with flag 30884231/5040000
1187.26/1185.75	c cleaning 100019 clauses out of 200081 with flag 31500582/5141000
1220.27/1218.70	c cleaning 101031 clauses out of 202062 with flag 32120840/5243000
1253.99/1252.44	c cleaning 101970 clauses out of 204032 with flag 32746948/5346001
1288.33/1286.62	c cleaning 102991 clauses out of 206061 with flag 33376880/5450000
1323.13/1321.46	c cleaning 104024 clauses out of 208071 with flag 34023110/5555001
1358.15/1356.43	c cleaning 104984 clauses out of 210046 with flag 34671322/5661000
1393.59/1391.75	c cleaning 106012 clauses out of 212064 with flag 35329689/5768002
1429.79/1427.96	c cleaning 107013 clauses out of 214050 with flag 35986765/5876000
1467.20/1465.37	c cleaning 108003 clauses out of 216037 with flag 36655952/5985000
1505.59/1503.62	c cleaning 109004 clauses out of 218034 with flag 37321357/6095000
1544.20/1542.21	c cleaning 110015 clauses out of 220030 with flag 37995135/6206000
1583.51/1581.55	c cleaning 110976 clauses out of 222016 with flag 38675183/6318001
1624.02/1622.01	c cleaning 111983 clauses out of 224039 with flag 39362860/6431000
1665.19/1663.10	c cleaning 113008 clauses out of 226056 with flag 40051344/6545000
1707.30/1705.28	c cleaning 114011 clauses out of 228048 with flag 40750671/6660000
1749.82/1747.80	c cleaning 114977 clauses out of 230037 with flag 41454472/6776000
1793.02/1790.81	c cleaning 115966 clauses out of 232061 with flag 42162554/6893001
1800.01/1797.80	c starts		: 48964
1800.01/1797.80	c conflicts		: 6918737
1800.01/1797.80	c decisions		: 61911576
1800.01/1797.80	c propagations		: 923048557
1800.01/1797.80	c inspects		: 25434817522
1800.01/1797.80	c shortcuts		: 0
1800.01/1797.80	c learnt literals	: 2
1800.01/1797.80	c learnt binary clauses	: 51
1800.01/1797.80	c learnt ternary clauses	: 645
1800.01/1797.80	c learnt constraints	: 6918735
1800.01/1797.80	c ignored constraints	: 0
1800.01/1797.80	c root simplifications	: 0
1800.01/1797.80	c removed literals (reason simplification)	: 0
1800.01/1797.80	c reason swapping (by a shorter reason)	: 0
1800.01/1797.80	c Calls to reduceDB	: 113
1800.01/1797.80	c Number of update (reduction) of LBD	: 1489806
1800.01/1797.80	c timeout
1800.01/1797.80	c Imported unit clauses	: 0
1800.01/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.80	c number of learned constraints concerned by reduction	: 0
1800.01/1797.80	c number of learning phase by resolution	: 0
1800.01/1797.80	c number of learning phase by cutting planes	: 0
1800.01/1797.80	c speed (assignments/second)	: 513553.1149002129
1800.01/1797.80	c non guided choices	36869
1800.01/1797.83	c learnt constraints type 
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 141780
1800.01/1797.83	s UNKNOWN
1800.01/1797.83	c Total wall clock time (in seconds): 1797.714

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-4115905-1466943638/watcher-4115905-1466943638 -o /tmp/evaluation-result-4115905-1466943638/solver-4115905-1466943638 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4115905-1466943638.opb 

pid=26879
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.07 2.06 2.00 3/195 26882
/proc/meminfo: memFree=31126980/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26882/stat : 26882 (java) R 26879 26882 26442 0 -1 4202496 676 0 0 0 0 0 0 0 20 0 1 0 27401734 23793664 326 33554432000 1073741824 1073778376 140734710781664 140734710770728 206619851329 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 5809 339 261 9 0 128 0

[startup+0.100111 s]
/proc/loadavg: 2.07 2.06 2.00 3/195 26882
/proc/meminfo: memFree=31126980/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 4390 0 1 0 8 1 0 0 20 0 18 0 27401734 9787879424 6023 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.07 2.06 2.00 3/195 26882
/proc/meminfo: memFree=31126980/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 4918 0 1 0 24 1 0 0 20 0 18 0 27401734 9787879424 6988 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2389619 6988 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300348 s]
/proc/loadavg: 2.07 2.06 2.00 3/195 26882
/proc/meminfo: memFree=31126980/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 5757 0 1 0 47 1 0 0 20 0 18 0 27401734 9787879424 8981 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2389619 8981 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700303 s]
/proc/loadavg: 2.07 2.06 2.00 3/195 26882
/proc/meminfo: memFree=31126980/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 8409 0 1 0 131 2 0 0 20 0 19 0 27401734 9856040960 15715 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2406260 15715 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.07 2.06 2.00 3/214 26901
/proc/meminfo: memFree=31070016/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 8632 0 1 0 217 2 0 0 20 0 19 0 27401734 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2406260 16234 2269 9 0 2396937 0
[pid=26882/tid=26884] ppid=26879 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/26882/task/26884/stat : 26884 (java) R 26879 26882 26442 0 -1 4202560 2437 0 1 0 145 2 0 0 20 0 19 0 27401735 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140277164933400 140277004835645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26885] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26885/stat : 26885 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140277126425384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26886] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26886/stat : 26886 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140277125372584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26887] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26887/stat : 26887 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140277124320296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26882/tid=26888] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26888/stat : 26888 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140277123267496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26889] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26889/stat : 26889 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140277004101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26890] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26890/stat : 26890 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140277003049128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26891] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26891/stat : 26891 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140277001996840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26892] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26892/stat : 26892 (java) S 26879 26882 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140277000944040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26893] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26893/stat : 26893 (java) S 26879 26882 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27401737 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140276988746472 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26894] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26894/stat : 26894 (java) S 26879 26882 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140276383344120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26895] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26895/stat : 26895 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140276382291720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26896] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26896/stat : 26896 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140276381240208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26897] ppid=26879 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26882/task/26897/stat : 26897 (java) S 26879 26882 26442 0 -1 4202560 1877 0 0 0 30 0 0 0 20 0 19 0 27401740 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140276380186808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26898] ppid=26879 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/26882/task/26898/stat : 26898 (java) S 26879 26882 26442 0 -1 4202560 3046 0 0 0 39 0 0 0 20 0 19 0 27401740 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140276379134008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26899] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26899/stat : 26899 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140276378081912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26900] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26900/stat : 26900 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140276377029320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26901] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26901/stat : 26901 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401777 9856040960 16234 33554432000 1073741824 1073778376 140734710781664 140276375975336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.07 2.06 2.00 4/214 26901
/proc/meminfo: memFree=31067348/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 8637 0 1 0 381 2 0 0 20 0 19 0 27401734 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2406260 17771 2270 9 0 2396937 0
[pid=26882/tid=26884] ppid=26879 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/26882/task/26884/stat : 26884 (java) R 26879 26882 26442 0 -1 4202560 2441 0 1 0 304 2 0 0 20 0 19 0 27401735 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140277164924624 140277004717304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26885] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26885/stat : 26885 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140277126425384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26886] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26886/stat : 26886 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140277125372584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26887] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26887/stat : 26887 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140277124320296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26882/tid=26888] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26888/stat : 26888 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140277123267496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26889] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26889/stat : 26889 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140277004101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26890] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26890/stat : 26890 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140277003049128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26891] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26891/stat : 26891 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140277001996840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26892] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26892/stat : 26892 (java) S 26879 26882 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140277000944040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26893] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26893/stat : 26893 (java) S 26879 26882 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27401737 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140276988746472 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26894] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26894/stat : 26894 (java) S 26879 26882 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140276383344120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26895] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26895/stat : 26895 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140276382291720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26896] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26896/stat : 26896 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140276381240208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26897] ppid=26879 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26882/task/26897/stat : 26897 (java) S 26879 26882 26442 0 -1 4202560 1878 0 0 0 32 0 0 0 20 0 19 0 27401740 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140276380186808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26898] ppid=26879 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26882/task/26898/stat : 26898 (java) S 26879 26882 26442 0 -1 4202560 3046 0 0 0 41 0 0 0 20 0 19 0 27401740 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140276379134008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26899] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26899/stat : 26899 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140276378081912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26900] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26900/stat : 26900 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140276377029320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26901] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26901/stat : 26901 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401777 9856040960 17771 33554432000 1073741824 1073778376 140734710781664 140276375975336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.07 2.06 2.00 3/214 26901
/proc/meminfo: memFree=31059032/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9625040 CPUtime=7.04 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 8643 0 1 0 702 2 0 0 20 0 19 0 27401734 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2406260 19284 2271 9 0 2396937 0
[pid=26882/tid=26884] ppid=26879 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/26882/task/26884/stat : 26884 (java) R 26879 26882 26442 0 -1 4202560 2445 0 1 0 624 2 0 0 20 0 19 0 27401735 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140277164933544 140277004801499 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26885] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26885/stat : 26885 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140277126425384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26886] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26886/stat : 26886 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140277125372584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26887] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26887/stat : 26887 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140277124320296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26882/tid=26888] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26888/stat : 26888 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140277123267496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26889] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26889/stat : 26889 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140277004101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26890] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26890/stat : 26890 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140277003049128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26891] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26891/stat : 26891 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140277001996840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26892] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26892/stat : 26892 (java) S 26879 26882 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27401736 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140277000944040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26893] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26893/stat : 26893 (java) S 26879 26882 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27401737 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140276988746472 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26894] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26894/stat : 26894 (java) S 26879 26882 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140276383344120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26895] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26895/stat : 26895 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140276382291720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26896] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26896/stat : 26896 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140276381240208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26897] ppid=26879 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26882/task/26897/stat : 26897 (java) S 26879 26882 26442 0 -1 4202560 1879 0 0 0 33 0 0 0 20 0 19 0 27401740 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140276380186808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26898] ppid=26879 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26882/task/26898/stat : 26898 (java) S 26879 26882 26442 0 -1 4202560 3046 0 0 0 41 0 0 0 20 0 19 0 27401740 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140276379134008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26899] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26899/stat : 26899 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140276378081912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26900] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26900/stat : 26900 (java) S 26879 26882 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140276377029320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26901] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26901/stat : 26901 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401777 9856040960 19284 33554432000 1073741824 1073778376 140734710781664 140276375975336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

[pid=26882/tid=26901] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26901/stat : 26901 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401777 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276375975336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.39
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 27008
/proc/meminfo: memFree=30762512/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9625040 CPUtime=1724.4 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 10559 0 1 0 172372 68 0 0 20 0 19 0 27401734 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2406260 92478 2285 9 0 2396937 0
[pid=26882/tid=26884] ppid=26879 vsize=9625040 CPUtime=1717.18 cores=1,3,5,7
/proc/26882/task/26884/stat : 26884 (java) R 26879 26882 26442 0 -1 4202560 2502 0 1 0 171687 31 0 0 20 0 19 0 27401735 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140277164924704 140277004756838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26885] ppid=26879 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26882/task/26885/stat : 26885 (java) S 26879 26882 26442 0 -1 4202560 201 0 0 0 15 3 0 0 20 0 19 0 27401736 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140277126425384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26886] ppid=26879 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/26882/task/26886/stat : 26886 (java) S 26879 26882 26442 0 -1 4202560 39 0 0 0 15 2 0 0 20 0 19 0 27401736 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140277125372584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26887] ppid=26879 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/26882/task/26887/stat : 26887 (java) S 26879 26882 26442 0 -1 4202560 329 0 0 0 16 3 0 0 20 0 19 0 27401736 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140277124320296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26882/tid=26888] ppid=26879 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26882/task/26888/stat : 26888 (java) S 26879 26882 26442 0 -1 4202560 143 0 0 0 17 3 0 0 20 0 19 0 27401736 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140277123267496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26889] ppid=26879 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26882/task/26889/stat : 26889 (java) S 26879 26882 26442 0 -1 4202560 160 0 0 0 15 3 0 0 20 0 19 0 27401736 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140277004101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26882/tid=26890] ppid=26879 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/26882/task/26890/stat : 26890 (java) S 26879 26882 26442 0 -1 4202560 44 0 0 0 13 2 0 0 20 0 19 0 27401736 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140277003049128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26891] ppid=26879 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/26882/task/26891/stat : 26891 (java) S 26879 26882 26442 0 -1 4202560 178 0 0 0 16 3 0 0 20 0 19 0 27401736 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140277001996840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26892] ppid=26879 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26882/task/26892/stat : 26892 (java) S 26879 26882 26442 0 -1 4202560 283 0 0 0 20 3 0 0 20 0 19 0 27401736 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140277000944040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26893] ppid=26879 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26882/task/26893/stat : 26893 (java) S 26879 26882 26442 0 -1 4202560 59 0 0 0 0 2 0 0 20 0 19 0 27401737 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276988746472 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26894] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26894/stat : 26894 (java) S 26879 26882 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276383344120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26895] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26895/stat : 26895 (java) S 26879 26882 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276382291720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26896] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26896/stat : 26896 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276381240208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26897] ppid=26879 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26882/task/26897/stat : 26897 (java) S 26879 26882 26442 0 -1 4202560 2217 0 0 0 37 0 0 0 20 0 19 0 27401740 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276380186808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26898] ppid=26879 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26882/task/26898/stat : 26898 (java) S 26879 26882 26442 0 -1 4202560 3046 0 0 0 41 0 0 0 20 0 19 0 27401740 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276379134008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26899] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26899/stat : 26899 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276378081912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26900] ppid=26879 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/26882/task/26900/stat : 26900 (java) S 26879 26882 26442 0 -1 4202560 100 0 0 0 27 40 0 0 20 0 19 0 27401740 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276377029320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26901] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26901/stat : 26901 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401777 9856040960 92478 33554432000 1073741824 1073778376 140734710781664 140276375975336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/214 27012
/proc/meminfo: memFree=30754168/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9625040 CPUtime=1784.5 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 10587 0 1 0 178379 71 0 0 20 0 19 0 27401734 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2406260 94509 2285 9 0 2396937 0
[pid=26882/tid=26884] ppid=26879 vsize=9625040 CPUtime=1776.99 cores=1,3,5,7
/proc/26882/task/26884/stat : 26884 (java) R 26879 26882 26442 0 -1 4202560 2503 0 1 0 177667 32 0 0 20 0 19 0 27401735 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277164932432 140277004726952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26885] ppid=26879 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/26882/task/26885/stat : 26885 (java) S 26879 26882 26442 0 -1 4202560 201 0 0 0 16 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277126425384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26886] ppid=26879 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/26882/task/26886/stat : 26886 (java) S 26879 26882 26442 0 -1 4202560 44 0 0 0 17 2 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277125372584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26887] ppid=26879 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26882/task/26887/stat : 26887 (java) S 26879 26882 26442 0 -1 4202560 333 0 0 0 17 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277124320296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26888] ppid=26879 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/26882/task/26888/stat : 26888 (java) S 26879 26882 26442 0 -1 4202560 144 0 0 0 18 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277123267496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26889] ppid=26879 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26882/task/26889/stat : 26889 (java) S 26879 26882 26442 0 -1 4202560 162 0 0 0 17 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277004101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26882/tid=26890] ppid=26879 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/26882/task/26890/stat : 26890 (java) S 26879 26882 26442 0 -1 4202560 48 0 0 0 14 2 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277003049128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26891] ppid=26879 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26882/task/26891/stat : 26891 (java) S 26879 26882 26442 0 -1 4202560 182 0 0 0 17 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277001996840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26892] ppid=26879 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26882/task/26892/stat : 26892 (java) S 26879 26882 26442 0 -1 4202560 284 0 0 0 20 4 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277000944040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26893] ppid=26879 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26882/task/26893/stat : 26893 (java) S 26879 26882 26442 0 -1 4202560 61 0 0 0 0 2 0 0 20 0 19 0 27401737 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276988746472 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26894] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26894/stat : 26894 (java) S 26879 26882 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276383344120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26895] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26895/stat : 26895 (java) S 26879 26882 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276382291720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26896] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26896/stat : 26896 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276381240208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26897] ppid=26879 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26882/task/26897/stat : 26897 (java) S 26879 26882 26442 0 -1 4202560 2217 0 0 0 37 0 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276380186808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26898] ppid=26879 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26882/task/26898/stat : 26898 (java) S 26879 26882 26442 0 -1 4202560 3046 0 0 0 41 0 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276379134008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26899] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26899/stat : 26899 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276378081912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26900] ppid=26879 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/26882/task/26900/stat : 26900 (java) S 26879 26882 26442 0 -1 4202560 104 0 0 0 28 41 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276377029320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26901] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26901/stat : 26901 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401777 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276375975336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.05 2.03 2.00 3/214 27012
/proc/meminfo: memFree=30737788/32872528 swapFree=552864/567172
[pid=26882] ppid=26879 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/26882/stat : 26882 (java) S 26879 26882 26442 0 -1 4202496 10587 0 1 0 179929 72 0 0 20 0 19 0 27401734 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140734710772800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26882/statm: 2406260 94509 2285 9 0 2396937 0
[pid=26882/tid=26884] ppid=26879 vsize=9625040 CPUtime=1792.45 cores=1,3,5,7
/proc/26882/task/26884/stat : 26884 (java) R 26879 26882 26442 0 -1 4202560 2503 0 1 0 179213 32 0 0 20 0 19 0 27401735 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277164924704 140277004801381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26885] ppid=26879 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/26882/task/26885/stat : 26885 (java) S 26879 26882 26442 0 -1 4202560 201 0 0 0 16 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277126425384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26886] ppid=26879 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/26882/task/26886/stat : 26886 (java) S 26879 26882 26442 0 -1 4202560 44 0 0 0 17 2 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277125372584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26887] ppid=26879 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26882/task/26887/stat : 26887 (java) S 26879 26882 26442 0 -1 4202560 333 0 0 0 17 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277124320296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26888] ppid=26879 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/26882/task/26888/stat : 26888 (java) S 26879 26882 26442 0 -1 4202560 144 0 0 0 18 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277123267496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26889] ppid=26879 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26882/task/26889/stat : 26889 (java) S 26879 26882 26442 0 -1 4202560 162 0 0 0 17 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277004101928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26882/tid=26890] ppid=26879 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/26882/task/26890/stat : 26890 (java) S 26879 26882 26442 0 -1 4202560 48 0 0 0 14 2 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277003049128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26891] ppid=26879 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26882/task/26891/stat : 26891 (java) S 26879 26882 26442 0 -1 4202560 182 0 0 0 17 3 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277001996840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26892] ppid=26879 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26882/task/26892/stat : 26892 (java) S 26879 26882 26442 0 -1 4202560 284 0 0 0 20 4 0 0 20 0 19 0 27401736 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140277000944040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26893] ppid=26879 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26882/task/26893/stat : 26893 (java) S 26879 26882 26442 0 -1 4202560 61 0 0 0 0 2 0 0 20 0 19 0 27401737 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276988746472 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26894] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26894/stat : 26894 (java) S 26879 26882 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276383344120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26895] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26895/stat : 26895 (java) S 26879 26882 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27401738 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276382291720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26896] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26896/stat : 26896 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276381240208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26897] ppid=26879 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26882/task/26897/stat : 26897 (java) S 26879 26882 26442 0 -1 4202560 2217 0 0 0 37 0 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276380186808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26882/tid=26898] ppid=26879 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26882/task/26898/stat : 26898 (java) S 26879 26882 26442 0 -1 4202560 3046 0 0 0 41 0 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276379134008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26899] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26899/stat : 26899 (java) S 26879 26882 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276378081912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26882/tid=26900] ppid=26879 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/26882/task/26900/stat : 26900 (java) S 26879 26882 26442 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 27401740 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276377029320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26882/tid=26901] ppid=26879 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26882/task/26901/stat : 26901 (java) S 26879 26882 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27401777 9856040960 94509 33554432000 1073741824 1073778376 140734710781664 140276375975336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 26882 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 26882 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=738158
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=122829
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.83
CPU time (s): 1800.01
CPU user time (s): 1799.29
CPU system time (s): 0.72
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.74
system time used= 1.12283
maximum resident set size= 380152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10621
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38512
involuntary context switches= 17742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6118 second user time and 9.95449 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 14:20:38
IDJOB=4115905
IDBENCH=109403
IDSOLVER=2546
FILE ID=node138/4115905-1466943638
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round23-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115905-1466943638/watcher-4115905-1466943638 -o /tmp/evaluation-result-4115905-1466943638/solver-4115905-1466943638 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4115905-1466943638.opb

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

MD5SUM BENCH= eb4d42496bf658b7317f257e580ff894
RANDOM SEED=253067676

node138.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.803
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.60
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.803
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.803
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.803
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.803
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.803
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.803
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.803
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:        31127360 kB
Buffers:            6132 kB
Cached:           217224 kB
SwapCached:         3788 kB
Active:           272564 kB
Inactive:         204576 kB
Active(anon):     251444 kB
Inactive(anon):     4568 kB
Active(file):      21120 kB
Inactive(file):   200008 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:        809164 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566064 kB
SReclaimable:       9732 kB
SUnreclaim:       556332 kB
KernelStack:        1768 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1289728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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= 71716 MiB
End job on node138 at 2016-06-26 14:50:36