Trace number 4084654

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.53 1789.28

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K97.opb
MD5SUM43f0e9fb1c8ca4724fdfde37689b9cda
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1300.57
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6596
Total number of constraints6792
Number of constraints which are clauses6695
Number of constraints which are cardinality constraints (but not clauses)97
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint97
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 98
Number of bits of the biggest sum of numbers7
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084654-1465283952.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  no objective function found
0.56/0.39	c ... done. Wall clock time 0.273s.
0.56/0.39	c declared #vars     6596
0.56/0.39	c #constraints  6792
0.56/0.39	c constraints type 
0.56/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5445
0.56/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.56/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.56/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1248
0.56/0.39	c 6792 constraints processed.
1.80/1.16	c cleaning 2491 clauses out of 4991 with flag 24936/5000
3.09/1.98	c cleaning 4231 clauses out of 8493 with flag 65642/11000
3.89/2.80	c cleaning 5619 clauses out of 11255 with flag 111756/18000
4.90/3.78	c cleaning 6789 clauses out of 13637 with flag 163743/26002
6.11/4.92	c cleaning 7879 clauses out of 15845 with flag 225375/35000
7.41/6.22	c cleaning 8943 clauses out of 17963 with flag 286181/45000
8.81/7.65	c cleaning 9803 clauses out of 20020 with flag 352150/56002
10.41/9.26	c cleaning 10276 clauses out of 22214 with flag 419289/68000
12.22/11.03	c cleaning 11203 clauses out of 24937 with flag 495022/81000
14.11/12.94	c cleaning 11936 clauses out of 27733 with flag 572669/95000
16.31/15.13	c cleaning 12759 clauses out of 30798 with flag 660828/110001
18.71/17.50	c cleaning 13768 clauses out of 34035 with flag 763706/126000
21.21/20.02	c cleaning 14720 clauses out of 37268 with flag 867260/143001
23.94/22.79	c cleaning 15441 clauses out of 40550 with flag 981550/161003
26.74/25.50	c cleaning 16425 clauses out of 44105 with flag 1102862/180000
29.74/28.53	c cleaning 17103 clauses out of 47680 with flag 1228703/200000
32.93/31.79	c cleaning 18238 clauses out of 51576 with flag 1368233/221001
36.53/35.31	c cleaning 19016 clauses out of 55336 with flag 1511583/243000
40.13/38.97	c cleaning 19899 clauses out of 59319 with flag 1650383/266000
44.23/43.04	c cleaning 20623 clauses out of 63420 with flag 1800385/290000
48.42/47.27	c cleaning 21766 clauses out of 67796 with flag 1957976/315000
52.93/51.71	c cleaning 22539 clauses out of 72030 with flag 2124321/341000
57.98/56.71	c cleaning 23480 clauses out of 76492 with flag 2311877/368001
62.98/61.77	c cleaning 24389 clauses out of 81012 with flag 2503233/396001
68.48/67.21	c cleaning 25312 clauses out of 85623 with flag 2694677/425001
74.17/72.90	c cleaning 26233 clauses out of 90310 with flag 2894919/455000
80.08/78.88	c cleaning 27431 clauses out of 95077 with flag 3106566/486000
86.27/85.09	c cleaning 28140 clauses out of 99648 with flag 3339165/518002
93.09/91.73	c cleaning 29120 clauses out of 104508 with flag 3564786/551002
100.09/98.72	c cleaning 29906 clauses out of 109387 with flag 3811273/585001
107.29/105.94	c cleaning 31053 clauses out of 114481 with flag 4066487/620001
114.80/113.48	c cleaning 32079 clauses out of 119426 with flag 4331514/656000
122.89/121.52	c cleaning 33009 clauses out of 124347 with flag 4598035/693000
131.77/130.28	c cleaning 33922 clauses out of 129340 with flag 4881636/731002
140.77/139.23	c cleaning 34784 clauses out of 134416 with flag 5164888/770000
149.87/148.37	c cleaning 35974 clauses out of 139637 with flag 5458565/810005
159.57/158.00	c cleaning 36619 clauses out of 144658 with flag 5761637/851000
169.77/168.26	c cleaning 37940 clauses out of 150037 with flag 6103337/893003
180.15/178.42	c cleaning 38653 clauses out of 155093 with flag 6419164/936000
191.35/189.65	c cleaning 39465 clauses out of 160438 with flag 6756635/980000
202.95/201.27	c cleaning 40525 clauses out of 165971 with flag 7125440/1025000
214.79/212.85	c cleaning 41779 clauses out of 171445 with flag 7472793/1071000
227.59/225.63	c cleaning 42663 clauses out of 176666 with flag 7868277/1118000
240.60/238.67	c cleaning 43424 clauses out of 182005 with flag 8248829/1166002
254.31/252.07	c cleaning 44741 clauses out of 187578 with flag 8647274/1215000
268.11/265.82	c cleaning 45831 clauses out of 192836 with flag 9060268/1265000
282.51/280.23	c cleaning 46596 clauses out of 198012 with flag 9483638/1316007
298.14/295.55	c cleaning 47565 clauses out of 203408 with flag 9941272/1368000
313.44/310.82	c cleaning 48486 clauses out of 208843 with flag 10381022/1421000
330.02/327.11	c cleaning 49491 clauses out of 214357 with flag 10889652/1475000
346.30/343.39	c cleaning 50650 clauses out of 219866 with flag 11362710/1530000
363.15/360.15	c cleaning 51782 clauses out of 225217 with flag 11847776/1586001
380.56/377.55	c cleaning 52763 clauses out of 230434 with flag 12347350/1643000
398.54/395.45	c cleaning 53574 clauses out of 235667 with flag 12865932/1701000
418.14/414.93	c cleaning 54354 clauses out of 241092 with flag 13404663/1760000
437.63/434.34	c cleaning 55776 clauses out of 246739 with flag 13949802/1820002
457.42/454.06	c cleaning 56775 clauses out of 251959 with flag 14505952/1881000
477.99/474.57	c cleaning 57650 clauses out of 257184 with flag 15077177/1943000
499.10/495.55	c cleaning 58913 clauses out of 262534 with flag 15643546/2006000
521.28/517.67	c cleaning 59982 clauses out of 267621 with flag 16237681/2070001
544.36/540.67	c cleaning 60730 clauses out of 272638 with flag 16899123/2135000
567.64/563.86	c cleaning 62169 clauses out of 277910 with flag 17507831/2201002
591.43/587.59	c cleaning 62896 clauses out of 282738 with flag 18126550/2268000
616.31/612.22	c cleaning 64359 clauses out of 287842 with flag 18784791/2336000
641.49/637.32	c cleaning 65235 clauses out of 292483 with flag 19443222/2405000
666.98/662.71	c cleaning 66216 clauses out of 297247 with flag 20100286/2475000
693.55/689.19	c cleaning 67002 clauses out of 302031 with flag 20782625/2546002
721.01/716.52	c cleaning 67819 clauses out of 307029 with flag 21522866/2618002
748.67/744.06	c cleaning 69111 clauses out of 312209 with flag 22278248/2691001
777.36/772.60	c cleaning 70040 clauses out of 317096 with flag 23021863/2765000
809.06/804.16	c cleaning 71064 clauses out of 322057 with flag 23875697/2840001
842.12/837.17	c cleaning 72207 clauses out of 326996 with flag 24804866/2916004
874.93/869.84	c cleaning 73351 clauses out of 331785 with flag 25764987/2993000
907.19/901.92	c cleaning 74596 clauses out of 336434 with flag 26660624/3071000
942.14/936.73	c cleaning 75417 clauses out of 340838 with flag 27630372/3150000
976.96/971.47	c cleaning 76545 clauses out of 345421 with flag 28543721/3230000
1012.18/1006.59	c cleaning 77330 clauses out of 349877 with flag 29422467/3311002
1047.34/1041.59	c cleaning 78423 clauses out of 354546 with flag 30314785/3393001
1084.82/1078.80	c cleaning 79548 clauses out of 359123 with flag 31221278/3476001
1121.35/1115.22	c cleaning 80398 clauses out of 363576 with flag 32182592/3560002
1159.06/1152.71	c cleaning 81611 clauses out of 368176 with flag 33115282/3645000
1198.37/1191.85	c cleaning 82442 clauses out of 372566 with flag 34086825/3731002
1238.46/1231.73	c cleaning 83677 clauses out of 377122 with flag 35063387/3818000
1281.05/1274.16	c cleaning 84498 clauses out of 381445 with flag 36071494/3906000
1324.22/1317.05	c cleaning 85462 clauses out of 385947 with flag 37093335/3995000
1367.75/1360.34	c cleaning 86528 clauses out of 390486 with flag 38122115/4085001
1412.09/1404.49	c cleaning 87805 clauses out of 394958 with flag 39269879/4176001
1456.53/1448.60	c cleaning 88688 clauses out of 399150 with flag 40348259/4268000
1503.45/1495.36	c cleaning 89729 clauses out of 403462 with flag 41485280/4361000
1551.71/1543.22	c cleaning 90755 clauses out of 407733 with flag 42621423/4455000
1599.69/1590.93	c cleaning 91778 clauses out of 411978 with flag 43738680/4550000
1651.21/1641.93	c cleaning 92877 clauses out of 416200 with flag 45083344/4646000
1701.88/1692.29	c cleaning 93708 clauses out of 420323 with flag 46251341/4743000
1754.23/1744.15	c cleaning 94771 clauses out of 424615 with flag 47477791/4841000
1800.00/1789.20	c starts		: 38640
1800.00/1789.20	c conflicts		: 4930655
1800.00/1789.20	c decisions		: 82943692
1800.00/1789.20	c propagations		: 1833406959
1800.00/1789.20	c inspects		: 19268074921
1800.00/1789.20	c shortcuts		: 0
1800.00/1789.20	c learnt literals	: 76
1800.00/1789.20	c learnt binary clauses	: 122675
1800.00/1789.20	c learnt ternary clauses	: 130528
1800.00/1789.20	c learnt constraints	: 4930579
1800.00/1789.20	c ignored constraints	: 0
1800.00/1789.20	c root simplifications	: 0
1800.00/1789.20	c removed literals (reason simplification)	: 0
1800.00/1789.20	c reason swapping (by a shorter reason)	: 0
1800.00/1789.20	c Calls to reduceDB	: 94
1800.00/1789.20	c Number of update (reduction) of LBD	: 4073843
1800.00/1789.20	c Imported unit clauses	: 0
1800.00/1789.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1789.20	c number of learned constraints concerned by reduction	: 0
1800.00/1789.20	c number of learning phase by resolution	: 0
1800.00/1789.20	c number of learning phase by cutting planes	: 0
1800.00/1789.20	c speed (assignments/second)	: 1024932.2889879742
1800.00/1789.20	c non guided choices	6402
1800.00/1789.20	c timeout
1800.00/1789.27	c learnt constraints type 
1800.00/1789.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 122675
1800.00/1789.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 296823
1800.00/1789.27	s UNKNOWN
1800.00/1789.27	c Total wall clock time (in seconds): 1789.157

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-4084654-1465283952/watcher-4084654-1465283952 -o /tmp/evaluation-result-4084654-1465283952/solver-4084654-1465283952 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28820 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084654-1465283952.opb 

