Trace number 4103774

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1801.33 896.087

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg.opb
MD5SUM4f19aa044e880280faec0077a2509ba8
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4890
Total number of constraints363
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints363
Minimum length of a constraint30
Maximum length of a constraint540
Number of terms in the objective function 3930
Biggest coefficient in the objective function 5373004087296
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 556141355997381
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103774-1466246581.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.47/0.63	c ... done. Wall clock time 0.523s.
1.47/0.63	c declared #vars     4890
1.47/0.63	c #constraints  399
1.47/0.63	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.47/0.63	c constraints type 
1.47/0.64	c org.sat4j.specs.Constr$1 => 118
1.47/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 281
1.47/0.64	c 399 constraints processed.
1.47/0.64	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.47/0.64	c constraints type 
1.47/0.64	c org.sat4j.specs.Constr$1 => 118
1.47/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 281
1.47/0.64	c 399 constraints processed.
1.47/0.64	c objective function length is 3930 literals
4.07/1.33	c cleaning 2499 clauses out of 5000 with flag 11027/5001
5.45/1.87	c cleaning 4250 clauses out of 8500 with flag 23025/11000
7.07/2.61	c cleaning 5626 clauses out of 11253 with flag 37031/18003
9.15/3.60	c cleaning 6811 clauses out of 13624 with flag 53025/26000
11.43/4.78	c cleaning 7907 clauses out of 15814 with flag 71027/35001
14.43/6.20	c cleaning 8953 clauses out of 17906 with flag 91031/45000
17.69/7.85	c cleaning 9978 clauses out of 19955 with flag 113038/56002
22.17/9.91	c cleaning 10988 clauses out of 21975 with flag 137036/68000
26.77/12.26	c cleaning 11994 clauses out of 23987 with flag 163036/81000
32.05/14.88	c cleaning 12997 clauses out of 25995 with flag 191046/95002
38.47/18.00	c cleaning 13993 clauses out of 27998 with flag 221047/110002
45.54/21.56	c cleaning 15001 clauses out of 30004 with flag 253045/126001
53.59/25.59	c cleaning 16001 clauses out of 32002 with flag 287044/143000
62.58/30.04	c cleaning 17000 clauses out of 34002 with flag 323050/161001
73.45/35.42	c cleaning 17999 clauses out of 36002 with flag 361057/180001
85.88/41.66	c cleaning 18998 clauses out of 38003 with flag 401060/200001
100.90/49.16	c cleaning 20001 clauses out of 40005 with flag 443066/221001
108.13/52.73	c cleaning 0 clauses out of 5002 with flag 0/5002
116.62/56.88	c cleaning 20996 clauses out of 42004 with flag 487069/243001
133.29/65.16	c cleaning 22003 clauses out of 44007 with flag 533067/266000
153.15/75.08	c cleaning 23001 clauses out of 46006 with flag 581072/290002
173.18/85.05	c cleaning 23999 clauses out of 48003 with flag 631068/315000
196.43/96.66	c cleaning 25000 clauses out of 50004 with flag 683071/341000
219.89/108.35	c cleaning 25995 clauses out of 52004 with flag 737073/368000
248.38/122.57	c cleaning 27003 clauses out of 54010 with flag 793080/396001
279.09/137.83	c cleaning 28003 clauses out of 56007 with flag 851081/425001
313.40/154.94	c cleaning 29001 clauses out of 58005 with flag 911088/455002
352.17/174.26	c cleaning 30002 clauses out of 60003 with flag 973090/486001
391.94/194.01	c cleaning 31001 clauses out of 62001 with flag 1037091/518001
432.51/214.30	c cleaning 31998 clauses out of 64000 with flag 1103093/551001
468.49/232.22	c cleaning 0 clauses out of 11001 with flag 0/11001
477.94/236.95	c cleaning 32998 clauses out of 66002 with flag 1171097/585001
525.13/260.43	c cleaning 34002 clauses out of 68004 with flag 1241098/620001
575.77/285.66	c cleaning 35000 clauses out of 70003 with flag 1313102/656002
626.35/310.99	c cleaning 36000 clauses out of 72002 with flag 1387104/693001
682.13/338.73	c cleaning 36997 clauses out of 74001 with flag 1463102/731000
745.81/370.44	c cleaning 37999 clauses out of 76004 with flag 1541104/770000
808.82/401.95	c cleaning 38998 clauses out of 78005 with flag 1621107/810000
885.51/440.16	c cleaning 40003 clauses out of 80009 with flag 1703113/851002
967.57/481.17	c cleaning 41001 clauses out of 82004 with flag 1787115/893000
1046.98/520.63	c cleaning 42000 clauses out of 84004 with flag 1873133/936001
1131.78/562.85	c cleaning 42997 clauses out of 86003 with flag 1961160/980000
1201.54/597.60	c cleaning 0 clauses out of 18001 with flag 0/18001
1219.02/606.35	c cleaning 43999 clauses out of 88006 with flag 2051161/1025000
1304.36/648.82	c cleaning 45004 clauses out of 90007 with flag 2143168/1071000
1390.34/691.67	c cleaning 45997 clauses out of 92004 with flag 2237183/1118001
1489.71/741.29	c cleaning 47003 clauses out of 94007 with flag 2333190/1166001
1591.56/792.03	c cleaning 47999 clauses out of 96003 with flag 2431197/1215000
1709.45/850.73	c cleaning 48998 clauses out of 98004 with flag 2531199/1265000
1800.18/896.03	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/896.03	c starts		: 21
1800.18/896.03	c conflicts		: 1307763
1800.18/896.03	c decisions		: 1322915
1800.18/896.03	c propagations		: 6985065
1800.18/896.03	c inspects		: 11527494249
1800.18/896.03	c shortcuts		: 0
1800.18/896.03	c learnt literals	: 1
1800.18/896.03	c learnt binary clauses	: 0
1800.18/896.03	c learnt ternary clauses	: 0
1800.18/896.03	c learnt constraints	: 1307762
1800.18/896.03	c ignored constraints	: 0
1800.18/896.03	c root simplifications	: 0
1800.18/896.03	c removed literals (reason simplification)	: 13026342
1800.18/896.03	c reason swapping (by a shorter reason)	: 0
1800.18/896.03	c Calls to reduceDB	: 46
1800.18/896.03	c Number of update (reduction) of LBD	: 311
1800.18/896.03	c Imported unit clauses	: 0
1800.18/896.03	c number of reductions to clauses (during analyze)	: 0
1800.18/896.03	c number of learned constraints concerned by reduction	: 0
1800.18/896.03	c number of learning phase by resolution	: 0
1800.18/896.03	c number of learning phase by cutting planes	: 0
1800.18/896.03	c speed (assignments/second)	: 7801.281922414544
1800.18/896.03	c non guided choices	0
1800.18/896.06	c learnt constraints type 
1800.18/896.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91769
1800.18/896.06	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/896.06	c starts		: 50
1800.18/896.06	c conflicts		: 21962
1800.18/896.06	c decisions		: 42200
1800.18/896.06	c propagations		: 270911
1800.18/896.06	c inspects		: 443300541
1800.18/896.06	c shortcuts		: 0
1800.18/896.06	c learnt literals	: 0
1800.18/896.06	c learnt binary clauses	: 0
1800.18/896.06	c learnt ternary clauses	: 0
1800.18/896.06	c learnt constraints	: 21962
1800.18/896.06	c ignored constraints	: 0
1800.18/896.06	c root simplifications	: 0
1800.18/896.06	c removed literals (reason simplification)	: 0
1800.18/896.06	c reason swapping (by a shorter reason)	: 0
1800.18/896.06	c Calls to reduceDB	: 3
1800.18/896.06	c Number of update (reduction) of LBD	: 0
1800.18/896.06	c Imported unit clauses	: 0
1800.18/896.06	c number of reductions to clauses (during analyze)	: 0
1800.18/896.06	c number of learned constraints concerned by reduction	: 0
1800.18/896.06	c number of learning phase by resolution	: 0
1800.18/896.06	c number of learning phase by cutting planes	: 0
1800.18/896.06	c speed (assignments/second)	: 302.5582951102355
1800.18/896.06	c non guided choices	0
1800.18/896.07	c learnt constraints type 
1800.18/896.07	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2156
1800.18/896.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19806
1800.18/896.07	s UNKNOWN
1800.18/896.07	c Total wall clock time (in seconds): 895.96

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-4103774-1466246581/watcher-4103774-1466246581 -o /tmp/evaluation-result-4103774-1466246581/solver-4103774-1466246581 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103774-1466246581.opb 

