Trace number 3456604

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 CuttingPlanes 2.3.0? (TO) 1800.45 1796.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
MD5SUM13c1b3915f4d316b882a7e551b1f0496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark768
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 502
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 498884
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 498884
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.10	c version 2.3.1.v20110525
0.04/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.10	c java.vm.version	19.1-b02
0.04/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.10	c sun.arch.data.model	64
0.04/0.10	c java.version		1.6.0_24
0.04/0.10	c os.name		Linux
0.04/0.10	c os.version		2.6.18-164.el5
0.04/0.10	c os.arch		amd64
0.04/0.10	c Free memory 		9996466904
0.04/0.10	c Max memory 		10048897024
0.04/0.10	c Total memory 		10048897024
0.04/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3456604-1307218664.opb
0.10/0.12	c reading problem ... 
3.42/3.05	c ... done. Wall clock time 2.942s.
3.42/3.05	c #vars     10000
3.42/3.05	c #constraints  656900
3.42/3.06	c constraints type 
3.42/3.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.42/3.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
23.68/22.55	c cleaning 0 clauses out of 5000 with flag 0/5000
34.54/33.27	c cleaning 0 clauses out of 11000 with flag 0/11000
50.35/49.05	c cleaning 0 clauses out of 18002 with flag 0/18002
72.53/71.14	c cleaning 0 clauses out of 26001 with flag 0/26001
97.29/95.86	c cleaning 0 clauses out of 35000 with flag 0/35000
125.15/123.65	c cleaning 0 clauses out of 45000 with flag 0/45000
156.23/154.66	c cleaning 0 clauses out of 56000 with flag 0/56000
198.35/196.64	c cleaning 0 clauses out of 68000 with flag 0/68000
246.82/245.09	c cleaning 0 clauses out of 81001 with flag 0/81001
300.09/298.28	c cleaning 0 clauses out of 95001 with flag 0/95001
357.20/355.26	c cleaning 0 clauses out of 110001 with flag 0/110001
421.69/419.60	c cleaning 0 clauses out of 126001 with flag 0/126001
496.13/493.92	c cleaning 0 clauses out of 143000 with flag 0/143000
583.75/581.42	c cleaning 0 clauses out of 161001 with flag 0/161001
671.95/669.54	c cleaning 0 clauses out of 180001 with flag 0/180001
740.29/737.70	c cleaning 0 clauses out of 200000 with flag 0/200000
856.83/854.15	c cleaning 0 clauses out of 221000 with flag 0/221000
1006.89/1004.09	c cleaning 0 clauses out of 243000 with flag 0/243000
1164.20/1161.22	c cleaning 0 clauses out of 266000 with flag 0/266000
1293.58/1290.32	c cleaning 0 clauses out of 290001 with flag 0/290001
1483.46/1480.06	c cleaning 0 clauses out of 315000 with flag 0/315000
1655.37/1651.73	c cleaning 0 clauses out of 341001 with flag 0/341001
1800.12/1796.24	c starts		: 136
1800.12/1796.24	c conflicts		: 363364
1800.12/1796.24	c decisions		: 490111
1800.12/1796.24	c propagations		: 65004415
1800.12/1796.24	c inspects		: 2778296523
1800.12/1796.24	c shortcuts		: 0
1800.12/1796.24	c learnt literals	: 0
1800.12/1796.24	c learnt binary clauses	: 0
1800.12/1796.24	c learnt ternary clauses	: 0
1800.12/1796.24	c learnt constraints	: 363364
1800.12/1796.24	c ignored constraints	: 0
1800.12/1796.24	c root simplifications	: 0
1800.12/1796.24	c removed literals (reason simplification)	: 0
1800.12/1796.24	c reason swapping (by a shorter reason)	: 0
1800.12/1796.24	c Calls to reduceDB	: 22
1800.12/1796.24	c number of reductions to clauses (during analyze)	: 0
1800.12/1796.24	c number of learned constraints concerned by reduction	: 0
1800.12/1796.24	c number of learning phase by resolution	: 0
1800.12/1796.24	c number of learning phase by cutting planes	: 0
1800.12/1796.24	c speed (assignments/second)	: 36250.83594321609
1800.12/1796.24	c non guided choices	0
1800.12/1796.29	c learnt constraints type 
1800.12/1796.29	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 363372
1800.12/1796.29	c constraints type 
1800.12/1796.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.12/1796.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.12/1796.29	s UNKNOWN
1800.12/1796.29	c Total wall clock time (in seconds): 1796.173

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456604-1307218664/watcher-3456604-1307218664 -o /tmp/evaluation-result-3456604-1307218664/solver-3456604-1307218664 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456604-1307218664.opb 

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.04 2.05 1.90 3/495 5644
/proc/meminfo: memFree=16867692/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/5644/stat : 5644 (java) R 5642 5644 5272 0 -1 4202496 960 0 0 0 0 0 0 0 25 0 1 0 814281744 23580672 703 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254256653800 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5644/statm: 5757 712 527 9 0 124 0
[pid=5644/tid=5645] ppid=5642 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 1745 0 1 0 0 0 0 0 25 0 2 0 814281745 10681323520 2561 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0634271 s]
/proc/loadavg: 2.04 2.05 1.90 3/495 5644
/proc/meminfo: memFree=16867692/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10533232 CPUtime=0.04 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 11530 0 1 0 3 1 0 0 25 0 13 0 814281744 10786029568 11226 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2633308 11227 1686 9 0 2624056 0
[pid=5644/tid=5645] ppid=5642 vsize=10533232 CPUtime=0.04 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 10382 0 1 0 3 1 0 0 18 0 13 0 814281745 10786029568 11227 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273445243 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10533232