pid=30394
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.17 2.10 2.03 3/194 30397
/proc/meminfo: memFree=30671652/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/30397/stat : 30397 (java) R 30394 30397 28803 0 -1 4202496 466 0 0 0 0 0 0 0 20 0 1 0 110328485 9379840 122 33554432000 1073741824 1073778376 140734653921008 140734653918136 262966120928 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2323 127 98 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.17 2.10 2.03 3/194 30397
/proc/meminfo: memFree=30671652/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 4467 0 1 0 8 0 0 0 20 0 18 0 110328485 9787879424 5583 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2389619 5583 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.17 2.10 2.03 3/194 30397
/proc/meminfo: memFree=30671652/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 5083 0 1 0 27 1 0 0 20 0 18 0 110328485 9787879424 6563 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2389619 6563 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.17 2.10 2.03 3/194 30397
/proc/meminfo: memFree=30671652/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 7393 0 1 0 55 1 0 0 20 0 18 0 110328485 9787879424 9415 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2389619 9415 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 2.17 2.10 2.03 3/194 30397
/proc/meminfo: memFree=30671652/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 7880 0 1 0 137 1 0 0 20 0 19 0 110328485 9856040960 16231 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2406260 16231 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.15 2.10 2.03 3/213 30416
/proc/meminfo: memFree=30612904/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 15271 0 1 0 254 2 0 0 20 0 19 0 110328485 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2406260 22283 2268 9 0 2396937 0
[pid=30397/tid=30399] ppid=30394 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 28803 0 -1 4202560 2478 0 1 0 144 2 0 0 20 0 19 0 110328486 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140446170843752 140446043161737 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30400] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140446014892456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30401] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140446013839912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30402] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140446012786856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30403] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140446011734312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30404] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140446010682280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30405] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140446009629736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30406] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140446008576680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30407] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140446007524136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30408] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140445995112808 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30409] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140445994059128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30410] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140445993005960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30411] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140445991954704 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30412] ppid=30394 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) R 30394 30397 28803 0 -1 4202560 8750 0 0 0 62 1 0 0 20 0 19 0 110328491 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140445990889864 140446174962128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30413] ppid=30394 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/30397/task/30413/stat : 30413 (java) S 30394 30397 28803 0 -1 4202560 2772 0 0 0 43 0 0 0 20 0 19 0 110328491 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140445989850040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30414] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30414/stat : 30414 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140445988797176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30415] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30415/stat : 30415 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140445987744840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30416] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30416/stat : 30416 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328525 9856040960 22283 33554432000 1073741824 1073778376 140734653921008 140445986640936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.15 2.10 2.03 3/213 30416
/proc/meminfo: memFree=30587656/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 15804 0 1 0 427 3 0 0 20 0 19 0 110328485 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2406260 23878 2268 9 0 2396937 0
[pid=30397/tid=30399] ppid=30394 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 28803 0 -1 4202560 2483 0 1 0 304 2 0 0 20 0 19 0 110328486 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140446170836688 140446043234380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30400] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140446014892456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30401] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140446013839912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30402] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140446012786856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30403] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140446011734312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30404] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140446010682280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30405] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140446009629736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30406] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140446008576680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30407] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140446007524136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30408] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140445995112808 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30409] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140445994059128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30410] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140445993005960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30411] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140445991954704 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30412] ppid=30394 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 28803 0 -1 4202560 9278 0 0 0 73 1 0 0 20 0 19 0 110328491 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140445990902584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30413] ppid=30394 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/30397/task/30413/stat : 30413 (java) S 30394 30397 28803 0 -1 4202560 2772 0 0 0 46 0 0 0 20 0 19 0 110328491 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140445989850040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30414] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30414/stat : 30414 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140445988797176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30415] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30415/stat : 30415 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140445987744840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30416] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30416/stat : 30416 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328525 9856040960 23878 33554432000 1073741824 1073778376 140734653921008 140445986640936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.15 2.10 2.03 3/213 30416
/proc/meminfo: memFree=30575432/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9625040 CPUtime=7.51 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 15815 0 1 0 748 3 0 0 20 0 19 0 110328485 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2406260 26866 2269 9 0 2396937 0
[pid=30397/tid=30399] ppid=30394 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 28803 0 -1 4202560 2491 0 1 0 624 2 0 0 20 0 19 0 110328486 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140446170836672 140446043162218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30400] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140446014892456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30401] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140446013839912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30402] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140446012786856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30403] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140446011734312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30404] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140446010682280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30405] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140446009629736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30406] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140446008576680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30407] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110328487 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140446007524136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30408] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140445995112808 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30409] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140445994059128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30410] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140445993005960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30411] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140445991954704 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30412] ppid=30394 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 28803 0 -1 4202560 9280 0 0 0 75 1 0 0 20 0 19 0 110328491 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140445990902584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30413] ppid=30394 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/30397/task/30413/stat : 30413 (java) S 30394 30397 28803 0 -1 4202560 2772 0 0 0 46 0 0 0 20 0 19 0 110328491 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140445989850040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30414] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30414/stat : 30414 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140445988797176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30415] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30415/stat : 30415 (java) S 30394 30397 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140445987744840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30416] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30416/stat : 30416 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328525 9856040960 26866 33554432000 1073741824 1073778376 140734653921008 140445986640936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9625040


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

