Trace number 4084419

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.09 1794.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark33.5499
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4084419-1465218560.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  no objective function found
0.23/0.24	c ... done. Wall clock time 0.115s.
0.23/0.24	c declared #vars     490
0.23/0.24	c #constraints  737
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
0.23/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 338
0.23/0.24	c 737 constraints processed.
1.08/0.77	c cleaning 2484 clauses out of 5000 with flag 21502/5000
1.64/1.23	c cleaning 4258 clauses out of 8516 with flag 48129/11000
2.13/1.79	c cleaning 5625 clauses out of 11258 with flag 75105/18000
2.84/2.48	c cleaning 6811 clauses out of 13633 with flag 105961/26000
3.67/3.25	c cleaning 7907 clauses out of 15822 with flag 143614/35000
4.57/4.18	c cleaning 8956 clauses out of 17915 with flag 182504/45000
5.68/5.28	c cleaning 9976 clauses out of 19959 with flag 224766/56000
6.97/6.52	c cleaning 10989 clauses out of 21983 with flag 265891/68000
8.28/7.87	c cleaning 11980 clauses out of 23994 with flag 319721/81000
9.77/9.36	c cleaning 13003 clauses out of 26015 with flag 370270/95001
11.48/11.03	c cleaning 13995 clauses out of 28011 with flag 424226/110000
13.28/12.89	c cleaning 14993 clauses out of 30016 with flag 482986/126000
15.42/14.91	c cleaning 16004 clauses out of 32023 with flag 545689/143000
17.62/17.19	c cleaning 16982 clauses out of 34019 with flag 615759/161000
20.12/19.69	c cleaning 18009 clauses out of 36037 with flag 678122/180000
23.13/22.62	c cleaning 18994 clauses out of 38028 with flag 744933/200000
26.63/26.19	c cleaning 20010 clauses out of 40034 with flag 826842/221000
29.73/29.29	c cleaning 20997 clauses out of 42024 with flag 917568/243000
33.13/32.65	c cleaning 22007 clauses out of 44027 with flag 1003451/266000
36.39/35.89	c cleaning 22987 clauses out of 46020 with flag 1092346/290000
39.99/39.44	c cleaning 24007 clauses out of 48035 with flag 1185574/315002
43.99/43.40	c cleaning 25004 clauses out of 50028 with flag 1278383/341002
48.69/48.16	c cleaning 25997 clauses out of 52022 with flag 1378881/368000
55.09/54.58	c cleaning 26993 clauses out of 54030 with flag 1491150/396005
61.04/60.30	c cleaning 27993 clauses out of 56036 with flag 1595327/425004
66.54/65.90	c cleaning 29002 clauses out of 58040 with flag 1707054/455001
73.24/72.57	c cleaning 29990 clauses out of 60037 with flag 1818003/486000
80.15/79.45	c cleaning 30994 clauses out of 62047 with flag 1938901/518000
87.15/86.42	c cleaning 32013 clauses out of 64055 with flag 2062210/551002
94.93/94.02	c cleaning 33010 clauses out of 66042 with flag 2180384/585002
103.73/102.87	c cleaning 33988 clauses out of 68033 with flag 2301728/620003
111.83/110.94	c cleaning 35001 clauses out of 70042 with flag 2467974/656000
119.23/118.36	c cleaning 35985 clauses out of 72043 with flag 2606825/693002
127.52/126.44	c cleaning 37021 clauses out of 74057 with flag 2740653/731001
139.53/138.45	c cleaning 37991 clauses out of 76035 with flag 2897059/770000
155.93/154.85	c cleaning 39000 clauses out of 78046 with flag 3051752/810002
173.94/172.85	c cleaning 40011 clauses out of 80046 with flag 3205168/851002
189.14/187.82	c cleaning 40992 clauses out of 82034 with flag 3364978/893001
205.34/204.01	c cleaning 41985 clauses out of 84041 with flag 3512815/936000
222.34/221.00	c cleaning 42982 clauses out of 86056 with flag 3689145/980000
239.66/238.13	c cleaning 44026 clauses out of 88074 with flag 3852028/1025000
256.26/254.74	c cleaning 45012 clauses out of 90050 with flag 4032869/1071002
273.97/272.41	c cleaning 45986 clauses out of 92036 with flag 4201185/1118000
292.58/290.85	c cleaning 47017 clauses out of 94050 with flag 4372755/1166000
310.89/309.12	c cleaning 47985 clauses out of 96033 with flag 4555369/1215000
327.72/325.77	c cleaning 48994 clauses out of 98049 with flag 4746691/1265001
344.91/342.94	c cleaning 50020 clauses out of 100055 with flag 4951370/1316001
363.51/361.47	c cleaning 51009 clauses out of 102035 with flag 5164590/1368001
380.72/378.68	c cleaning 52008 clauses out of 104027 with flag 5373940/1421002
399.13/396.93	c cleaning 52994 clauses out of 106017 with flag 5576553/1475000
419.14/416.93	c cleaning 53984 clauses out of 108023 with flag 5780589/1530000
444.14/441.85	c cleaning 55006 clauses out of 110039 with flag 6018094/1586000
468.14/465.81	c cleaning 55988 clauses out of 112034 with flag 6247749/1643001
492.09/489.62	c cleaning 56991 clauses out of 114046 with flag 6481512/1701001
514.38/511.98	c cleaning 58019 clauses out of 116054 with flag 6723268/1760000
541.37/538.84	c cleaning 59002 clauses out of 118035 with flag 6958265/1820000
571.88/569.31	c cleaning 59989 clauses out of 120033 with flag 7210659/1881000
602.08/599.44	c cleaning 60983 clauses out of 122045 with flag 7451435/1943001
632.98/630.25	c cleaning 61997 clauses out of 124061 with flag 7675540/2006000
661.98/659.26	c cleaning 63011 clauses out of 126066 with flag 7911586/2070002
690.67/687.83	c cleaning 63986 clauses out of 128053 with flag 8147141/2135000
723.12/720.21	c cleaning 65027 clauses out of 130067 with flag 8378861/2201000
755.25/752.36	c cleaning 66010 clauses out of 132040 with flag 8640869/2268000
786.61/783.62	c cleaning 66998 clauses out of 134030 with flag 8917367/2336000
824.02/820.98	c cleaning 68004 clauses out of 136033 with flag 9222654/2405001
867.53/864.33	c cleaning 68983 clauses out of 138029 with flag 9514025/2475001
904.02/900.87	c cleaning 70010 clauses out of 140045 with flag 9798181/2546000
941.84/938.54	c cleaning 71017 clauses out of 142041 with flag 10104804/2618006
984.06/980.66	c cleaning 72001 clauses out of 144018 with flag 10427058/2691000
1028.96/1025.43	c cleaning 72987 clauses out of 146018 with flag 10738433/2765001
1067.38/1063.75	c cleaning 73984 clauses out of 148030 with flag 11046030/2840000
1107.65/1103.95	c cleaning 74995 clauses out of 150046 with flag 11333340/2916000
1154.66/1150.86	c cleaning 76010 clauses out of 152051 with flag 11660609/2993000
1199.40/1195.48	c cleaning 76960 clauses out of 154041 with flag 11976644/3071000
1251.12/1247.06	c cleaning 78023 clauses out of 156084 with flag 12325611/3150003
1299.91/1295.74	c cleaning 79004 clauses out of 158062 with flag 12671013/3230004
1347.09/1342.84	c cleaning 80015 clauses out of 160055 with flag 12997242/3311001
1397.20/1392.83	c cleaning 81002 clauses out of 162043 with flag 13337261/3393004
1453.48/1449.06	c cleaning 81966 clauses out of 164039 with flag 13720215/3476002
1510.28/1505.64	c cleaning 83020 clauses out of 166071 with flag 14068094/3560000
1567.77/1563.03	c cleaning 84007 clauses out of 168051 with flag 14415682/3645000
1624.17/1619.33	c cleaning 85014 clauses out of 170044 with flag 14744331/3731000
1677.24/1672.29	c cleaning 85986 clauses out of 172030 with flag 15069979/3818000
1739.77/1734.64	c cleaning 87009 clauses out of 174044 with flag 15444352/3906000
1795.64/1790.42	c cleaning 88012 clauses out of 176035 with flag 15774718/3995000
1800.09/1794.80	c starts		: 1524
1800.09/1794.80	c conflicts		: 4006194
1800.09/1794.80	c decisions		: 12157399
1800.09/1794.80	c propagations		: 162315916
1800.09/1794.80	c inspects		: 25079194696
1800.09/1794.80	c shortcuts		: 0
1800.09/1794.80	c learnt literals	: 0
1800.09/1794.80	c learnt binary clauses	: 0
1800.09/1794.80	c learnt ternary clauses	: 1
1800.09/1794.80	c learnt constraints	: 4006194
1800.09/1794.80	c ignored constraints	: 0
1800.09/1794.80	c root simplifications	: 0
1800.09/1794.80	c removed literals (reason simplification)	: 0
1800.09/1794.80	c reason swapping (by a shorter reason)	: 0
1800.09/1794.80	c Calls to reduceDB	: 85
1800.09/1794.80	c Number of update (reduction) of LBD	: 1454959
1800.09/1794.80	c Imported unit clauses	: 0
1800.09/1794.80	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.80	c timeout
1800.09/1794.80	c number of learned constraints concerned by reduction	: 0
1800.09/1794.80	c number of learning phase by resolution	: 0
1800.09/1794.80	c number of learning phase by cutting planes	: 0
1800.09/1794.80	c speed (assignments/second)	: 90448.86936073466
1800.09/1794.80	c non guided choices	56
1800.09/1794.83	c learnt constraints type 
1800.09/1794.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99217
1800.09/1794.83	s UNKNOWN
1800.09/1794.83	c Total wall clock time (in seconds): 1794.705

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-4084419-1465218560/watcher-4084419-1465218560 -o /tmp/evaluation-result-4084419-1465218560/solver-4084419-1465218560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084419-1465218560.opb 