[startup+0.104448 s]
/proc/loadavg: 2.04 2.05 1.90 3/495 5644
/proc/meminfo: memFree=16867692/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10540476 CPUtime=0.1 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 12907 0 1 0 8 2 0 0 25 0 18 0 814281744 10793447424 12603 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2635119 12604 2092 9 0 2625853 0
[pid=5644/tid=5645] ppid=5642 vsize=10540476 CPUtime=0.08 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 11101 0 1 0 7 1 0 0 22 0 18 0 814281745 10793447424 12604 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 47718760805123 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540476

[startup+0.306997 s]
/proc/loadavg: 2.04 2.05 1.90 3/495 5644
/proc/meminfo: memFree=16867692/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10541500 CPUtime=0.47 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 16835 0 1 0 45 2 0 0 25 0 18 0 814281744 10794496000 16220 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2635375 16221 2201 9 0 2626109 0
[pid=5644/tid=5645] ppid=5642 vsize=10541500 CPUtime=0.28 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 13968 0 1 0 26 2 0 0 18 0 18 0 814281745 10794496000 16221 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 46912505591837 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541500

[startup+0.700315 s]
/proc/loadavg: 2.04 2.05 1.90 3/495 5644
/proc/meminfo: memFree=16867692/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10544572 CPUtime=1.11 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 52219 0 1 0 103 8 0 0 25 0 18 0 814281744 10797641728 50754 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2636143 50759 2214 9 0 2626877 0
[pid=5644/tid=5645] ppid=5642 vsize=10544572 CPUtime=0.68 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 46892 0 1 0 60 8 0 0 18 0 18 0 814281745 10797641728 50759 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273443275 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 10544572