[pid=30397/tid=30409] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 75351 33554432000 1073741824 1073778376 140734653921008 140445994059128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30410] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 75351 33554432000 1073741824 1073778376 140734653921008 140445993005960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30411] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 75351 33554432000 1073741824 1073778376 140734653921008 140445991954704 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30412] ppid=30394 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 28803 0 -1 4202560 9286 0 0 0 78 1 0 0 20 0 19 0 110328491 9856040960 75351 33554432000 1073741824 1073778376 140734653921008 140445990902584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30413] ppid=30394 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/30397/task/30413/stat : 30413 (java) S 30394 30397 28803 0 -1 4202560 2772 0 0 0 46 0 0 0 20 0 19 0 110328491 9856040960 75351 33554432000 1073741824 1073778376 140734653921008 140445989850040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30414] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30414/stat : 30414 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 75351 33554432000 1073741824 1073778376 140734653921008 140445988797176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30415] ppid=30394 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/30397/task/30415/stat : 30415 (java) S 30394 30397 28803 0 -1 4202560 96 0 0 0 30 39 0 0 20 0 19 0 110328491 9856040960 75351 33554432000 1073741824 1073778376 140734653921008 140445987744840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30416] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30416/stat : 30416 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328525 9856040960 75351 33554432000 1073741824 1073778376 140734653921008 140445986640936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1671.74
Current children cumulated vsize (KiB) 9625040

