Trace number 4108922

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.05 1797.14

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-135.opb
MD5SUM0bf2f4aff59c663568b0bfbd80eaa689
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4108922-1466293243.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
8.79/7.39	c ... done. Wall clock time 7.275s.
8.79/7.39	c declared #vars     55296
8.79/7.39	c #constraints  1284718
8.79/7.39	c constraints type 
8.79/7.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
8.79/7.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
8.79/7.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
8.79/7.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
8.79/7.39	c 1284718 constraints processed.
30.93/29.10	c cleaning 2334 clauses out of 5000 with flag 309839/5000
42.12/40.12	c cleaning 4168 clauses out of 8666 with flag 757629/11000
58.90/56.94	c cleaning 5645 clauses out of 11498 with flag 1155470/18000
73.11/71.14	c cleaning 6801 clauses out of 13853 with flag 1548660/26000
84.65/82.61	c cleaning 8018 clauses out of 16052 with flag 2075873/35000
103.55/101.53	c cleaning 8983 clauses out of 18035 with flag 2409249/45001
123.06/121.07	c cleaning 9509 clauses out of 20051 with flag 3154928/56000
138.97/136.96	c cleaning 10801 clauses out of 22543 with flag 3802690/68001
161.67/159.67	c cleaning 12063 clauses out of 24741 with flag 4570861/81000
170.77/168.79	c cleaning 13053 clauses out of 26678 with flag 4909802/95000
191.38/189.38	c cleaning 13800 clauses out of 28625 with flag 5802864/110000
215.57/213.51	c cleaning 15359 clauses out of 30825 with flag 6543167/126000
245.18/243.16	c cleaning 15899 clauses out of 32466 with flag 7357958/143000
278.29/276.27	c cleaning 17135 clauses out of 34567 with flag 8269398/161000
304.20/302.13	c cleaning 18145 clauses out of 36432 with flag 9053091/180000
326.60/324.54	c cleaning 18734 clauses out of 38287 with flag 9916665/200000
363.91/361.84	c cleaning 20130 clauses out of 40553 with flag 10791376/221000
390.82/388.71	c cleaning 20731 clauses out of 42423 with flag 11504834/243000
423.53/421.47	c cleaning 21380 clauses out of 44692 with flag 12262864/266000
448.15/446.04	c cleaning 22911 clauses out of 47312 with flag 12726945/290000
484.24/482.18	c cleaning 22728 clauses out of 49401 with flag 13557776/315000
516.05/513.94	c cleaning 24060 clauses out of 52674 with flag 14016604/341001
537.68/535.53	c cleaning 25987 clauses out of 55608 with flag 14349872/368001
566.69/564.59	c cleaning 26518 clauses out of 57611 with flag 14839541/396001
602.69/600.55	c cleaning 27874 clauses out of 60092 with flag 15452947/425000
623.60/621.43	c cleaning 29012 clauses out of 62218 with flag 15833199/455001
651.50/649.36	c cleaning 29851 clauses out of 64210 with flag 16697103/486005
678.90/676.77	c cleaning 30290 clauses out of 66354 with flag 17356614/518000
711.42/709.28	c cleaning 29468 clauses out of 69064 with flag 18139709/551000
735.01/732.84	c cleaning 32612 clauses out of 73598 with flag 18533006/585003
746.33/744.19	c cleaning 34152 clauses out of 75984 with flag 18874424/620001
789.73/787.53	c cleaning 34594 clauses out of 77831 with flag 19627303/656000
849.44/847.24	c cleaning 34630 clauses out of 80237 with flag 20665798/693000
901.76/899.59	c cleaning 35172 clauses out of 83607 with flag 21506987/731000
939.98/937.75	c cleaning 36418 clauses out of 87435 with flag 22084040/770000
983.47/981.23	c cleaning 37602 clauses out of 91018 with flag 22851162/810001
1011.18/1008.99	c cleaning 39453 clauses out of 94415 with flag 23381511/851000
1033.79/1031.53	c cleaning 40939 clauses out of 96962 with flag 23825611/893000
1055.29/1053.04	c cleaning 41418 clauses out of 99023 with flag 24260820/936000
1078.71/1076.50	c cleaning 42497 clauses out of 101605 with flag 24754432/980000
1108.91/1106.62	c cleaning 43909 clauses out of 104108 with flag 25230943/1025000
1139.72/1137.42	c cleaning 44858 clauses out of 106200 with flag 25741267/1071001
1166.32/1164.08	c cleaning 45358 clauses out of 108343 with flag 26372854/1118002
1197.92/1195.60	c cleaning 46412 clauses out of 110984 with flag 27208337/1166001
1243.74/1241.41	c cleaning 46952 clauses out of 113576 with flag 28320208/1215005
1269.54/1267.26	c cleaning 48941 clauses out of 116619 with flag 28918128/1265000
1295.13/1292.87	c cleaning 49803 clauses out of 118680 with flag 29435151/1316002
1328.85/1326.52	c cleaning 50732 clauses out of 120875 with flag 29977650/1368000
1360.55/1358.29	c cleaning 51896 clauses out of 123143 with flag 30538997/1421000
1383.25/1380.94	c cleaning 53047 clauses out of 125249 with flag 31013247/1475002
1413.57/1411.20	c cleaning 53877 clauses out of 127200 with flag 31562832/1530000
1442.80/1440.48	c cleaning 54897 clauses out of 129323 with flag 32244353/1586000
1464.59/1462.21	c cleaning 56067 clauses out of 131431 with flag 32702299/1643005
1484.89/1482.51	c cleaning 56925 clauses out of 133359 with flag 33284461/1701000
1507.66/1504.83	c cleaning 58225 clauses out of 135437 with flag 33816128/1760003
1529.97/1527.14	c cleaning 59148 clauses out of 137209 with flag 34284359/1820000
1550.67/1547.85	c cleaning 60356 clauses out of 139062 with flag 34777161/1881001
1593.59/1590.76	c cleaning 60303 clauses out of 140706 with flag 35722706/1943001
1625.60/1622.75	c cleaning 62110 clauses out of 143403 with flag 36331288/2006001
1652.11/1649.26	c cleaning 63460 clauses out of 145293 with flag 36862702/2070001
1674.93/1672.08	c cleaning 64014 clauses out of 146832 with flag 37360174/2135000
1699.94/1697.03	c cleaning 65255 clauses out of 148819 with flag 37935634/2201001
1721.24/1718.34	c cleaning 66244 clauses out of 150563 with flag 38475149/2268000
1743.54/1740.68	c cleaning 67483 clauses out of 152319 with flag 38952355/2336000
1767.96/1765.01	c cleaning 68336 clauses out of 153838 with flag 39557133/2405002
1795.46/1792.52	c cleaning 69322 clauses out of 155502 with flag 40152065/2475002
1800.05/1797.10	c starts		: 8192
1800.05/1797.10	c conflicts		: 2482820
1800.05/1797.10	c decisions		: 87985761
1800.05/1797.10	c propagations		: 2164204251
1800.05/1797.10	c inspects		: 17551910894
1800.05/1797.10	c shortcuts		: 0
1800.05/1797.10	c learnt literals	: 18
1800.05/1797.10	c learnt binary clauses	: 3074
1800.05/1797.10	c learnt ternary clauses	: 6054
1800.05/1797.10	c learnt constraints	: 2482802
1800.05/1797.10	c ignored constraints	: 0
1800.05/1797.10	c root simplifications	: 0
1800.05/1797.10	c removed literals (reason simplification)	: 0
1800.05/1797.10	c reason swapping (by a shorter reason)	: 0
1800.05/1797.10	c Calls to reduceDB	: 66
1800.05/1797.10	c Number of update (reduction) of LBD	: 1357696
1800.05/1797.10	c Imported unit clauses	: 0
1800.05/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.10	c number of learned constraints concerned by reduction	: 0
1800.05/1797.10	c number of learning phase by resolution	: 0
1800.05/1797.10	c number of learning phase by cutting planes	: 0
1800.05/1797.10	c speed (assignments/second)	: 1209264.9291551702
1800.05/1797.10	c non guided choices	7264573
1800.05/1797.11	c timeout
1800.05/1797.13	c learnt constraints type 
1800.05/1797.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3074
1800.05/1797.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90924
1800.05/1797.13	s UNKNOWN
1800.05/1797.13	c Total wall clock time (in seconds): 1797.015

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-4108922-1466293243/watcher-4108922-1466293243 -o /tmp/evaluation-result-4108922-1466293243/solver-4108922-1466293243 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466288901-8253 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108922-1466293243.opb 

