Trace number 4116617

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.04 1797.63

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-5.opb
MD5SUMd1fabf35eff0707feff9b8cfd4299550
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 variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
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-4116617-1466962261.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.294s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9984
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 904
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9984 constraints processed.
1.61/1.08	c cleaning 2495 clauses out of 4998 with flag 17144/5000
2.77/1.72	c cleaning 4238 clauses out of 8504 with flag 39237/11001
3.47/2.48	c cleaning 5624 clauses out of 11265 with flag 66802/18000
4.39/3.32	c cleaning 6789 clauses out of 13642 with flag 103154/26001
5.40/4.36	c cleaning 7923 clauses out of 15852 with flag 143576/35000
6.61/5.52	c cleaning 8959 clauses out of 17930 with flag 192496/45001
7.90/6.83	c cleaning 9976 clauses out of 19971 with flag 246624/56001
9.30/8.23	c cleaning 10982 clauses out of 21995 with flag 309064/68001
10.90/9.80	c cleaning 11992 clauses out of 24012 with flag 378194/81000
12.60/11.51	c cleaning 13007 clauses out of 26021 with flag 456402/95001
14.51/13.44	c cleaning 13965 clauses out of 28013 with flag 540016/110000
16.61/15.58	c cleaning 15008 clauses out of 30049 with flag 628862/126001
18.91/17.86	c cleaning 16005 clauses out of 32041 with flag 725048/143001
21.40/20.32	c cleaning 17000 clauses out of 34036 with flag 829847/161001
24.00/22.99	c cleaning 18013 clauses out of 36035 with flag 938162/180000
26.91/25.88	c cleaning 18981 clauses out of 38022 with flag 1053975/200000
30.02/28.95	c cleaning 19988 clauses out of 40041 with flag 1178781/221000
33.32/32.22	c cleaning 20996 clauses out of 42053 with flag 1310301/243000
36.81/35.71	c cleaning 22010 clauses out of 44058 with flag 1446321/266001
40.51/39.44	c cleaning 22983 clauses out of 46047 with flag 1591602/290000
44.41/43.36	c cleaning 24019 clauses out of 48064 with flag 1741429/315000
48.52/47.44	c cleaning 24985 clauses out of 50045 with flag 1900304/341000
53.11/52.04	c cleaning 26014 clauses out of 52062 with flag 2061950/368002
57.71/56.67	c cleaning 27007 clauses out of 54046 with flag 2229997/396000
62.63/61.50	c cleaning 27994 clauses out of 56039 with flag 2404262/425000
67.24/66.17	c cleaning 29008 clauses out of 58045 with flag 2586075/455000
72.23/71.18	c cleaning 30009 clauses out of 60037 with flag 2774111/486000
77.43/76.39	c cleaning 30964 clauses out of 62029 with flag 2969605/518001
82.83/81.72	c cleaning 31998 clauses out of 64064 with flag 3174296/551000
88.33/87.22	c cleaning 33005 clauses out of 66066 with flag 3379636/585000
94.33/93.24	c cleaning 34012 clauses out of 68061 with flag 3595669/620000
100.64/99.58	c cleaning 34995 clauses out of 70049 with flag 3819160/656000
107.24/106.15	c cleaning 35985 clauses out of 72054 with flag 4048113/693000
114.24/113.12	c cleaning 37028 clauses out of 74069 with flag 4282068/731000
121.44/120.34	c cleaning 37992 clauses out of 76041 with flag 4523622/770000
128.85/127.72	c cleaning 39006 clauses out of 78049 with flag 4772035/810000
136.55/135.43	c cleaning 40006 clauses out of 80044 with flag 5029321/851001
144.85/143.77	c cleaning 40988 clauses out of 82037 with flag 5292031/893000
153.25/152.18	c cleaning 42012 clauses out of 84050 with flag 5565636/936001
161.69/160.51	c cleaning 43006 clauses out of 86037 with flag 5843484/980000
170.19/169.02	c cleaning 43978 clauses out of 88031 with flag 6124491/1025000
179.09/177.93	c cleaning 45016 clauses out of 90053 with flag 6411506/1071000
188.30/187.15	c cleaning 46005 clauses out of 92037 with flag 6704524/1118000
197.89/196.77	c cleaning 46988 clauses out of 94032 with flag 7008836/1166000
207.90/206.76	c cleaning 47997 clauses out of 96044 with flag 7317773/1215000
218.20/217.08	c cleaning 49000 clauses out of 98049 with flag 7633665/1265002
228.80/227.66	c cleaning 49996 clauses out of 100048 with flag 7957745/1316001
239.70/238.56	c cleaning 50996 clauses out of 102052 with flag 8283893/1368001
250.91/249.75	c cleaning 51976 clauses out of 104056 with flag 8620170/1421001
262.70/261.55	c cleaning 53024 clauses out of 106079 with flag 8956830/1475000
274.53/273.33	c cleaning 53981 clauses out of 108056 with flag 9303680/1530001
286.63/285.49	c cleaning 55012 clauses out of 110075 with flag 9653282/1586001
299.34/298.20	c cleaning 56008 clauses out of 112062 with flag 10008812/1643000
312.14/310.97	c cleaning 57019 clauses out of 114054 with flag 10371915/1701000
325.65/324.42	c cleaning 58006 clauses out of 116035 with flag 10739856/1760000
339.25/338.06	c cleaning 59001 clauses out of 118029 with flag 11115228/1820000
353.45/352.27	c cleaning 59983 clauses out of 120028 with flag 11494818/1881000
368.15/366.96	c cleaning 60974 clauses out of 122046 with flag 11883072/1943001
383.21/381.91	c cleaning 61976 clauses out of 124071 with flag 12275444/2006000
398.61/397.30	c cleaning 63034 clauses out of 126096 with flag 12675209/2070001
414.32/413.01	c cleaning 63984 clauses out of 128061 with flag 13082605/2135000
430.35/429.04	c cleaning 65000 clauses out of 130077 with flag 13494984/2201000
447.05/445.70	c cleaning 66004 clauses out of 132079 with flag 13911873/2268002
464.35/463.06	c cleaning 67012 clauses out of 134073 with flag 14337009/2336000
482.16/480.82	c cleaning 68016 clauses out of 136063 with flag 14770251/2405002
500.36/499.05	c cleaning 68980 clauses out of 138046 with flag 15210451/2475001
519.15/517.77	c cleaning 70020 clauses out of 140065 with flag 15656917/2546000
538.44/537.08	c cleaning 71015 clauses out of 142045 with flag 16105812/2618000
558.25/556.81	c cleaning 71990 clauses out of 144032 with flag 16564435/2691002
578.55/577.14	c cleaning 73005 clauses out of 146042 with flag 17031709/2765002
599.26/597.85	c cleaning 74002 clauses out of 148035 with flag 17497850/2840000
620.26/618.89	c cleaning 75010 clauses out of 150033 with flag 17975854/2916000
642.36/640.97	c cleaning 75980 clauses out of 152024 with flag 18455597/2993001
665.15/663.66	c cleaning 76973 clauses out of 154044 with flag 18938510/3071001
687.55/686.07	c cleaning 78016 clauses out of 156070 with flag 19425599/3150000
711.06/709.50	c cleaning 78999 clauses out of 158056 with flag 19922427/3230002
734.56/733.07	c cleaning 80017 clauses out of 160055 with flag 20427006/3311000
759.27/757.78	c cleaning 81007 clauses out of 162038 with flag 20935263/3393000
784.66/783.12	c cleaning 82008 clauses out of 164031 with flag 21453362/3476000
809.98/808.35	c cleaning 82989 clauses out of 166023 with flag 21977679/3560000
835.58/833.94	c cleaning 83990 clauses out of 168034 with flag 22505514/3645000
861.99/860.37	c cleaning 84995 clauses out of 170044 with flag 23035707/3731000
888.68/887.09	c cleaning 86017 clauses out of 172050 with flag 23576917/3818001
916.39/914.76	c cleaning 87001 clauses out of 174032 with flag 24124021/3906000
945.00/943.24	c cleaning 88016 clauses out of 176032 with flag 24674591/3995001
973.70/971.90	c cleaning 88989 clauses out of 178015 with flag 25232827/4085000
1003.01/1001.23	c cleaning 89997 clauses out of 180026 with flag 25804576/4176000
1032.62/1030.85	c cleaning 90997 clauses out of 182029 with flag 26377730/4268000
1063.71/1061.96	c cleaning 92012 clauses out of 184034 with flag 26952861/4361002
1095.63/1093.74	c cleaning 93001 clauses out of 186021 with flag 27538873/4455001
1127.52/1125.64	c cleaning 93997 clauses out of 188020 with flag 28126668/4550001
1161.03/1159.18	c cleaning 94969 clauses out of 190023 with flag 28722244/4646001
1194.34/1192.44	c cleaning 96000 clauses out of 192056 with flag 29323880/4743003
1228.35/1226.30	c cleaning 97019 clauses out of 194054 with flag 29927940/4841001
1262.55/1260.55	c cleaning 97996 clauses out of 196035 with flag 30543957/4940001
1297.56/1295.57	c cleaning 98996 clauses out of 198038 with flag 31163534/5040000
1333.56/1331.53	c cleaning 100010 clauses out of 200042 with flag 31786668/5141000
1372.09/1369.96	c cleaning 100975 clauses out of 202033 with flag 32419868/5243001
1411.77/1409.65	c cleaning 101998 clauses out of 204057 with flag 33050454/5346000
1451.86/1449.78	c cleaning 103015 clauses out of 206059 with flag 33688527/5450000
1493.21/1490.90	c cleaning 103976 clauses out of 208045 with flag 34344145/5555001
1535.30/1533.09	c cleaning 105016 clauses out of 210069 with flag 35000440/5661001
1578.09/1575.85	c cleaning 105994 clauses out of 212052 with flag 35660105/5768000
1621.38/1619.12	c cleaning 106989 clauses out of 214058 with flag 36329049/5876000
1665.65/1663.31	c cleaning 107980 clauses out of 216069 with flag 37003029/5985000
1708.75/1706.47	c cleaning 109012 clauses out of 218089 with flag 37680682/6095000
1752.56/1750.28	c cleaning 109992 clauses out of 220077 with flag 38365945/6206000
1796.84/1794.45	c cleaning 111034 clauses out of 222085 with flag 39055565/6318000
1800.04/1797.60	c starts		: 55188
1800.04/1797.60	c conflicts		: 6329415
1800.04/1797.60	c decisions		: 59669056
1800.04/1797.60	c propagations		: 852958602
1800.04/1797.60	c inspects		: 24361590125
1800.04/1797.60	c shortcuts		: 0
1800.04/1797.60	c learnt literals	: 2
1800.04/1797.60	c learnt binary clauses	: 47
1800.04/1797.60	c learnt ternary clauses	: 757
1800.04/1797.60	c learnt constraints	: 6329413
1800.04/1797.60	c ignored constraints	: 0
1800.04/1797.60	c root simplifications	: 0
1800.04/1797.60	c removed literals (reason simplification)	: 0
1800.04/1797.60	c reason swapping (by a shorter reason)	: 0
1800.04/1797.60	c Calls to reduceDB	: 108
1800.04/1797.60	c Number of update (reduction) of LBD	: 1336146
1800.04/1797.60	c Imported unit clauses	: 0
1800.04/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.60	c number of learned constraints concerned by reduction	: 0
1800.04/1797.60	c number of learning phase by resolution	: 0
1800.04/1797.60	c number of learning phase by cutting planes	: 0
1800.04/1797.60	c speed (assignments/second)	: 474608.12437228224
1800.04/1797.60	c non guided choices	13696
1800.04/1797.60	c timeout
1800.04/1797.63	c learnt constraints type 
1800.04/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.04/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122419
1800.04/1797.63	s UNKNOWN
1800.04/1797.63	c Total wall clock time (in seconds): 1797.513

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