[startup+1.50116 s]
/proc/loadavg: 2.04 2.05 1.90 3/513 5662
/proc/meminfo: memFree=16547816/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10544572 CPUtime=1.92 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 133668 0 1 0 173 19 0 0 25 0 18 0 814281744 10797641728 132203 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2636143 132208 2214 9 0 2626877 0
[pid=5644/tid=5645] ppid=5642 vsize=10544572 CPUtime=1.48 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 128343 0 1 0 130 18 0 0 19 0 18 0 814281745 10797641728 132210 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 46912505586741 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5644/tid=5647] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5647/stat : 5647 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 132212 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5648] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5648/stat : 5648 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 132215 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5649] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5649/stat : 5649 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 132217 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5650] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5650/stat : 5650 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 132220 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5651] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5651/stat : 5651 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 132222 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5652] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5652/stat : 5652 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 132225 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5653] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5653/stat : 5653 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 132228 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5654] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5654/stat : 5654 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 132230 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5655] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5655/stat : 5655 (java) S 5642 5644 5272 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 814281748 10797641728 132233 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 0 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5656] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5656/stat : 5656 (java) S 5642 5644 5272 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 814281749 10797641728 132235 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5657] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5657/stat : 5657 (java) S 5642 5644 5272 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 814281749 10797641728 132238 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5658] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5658/stat : 5658 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 814281751 10797641728 132240 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273440177 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5659] ppid=5642 vsize=10544572 CPUtime=0.2 cores=1,3,5,7
/proc/5644/task/5659/stat : 5659 (java) S 5642 5644 5272 0 -1 4202560 2586 0 0 0 20 0 0 0 19 0 18 0 814281751 10797641728 132243 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5660] ppid=5642 vsize=10544572 CPUtime=0.22 cores=1,3,5,7
/proc/5644/task/5660/stat : 5660 (java) S 5642 5644 5272 0 -1 4202560 1594 0 0 0 22 0 0 0 20 0 18 0 814281751 10797641728 132245 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5661] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5661/stat : 5661 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 814281751 10797641728 132248 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5662] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5662/stat : 5662 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 814281751 10797641728 132250 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10544572

[startup+3.10085 s]
/proc/loadavg: 2.04 2.05 1.90 3/513 5662
/proc/meminfo: memFree=16094472/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10544572 CPUtime=3.55 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 291883 0 1 0 316 39 0 0 25 0 18 0 814281744 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2636143 290388 2228 9 0 2626877 0
[pid=5644/tid=5645] ppid=5642 vsize=10544572 CPUtime=3.08 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 286508 0 1 0 269 39 0 0 25 0 18 0 814281745 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 46912505122376 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5644/tid=5647] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5647/stat : 5647 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5648] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5648/stat : 5648 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5649] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5649/stat : 5649 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5650] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5650/stat : 5650 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5651] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5651/stat : 5651 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5652] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5652/stat : 5652 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5653] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5653/stat : 5653 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5654] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5654/stat : 5654 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 814281747 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5655] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5655/stat : 5655 (java) S 5642 5644 5272 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 814281748 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 0 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5656] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5656/stat : 5656 (java) S 5642 5644 5272 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 814281749 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5657] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5657/stat : 5657 (java) S 5642 5644 5272 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 814281749 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5658] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5658/stat : 5658 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 814281751 10797641728 290388 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273440177 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5659] ppid=5642 vsize=10544572 CPUtime=0.23 cores=1,3,5,7
/proc/5644/task/5659/stat : 5659 (java) R 5642 5644 5272 0 -1 4202560 2630 0 0 0 23 0 0 0 17 0 18 0 814281751 10797641728 290399 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 47718761113186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5644/tid=5660] ppid=5642 vsize=10544572 CPUtime=0.24 cores=1,3,5,7
/proc/5644/task/5660/stat : 5660 (java) R 5642 5644 5272 0 -1 4202560 1604 0 0 0 24 0 0 0 17 0 18 0 814281751 10797641728 290399 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 47718764512042 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5644/tid=5661] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5661/stat : 5661 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 814281751 10797641728 290400 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5662] ppid=5642 vsize=10544572 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5662/stat : 5662 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 814281751 10797641728 290400 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 10544572

[startup+6.30131 s]
/proc/loadavg: 2.04 2.04 1.90 3/514 5663
/proc/meminfo: memFree=15688268/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10545600 CPUtime=7.21 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 300615 0 1 0 681 40 0 0 25 0 19 0 814281744 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2636400 297036 2239 9 0 2627134 0
[pid=5644/tid=5645] ppid=5642 vsize=10545600 CPUtime=6.27 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 293063 0 1 0 588 39 0 0 19 0 19 0 814281745 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 46912505841571 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5644/tid=5647] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5647/stat : 5647 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814281747 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5648] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5648/stat : 5648 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814281747 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5649] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5649/stat : 5649 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814281747 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5650] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5650/stat : 5650 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814281747 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5651] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5651/stat : 5651 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814281747 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5652] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5652/stat : 5652 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814281747 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5653] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5653/stat : 5653 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814281747 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5654] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5654/stat : 5654 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814281747 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5655] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5655/stat : 5655 (java) S 5642 5644 5272 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 814281748 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 0 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5656] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5656/stat : 5656 (java) S 5642 5644 5272 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 814281749 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5657] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5657/stat : 5657 (java) S 5642 5644 5272 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 814281749 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5658] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5658/stat : 5658 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 814281751 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273440177 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5659] ppid=5642 vsize=10545600 CPUtime=0.49 cores=1,3,5,7
/proc/5644/task/5659/stat : 5659 (java) S 5642 5644 5272 0 -1 4202560 2831 0 0 0 49 0 0 0 15 0 19 0 814281751 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5660] ppid=5642 vsize=10545600 CPUtime=0.43 cores=1,3,5,7
/proc/5644/task/5660/stat : 5660 (java) S 5642 5644 5272 0 -1 4202560 3558 0 0 0 43 0 0 0 15 0 19 0 814281751 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5661] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5661/stat : 5661 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 814281751 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5662] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5662/stat : 5662 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 814281751 10798694400 297036 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0

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