[startup+1722.31 s]
/proc/loadavg: 2.05 2.09 2.08 3/213 30523
/proc/meminfo: memFree=30933812/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9625040 CPUtime=1732.32 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 21164 0 1 0 173092 140 0 0 20 0 19 0 110328485 9856040960 61034 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2406260 61034 2291 9 0 2396937 0
[pid=30397/tid=30399] ppid=30394 vsize=9625040 CPUtime=1716.26 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) S 30394 30397 28803 0 -1 4202560 2655 0 1 0 171592 34 0 0 20 0 19 0 110328486 9856040960 60682 33554432000 1073741824 1073778376 140734653921008 140446170844616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30400] ppid=30394 vsize=9625040 CPUtime=1.54 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) R 30394 30397 28803 0 -1 4202560 505 0 0 0 142 12 0 0 20 0 19 0 110328487 9856040960 60682 33554432000 1073741824 1073778376 140734653921008 140446014892456 262966129724 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30401] ppid=30394 vsize=9625040 CPUtime=1.54 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 28803 0 -1 4202560 584 0 0 0 143 11 0 0 20 0 19 0 110328487 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140446013839912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30402] ppid=30394 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) R 30394 30397 28803 0 -1 4202560 860 0 0 0 132 12 0 0 20 0 19 0 110328487 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140446012786880 262966141365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30403] ppid=30394 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 28803 0 -1 4202560 671 0 0 0 133 13 0 0 20 0 19 0 110328487 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140446011734312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30404] ppid=30394 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 28803 0 -1 4202560 409 0 0 0 120 10 0 0 20 0 19 0 110328487 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140446010682280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30405] ppid=30394 vsize=9625040 CPUtime=1.54 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 28803 0 -1 4202560 635 0 0 0 142 12 0 0 20 0 19 0 110328487 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140446009629736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30406] ppid=30394 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 28803 0 -1 4202560 270 0 0 0 124 10 0 0 20 0 19 0 110328487 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140446008576680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30407] ppid=30394 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 28803 0 -1 4202560 628 0 0 0 137 12 0 0 20 0 19 0 110328487 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140446007524136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30408] ppid=30394 vsize=9625040 CPUtime=2.6 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) R 30394 30397 28803 0 -1 4202560 531 0 0 0 255 5 0 0 20 0 19 0 110328488 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140445995111528 262962799498 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30409] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140445994059128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30410] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140445993005960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30411] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140445991954704 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30412] ppid=30394 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 28803 0 -1 4202560 9286 0 0 0 78 1 0 0 20 0 19 0 110328491 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140445990902584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30413] ppid=30394 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/30397/task/30413/stat : 30413 (java) S 30394 30397 28803 0 -1 4202560 2772 0 0 0 46 0 0 0 20 0 19 0 110328491 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140445989850040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30414] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30414/stat : 30414 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140445988797176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30415] ppid=30394 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/30397/task/30415/stat : 30415 (java) S 30394 30397 28803 0 -1 4202560 100 0 0 0 31 40 0 0 20 0 19 0 110328491 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140445987744840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30416] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30416/stat : 30416 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328525 9856040960 60681 33554432000 1073741824 1073778376 140734653921008 140445986640936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1732.32
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.10 2.09 3/213 30525
/proc/meminfo: memFree=30950792/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9625040 CPUtime=1793.02 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 22221 0 1 0 179155 147 0 0 20 0 19 0 110328485 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2406260 68376 2291 9 0 2396937 0
[pid=30397/tid=30399] ppid=30394 vsize=9625040 CPUtime=1775.62 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 28803 0 -1 4202560 2676 0 1 0 177527 35 0 0 20 0 19 0 110328486 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140446170844496 140446043162064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30400] ppid=30394 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 28803 0 -1 4202560 518 0 0 0 157 13 0 0 20 0 19 0 110328487 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140446014892456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30401] ppid=30394 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 28803 0 -1 4202560 829 0 0 0 154 11 0 0 20 0 19 0 110328487 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140446013839912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30402] ppid=30394 vsize=9625040 CPUtime=1.57 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 28803 0 -1 4202560 940 0 0 0 144 13 0 0 20 0 19 0 110328487 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140446012786856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30403] ppid=30394 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 28803 0 -1 4202560 954 0 0 0 148 14 0 0 20 0 19 0 110328487 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140446011734312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30404] ppid=30394 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 28803 0 -1 4202560 517 0 0 0 131 11 0 0 20 0 19 0 110328487 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140446010682280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30405] ppid=30394 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 28803 0 -1 4202560 669 0 0 0 152 12 0 0 20 0 19 0 110328487 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140446009629736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30406] ppid=30394 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 28803 0 -1 4202560 465 0 0 0 134 11 0 0 20 0 19 0 110328487 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140446008576680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30407] ppid=30394 vsize=9625040 CPUtime=1.59 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 28803 0 -1 4202560 636 0 0 0 147 12 0 0 20 0 19 0 110328487 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140446007524136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30408] ppid=30394 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 28803 0 -1 4202560 597 0 0 0 288 5 0 0 20 0 19 0 110328488 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140445995112808 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30409] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140445994059128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30410] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140445993005960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30411] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140445991954704 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30412] ppid=30394 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 28803 0 -1 4202560 9286 0 0 0 78 1 0 0 20 0 19 0 110328491 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140445990902584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30413] ppid=30394 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/30397/task/30413/stat : 30413 (java) S 30394 30397 28803 0 -1 4202560 2772 0 0 0 46 0 0 0 20 0 19 0 110328491 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140445989850040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30414] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30414/stat : 30414 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140445988797176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30415] ppid=30394 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/30397/task/30415/stat : 30415 (java) S 30394 30397 28803 0 -1 4202560 104 0 0 0 33 42 0 0 20 0 19 0 110328491 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140445987744840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30416] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30416/stat : 30416 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328525 9856040960 68376 33554432000 1073741824 1073778376 140734653921008 140445986640936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1793.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.2 s]
/proc/loadavg: 2.12 2.10 2.09 3/213 30526
/proc/meminfo: memFree=30937936/32872528 swapFree=11320/319964
[pid=30397] ppid=30394 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 28803 0 -1 4202496 22223 0 1 0 179852 148 0 0 20 0 19 0 110328485 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140734653912144 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30397/statm: 2406260 67671 2291 9 0 2396937 0
[pid=30397/tid=30399] ppid=30394 vsize=9625040 CPUtime=1782.48 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 28803 0 -1 4202560 2678 0 1 0 178212 36 0 0 20 0 19 0 110328486 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140446170844496 140446043070994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30400] ppid=30394 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 28803 0 -1 4202560 518 0 0 0 159 13 0 0 20 0 19 0 110328487 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140446014892456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30401] ppid=30394 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 28803 0 -1 4202560 829 0 0 0 155 11 0 0 20 0 19 0 110328487 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140446013839912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30402] ppid=30394 vsize=9625040 CPUtime=1.58 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 28803 0 -1 4202560 940 0 0 0 145 13 0 0 20 0 19 0 110328487 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140446012786856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30403] ppid=30394 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 28803 0 -1 4202560 954 0 0 0 150 14 0 0 20 0 19 0 110328487 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140446011734312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30404] ppid=30394 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 28803 0 -1 4202560 517 0 0 0 132 11 0 0 20 0 19 0 110328487 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140446010682280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30397/tid=30405] ppid=30394 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 28803 0 -1 4202560 669 0 0 0 153 12 0 0 20 0 19 0 110328487 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140446009629736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30406] ppid=30394 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 28803 0 -1 4202560 465 0 0 0 136 11 0 0 20 0 19 0 110328487 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140446008576680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30407] ppid=30394 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 28803 0 -1 4202560 636 0 0 0 148 12 0 0 20 0 19 0 110328487 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140446007524136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30408] ppid=30394 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 28803 0 -1 4202560 597 0 0 0 288 5 0 0 20 0 19 0 110328488 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140445995112808 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30409] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140445994059128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30410] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110328488 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140445993005960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30411] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140445991954704 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30412] ppid=30394 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 28803 0 -1 4202560 9286 0 0 0 78 1 0 0 20 0 19 0 110328491 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140445990902584 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30413] ppid=30394 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/30397/task/30413/stat : 30413 (java) S 30394 30397 28803 0 -1 4202560 2772 0 0 0 46 0 0 0 20 0 19 0 110328491 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140445989850040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30397/tid=30414] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30414/stat : 30414 (java) S 30394 30397 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110328491 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140445988797176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30397/tid=30415] ppid=30394 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/30397/task/30415/stat : 30415 (java) S 30394 30397 28803 0 -1 4202560 104 0 0 0 33 42 0 0 20 0 19 0 110328491 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140445987744840 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30397/tid=30416] ppid=30394 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30416/stat : 30416 (java) S 30394 30397 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110328525 9856040960 67671 33554432000 1073741824 1073778376 140734653921008 140445986640936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 30397 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1789.28
CPU time (s): 1800.53
CPU user time (s): 1798.58
CPU system time (s): 1.9507
CPU usage (%): 100.629
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 1.9507
maximum resident set size= 836868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22265
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42144
involuntary context switches= 23484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.09223 second user time and 7.02893 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 09:19:12
IDJOB=4084654
IDBENCH=90122
IDSOLVER=2546
FILE ID=node128/4084654-1465283952
RUNJOBID= node128-1465270992-28820
PBS_JOBID= 19843302
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K97.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084654-1465283952/watcher-4084654-1465283952 -o /tmp/evaluation-result-4084654-1465283952/solver-4084654-1465283952 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28820 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084654-1465283952.opb

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

MD5SUM BENCH= 43f0e9fb1c8ca4724fdfde37689b9cda
RANDOM SEED=1196709142

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30671652 kB
Buffers:          120328 kB
Cached:           242200 kB
SwapCached:         1668 kB
Active:           887960 kB
Inactive:         255476 kB
Active(anon):     782804 kB
Inactive(anon):      588 kB
Active(file):     105156 kB
Inactive(file):   254888 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098516 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       1100216 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             603388 kB
SReclaimable:      46680 kB
SUnreclaim:       556708 kB
KernelStack:        1568 kB
PageTables:         6412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1242904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1048576 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= 71744 MiB
End job on node128 at 2016-06-07 09:49:01