pid=29098
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.06 2.05 2.05 3/194 29101
/proc/meminfo: memFree=31150188/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/29101/stat : 29101 (java) R 29098 29101 26442 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 29264041 9445376 93 33554432000 1073741824 1073778376 140734622708400 140734622705528 206619843878 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2306 94 74 9 0 38 0

[startup+0.100064 s]
/proc/loadavg: 2.06 2.05 2.05 3/194 29101
/proc/meminfo: memFree=31150188/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 29264041 9787879424 6035 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 2.06 2.05 2.05 3/194 29101
/proc/meminfo: memFree=31150188/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 4801 0 1 0 24 1 0 0 20 0 18 0 29264041 9787879424 6848 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2389619 6848 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300211 s]
/proc/loadavg: 2.06 2.05 2.05 3/194 29101
/proc/meminfo: memFree=31150188/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 5767 0 1 0 47 1 0 0 20 0 18 0 29264041 9787879424 8965 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2389619 8965 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700328 s]
/proc/loadavg: 2.06 2.05 2.05 3/194 29101
/proc/meminfo: memFree=31150188/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 8808 0 1 0 128 2 0 0 20 0 19 0 29264041 9856040960 15258 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2406260 15258 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.06 2.05 2.05 4/213 29120
/proc/meminfo: memFree=31096344/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 15372 0 1 0 250 4 0 0 20 0 19 0 29264041 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2406260 20103 2269 9 0 2396937 0
[pid=29101/tid=29103] ppid=29098 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/29101/task/29103/stat : 29103 (java) R 29098 29101 26442 0 -1 4202560 2426 0 1 0 145 2 0 0 20 0 19 0 29264042 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079812628744 140079637568522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29104] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29104/stat : 29104 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079774120360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29105] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29105/stat : 29105 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079773067816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29106] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29106/stat : 29106 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079772014760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29107] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29107/stat : 29107 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079770962216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29108] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29108/stat : 29108 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079769910184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29109] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29109/stat : 29109 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079768857640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29110] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29110/stat : 29110 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079767804584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29111] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29111/stat : 29111 (java) S 29098 29101 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079766752040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29112] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29112/stat : 29112 (java) S 29098 29101 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29264044 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079635880296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29113] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29113/stat : 29113 (java) S 29098 29101 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079634826616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29114] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29114/stat : 29114 (java) S 29098 29101 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079633773448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29115] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29115/stat : 29115 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079632722192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29116] ppid=29098 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/29101/task/29116/stat : 29116 (java) S 29098 29101 26442 0 -1 4202560 8667 0 0 0 65 2 0 0 20 0 19 0 29264047 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079631670072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29117] ppid=29098 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/29101/task/29117/stat : 29117 (java) S 29098 29101 26442 0 -1 4202560 3001 0 0 0 37 0 0 0 20 0 19 0 29264047 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079630617528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29118] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29118/stat : 29118 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079629564664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29119] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29119/stat : 29119 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079628512328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29120] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29120/stat : 29120 (java) S 29098 29101 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29264083 9856040960 20103 33554432000 1073741824 1073778376 140734622708400 140079627457576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.06 2.05 2.05 4/213 29120
/proc/meminfo: memFree=31078796/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 15376 0 1 0 415 4 0 0 20 0 19 0 29264041 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2406260 21128 2270 9 0 2396937 0
[pid=29101/tid=29103] ppid=29098 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/29101/task/29103/stat : 29103 (java) R 29098 29101 26442 0 -1 4202560 2429 0 1 0 304 2 0 0 20 0 19 0 29264042 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079812628984 140079637522701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29104] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29104/stat : 29104 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079774120360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29105] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29105/stat : 29105 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079773067816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29106] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29106/stat : 29106 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079772014760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29107] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29107/stat : 29107 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079770962216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29108] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29108/stat : 29108 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079769910184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29109] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29109/stat : 29109 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079768857640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29110] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29110/stat : 29110 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079767804584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29111] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29111/stat : 29111 (java) S 29098 29101 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079766752040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29112] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29112/stat : 29112 (java) S 29098 29101 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29264044 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079635880296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29113] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29113/stat : 29113 (java) S 29098 29101 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079634826616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29114] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29114/stat : 29114 (java) S 29098 29101 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079633773448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29115] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29115/stat : 29115 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079632722192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29116] ppid=29098 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/29101/task/29116/stat : 29116 (java) S 29098 29101 26442 0 -1 4202560 8668 0 0 0 67 2 0 0 20 0 19 0 29264047 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079631670072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29117] ppid=29098 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/29101/task/29117/stat : 29117 (java) S 29098 29101 26442 0 -1 4202560 3001 0 0 0 39 0 0 0 20 0 19 0 29264047 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079630617528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29118] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29118/stat : 29118 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079629564664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29119] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29119/stat : 29119 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079628512328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29120] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29120/stat : 29120 (java) S 29098 29101 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29264083 9856040960 21128 33554432000 1073741824 1073778376 140734622708400 140079627457576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.05 2.05 2.04 4/213 29120
/proc/meminfo: memFree=31071968/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9625040 CPUtime=7.4 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 15382 0 1 0 736 4 0 0 20 0 19 0 29264041 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2406260 22251 2271 9 0 2396937 0
[pid=29101/tid=29103] ppid=29098 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/29101/task/29103/stat : 29103 (java) R 29098 29101 26442 0 -1 4202560 2433 0 1 0 624 2 0 0 20 0 19 0 29264042 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079812628904 140079637568730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29104] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29104/stat : 29104 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079774120360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29105] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29105/stat : 29105 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079773067816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29106] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29106/stat : 29106 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079772014760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29107] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29107/stat : 29107 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079770962216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29108] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29108/stat : 29108 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079769910184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29109] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29109/stat : 29109 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079768857640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29110] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29110/stat : 29110 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079767804584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29111] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29111/stat : 29111 (java) S 29098 29101 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29264043 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079766752040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29112] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29112/stat : 29112 (java) S 29098 29101 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29264044 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079635880296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29113] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29113/stat : 29113 (java) S 29098 29101 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079634826616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29114] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29114/stat : 29114 (java) S 29098 29101 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079633773448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29115] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29115/stat : 29115 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079632722192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29116] ppid=29098 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/29101/task/29116/stat : 29116 (java) S 29098 29101 26442 0 -1 4202560 8669 0 0 0 68 2 0 0 20 0 19 0 29264047 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079631670072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29117] ppid=29098 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/29101/task/29117/stat : 29117 (java) S 29098 29101 26442 0 -1 4202560 3001 0 0 0 39 0 0 0 20 0 19 0 29264047 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079630617528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29118] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29118/stat : 29118 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079629564664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29119] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29119/stat : 29119 (java) S 29098 29101 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079628512328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29120] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29120/stat : 29120 (java) S 29098 29101 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29264083 9856040960 22251 33554432000 1073741824 1073778376 140734622708400 140079627457576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9625040


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