pid=32601
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.38 2.27 2.18 3/194 32604
/proc/meminfo: memFree=29576172/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/32604/stat : 32604 (runsolver) D 32601 32604 32365 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 103788389 24911872 151 33554432000 4194304 4338465 140737467457072 140737467454712 240565177527 0 0 4096 24578 18446744072101238148 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 6082 151 105 36 0 2655 0

[startup+0.100117 s]
/proc/loadavg: 2.38 2.27 2.18 3/194 32604
/proc/meminfo: memFree=29576172/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 4287 0 1 0 7 1 0 0 20 0 18 0 103788389 9787879424 5401 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2389619 5401 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200347 s]
/proc/loadavg: 2.38 2.27 2.18 3/194 32604
/proc/meminfo: memFree=29576172/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 4717 0 1 0 22 1 0 0 20 0 18 0 103788389 9787879424 6789 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2389619 6789 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 2.38 2.27 2.18 3/194 32604
/proc/meminfo: memFree=29576172/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 6572 0 1 0 43 1 0 0 20 0 19 0 103788389 9856040960 8453 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2406260 8453 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9625040

[startup+0.70022 s]
/proc/loadavg: 2.38 2.27 2.18 3/194 32604
/proc/meminfo: memFree=29576172/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 7727 0 1 0 106 2 0 0 20 0 19 0 103788389 9856040960 9366 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2406260 9366 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.38 2.27 2.18 3/213 32623
/proc/meminfo: memFree=29540284/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 7740 0 1 0 191 2 0 0 20 0 19 0 103788389 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2406260 11933 2257 9 0 2396937 0
[pid=32604/tid=32606] ppid=32601 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/32604/task/32606/stat : 32606 (java) R 32601 32604 32365 0 -1 4202560 2423 0 1 0 144 1 0 0 20 0 19 0 103788391 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217340576280 140217210778066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32607] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32607/stat : 32607 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217329637928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32608] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32608/stat : 32608 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217182534056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32609] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32609/stat : 32609 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217181481256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32610] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32610/stat : 32610 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217180428456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32611] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32611/stat : 32611 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217179376680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32612] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32612/stat : 32612 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217178323880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32613] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32613/stat : 32613 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217177271080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32614] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32614/stat : 32614 (java) S 32601 32604 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217176218280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32615] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32615/stat : 32615 (java) S 32601 32604 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217164020200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32616] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32616/stat : 32616 (java) S 32601 32604 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217162966264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32617] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32617/stat : 32617 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217161913352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32618] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32618/stat : 32618 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217160861840 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32619] ppid=32601 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32604/task/32619/stat : 32619 (java) S 32601 32604 32365 0 -1 4202560 2858 0 0 0 23 0 0 0 20 0 19 0 103788396 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217159809976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32620] ppid=32601 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/32604/task/32620/stat : 32620 (java) S 32601 32604 32365 0 -1 4202560 1188 0 0 0 21 0 0 0 20 0 19 0 103788396 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217158757176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32621] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32621/stat : 32621 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217157704568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32622] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32622/stat : 32622 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217156651976 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32623] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32623/stat : 32623 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788414 9856040960 11933 33554432000 1073741824 1073778376 140733294489520 140217155597480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.38 2.27 2.18 3/213 32623
/proc/meminfo: memFree=29527376/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9625040 CPUtime=3.57 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 7839 0 1 0 355 2 0 0 20 0 19 0 103788389 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2406260 16562 2258 9 0 2396937 0
[pid=32604/tid=32606] ppid=32601 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/32604/task/32606/stat : 32606 (java) R 32601 32604 32365 0 -1 4202560 2433 0 1 0 303 2 0 0 20 0 19 0 103788391 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217340576024 140217210590341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32607] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32607/stat : 32607 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217329637928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32608] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32608/stat : 32608 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217182534056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32609] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32609/stat : 32609 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217181481256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32610] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32610/stat : 32610 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217180428456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32611] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32611/stat : 32611 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217179376680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32612] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32612/stat : 32612 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217178323880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32613] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32613/stat : 32613 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217177271080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32614] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32614/stat : 32614 (java) S 32601 32604 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217176218280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32615] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32615/stat : 32615 (java) S 32601 32604 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217164020200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32616] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32616/stat : 32616 (java) S 32601 32604 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217162966264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32617] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32617/stat : 32617 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217161913352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32618] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32618/stat : 32618 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217160861840 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32619] ppid=32601 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32604/task/32619/stat : 32619 (java) S 32601 32604 32365 0 -1 4202560 2858 0 0 0 23 0 0 0 20 0 19 0 103788396 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217159809976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32620] ppid=32601 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/32604/task/32620/stat : 32620 (java) S 32601 32604 32365 0 -1 4202560 1277 0 0 0 25 0 0 0 20 0 19 0 103788396 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217158757176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32621] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32621/stat : 32621 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217157704568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32622] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32622/stat : 32622 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217156651976 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32623] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32623/stat : 32623 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788414 9856040960 16562 33554432000 1073741824 1073778376 140733294489520 140217155597480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.35 2.26 2.17 3/213 32623
/proc/meminfo: memFree=29495260/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9625040 CPUtime=6.77 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 7855 0 1 0 674 3 0 0 20 0 19 0 103788389 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2406260 23516 2259 9 0 2396937 0
[pid=32604/tid=32606] ppid=32601 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/32604/task/32606/stat : 32606 (java) R 32601 32604 32365 0 -1 4202560 2448 0 1 0 622 2 0 0 20 0 19 0 103788391 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217340567232 140217210590335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32607] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32607/stat : 32607 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217329637928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32608] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32608/stat : 32608 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217182534056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32609] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32609/stat : 32609 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217181481256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32610] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32610/stat : 32610 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217180428456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32611] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32611/stat : 32611 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217179376680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32612] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32612/stat : 32612 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217178323880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32613] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32613/stat : 32613 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217177271080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32614] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32614/stat : 32614 (java) S 32601 32604 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103788392 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217176218280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32615] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32615/stat : 32615 (java) S 32601 32604 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217164020200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32616] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32616/stat : 32616 (java) S 32601 32604 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217162966264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32617] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32617/stat : 32617 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217161913352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32618] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32618/stat : 32618 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217160861840 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32619] ppid=32601 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32604/task/32619/stat : 32619 (java) S 32601 32604 32365 0 -1 4202560 2858 0 0 0 23 0 0 0 20 0 19 0 103788396 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217159809976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32620] ppid=32601 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/32604/task/32620/stat : 32620 (java) S 32601 32604 32365 0 -1 4202560 1277 0 0 0 25 0 0 0 20 0 19 0 103788396 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217158757176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32621] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32621/stat : 32621 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217157704568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32622] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32622/stat : 32622 (java) S 32601 32604 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217156651976 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32623] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32623/stat : 32623 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788414 9856040960 23516 33554432000 1073741824 1073778376 140733294489520 140217155597480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9625040


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