pid=20475
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: 4.11 4.35 4.30 5/197 20478
/proc/meminfo: memFree=29745732/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/20478/stat : 20478 (java) R 20475 20478 18358 0 -1 4202496 1174 0 0 0 0 0 0 0 20 0 1 0 26704829 23793664 826 33554432000 1073741824 1073778376 140734038938528 140734038927592 139721745488800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 5809 839 631 9 0 128 0
[pid=20478/tid=20479] ppid=20475 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) R 20475 20478 18358 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 26704830 24780800 867 33554432000 1073741824 1073778376 140734038938528 140734038927592 214369704113 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100049 s]
/proc/loadavg: 4.11 4.35 4.30 5/197 20478
/proc/meminfo: memFree=29745732/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 26704829 9787879424 6066 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2389619 6066 2141 9 0 2380296 0
[pid=20478/tid=20479] ppid=20475 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) R 20475 20478 18358 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 26704830 9787879424 6066 33554432000 1073741824 1073778376 140734038938528 139721741250680 214373033229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 4.11 4.35 4.30 5/197 20478
/proc/meminfo: memFree=29745732/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 5053 0 1 0 29 1 0 0 20 0 18 0 26704829 9787879424 6914 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2389619 6914 2223 9 0 2380296 0
[pid=20478/tid=20479] ppid=20475 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) R 20475 20478 18358 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 18 0 26704830 9787879424 6914 33554432000 1073741824 1073778376 140734038938528 139721741242576 139721611245770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 4.11 4.35 4.30 5/197 20478
/proc/meminfo: memFree=29745732/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 13624 0 1 0 54 3 0 0 20 0 18 0 26704829 9787879424 15334 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2389619 15334 2232 9 0 2380296 0
[pid=20478/tid=20479] ppid=20475 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) R 20475 20478 18358 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 18 0 26704830 9787879424 15334 33554432000 1073741824 1073778376 140734038938528 139721741242576 139721611226452 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 4.11 4.35 4.30 5/197 20478
/proc/meminfo: memFree=29745732/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 20184 0 1 0 171 5 0 0 20 0 22 0 26704829 10060525568 29021 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2456183 29021 2266 9 0 2446860 0
[pid=20478/tid=20479] ppid=20475 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) S 20475 20478 18358 0 -1 4202560 2446 0 1 0 59 2 0 0 20 0 22 0 26704830 10060525568 29021 33554432000 1073741824 1073778376 140734038938528 139721741251448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 4.10 4.35 4.30 8/219 20500
/proc/meminfo: memFree=29618072/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 25606 0 1 0 462 9 0 0 20 0 22 0 26704829 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2456183 50593 2291 9 0 2446860 0
[pid=20478/tid=20479] ppid=20475 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) S 20475 20478 18358 0 -1 4202560 2446 0 1 0 59 2 0 0 20 0 22 0 26704830 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721741251448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20481] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20481/stat : 20481 (java) S 20475 20478 18358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721730312488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20482] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20482/stat : 20482 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721583573160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20483] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) S 20475 20478 18358 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721582520872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20484] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20484/stat : 20484 (java) S 20475 20478 18358 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721581468072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20485] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20485/stat : 20485 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721580415784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721579362984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721578310696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20488] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20488/stat : 20488 (java) S 20475 20478 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721577257896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721565059304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721564005368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721562952968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20492] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20492/stat : 20492 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704834 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721561901456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18358 0 -1 4202560 12549 0 0 0 114 2 0 0 20 0 22 0 26704835 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721560849080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18358 0 -1 4202560 9136 0 0 0 115 2 0 0 20 0 22 0 26704835 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721559796280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20495] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20495/stat : 20495 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704835 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721558744184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704835 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721557691592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20497] ppid=20475 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/20478/task/20497/stat : 20497 (java) R 20475 20478 18358 0 -1 4202560 28 0 0 0 83 0 0 0 20 0 22 0 26704894 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721556627232 139721612210630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20498] ppid=20475 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/20478/task/20498/stat : 20498 (java) R 20475 20478 18358 0 -1 4202560 61 0 0 0 80 1 0 0 20 0 22 0 26704894 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721555582840 139721612160452 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20499] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20499/stat : 20499 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721554531496 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20500] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20500/stat : 20500 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 50593 33554432000 1073741824 1073778376 140734038938528 139721553478696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 4.10 4.35 4.30 6/219 20500
/proc/meminfo: memFree=29556324/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9824732 CPUtime=8.14 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 25869 0 1 0 798 16 0 0 20 0 22 0 26704829 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2456183 90150 2291 9 0 2446860 0
[pid=20478/tid=20479] ppid=20475 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) S 20475 20478 18358 0 -1 4202560 2446 0 1 0 59 2 0 0 20 0 22 0 26704830 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721741251448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20481] ppid=20475 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20478/task/20481/stat : 20481 (java) S 20475 20478 18358 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 26704831 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721730312488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20482] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20482/stat : 20482 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721583573160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20483] ppid=20475 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) S 20475 20478 18358 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 26704831 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721582520872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20484] ppid=20475 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20478/task/20484/stat : 20484 (java) S 20475 20478 18358 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 26704831 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721581468072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20485] ppid=20475 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20478/task/20485/stat : 20485 (java) S 20475 20478 18358 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 26704831 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721580415784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721579362984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18358 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 26704831 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721578310696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20488] ppid=20475 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20478/task/20488/stat : 20488 (java) S 20475 20478 18358 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 26704831 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721577257896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721565059304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721564005368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721562952968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20492] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20492/stat : 20492 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704834 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721561901456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18358 0 -1 4202560 12550 0 0 0 120 3 0 0 20 0 22 0 26704835 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721560849080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18358 0 -1 4202560 9136 0 0 0 126 2 0 0 20 0 22 0 26704835 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721559796280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20495] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20495/stat : 20495 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704835 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721558744184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704835 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721557691592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20497] ppid=20475 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/20478/task/20497/stat : 20497 (java) R 20475 20478 18358 0 -1 4202560 32 0 0 0 237 0 0 0 20 0 22 0 26704894 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721556634264 139721612125724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20498] ppid=20475 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/20478/task/20498/stat : 20498 (java) R 20475 20478 18358 0 -1 4202560 116 0 0 0 232 3 0 0 20 0 22 0 26704894 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721555581344 139721612160227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20499] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20499/stat : 20499 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721554531496 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20500] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20500/stat : 20500 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 90150 33554432000 1073741824 1073778376 140734038938528 139721553478696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 4.09 4.34 4.30 5/219 20500
/proc/meminfo: memFree=29159756/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9824732 CPUtime=14.63 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 26064 0 1 0 1443 20 0 0 20 0 22 0 26704829 10060525568 122452 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2456183 122452 2291 9 0 2446860 0
[pid=20478/tid=20479] ppid=20475 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) S 20475 20478 18358 0 -1 4202560 2446 0 1 0 59 2 0 0 20 0 22 0 26704830 10060525568 122452 33554432000 1073741824 1073778376 140734038938528 139721741251448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20481] ppid=20475 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20478/task/20481/stat : 20481 (java) S 20475 20478 18358 0 -1 4202560 52 0 0 0 2 2 0 0 20 0 22 0 26704831 10060525568 122452 33554432000 1073741824 1073778376 140734038938528 139721730312488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20482] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20482/stat : 20482 (java) S 20475 20478 18358 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 122452 33554432000 1073741824 1073778376 140734038938528 139721583573160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20483] ppid=20475 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) S 20475 20478 18358 0 -1 4202560 55 0 0 0 3 2 0 0 20 0 22 0 26704831 10060525568 122452 33554432000 1073741824 1073778376 140734038938528 139721582520872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20484] ppid=20475 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20478/task/20484/stat : 20484 (java) S 20475 20478 18358 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 26704831 10060525568 122452 33554432000 1073741824 1073778376 140734038938528 139721581468072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20485] ppid=20475 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20478/task/20485/stat : 20485 (java) S 20475 20478 18358 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 26704831 10060525568 122452 33554432000 1073741824 1073778376 140734038938528 139721580415784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18358 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 22 0 26704831 10060525568 122452 33554432000 1073741824 1073778376 140734038938528 139721579362984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18358 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 22 0 26704831 10060525568 122452 33554432000 1073741824 1073778376 140734038938528 139721578310696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20488] ppid=20475 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.14 4.17 4.21 5/219 20519
/proc/meminfo: memFree=24427504/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9824732 CPUtime=1652.4 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 37879 0 1 0 165043 197 0 0 20 0 22 0 26704829 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2456183 616185 2300 9 0 2446860 0
[pid=20478/tid=20479] ppid=20475 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) S 20475 20478 18358 0 -1 4202560 2450 0 1 0 62 3 0 0 20 0 22 0 26704830 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721741251448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20481] ppid=20475 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/20478/task/20481/stat : 20481 (java) S 20475 20478 18358 0 -1 4202560 511 0 0 0 241 11 0 0 20 0 22 0 26704831 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721730312488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20482] ppid=20475 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/20478/task/20482/stat : 20482 (java) S 20475 20478 18358 0 -1 4202560 708 0 0 0 238 9 0 0 20 0 22 0 26704831 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721583573160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20483] ppid=20475 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) S 20475 20478 18358 0 -1 4202560 531 0 0 0 240 14 0 0 20 0 22 0 26704831 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721582520872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20484] ppid=20475 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/20478/task/20484/stat : 20484 (java) S 20475 20478 18358 0 -1 4202560 459 0 0 0 248 14 0 0 20 0 22 0 26704831 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721581468072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20485] ppid=20475 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/20478/task/20485/stat : 20485 (java) S 20475 20478 18358 0 -1 4202560 444 0 0 0 237 10 0 0 20 0 22 0 26704831 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721580415784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18358 0 -1 4202560 564 0 0 0 232 9 0 0 20 0 22 0 26704831 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721579362984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18358 0 -1 4202560 1012 0 0 0 222 14 0 0 20 0 22 0 26704831 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721578310696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20488] ppid=20475 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/20478/task/20488/stat : 20488 (java) S 20475 20478 18358 0 -1 4202560 694 0 0 0 232 10 0 0 20 0 22 0 26704831 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721577257896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18358 0 -1 4202560 2132 0 0 0 157 34 0 0 20 0 22 0 26704832 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721565059304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721564005368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721562952968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20492] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20492/stat : 20492 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704834 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721561901456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18358 0 -1 4202560 12556 0 0 0 129 3 0 0 20 0 22 0 26704835 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721560849080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18358 0 -1 4202560 9438 0 0 0 194 2 0 0 20 0 22 0 26704835 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721559796280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20495] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20495/stat : 20495 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704835 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721558744184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18358 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 26704835 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721557691592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20497] ppid=20475 vsize=9824732 CPUtime=813.47 cores=0,2,4,6
/proc/20478/task/20497/stat : 20497 (java) R 20475 20478 18358 0 -1 4202560 439 0 0 0 81331 16 0 0 20 0 22 0 26704894 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721556634928 139721612133315 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20498] ppid=20475 vsize=9824732 CPUtime=813.54 cores=0,2,4,6
/proc/20478/task/20498/stat : 20498 (java) R 20475 20478 18358 0 -1 4202560 4630 0 0 0 81288 66 0 0 20 0 22 0 26704894 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721555581216 139721611647635 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20499] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20499/stat : 20499 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721554531496 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20500] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20500/stat : 20500 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 616185 33554432000 1073741824 1073778376 140734038938528 139721553478696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1652.4
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.09 4.15 4.20 5/219 20625
/proc/meminfo: memFree=27879256/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9824732 CPUtime=1772.66 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 38037 0 1 0 177062 204 0 0 20 0 22 0 26704829 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2456183 592754 2300 9 0 2446860 0
[pid=20478/tid=20479] ppid=20475 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) S 20475 20478 18358 0 -1 4202560 2451 0 1 0 62 3 0 0 20 0 22 0 26704830 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721741251448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20481] ppid=20475 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/20478/task/20481/stat : 20481 (java) S 20475 20478 18358 0 -1 4202560 515 0 0 0 260 12 0 0 20 0 22 0 26704831 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721730312488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20482] ppid=20475 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/20478/task/20482/stat : 20482 (java) S 20475 20478 18358 0 -1 4202560 732 0 0 0 256 10 0 0 20 0 22 0 26704831 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721583573160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20483] ppid=20475 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) S 20475 20478 18358 0 -1 4202560 538 0 0 0 256 14 0 0 20 0 22 0 26704831 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721582520872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20484] ppid=20475 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/20478/task/20484/stat : 20484 (java) S 20475 20478 18358 0 -1 4202560 476 0 0 0 268 14 0 0 20 0 22 0 26704831 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721581468072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20485] ppid=20475 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/20478/task/20485/stat : 20485 (java) S 20475 20478 18358 0 -1 4202560 465 0 0 0 256 11 0 0 20 0 22 0 26704831 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721580415784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18358 0 -1 4202560 580 0 0 0 253 10 0 0 20 0 22 0 26704831 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721579362984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18358 0 -1 4202560 1020 0 0 0 242 14 0 0 20 0 22 0 26704831 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721578310696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20488] ppid=20475 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/20478/task/20488/stat : 20488 (java) S 20475 20478 18358 0 -1 4202560 719 0 0 0 247 11 0 0 20 0 22 0 26704831 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721577257896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18358 0 -1 4202560 2136 0 0 0 190 36 0 0 20 0 22 0 26704832 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721565059304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721564005368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721562952968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20492] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20492/stat : 20492 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704834 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721561901456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18358 0 -1 4202560 12556 0 0 0 129 3 0 0 20 0 22 0 26704835 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721560849080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18358 0 -1 4202560 9438 0 0 0 194 2 0 0 20 0 22 0 26704835 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721559796280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20495] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20495/stat : 20495 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704835 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721558744184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18358 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 26704835 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721557691592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20497] ppid=20475 vsize=9824732 CPUtime=872.64 cores=0,2,4,6
/proc/20478/task/20497/stat : 20497 (java) R 20475 20478 18358 0 -1 4202560 457 0 0 0 87246 18 0 0 20 0 22 0 26704894 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721556634880 139721612210630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20498] ppid=20475 vsize=9824732 CPUtime=872.74 cores=0,2,4,6
/proc/20478/task/20498/stat : 20498 (java) R 20475 20478 18358 0 -1 4202560 4639 0 0 0 87207 67 0 0 20 0 22 0 26704894 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721555581264 139721611628408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20499] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20499/stat : 20499 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721554531496 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20500] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20500/stat : 20500 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 592754 33554432000 1073741824 1073778376 140734038938528 139721553478696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.66
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.001 s]
/proc/loadavg: 4.15 4.16 4.20 5/219 20631
/proc/meminfo: memFree=27368720/32872528 swapFree=1286400/1433568
[pid=20478] ppid=20475 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/20478/stat : 20478 (java) S 20475 20478 18358 0 -1 4202496 38843 0 1 0 179809 209 0 0 20 0 22 0 26704829 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 140734038929664 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20478/statm: 2456183 640880 2300 9 0 2446860 0
[pid=20478/tid=20479] ppid=20475 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/20478/task/20479/stat : 20479 (java) S 20475 20478 18358 0 -1 4202560 2451 0 1 0 62 3 0 0 20 0 22 0 26704830 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721741251448 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20481] ppid=20475 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/20478/task/20481/stat : 20481 (java) S 20475 20478 18358 0 -1 4202560 517 0 0 0 268 12 0 0 20 0 22 0 26704831 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721730312488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20482] ppid=20475 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/20478/task/20482/stat : 20482 (java) S 20475 20478 18358 0 -1 4202560 744 0 0 0 262 10 0 0 20 0 22 0 26704831 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721583573160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20483] ppid=20475 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/20478/task/20483/stat : 20483 (java) S 20475 20478 18358 0 -1 4202560 538 0 0 0 260 14 0 0 20 0 22 0 26704831 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721582520872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20484] ppid=20475 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/20478/task/20484/stat : 20484 (java) S 20475 20478 18358 0 -1 4202560 486 0 0 0 272 14 0 0 20 0 22 0 26704831 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721581468072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20485] ppid=20475 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/20478/task/20485/stat : 20485 (java) S 20475 20478 18358 0 -1 4202560 465 0 0 0 260 11 0 0 20 0 22 0 26704831 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721580415784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20486] ppid=20475 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/20478/task/20486/stat : 20486 (java) S 20475 20478 18358 0 -1 4202560 582 0 0 0 259 10 0 0 20 0 22 0 26704831 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721579362984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20487] ppid=20475 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/20478/task/20487/stat : 20487 (java) S 20475 20478 18358 0 -1 4202560 1025 0 0 0 246 14 0 0 20 0 22 0 26704831 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721578310696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20488] ppid=20475 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/20478/task/20488/stat : 20488 (java) S 20475 20478 18358 0 -1 4202560 724 0 0 0 251 11 0 0 20 0 22 0 26704831 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721577257896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20489] ppid=20475 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/20478/task/20489/stat : 20489 (java) S 20475 20478 18358 0 -1 4202560 2282 0 0 0 190 36 0 0 20 0 22 0 26704832 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721565059304 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20490] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20490/stat : 20490 (java) S 20475 20478 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721564005368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20491] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20491/stat : 20491 (java) S 20475 20478 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26704832 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721562952968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20492] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20492/stat : 20492 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704834 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721561901456 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20493] ppid=20475 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/20478/task/20493/stat : 20493 (java) S 20475 20478 18358 0 -1 4202560 12556 0 0 0 129 3 0 0 20 0 22 0 26704835 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721560849080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20494] ppid=20475 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20478/task/20494/stat : 20494 (java) S 20475 20478 18358 0 -1 4202560 9438 0 0 0 194 2 0 0 20 0 22 0 26704835 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721559796280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20478/tid=20495] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20495/stat : 20495 (java) S 20475 20478 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26704835 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721558744184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20496] ppid=20475 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/20478/task/20496/stat : 20496 (java) S 20475 20478 18358 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 22 0 26704835 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721557691592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20497] ppid=20475 vsize=9824732 CPUtime=886.21 cores=0,2,4,6
/proc/20478/task/20497/stat : 20497 (java) R 20475 20478 18358 0 -1 4202560 467 0 0 0 88603 18 0 0 20 0 22 0 26704894 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721556634912 139721612133430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20478/tid=20498] ppid=20475 vsize=9824732 CPUtime=886.32 cores=0,2,4,6
/proc/20478/task/20498/stat : 20498 (java) R 20475 20478 18358 0 -1 4202560 5253 0 0 0 88562 70 0 0 20 0 22 0 26704894 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721555580976 139721611628408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20478/tid=20499] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20499/stat : 20499 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721554531496 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20478/tid=20500] ppid=20475 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20478/task/20500/stat : 20500 (java) S 20475 20478 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26704896 10060525568 640880 33554432000 1073741824 1073778376 140734038938528 139721553478696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

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 20478 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.087
CPU time (s): 1801.33
CPU user time (s): 1798.69
CPU system time (s): 2.6416
CPU usage (%): 201.022
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 2.6416
maximum resident set size= 2918832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39075
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35620
involuntary context switches= 46631

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.43117 second user time and 7.63684 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 12:43:01
IDJOB=4103774
IDBENCH=2457
IDSOLVER=2543
FILE ID=node130/4103774-1466246581
RUNJOBID= node130-1466240252-18374
PBS_JOBID= 19918180
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-agg.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103774-1466246581/watcher-4103774-1466246581 -o /tmp/evaluation-result-4103774-1466246581/solver-4103774-1466246581 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103774-1466246581.opb

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

MD5SUM BENCH= 4f19aa044e880280faec0077a2509ba8
RANDOM SEED=1063473224

node130.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.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        29745904 kB
Buffers:           11516 kB
Cached:            96724 kB
SwapCached:         1900 kB
Active:           830632 kB
Inactive:          59956 kB
Active(anon):     782804 kB
Inactive(anon):     2208 kB
Active(file):      47828 kB
Inactive(file):    57748 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098712 kB
Dirty:              9620 kB
Writeback:             0 kB
AnonPages:       2209312 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             597344 kB
SReclaimable:      40900 kB
SUnreclaim:       556444 kB
KernelStack:        1808 kB
PageTables:         8736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3222264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node130 at 2016-06-18 12:57:57