[pid=29101/tid=29120] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29120/stat : 29120 (java) S 29098 29101 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29264083 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079627457576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.65
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.06 2.12 2.09 3/213 29226
/proc/meminfo: memFree=30740896/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9625040 CPUtime=1724.65 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 17570 0 1 0 172408 57 0 0 20 0 19 0 29264041 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2406260 102617 2285 9 0 2396937 0
[pid=29101/tid=29103] ppid=29098 vsize=9625040 CPUtime=1717.26 cores=0,2,4,6
/proc/29101/task/29103/stat : 29103 (java) R 29098 29101 26442 0 -1 4202560 2490 0 1 0 171696 30 0 0 20 0 19 0 29264042 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079812620064 140079637003441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29104] ppid=29098 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29101/task/29104/stat : 29104 (java) S 29098 29101 26442 0 -1 4202560 165 0 0 0 13 3 0 0 20 0 19 0 29264043 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079774120360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29105] ppid=29098 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29101/task/29105/stat : 29105 (java) S 29098 29101 26442 0 -1 4202560 148 0 0 0 13 3 0 0 20 0 19 0 29264043 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079773067816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29106] ppid=29098 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/29101/task/29106/stat : 29106 (java) S 29098 29101 26442 0 -1 4202560 352 0 0 0 17 4 0 0 20 0 19 0 29264043 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079772014760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29107] ppid=29098 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29101/task/29107/stat : 29107 (java) S 29098 29101 26442 0 -1 4202560 195 0 0 0 14 4 0 0 20 0 19 0 29264043 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079770962216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29108] ppid=29098 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29101/task/29108/stat : 29108 (java) S 29098 29101 26442 0 -1 4202560 339 0 0 0 14 4 0 0 20 0 19 0 29264043 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079769910184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29109] ppid=29098 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/29101/task/29109/stat : 29109 (java) S 29098 29101 26442 0 -1 4202560 214 0 0 0 10 3 0 0 20 0 19 0 29264043 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079768857640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29110] ppid=29098 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29101/task/29110/stat : 29110 (java) S 29098 29101 26442 0 -1 4202560 78 0 0 0 13 4 0 0 20 0 19 0 29264043 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079767804584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29111] ppid=29098 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29101/task/29111/stat : 29111 (java) S 29098 29101 26442 0 -1 4202560 475 0 0 0 14 3 0 0 20 0 19 0 29264043 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079766752040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29112] ppid=29098 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29101/task/29112/stat : 29112 (java) S 29098 29101 26442 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 29264044 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079635880296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29113] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29113/stat : 29113 (java) S 29098 29101 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079634826616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29114] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29114/stat : 29114 (java) S 29098 29101 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079633773448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29115] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29115/stat : 29115 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079632722192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29116] ppid=29098 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/29101/task/29116/stat : 29116 (java) S 29098 29101 26442 0 -1 4202560 8680 0 0 0 72 2 0 0 20 0 19 0 29264047 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079631670072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29117] ppid=29098 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/29101/task/29117/stat : 29117 (java) S 29098 29101 26442 0 -1 4202560 3001 0 0 0 39 0 0 0 20 0 19 0 29264047 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079630617528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29118] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29118/stat : 29118 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079629564664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29119] ppid=29098 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/29101/task/29119/stat : 29119 (java) S 29098 29101 26442 0 -1 4202560 100 0 0 0 35 33 0 0 20 0 19 0 29264047 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079628512328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29120] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29120/stat : 29120 (java) S 29098 29101 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29264083 9856040960 102617 33554432000 1073741824 1073778376 140734622708400 140079627457576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/214 29230
/proc/meminfo: memFree=30737912/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9625040 CPUtime=1784.74 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 17595 0 1 0 178416 58 0 0 20 0 19 0 29264041 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2406260 103355 2285 9 0 2396937 0
[pid=29101/tid=29103] ppid=29098 vsize=9625040 CPUtime=1777.07 cores=0,2,4,6
/proc/29101/task/29103/stat : 29103 (java) R 29098 29101 26442 0 -1 4202560 2491 0 1 0 177676 31 0 0 20 0 19 0 29264042 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079812627760 140079637559593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29104] ppid=29098 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29101/task/29104/stat : 29104 (java) S 29098 29101 26442 0 -1 4202560 172 0 0 0 14 3 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079774120360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29105] ppid=29098 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29101/task/29105/stat : 29105 (java) S 29098 29101 26442 0 -1 4202560 150 0 0 0 14 3 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079773067816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29106] ppid=29098 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29101/task/29106/stat : 29106 (java) S 29098 29101 26442 0 -1 4202560 353 0 0 0 19 4 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079772014760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29107] ppid=29098 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29101/task/29107/stat : 29107 (java) S 29098 29101 26442 0 -1 4202560 196 0 0 0 15 4 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079770962216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29108] ppid=29098 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29101/task/29108/stat : 29108 (java) S 29098 29101 26442 0 -1 4202560 340 0 0 0 15 4 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079769910184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29109] ppid=29098 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/29101/task/29109/stat : 29109 (java) S 29098 29101 26442 0 -1 4202560 216 0 0 0 12 3 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079768857640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29110] ppid=29098 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29101/task/29110/stat : 29110 (java) S 29098 29101 26442 0 -1 4202560 80 0 0 0 14 4 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079767804584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29111] ppid=29098 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29101/task/29111/stat : 29111 (java) S 29098 29101 26442 0 -1 4202560 477 0 0 0 16 3 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079766752040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29112] ppid=29098 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29101/task/29112/stat : 29112 (java) S 29098 29101 26442 0 -1 4202560 70 0 0 0 1 1 0 0 20 0 19 0 29264044 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079635880296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29113] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29113/stat : 29113 (java) S 29098 29101 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079634826616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29114] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29114/stat : 29114 (java) S 29098 29101 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079633773448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29115] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29115/stat : 29115 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079632722192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29116] ppid=29098 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/29101/task/29116/stat : 29116 (java) S 29098 29101 26442 0 -1 4202560 8680 0 0 0 72 2 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079631670072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29117] ppid=29098 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/29101/task/29117/stat : 29117 (java) S 29098 29101 26442 0 -1 4202560 3001 0 0 0 39 0 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079630617528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29118] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29118/stat : 29118 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079629564664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29119] ppid=29098 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/29101/task/29119/stat : 29119 (java) S 29098 29101 26442 0 -1 4202560 104 0 0 0 36 35 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079628512328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29120] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29120/stat : 29120 (java) S 29098 29101 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29264083 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079627457576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.09 2.11 2.09 3/214 29230
/proc/meminfo: memFree=30738204/32872528 swapFree=552864/567172
[pid=29101] ppid=29098 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/29101/stat : 29101 (java) S 29098 29101 26442 0 -1 4202496 17595 0 1 0 179946 58 0 0 20 0 19 0 29264041 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140734622699536 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29101/statm: 2406260 103355 2285 9 0 2396937 0
[pid=29101/tid=29103] ppid=29098 vsize=9625040 CPUtime=1792.33 cores=0,2,4,6
/proc/29101/task/29103/stat : 29103 (java) R 29098 29101 26442 0 -1 4202560 2491 0 1 0 179202 31 0 0 20 0 19 0 29264042 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079812620064 140079637568690 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29104] ppid=29098 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29101/task/29104/stat : 29104 (java) S 29098 29101 26442 0 -1 4202560 172 0 0 0 14 3 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079774120360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29105] ppid=29098 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29101/task/29105/stat : 29105 (java) S 29098 29101 26442 0 -1 4202560 150 0 0 0 14 3 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079773067816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29106] ppid=29098 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29101/task/29106/stat : 29106 (java) S 29098 29101 26442 0 -1 4202560 353 0 0 0 19 4 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079772014760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29107] ppid=29098 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29101/task/29107/stat : 29107 (java) S 29098 29101 26442 0 -1 4202560 196 0 0 0 15 4 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079770962216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29108] ppid=29098 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29101/task/29108/stat : 29108 (java) S 29098 29101 26442 0 -1 4202560 340 0 0 0 15 4 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079769910184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29109] ppid=29098 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/29101/task/29109/stat : 29109 (java) S 29098 29101 26442 0 -1 4202560 216 0 0 0 12 3 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079768857640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29110] ppid=29098 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29101/task/29110/stat : 29110 (java) S 29098 29101 26442 0 -1 4202560 80 0 0 0 14 4 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079767804584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29101/tid=29111] ppid=29098 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29101/task/29111/stat : 29111 (java) S 29098 29101 26442 0 -1 4202560 477 0 0 0 16 3 0 0 20 0 19 0 29264043 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079766752040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29112] ppid=29098 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29101/task/29112/stat : 29112 (java) S 29098 29101 26442 0 -1 4202560 70 0 0 0 1 1 0 0 20 0 19 0 29264044 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079635880296 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29113] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29113/stat : 29113 (java) S 29098 29101 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079634826616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29114] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29114/stat : 29114 (java) S 29098 29101 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29264045 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079633773448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29115] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29115/stat : 29115 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079632722192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29116] ppid=29098 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/29101/task/29116/stat : 29116 (java) S 29098 29101 26442 0 -1 4202560 8680 0 0 0 72 2 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079631670072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29101/tid=29117] ppid=29098 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/29101/task/29117/stat : 29117 (java) S 29098 29101 26442 0 -1 4202560 3001 0 0 0 39 0 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079630617528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29118] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29118/stat : 29118 (java) S 29098 29101 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079629564664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29101/tid=29119] ppid=29098 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/29101/task/29119/stat : 29119 (java) S 29098 29101 26442 0 -1 4202560 104 0 0 0 37 35 0 0 20 0 19 0 29264047 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079628512328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29101/tid=29120] ppid=29098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29101/task/29120/stat : 29120 (java) S 29098 29101 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29264083 9856040960 103355 33554432000 1073741824 1073778376 140734622708400 140079627457576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 29101 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 29101 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=879136
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=111830
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.63
CPU time (s): 1800.04
CPU user time (s): 1799.46
CPU system time (s): 0.58
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 9626640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 1.11183
maximum resident set size= 420732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17628
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38383
involuntary context switches= 6180

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0925 second user time and 14.2518 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 19:31:01
IDJOB=4116617
IDBENCH=109492
IDSOLVER=2546
FILE ID=node138/4116617-1466962261
RUNJOBID= node138-1466940040-26458
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-size128-round22-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116617-1466962261/watcher-4116617-1466962261 -o /tmp/evaluation-result-4116617-1466962261/solver-4116617-1466962261 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116617-1466962261.opb

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

MD5SUM BENCH= d1fabf35eff0707feff9b8cfd4299550
RANDOM SEED=632350090

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:        31150832 kB
Buffers:           27164 kB
Cached:           224052 kB
SwapCached:         3788 kB
Active:           223896 kB
Inactive:         229928 kB
Active(anon):     200272 kB
Inactive(anon):     4564 kB
Active(file):      23624 kB
Inactive(file):   225364 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:        869060 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566944 kB
SReclaimable:      10508 kB
SUnreclaim:       556436 kB
KernelStack:        1768 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1268000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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 20:00:59