pid=10568
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.23 2.21 2.18 4/195 10571
/proc/meminfo: memFree=29443196/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/10571/stat : 10571 (java) R 10568 10571 6489 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 31369678 23793664 258 33554432000 1073741824 1073778376 140736356603104 140736356592168 213410429505 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 5809 269 209 9 0 128 0

[startup+0.100062 s]
/proc/loadavg: 2.23 2.21 2.18 4/195 10571
/proc/meminfo: memFree=29443196/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 4453 0 1 0 8 1 0 0 20 0 18 0 31369678 9787879424 5572 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2389619 5572 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.23 2.21 2.18 4/195 10571
/proc/meminfo: memFree=29443196/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 4842 0 1 0 23 2 0 0 20 0 18 0 31369678 9787879424 7442 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2389619 7442 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.23 2.21 2.18 4/195 10571
/proc/meminfo: memFree=29443196/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 6177 0 1 0 44 2 0 0 20 0 18 0 31369678 9787879424 10260 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2389619 10260 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700304 s]
/proc/loadavg: 2.23 2.21 2.18 4/195 10571
/proc/meminfo: memFree=29443196/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 7490 0 1 0 107 5 0 0 20 0 18 0 31369678 9787879424 39875 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2389619 39875 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 2.21 2.21 2.18 4/213 10589
/proc/meminfo: memFree=29166068/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9558476 CPUtime=2.15 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 9194 0 1 0 205 10 0 0 20 0 18 0 31369678 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2389619 79494 2263 9 0 2380296 0
[pid=10571/tid=10573] ppid=10568 vsize=9558476 CPUtime=1.41 cores=1,3,5,7
/proc/10571/task/10573/stat : 10573 (java) S 10568 10571 6489 0 -1 4202560 2578 0 1 0 136 5 0 0 20 0 18 0 31369679 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231966346072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) R 10568 10571 6489 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 31369680 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231810349760 213423022517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) R 10568 10571 6489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 31369680 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231809297192 140231970509637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 6489 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 18 0 31369680 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231808244648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) R 10568 10571 6489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 31369680 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231807192104 213423010876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) R 10568 10571 6489 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 31369680 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231806138536 140231970523311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) R 10568 10571 6489 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 31369680 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231805086168 140231970104449 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) R 10568 10571 6489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 31369680 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231804033288 140231970523311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) R 10568 10571 6489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 31369680 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231802981080 140231973243588 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 6489 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 31369681 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231790568968 213423010876 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31369681 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231789516408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 6489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31369681 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231788463752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369684 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231787412496 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 6489 0 -1 4202560 3146 0 0 0 29 2 0 0 20 0 18 0 31369684 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231786358840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 6489 0 -1 4202560 1934 0 0 0 24 0 0 0 20 0 18 0 31369684 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231785306296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369684 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231784253944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369684 9787879424 79494 33554432000 1073741824 1073778376 140736356603104 140231783201608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.21 2.21 2.18 3/213 10589
/proc/meminfo: memFree=28921188/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9558476 CPUtime=4.09 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 9895 0 1 0 384 25 0 0 20 0 18 0 31369678 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2389619 158269 2263 9 0 2380296 0
[pid=10571/tid=10573] ppid=10568 vsize=9558476 CPUtime=2.89 cores=1,3,5,7
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 6489 0 -1 4202560 2696 0 1 0 279 10 0 0 20 0 18 0 31369679 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231966346696 213423023373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 6489 0 -1 4202560 60 0 0 0 4 0 0 0 20 0 18 0 31369680 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231810349736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 6489 0 -1 4202560 61 0 0 0 4 2 0 0 20 0 18 0 31369680 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231809297192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 6489 0 -1 4202560 49 0 0 0 5 2 0 0 20 0 18 0 31369680 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231808244648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 6489 0 -1 4202560 70 0 0 0 3 1 0 0 20 0 18 0 31369680 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231807192104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 6489 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 18 0 31369680 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231806138536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 6489 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 18 0 31369680 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231805085992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 6489 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 18 0 31369680 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231804033448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 6489 0 -1 4202560 64 0 0 0 5 2 0 0 20 0 18 0 31369680 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231802980904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 6489 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 18 0 31369681 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231790570088 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31369681 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231789516408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 6489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31369681 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231788463752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369684 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231787412496 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 6489 0 -1 4202560 3149 0 0 0 31 2 0 0 20 0 18 0 31369684 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231786358840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 6489 0 -1 4202560 1934 0 0 0 24 0 0 0 20 0 18 0 31369684 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231785306296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369684 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231784253944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369684 9787879424 158269 33554432000 1073741824 1073778376 140736356603104 140231783201608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9558476