/proc/5644/task/5657/stat : 5657 (java) S 5642 5644 5272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814281749 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5658] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5658/stat : 5658 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273440177 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5659] ppid=5642 vsize=10545600 CPUtime=0.64 cores=1,3,5,7
/proc/5644/task/5659/stat : 5659 (java) S 5642 5644 5272 0 -1 4202560 2854 0 0 0 64 0 0 0 15 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5660] ppid=5642 vsize=10545600 CPUtime=0.73 cores=1,3,5,7
/proc/5644/task/5660/stat : 5660 (java) S 5642 5644 5272 0 -1 4202560 5280 0 0 0 73 0 0 0 15 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5661] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5661/stat : 5661 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5662] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5662/stat : 5662 (java) S 5642 5644 5272 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5663] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5663/stat : 5663 (java) S 5642 5644 5272 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814282054 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1666.02
Current children cumulated vsize (KiB) 10545600

[startup+1722.3 s]
/proc/loadavg: 2.08 2.05 1.98 3/514 5760
/proc/meminfo: memFree=11658272/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10545600 CPUtime=1726.07 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 1372888 0 1 0 172448 159 0 0 25 0 19 0 814281744 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2636400 1341146 2267 9 0 2627134 0
[pid=5644/tid=5645] ppid=5642 vsize=10545600 CPUtime=1714.7 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 804397 0 1 0 171379 91 0 0 25 0 19 0 814281745 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 46912506009060 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5644/tid=5647] ppid=5642 vsize=10545600 CPUtime=0.36 cores=1,3,5,7
/proc/5644/task/5647/stat : 5647 (java) S 5642 5644 5272 0 -1 4202560 27658 0 0 0 32 4 0 0 15 0 19 0 814281747 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5648] ppid=5642 vsize=10545600 CPUtime=0.5 cores=1,3,5,7
/proc/5644/task/5648/stat : 5648 (java) S 5642 5644 5272 0 -1 4202560 67746 0 0 0 41 9 0 0 15 0 19 0 814281747 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5649] ppid=5642 vsize=10545600 CPUtime=0.49 cores=1,3,5,7
/proc/5644/task/5649/stat : 5649 (java) S 5642 5644 5272 0 -1 4202560 48405 0 0 0 43 6 0 0 15 0 19 0 814281747 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5650] ppid=5642 vsize=10545600 CPUtime=0.44 cores=1,3,5,7
/proc/5644/task/5650/stat : 5650 (java) S 5642 5644 5272 0 -1 4202560 42576 0 0 0 39 5 0 0 16 0 19 0 814281747 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5651] ppid=5642 vsize=10545600 CPUtime=0.41 cores=1,3,5,7
/proc/5644/task/5651/stat : 5651 (java) S 5642 5644 5272 0 -1 4202560 47781 0 0 0 35 6 0 0 15 0 19 0 814281747 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5652] ppid=5642 vsize=10545600 CPUtime=0.55 cores=1,3,5,7
/proc/5644/task/5652/stat : 5652 (java) S 5642 5644 5272 0 -1 4202560 51929 0 0 0 49 6 0 0 16 0 19 0 814281747 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 3 0 0 0
[pid=5644/tid=5653] ppid=5642 vsize=10545600 CPUtime=0.51 cores=1,3,5,7
/proc/5644/task/5653/stat : 5653 (java) S 5642 5644 5272 0 -1 4202560 45658 0 0 0 45 6 0 0 16 0 19 0 814281747 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5654] ppid=5642 vsize=10545600 CPUtime=0.45 cores=1,3,5,7
/proc/5644/task/5654/stat : 5654 (java) S 5642 5644 5272 0 -1 4202560 47565 0 0 0 41 4 0 0 15 0 19 0 814281747 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5655] ppid=5642 vsize=10545600 CPUtime=6.16 cores=1,3,5,7
/proc/5644/task/5655/stat : 5655 (java) S 5642 5644 5272 0 -1 4202560 179789 0 0 0 600 16 0 0 15 0 19 0 814281748 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 0 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5656] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5656/stat : 5656 (java) S 5642 5644 5272 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 814281749 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5657] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5657/stat : 5657 (java) S 5642 5644 5272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814281749 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5658] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5658/stat : 5658 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273440177 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5659] ppid=5642 vsize=10545600 CPUtime=0.64 cores=1,3,5,7
/proc/5644/task/5659/stat : 5659 (java) S 5642 5644 5272 0 -1 4202560 2854 0 0 0 64 0 0 0 15 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5660] ppid=5642 vsize=10545600 CPUtime=0.73 cores=1,3,5,7
/proc/5644/task/5660/stat : 5660 (java) S 5642 5644 5272 0 -1 4202560 5280 0 0 0 73 0 0 0 15 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5661] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5661/stat : 5661 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5662] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5662/stat : 5662 (java) S 5642 5644 5272 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 814281751 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5663] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5663/stat : 5663 (java) S 5642 5644 5272 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814282054 10798694400 1341146 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.07
Current children cumulated vsize (KiB) 10545600

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 1.98 3/514 5762
/proc/meminfo: memFree=11542792/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10545600 CPUtime=1786.12 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 1384745 0 1 0 178453 159 0 0 25 0 19 0 814281744 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2636400 1352380 2267 9 0 2627134 0
[pid=5644/tid=5645] ppid=5642 vsize=10545600 CPUtime=1774.67 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 804398 0 1 0 177376 91 0 0 25 0 19 0 814281745 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 46912505620231 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5644/tid=5647] ppid=5642 vsize=10545600 CPUtime=0.39 cores=1,3,5,7
/proc/5644/task/5647/stat : 5647 (java) S 5642 5644 5272 0 -1 4202560 31606 0 0 0 35 4 0 0 16 0 19 0 814281747 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5648] ppid=5642 vsize=10545600 CPUtime=0.54 cores=1,3,5,7
/proc/5644/task/5648/stat : 5648 (java) S 5642 5644 5272 0 -1 4202560 72279 0 0 0 44 10 0 0 16 0 19 0 814281747 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 3 0 0 0
[pid=5644/tid=5649] ppid=5642 vsize=10545600 CPUtime=0.49 cores=1,3,5,7
/proc/5644/task/5649/stat : 5649 (java) S 5642 5644 5272 0 -1 4202560 48405 0 0 0 43 6 0 0 15 0 19 0 814281747 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5650] ppid=5642 vsize=10545600 CPUtime=0.44 cores=1,3,5,7
/proc/5644/task/5650/stat : 5650 (java) S 5642 5644 5272 0 -1 4202560 42576 0 0 0 39 5 0 0 15 0 19 0 814281747 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5651] ppid=5642 vsize=10545600 CPUtime=0.41 cores=1,3,5,7
/proc/5644/task/5651/stat : 5651 (java) S 5642 5644 5272 0 -1 4202560 47781 0 0 0 35 6 0 0 15 0 19 0 814281747 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5652] ppid=5642 vsize=10545600 CPUtime=0.57 cores=1,3,5,7
/proc/5644/task/5652/stat : 5652 (java) S 5642 5644 5272 0 -1 4202560 55298 0 0 0 51 6 0 0 16 0 19 0 814281747 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5653] ppid=5642 vsize=10545600 CPUtime=0.51 cores=1,3,5,7
/proc/5644/task/5653/stat : 5653 (java) S 5642 5644 5272 0 -1 4202560 45658 0 0 0 45 6 0 0 15 0 19 0 814281747 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5654] ppid=5642 vsize=10545600 CPUtime=0.45 cores=1,3,5,7
/proc/5644/task/5654/stat : 5654 (java) S 5642 5644 5272 0 -1 4202560 47565 0 0 0 41 4 0 0 15 0 19 0 814281747 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5655] ppid=5642 vsize=10545600 CPUtime=6.16 cores=1,3,5,7
/proc/5644/task/5655/stat : 5655 (java) S 5642 5644 5272 0 -1 4202560 179791 0 0 0 600 16 0 0 15 0 19 0 814281748 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 0 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5656] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5656/stat : 5656 (java) S 5642 5644 5272 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 814281749 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5657] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5657/stat : 5657 (java) S 5642 5644 5272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814281749 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5658] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5658/stat : 5658 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 814281751 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273440177 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5659] ppid=5642 vsize=10545600 CPUtime=0.64 cores=1,3,5,7
/proc/5644/task/5659/stat : 5659 (java) S 5642 5644 5272 0 -1 4202560 2854 0 0 0 64 0 0 0 15 0 19 0 814281751 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5660] ppid=5642 vsize=10545600 CPUtime=0.73 cores=1,3,5,7
/proc/5644/task/5660/stat : 5660 (java) S 5642 5644 5272 0 -1 4202560 5280 0 0 0 73 0 0 0 15 0 19 0 814281751 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5661] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5661/stat : 5661 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 814281751 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5662] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5662/stat : 5662 (java) S 5642 5644 5272 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 814281751 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5663] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5663/stat : 5663 (java) S 5642 5644 5272 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814282054 10798694400 1352380 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.12
Current children cumulated vsize (KiB) 10545600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.05 2.05 1.98 4/514 5762
/proc/meminfo: memFree=11480788/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=10545600 CPUtime=1800.12 cores=1,3,5,7
/proc/5644/stat : 5644 (java) S 5642 5644 5272 0 -1 4202496 1396528 0 1 0 179851 161 0 0 25 0 19 0 814281744 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 2636400 1363037 2267 9 0 2627134 0
[pid=5644/tid=5645] ppid=5642 vsize=10545600 CPUtime=1788.57 cores=1,3,5,7
/proc/5644/task/5645/stat : 5645 (java) R 5642 5644 5272 0 -1 4202560 804399 0 1 0 178766 91 0 0 25 0 19 0 814281745 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 46912505905606 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5644/tid=5647] ppid=5642 vsize=10545600 CPUtime=0.39 cores=1,3,5,7
/proc/5644/task/5647/stat : 5647 (java) S 5642 5644 5272 0 -1 4202560 31606 0 0 0 35 4 0 0 15 0 19 0 814281747 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5648] ppid=5642 vsize=10545600 CPUtime=0.57 cores=1,3,5,7
/proc/5644/task/5648/stat : 5648 (java) S 5642 5644 5272 0 -1 4202560 75675 0 0 0 47 10 0 0 16 0 19 0 814281747 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 3 0 0 0
[pid=5644/tid=5649] ppid=5642 vsize=10545600 CPUtime=0.49 cores=1,3,5,7
/proc/5644/task/5649/stat : 5649 (java) S 5642 5644 5272 0 -1 4202560 49813 0 0 0 43 6 0 0 16 0 19 0 814281747 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5650] ppid=5642 vsize=10545600 CPUtime=0.44 cores=1,3,5,7
/proc/5644/task/5650/stat : 5650 (java) S 5642 5644 5272 0 -1 4202560 42576 0 0 0 39 5 0 0 16 0 19 0 814281747 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5651] ppid=5642 vsize=10545600 CPUtime=0.41 cores=1,3,5,7
/proc/5644/task/5651/stat : 5651 (java) S 5642 5644 5272 0 -1 4202560 47781 0 0 0 35 6 0 0 15 0 19 0 814281747 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5652] ppid=5642 vsize=10545600 CPUtime=0.6 cores=1,3,5,7
/proc/5644/task/5652/stat : 5652 (java) S 5642 5644 5272 0 -1 4202560 58371 0 0 0 53 7 0 0 16 0 19 0 814281747 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5653] ppid=5642 vsize=10545600 CPUtime=0.51 cores=1,3,5,7
/proc/5644/task/5653/stat : 5653 (java) S 5642 5644 5272 0 -1 4202560 45658 0 0 0 45 6 0 0 15 0 19 0 814281747 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5654] ppid=5642 vsize=10545600 CPUtime=0.48 cores=1,3,5,7
/proc/5644/task/5654/stat : 5654 (java) S 5642 5644 5272 0 -1 4202560 51468 0 0 0 43 5 0 0 16 0 19 0 814281747 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5655] ppid=5642 vsize=10545600 CPUtime=6.17 cores=1,3,5,7
/proc/5644/task/5655/stat : 5655 (java) S 5642 5644 5272 0 -1 4202560 179793 0 0 0 601 16 0 0 15 0 19 0 814281748 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 0 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5656] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5656/stat : 5656 (java) S 5642 5644 5272 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 814281749 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5657] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5657/stat : 5657 (java) S 5642 5644 5272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814281749 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5658] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5658/stat : 5658 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 814281751 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273440177 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5659] ppid=5642 vsize=10545600 CPUtime=0.64 cores=1,3,5,7
/proc/5644/task/5659/stat : 5659 (java) S 5642 5644 5272 0 -1 4202560 2854 0 0 0 64 0 0 0 15 0 19 0 814281751 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5660] ppid=5642 vsize=10545600 CPUtime=0.73 cores=1,3,5,7
/proc/5644/task/5660/stat : 5660 (java) S 5642 5644 5272 0 -1 4202560 5280 0 0 0 73 0 0 0 15 0 19 0 814281751 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
[pid=5644/tid=5661] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5661/stat : 5661 (java) S 5642 5644 5272 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 814281751 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273432473 0 4 0 16800975 18446604466396922112 0 0 -1 1 0 0 0
[pid=5644/tid=5662] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5662/stat : 5662 (java) S 5642 5644 5272 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 814281751 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 5 0 0 0
[pid=5644/tid=5663] ppid=5642 vsize=10545600 CPUtime=0 cores=1,3,5,7
/proc/5644/task/5663/stat : 5663 (java) S 5642 5644 5272 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814282054 10798694400 1363037 33554432000 1073741824 1073778376 140733653314160 18446744073709551615 254273433088 0 4 0 16800975 18446604466396922112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 10545600

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1796.4 s]
/proc/loadavg: 2.05 2.05 1.98 4/514 5762
/proc/meminfo: memFree=11480788/32951124 swapFree=67057928/67111528
[pid=5644] ppid=5642 vsize=0 CPUtime=1800.35 cores=1,3,5,7
/proc/5644/stat : 5644 (java) Z 5642 5644 5272 0 -1 4203548 1396557 0 1 0 179863 172 0 0 17 0 2 0 814281744 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5644/statm: 0 0 0 0 0 0 0
[pid=5644/tid=5663] ppid=5642 vsize=0 CPUtime=0.1 cores=1,3,5,7
/proc/5644/task/5663/stat : 5663 (java) R 5642 5644 5272 0 -1 4203588 7 0 0 0 0 10 0 0 18 0 2 0 814282054 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.49
CPU time (s): 1800.45
CPU user time (s): 1798.64
CPU system time (s): 1.81672
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 10545600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.81672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1396557
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38155
involuntary context switches= 5909

runsolver used 8.58769 second user time and 19.644 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-04 22:17:44
IDJOB=3456604
IDBENCH=1973
IDSOLVER=1951
FILE ID=node140/3456604-1307218664
RUNJOBID= node140-1307215866-5291
PBS_JOBID= 13509084
Free space on /tmp= 73588 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456604-1307218664/watcher-3456604-1307218664 -o /tmp/evaluation-result-3456604-1307218664/solver-3456604-1307218664 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456604-1307218664.opb

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

MD5SUM BENCH= 13c1b3915f4d316b882a7e551b1f0496
RANDOM SEED=1413165225

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16867840 kB
Buffers:        322728 kB
Cached:        4182156 kB
SwapCached:       6932 kB
Active:       11818796 kB
Inactive:      3919312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16867840 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:           17120 kB
Writeback:           0 kB
AnonPages:    11231460 kB
Mapped:          46248 kB
Slab:           216500 kB
PageTables:      60492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 151747408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node140 at 2011-06-04 22:47:42