[pid=32604/tid=32623] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32623/stat : 32623 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788414 9856040960 130850 33554432000 1073741824 1073778376 140733294489520 140217155597480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1667.23
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.35 2.29 2.27 3/213 1248
/proc/meminfo: memFree=29144440/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9625040 CPUtime=1727.47 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 11655 0 1 0 172649 98 0 0 20 0 19 0 103788389 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2406260 132535 2281 9 0 2396937 0
[pid=32604/tid=32606] ppid=32601 vsize=9625040 CPUtime=1715.4 cores=0,2,4,6
/proc/32604/task/32606/stat : 32606 (java) R 32601 32604 32365 0 -1 4202560 2521 0 1 0 171510 30 0 0 20 0 19 0 103788391 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217340574928 140217210646721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32607] ppid=32601 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/32604/task/32607/stat : 32607 (java) S 32601 32604 32365 0 -1 4202560 339 0 0 0 61 9 0 0 20 0 19 0 103788392 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217329637928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32608] ppid=32601 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/32604/task/32608/stat : 32608 (java) S 32601 32604 32365 0 -1 4202560 363 0 0 0 64 8 0 0 20 0 19 0 103788392 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217182534056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32609] ppid=32601 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/32604/task/32609/stat : 32609 (java) S 32601 32604 32365 0 -1 4202560 342 0 0 0 59 7 0 0 20 0 19 0 103788392 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217181481256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32610] ppid=32601 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/32604/task/32610/stat : 32610 (java) S 32601 32604 32365 0 -1 4202560 501 0 0 0 74 10 0 0 20 0 19 0 103788392 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217180428456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32611] ppid=32601 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/32604/task/32611/stat : 32611 (java) S 32601 32604 32365 0 -1 4202560 398 0 0 0 74 9 0 0 20 0 19 0 103788392 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217179376680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32612] ppid=32601 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/32604/task/32612/stat : 32612 (java) S 32601 32604 32365 0 -1 4202560 294 0 0 0 62 9 0 0 20 0 19 0 103788392 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217178323880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32613] ppid=32601 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/32604/task/32613/stat : 32613 (java) S 32601 32604 32365 0 -1 4202560 291 0 0 0 59 7 0 0 20 0 19 0 103788392 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217177271080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32614] ppid=32601 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/32604/task/32614/stat : 32614 (java) S 32601 32604 32365 0 -1 4202560 315 0 0 0 68 9 0 0 20 0 19 0 103788392 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217176218280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32615] ppid=32601 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/32604/task/32615/stat : 32615 (java) S 32601 32604 32365 0 -1 4202560 323 0 0 0 80 2 0 0 20 0 19 0 103788394 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217164020200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32616] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32616/stat : 32616 (java) S 32601 32604 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217162966264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32617] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32617/stat : 32617 (java) S 32601 32604 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217161913352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32618] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32618/stat : 32618 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217160861840 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32619] ppid=32601 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32604/task/32619/stat : 32619 (java) S 32601 32604 32365 0 -1 4202560 2858 0 0 0 23 0 0 0 20 0 19 0 103788396 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217159809976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32620] ppid=32601 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/32604/task/32620/stat : 32620 (java) S 32601 32604 32365 0 -1 4202560 1753 0 0 0 27 0 0 0 20 0 19 0 103788396 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217158757176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32621] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32621/stat : 32621 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217157704568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32622] ppid=32601 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/32604/task/32622/stat : 32622 (java) S 32601 32604 32365 0 -1 4202560 100 0 0 0 39 32 0 0 20 0 19 0 103788396 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217156651976 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32623] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32623/stat : 32623 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788414 9856040960 132535 33554432000 1073741824 1073778376 140733294489520 140217155597480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.47
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.27 2.26 3/213 1249
/proc/meminfo: memFree=29068540/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9625040 CPUtime=1787.54 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 11717 0 1 0 178655 99 0 0 20 0 19 0 103788389 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2406260 132157 2281 9 0 2396937 0
[pid=32604/tid=32606] ppid=32601 vsize=9625040 CPUtime=1775.23 cores=0,2,4,6
/proc/32604/task/32606/stat : 32606 (java) R 32601 32604 32365 0 -1 4202560 2522 0 1 0 177493 30 0 0 20 0 19 0 103788391 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217340574928 140217210666873 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32607] ppid=32601 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/32604/task/32607/stat : 32607 (java) S 32601 32604 32365 0 -1 4202560 339 0 0 0 62 9 0 0 20 0 19 0 103788392 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217329637928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32608] ppid=32601 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/32604/task/32608/stat : 32608 (java) S 32601 32604 32365 0 -1 4202560 363 0 0 0 65 8 0 0 20 0 19 0 103788392 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217182534056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32609] ppid=32601 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/32604/task/32609/stat : 32609 (java) S 32601 32604 32365 0 -1 4202560 397 0 0 0 60 8 0 0 20 0 19 0 103788392 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217181481256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32610] ppid=32601 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/32604/task/32610/stat : 32610 (java) S 32601 32604 32365 0 -1 4202560 501 0 0 0 74 10 0 0 20 0 19 0 103788392 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217180428456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32611] ppid=32601 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/32604/task/32611/stat : 32611 (java) S 32601 32604 32365 0 -1 4202560 398 0 0 0 75 9 0 0 20 0 19 0 103788392 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217179376680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32612] ppid=32601 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/32604/task/32612/stat : 32612 (java) S 32601 32604 32365 0 -1 4202560 294 0 0 0 62 9 0 0 20 0 19 0 103788392 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217178323880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32613] ppid=32601 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/32604/task/32613/stat : 32613 (java) S 32601 32604 32365 0 -1 4202560 291 0 0 0 60 7 0 0 20 0 19 0 103788392 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217177271080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32614] ppid=32601 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/32604/task/32614/stat : 32614 (java) S 32601 32604 32365 0 -1 4202560 315 0 0 0 70 9 0 0 20 0 19 0 103788392 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217176218280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32615] ppid=32601 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/32604/task/32615/stat : 32615 (java) S 32601 32604 32365 0 -1 4202560 325 0 0 0 80 2 0 0 20 0 19 0 103788394 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217164020200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32616] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32616/stat : 32616 (java) S 32601 32604 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217162966264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32617] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32617/stat : 32617 (java) S 32601 32604 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217161913352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32618] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32618/stat : 32618 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217160861840 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32619] ppid=32601 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32604/task/32619/stat : 32619 (java) S 32601 32604 32365 0 -1 4202560 2858 0 0 0 23 0 0 0 20 0 19 0 103788396 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217159809976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32620] ppid=32601 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/32604/task/32620/stat : 32620 (java) S 32601 32604 32365 0 -1 4202560 1753 0 0 0 27 0 0 0 20 0 19 0 103788396 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217158757176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32621] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32621/stat : 32621 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217157704568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32622] ppid=32601 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/32604/task/32622/stat : 32622 (java) S 32601 32604 32365 0 -1 4202560 104 0 0 0 41 34 0 0 20 0 19 0 103788396 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217156651976 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32623] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32623/stat : 32623 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788414 9856040960 132157 33554432000 1073741824 1073778376 140733294489520 140217155597480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.32 2.29 2.27 4/213 1249
/proc/meminfo: memFree=29068544/32872528 swapFree=15844/1710320
[pid=32604] ppid=32601 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/32604/stat : 32604 (java) S 32601 32604 32365 0 -1 4202496 11753 0 1 0 179910 99 0 0 20 0 19 0 103788389 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140733294480656 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32604/statm: 2406260 132190 2281 9 0 2396937 0
[pid=32604/tid=32606] ppid=32601 vsize=9625040 CPUtime=1787.68 cores=0,2,4,6
/proc/32604/task/32606/stat : 32606 (java) R 32601 32604 32365 0 -1 4202560 2523 0 1 0 178737 31 0 0 20 0 19 0 103788391 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217340574928 140217210646627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32607] ppid=32601 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/32604/task/32607/stat : 32607 (java) S 32601 32604 32365 0 -1 4202560 339 0 0 0 63 9 0 0 20 0 19 0 103788392 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217329637928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32608] ppid=32601 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/32604/task/32608/stat : 32608 (java) S 32601 32604 32365 0 -1 4202560 363 0 0 0 65 8 0 0 20 0 19 0 103788392 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217182534056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32609] ppid=32601 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/32604/task/32609/stat : 32609 (java) S 32601 32604 32365 0 -1 4202560 397 0 0 0 62 8 0 0 20 0 19 0 103788392 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217181481256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32610] ppid=32601 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/32604/task/32610/stat : 32610 (java) S 32601 32604 32365 0 -1 4202560 533 0 0 0 75 10 0 0 20 0 19 0 103788392 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217180428456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32611] ppid=32601 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/32604/task/32611/stat : 32611 (java) S 32601 32604 32365 0 -1 4202560 398 0 0 0 77 9 0 0 20 0 19 0 103788392 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217179376680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32612] ppid=32601 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/32604/task/32612/stat : 32612 (java) S 32601 32604 32365 0 -1 4202560 294 0 0 0 62 9 0 0 20 0 19 0 103788392 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217178323880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32613] ppid=32601 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/32604/task/32613/stat : 32613 (java) S 32601 32604 32365 0 -1 4202560 291 0 0 0 61 7 0 0 20 0 19 0 103788392 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217177271080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32614] ppid=32601 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/32604/task/32614/stat : 32614 (java) S 32601 32604 32365 0 -1 4202560 315 0 0 0 70 9 0 0 20 0 19 0 103788392 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217176218280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32615] ppid=32601 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/32604/task/32615/stat : 32615 (java) S 32601 32604 32365 0 -1 4202560 328 0 0 0 80 2 0 0 20 0 19 0 103788394 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217164020200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32616] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32616/stat : 32616 (java) S 32601 32604 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217162966264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32617] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32617/stat : 32617 (java) S 32601 32604 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103788394 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217161913352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32618] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32618/stat : 32618 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217160861840 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32619] ppid=32601 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32604/task/32619/stat : 32619 (java) S 32601 32604 32365 0 -1 4202560 2858 0 0 0 23 0 0 0 20 0 19 0 103788396 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217159809976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32604/tid=32620] ppid=32601 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/32604/task/32620/stat : 32620 (java) S 32601 32604 32365 0 -1 4202560 1753 0 0 0 27 0 0 0 20 0 19 0 103788396 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217158757176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32604/tid=32621] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32621/stat : 32621 (java) S 32601 32604 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103788396 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217157704568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32604/tid=32622] ppid=32601 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/32604/task/32622/stat : 32622 (java) S 32601 32604 32365 0 -1 4202560 104 0 0 0 41 34 0 0 20 0 19 0 103788396 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217156651976 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32604/tid=32623] ppid=32601 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32604/task/32623/stat : 32623 (java) S 32601 32604 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103788414 9856040960 132190 33554432000 1073741824 1073778376 140733294489520 140217155597480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 32604 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 32604 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=608178
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=501771
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.84
CPU time (s): 1800.09
CPU user time (s): 1799.1
CPU system time (s): 0.99
CPU usage (%): 100.293
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.50177
maximum resident set size= 707116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11795
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39094
involuntary context switches= 9084

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8523 second user time and 13.4919 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 15:09:20
IDJOB=4084419
IDBENCH=1167
IDSOLVER=2546
FILE ID=node146/4084419-1465218560
RUNJOBID= node146-1465217554-32381
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084419-1465218560/watcher-4084419-1465218560 -o /tmp/evaluation-result-4084419-1465218560/solver-4084419-1465218560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084419-1465218560.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=736945963

node146.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.799
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.59
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.799
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.799
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.799
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.799
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.799
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.799
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.799
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:        29576808 kB
Buffers:            7380 kB
Cached:           197844 kB
SwapCached:         1468 kB
Active:           733160 kB
Inactive:         149644 kB
Active(anon):     678328 kB
Inactive(anon):     1608 kB
Active(file):      54832 kB
Inactive(file):   148036 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       2387152 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             567232 kB
SReclaimable:      10560 kB
SUnreclaim:       556672 kB
KernelStack:        1608 kB
PageTables:         8724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2524820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2340864 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= 71732 MiB
End job on node146 at 2016-06-06 15:39:15