[startup+6.30085 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 10589
/proc/meminfo: memFree=28221608/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9558476 CPUtime=7.79 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 11286 0 1 0 734 45 0 0 20 0 18 0 31369678 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2389619 305499 2263 9 0 2380296 0
[pid=10571/tid=10573] ppid=10568 vsize=9558476 CPUtime=5.92 cores=1,3,5,7
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 6489 0 -1 4202560 2926 0 1 0 574 18 0 0 20 0 18 0 31369679 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231966339184 213423023373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 6489 0 -1 4202560 242 0 0 0 12 3 0 0 20 0 18 0 31369680 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231810349736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 6489 0 -1 4202560 142 0 0 0 10 3 0 0 20 0 18 0 31369680 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231809297192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 6489 0 -1 4202560 76 0 0 0 10 4 0 0 20 0 18 0 31369680 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231808244648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 6489 0 -1 4202560 111 0 0 0 11 3 0 0 20 0 18 0 31369680 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231807192104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 6489 0 -1 4202560 59 0 0 0 12 2 0 0 20 0 18 0 31369680 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231806138536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 6489 0 -1 4202560 120 0 0 0 8 3 0 0 20 0 18 0 31369680 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231805085992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 6489 0 -1 4202560 134 0 0 0 14 4 0 0 20 0 18 0 31369680 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231804033448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 6489 0 -1 4202560 146 0 0 0 10 3 0 0 20 0 18 0 31369680 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231802980904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 6489 0 -1 4202560 991 0 0 0 0 0 0 0 20 0 18 0 31369681 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231790570088 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31369681 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231789516408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 6489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31369681 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231788463752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369684 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231787412496 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 6489 0 -1 4202560 3153 0 0 0 33 2 0 0 20 0 18 0 31369684 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231786358840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 6489 0 -1 4202560 1934 0 0 0 24 0 0 0 20 0 18 0 31369684 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231785306296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369684 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231784253944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369684 9787879424 305499 33554432000 1073741824 1073778376 140736356603104 140231783201608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 9558476

[startup+12.7079 s]
/proc/loadavg: 2.18 2.20 2.18 4/214 10590
/proc/meminfo: memFree=27772100/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9625040 CPUtime=14.57 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 12908 0 1 0 1406 51 0 0 20 0 19 0 31369678 9856040960 391478 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2406260 391478 2278 9 0 2396937 0

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

[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 6489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31370420 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231782147368 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.23
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.19 1.33 1.71 2/188 10684
/proc/meminfo: memFree=27748988/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9625040 CPUtime=1725.24 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 14623 0 1 0 172409 115 0 0 20 0 19 0 31369678 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2406260 574708 2286 9 0 2396937 0
[pid=10571/tid=10573] ppid=10568 vsize=9625040 CPUtime=1717.22 cores=1,3,5,7
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 6489 0 -1 4202560 3782 0 1 0 171660 62 0 0 20 0 19 0 31369679 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231966338752 140231839512934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 6489 0 -1 4202560 265 0 0 0 16 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231810349736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 6489 0 -1 4202560 342 0 0 0 21 7 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231809297192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 6489 0 -1 4202560 106 0 0 0 14 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231808244648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 6489 0 -1 4202560 163 0 0 0 18 6 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231807192104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 6489 0 -1 4202560 121 0 0 0 20 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231806138536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 6489 0 -1 4202560 142 0 0 0 12 4 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231805085992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 6489 0 -1 4202560 248 0 0 0 18 6 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231804033448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 6489 0 -1 4202560 177 0 0 0 14 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231802980904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 6489 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 31369681 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231790570088 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31369681 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231789516408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 6489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31369681 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231788463752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231787412496 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 6489 0 -1 4202560 4102 0 0 0 63 2 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231786358840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 6489 0 -1 4202560 2551 0 0 0 57 0 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231785306296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231784253944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 6489 0 -1 4202560 99 0 0 0 34 43 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231783201608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 6489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31370420 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231782147368 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.20 1.31 1.68 2/189 10688
/proc/meminfo: memFree=27748672/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9625040 CPUtime=1785.25 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 14627 0 1 0 178409 116 0 0 20 0 19 0 31369678 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2406260 574708 2286 9 0 2396937 0
[pid=10571/tid=10573] ppid=10568 vsize=9625040 CPUtime=1777.07 cores=1,3,5,7
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 6489 0 -1 4202560 3782 0 1 0 177644 63 0 0 20 0 19 0 31369679 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231966338752 140231839537358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 6489 0 -1 4202560 265 0 0 0 16 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231810349736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 6489 0 -1 4202560 342 0 0 0 21 7 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231809297192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 6489 0 -1 4202560 106 0 0 0 14 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231808244648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 6489 0 -1 4202560 163 0 0 0 18 6 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231807192104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 6489 0 -1 4202560 121 0 0 0 20 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231806138536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 6489 0 -1 4202560 142 0 0 0 12 4 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231805085992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 6489 0 -1 4202560 248 0 0 0 18 6 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231804033448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 6489 0 -1 4202560 177 0 0 0 14 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231802980904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 6489 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 31369681 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231790570088 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31369681 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231789516408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 6489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31369681 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231788463752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231787412496 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 6489 0 -1 4202560 4102 0 0 0 63 2 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231786358840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 6489 0 -1 4202560 2551 0 0 0 57 0 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231785306296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231784253944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 6489 0 -1 4202560 103 0 0 0 35 45 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231783201608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 6489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31370420 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231782147368 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.25
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 1.23 1.31 1.67 2/189 10689
/proc/meminfo: memFree=27748292/32872528 swapFree=1400172/1569824
[pid=10571] ppid=10568 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 6489 0 -1 4202496 14627 0 1 0 179889 116 0 0 20 0 19 0 31369678 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140736356594240 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10571/statm: 2406260 574708 2286 9 0 2396937 0
[pid=10571/tid=10573] ppid=10568 vsize=9625040 CPUtime=1791.83 cores=1,3,5,7
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 6489 0 -1 4202560 3782 0 1 0 179120 63 0 0 20 0 19 0 31369679 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231966338752 140231839500264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 6489 0 -1 4202560 265 0 0 0 16 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231810349736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 6489 0 -1 4202560 342 0 0 0 21 7 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231809297192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 6489 0 -1 4202560 106 0 0 0 14 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231808244648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 6489 0 -1 4202560 163 0 0 0 18 6 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231807192104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 6489 0 -1 4202560 121 0 0 0 20 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231806138536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 6489 0 -1 4202560 142 0 0 0 12 4 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231805085992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 6489 0 -1 4202560 248 0 0 0 18 6 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231804033448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 6489 0 -1 4202560 177 0 0 0 14 5 0 0 20 0 19 0 31369680 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231802980904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 6489 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 31369681 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231790570088 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 6489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31369681 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231789516408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 6489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31369681 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231788463752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231787412496 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 6489 0 -1 4202560 4102 0 0 0 63 2 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231786358840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 6489 0 -1 4202560 2551 0 0 0 57 0 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231785306296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 6489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231784253944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 6489 0 -1 4202560 103 0 0 0 36 45 0 0 20 0 19 0 31369684 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231783201608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 6489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31370420 9856040960 574708 33554432000 1073741824 1073778376 140736356603104 140231782147368 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 10571 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 10571 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=279228
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=692742
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.14
CPU time (s): 1800.05
CPU user time (s): 1798.89
CPU system time (s): 1.16
CPU usage (%): 100.162
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.28
system time used= 1.69274
maximum resident set size= 2299980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14670
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38309
involuntary context switches= 3946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5562 second user time and 17.7693 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-19 01:40:45
IDJOB=4108922
IDBENCH=89720
IDSOLVER=2546
FILE ID=node140/4108922-1466293243
RUNJOBID= node140-1466288901-8253
PBS_JOBID= 19918255
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-135.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108922-1466293243/watcher-4108922-1466293243 -o /tmp/evaluation-result-4108922-1466293243/solver-4108922-1466293243 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466288901-8253 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108922-1466293243.opb

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

MD5SUM BENCH= 0bf2f4aff59c663568b0bfbd80eaa689
RANDOM SEED=253957672

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.54
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.714
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:        29443088 kB
Buffers:          156812 kB
Cached:           359976 kB
SwapCached:         2736 kB
Active:           767212 kB
Inactive:         342344 kB
Active(anon):     592548 kB
Inactive(anon):     2860 kB
Active(file):     174664 kB
Inactive(file):   339484 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097144 kB
Dirty:             57928 kB
Writeback:             0 kB
AnonPages:       2163776 kB
Mapped:            16416 kB
Shmem:                 0 kB
Slab:             613172 kB
SReclaimable:      56516 kB
SUnreclaim:       556656 kB
KernelStack:        1576 kB
PageTables:         8444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2644460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 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= 71676 MiB
End job on node140 at 2016-06-19 02:10:42