Trace number 3454320

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.4 902.482

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark850.051
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
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-2010 Daniel Le Berre
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.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		9996466904
0.08/0.09	c Max memory 		10048897024
0.08/0.09	c Total memory 		10048897024
0.08/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
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 Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
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@ae94e92
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 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454320-1307187630.opb
0.10/0.11	c reading problem ... 
2.33/1.74	c ... done. Wall clock time 1.627s.
2.33/1.74	c #vars     81558
2.33/1.74	c #constraints  240469
2.33/1.74	c constraints type 
2.33/1.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
2.33/1.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
2.33/1.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
2.33/1.74	c constraints type 
2.33/1.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
2.33/1.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
2.33/1.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
39.44/19.54	c cleaning 2494 clauses out of 5000 with flag 5000/5000
72.38/36.02	c cleaning 4246 clauses out of 8508 with flag 11002/11002
110.61/55.23	c cleaning 0 clauses out of 5000 with flag 0/5001
113.69/56.78	c cleaning 5625 clauses out of 11261 with flag 18001/18001
154.15/77.08	c cleaning 6807 clauses out of 13637 with flag 26003/26003
198.38/99.25	c cleaning 7905 clauses out of 15828 with flag 35002/35002
253.39/126.84	c cleaning 8951 clauses out of 17923 with flag 45002/45002
314.42/157.45	c cleaning 9980 clauses out of 19971 with flag 56001/56001
354.88/177.82	c cleaning 0 clauses out of 10999 with flag 0/11000
391.69/196.31	c cleaning 10983 clauses out of 21990 with flag 68000/68000
471.94/236.58	c cleaning 12002 clauses out of 24007 with flag 81000/81000
580.18/290.72	c cleaning 12988 clauses out of 26005 with flag 95000/95000
670.24/335.94	c cleaning 14002 clauses out of 28017 with flag 110000/110000
767.05/384.46	c cleaning 14973 clauses out of 30015 with flag 126000/126000
868.80/435.42	c cleaning 15990 clauses out of 32045 with flag 143003/143003
964.39/483.31	c cleaning 0 clauses out of 18002 with flag 0/18003
969.14/485.93	c cleaning 17002 clauses out of 34054 with flag 161002/161002
1052.95/527.91	c cleaning 18022 clauses out of 36049 with flag 180000/180000
1162.92/583.01	c cleaning 18979 clauses out of 38027 with flag 200000/200000
1275.45/639.42	c cleaning 20017 clauses out of 40048 with flag 221000/221000
1387.65/695.75	c cleaning 20993 clauses out of 42031 with flag 243000/243000
1477.78/740.99	c cleaning 22014 clauses out of 44039 with flag 266001/266001
1628.95/816.66	c cleaning 22998 clauses out of 46024 with flag 290000/290000
1800.15/902.31	c starts		: 134
1800.15/902.31	c conflicts		: 311760
1800.15/902.31	c decisions		: 532349
1800.15/902.31	c propagations		: 1810929498
1800.15/902.31	c inspects		: 4430861409
1800.15/902.31	c shortcuts		: 0
1800.15/902.31	c learnt literals	: 3
1800.15/902.31	c learnt binary clauses	: 152
1800.15/902.31	c learnt ternary clauses	: 341
1800.15/902.31	c learnt constraints	: 311757
1800.15/902.31	c ignored constraints	: 0
1800.15/902.31	c root simplifications	: 0
1800.15/902.31	c removed literals (reason simplification)	: 7404833
1800.15/902.31	c reason swapping (by a shorter reason)	: 0
1800.15/902.31	c Calls to reduceDB	: 20
1800.15/902.31	c number of reductions to clauses (during analyze)	: 0
1800.15/902.31	c number of learned constraints concerned by reduction	: 0
1800.15/902.31	c number of learning phase by resolution	: 0
1800.15/902.31	c number of learning phase by cutting planes	: 0
1800.15/902.31	c speed (assignments/second)	: 2010862.6897956193
1800.15/902.31	c non guided choices	943
1800.15/902.33	c learnt constraints type 
1800.15/902.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 152
1800.15/902.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44637
1800.15/902.33	c constraints type 
1800.15/902.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1800.15/902.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1800.15/902.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
1800.15/902.33	c constraints type 
1800.15/902.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
1800.15/902.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
1800.15/902.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
1800.15/902.33	s UNKNOWN
1800.15/902.33	c Total wall clock time (in seconds): 902.222

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 1.41 1.50 4/294 14267
/proc/meminfo: memFree=26750012/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/14267/stat : 14267 (java) R 14265 14267 10640 0 -1 4202496 951 0 0 0 0 0 0 0 25 0 1 0 830363793 23580672 695 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222916814312 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14267/statm: 5757 695 511 9 0 124 0
[pid=14267/tid=14268] ppid=14265 vsize=35820 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) R 14265 14267 10640 0 -1 4202560 249 0 1 0 0 0 0 0 25 0 2 0 830363794 36679680 1066 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222916853383 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0889901 s]
/proc/loadavg: 2.26 1.41 1.50 4/294 14267
/proc/meminfo: memFree=26750012/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10474512 CPUtime=0.08 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 12710 0 1 0 7 1 0 0 25 0 18 0 830363793 10725900288 12407 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2618628 12408 2058 9 0 2609362 0
[pid=14267/tid=14268] ppid=14265 vsize=10474512 CPUtime=0.07 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) R 14265 14267 10640 0 -1 4202560 10950 0 1 0 6 1 0 0 18 0 18 0 830363794 10725900288 12408 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222921772901 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10474512

[startup+0.100814 s]
/proc/loadavg: 2.26 1.41 1.50 4/294 14267
/proc/meminfo: memFree=26750012/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10474812 CPUtime=0.1 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 13022 0 1 0 9 1 0 0 25 0 18 0 830363793 10726207488 12719 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2618703 12719 2092 9 0 2609437 0
[pid=14267/tid=14268] ppid=14265 vsize=10474812 CPUtime=0.08 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) R 14265 14267 10640 0 -1 4202560 11109 0 1 0 7 1 0 0 18 0 18 0 830363794 10726207488 12719 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912505227952 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10474812

[startup+0.300772 s]
/proc/loadavg: 2.26 1.41 1.50 4/294 14267
/proc/meminfo: memFree=26750012/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10542452 CPUtime=0.48 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 16891 0 1 0 46 2 0 0 25 0 18 0 830363793 10795470848 16181 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2635613 16182 2201 9 0 2626347 0
[pid=14267/tid=14268] ppid=14265 vsize=10542452 CPUtime=0.28 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) R 14265 14267 10640 0 -1 4202560 13894 0 1 0 27 1 0 0 18 0 18 0 830363794 10795470848 16183 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542452

[startup+0.700723 s]
/proc/loadavg: 2.26 1.41 1.50 4/294 14267
/proc/meminfo: memFree=26750012/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10545520 CPUtime=1.18 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 56388 0 1 0 112 6 0 0 25 0 18 0 830363793 10798612480 53888 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2636380 53893 2214 9 0 2627114 0
[pid=14267/tid=14268] ppid=14265 vsize=10545520 CPUtime=0.68 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) R 14265 14267 10640 0 -1 4202560 49736 0 1 0 63 5 0 0 18 0 18 0 830363794 10798612480 53895 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912505675953 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10545520

[startup+1.50158 s]
/proc/loadavg: 2.48 1.47 1.52 5/312 14285
/proc/meminfo: memFree=26403544/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10545520 CPUtime=1.98 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 148414 0 1 0 181 17 0 0 25 0 18 0 830363793 10798612480 145914 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2636380 145919 2214 9 0 2627114 0
[pid=14267/tid=14268] ppid=14265 vsize=10545520 CPUtime=1.48 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) R 14265 14267 10640 0 -1 4202560 141762 0 1 0 132 16 0 0 19 0 18 0 830363794 10798612480 145921 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912505676703 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14267/tid=14270] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14270/stat : 14270 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830363796 10798612480 145923 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14271] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14271/stat : 14271 (java) S 14265 14267 10640 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830363796 10798612480 145923 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14272] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14272/stat : 14272 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830363796 10798612480 145926 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14273] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14273/stat : 14273 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830363796 10798612480 145929 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14274] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14274/stat : 14274 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830363796 10798612480 145932 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14275] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14275/stat : 14275 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830363796 10798612480 145935 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14276] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14276/stat : 14276 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830363796 10798612480 145938 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14277] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14277/stat : 14277 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830363796 10798612480 145941 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14278] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14278/stat : 14278 (java) S 14265 14267 10640 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830363797 10798612480 145943 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 0 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14279] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14279/stat : 14279 (java) S 14265 14267 10640 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830363797 10798612480 145946 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14280] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14280/stat : 14280 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830363797 10798612480 145949 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14281] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14281/stat : 14281 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830363800 10798612480 145952 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933600689 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14282] ppid=14265 vsize=10545520 CPUtime=0.23 cores=0,2,4,6
/proc/14267/task/14282/stat : 14282 (java) S 14265 14267 10640 0 -1 4202560 2676 0 0 0 23 0 0 0 17 0 18 0 830363800 10798612480 145955 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14283] ppid=14265 vsize=10545520 CPUtime=0.24 cores=0,2,4,6
/proc/14267/task/14283/stat : 14283 (java) S 14265 14267 10640 0 -1 4202560 2832 0 0 0 24 0 0 0 16 0 18 0 830363800 10798612480 145958 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14284] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14284/stat : 14284 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830363800 10798612480 145960 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14285] ppid=14265 vsize=10545520 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14285/stat : 14285 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830363800 10798612480 145963 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 10545520

[startup+3.10123 s]
/proc/loadavg: 2.48 1.47 1.52 5/316 14289
/proc/meminfo: memFree=26047120/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10550196 CPUtime=5.91 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 229700 0 1 0 565 26 0 0 25 0 22 0 830363793 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2637549 225196 2238 9 0 2628283 0
[pid=14267/tid=14268] ppid=14265 vsize=10550196 CPUtime=1.72 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) S 14265 14267 10640 0 -1 4202560 161135 0 1 0 154 18 0 0 15 0 22 0 830363794 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
[pid=14267/tid=14270] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14270/stat : 14270 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14271] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14271/stat : 14271 (java) S 14265 14267 10640 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14272] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14272/stat : 14272 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14273] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14273/stat : 14273 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14274] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14274/stat : 14274 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14275] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14275/stat : 14275 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14276] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14276/stat : 14276 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14277] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14277/stat : 14277 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14278] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14278/stat : 14278 (java) S 14265 14267 10640 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 830363797 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 0 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14279] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14279/stat : 14279 (java) S 14265 14267 10640 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830363797 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14280] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14280/stat : 14280 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830363797 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14281] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14281/stat : 14281 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363800 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933600689 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14282] ppid=14265 vsize=10550196 CPUtime=0.74 cores=0,2,4,6
/proc/14267/task/14282/stat : 14282 (java) S 14265 14267 10640 0 -1 4202560 4558 0 0 0 74 0 0 0 15 0 22 0 830363800 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14283] ppid=14265 vsize=10550196 CPUtime=0.72 cores=0,2,4,6
/proc/14267/task/14283/stat : 14283 (java) S 14265 14267 10640 0 -1 4202560 3348 0 0 0 72 0 0 0 15 0 22 0 830363800 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14284] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14284/stat : 14284 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363800 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14285] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14285/stat : 14285 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830363800 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
[pid=14267/tid=14286] ppid=14265 vsize=10550196 CPUtime=1.34 cores=0,2,4,6
/proc/14267/task/14286/stat : 14286 (java) R 14265 14267 10640 0 -1 4202560 1295 0 0 0 134 0 0 0 21 0 22 0 830363968 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912506011106 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14267/tid=14287] ppid=14265 vsize=10550196 CPUtime=1.34 cores=0,2,4,6
/proc/14267/task/14287/stat : 14287 (java) R 14265 14267 10640 0 -1 4202560 58196 0 0 0 128 6 0 0 25 0 22 0 830363968 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912505901828 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14267/tid=14288] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14288/stat : 14288 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830363972 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14289] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14289/stat : 14289 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830363972 10803400704 225196 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 10550196

[startup+6.30164 s]
/proc/loadavg: 2.60 1.51 1.53 5/316 14289
/proc/meminfo: memFree=25294496/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10550196 CPUtime=12.75 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 404797 0 1 0 1229 46 0 0 25 0 22 0 830363793 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2637549 396696 2241 9 0 2628283 0
[pid=14267/tid=14268] ppid=14265 vsize=10550196 CPUtime=1.72 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) S 14265 14267 10640 0 -1 4202560 161135 0 1 0 154 18 0 0 15 0 22 0 830363794 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
[pid=14267/tid=14270] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14270/stat : 14270 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14271] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14271/stat : 14271 (java) S 14265 14267 10640 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14272] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14272/stat : 14272 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14273] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14273/stat : 14273 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14274] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14274/stat : 14274 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14275] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14275/stat : 14275 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14276] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14276/stat : 14276 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14277] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14277/stat : 14277 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363796 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14278] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14278/stat : 14278 (java) S 14265 14267 10640 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 830363797 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 0 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14279] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14279/stat : 14279 (java) S 14265 14267 10640 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830363797 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14280] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14280/stat : 14280 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830363797 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14281] ppid=14265 vsize=10550196 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14281/stat : 14281 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363800 10803400704 396696 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933600689 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.03 3.87 2.97 5/316 14311
/proc/meminfo: memFree=21041336/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10554808 CPUtime=1640 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 933749 0 1 0 163894 106 0 0 25 0 22 0 830363793 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2638702 919164 2267 9 0 2629436 0
[pid=14267/tid=14268] ppid=14265 vsize=10554808 CPUtime=1.72 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) S 14265 14267 10640 0 -1 4202560 161145 0 1 0 154 18 0 0 15 0 22 0 830363794 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14270] ppid=14265 vsize=10554808 CPUtime=0.56 cores=0,2,4,6
/proc/14267/task/14270/stat : 14270 (java) S 14265 14267 10640 0 -1 4202560 5314 0 0 0 56 0 0 0 16 0 22 0 830363796 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14271] ppid=14265 vsize=10554808 CPUtime=0.64 cores=0,2,4,6
/proc/14267/task/14271/stat : 14271 (java) S 14265 14267 10640 0 -1 4202560 9595 0 0 0 63 1 0 0 16 0 22 0 830363796 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
[pid=14267/tid=14272] ppid=14265 vsize=10554808 CPUtime=0.67 cores=0,2,4,6
/proc/14267/task/14272/stat : 14272 (java) S 14265 14267 10640 0 -1 4202560 8135 0 0 0 67 0 0 0 15 0 22 0 830363796 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14273] ppid=14265 vsize=10554808 CPUtime=0.39 cores=0,2,4,6
/proc/14267/task/14273/stat : 14273 (java) S 14265 14267 10640 0 -1 4202560 3952 0 0 0 39 0 0 0 16 0 22 0 830363796 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14274] ppid=14265 vsize=10554808 CPUtime=0.49 cores=0,2,4,6
/proc/14267/task/14274/stat : 14274 (java) S 14265 14267 10640 0 -1 4202560 6960 0 0 0 49 0 0 0 16 0 22 0 830363796 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14275] ppid=14265 vsize=10554808 CPUtime=0.56 cores=0,2,4,6
/proc/14267/task/14275/stat : 14275 (java) S 14265 14267 10640 0 -1 4202560 10231 0 0 0 56 0 0 0 15 0 22 0 830363796 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14276] ppid=14265 vsize=10554808 CPUtime=0.66 cores=0,2,4,6
/proc/14267/task/14276/stat : 14276 (java) S 14265 14267 10640 0 -1 4202560 13078 0 0 0 65 1 0 0 15 0 22 0 830363796 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
[pid=14267/tid=14277] ppid=14265 vsize=10554808 CPUtime=0.66 cores=0,2,4,6
/proc/14267/task/14277/stat : 14277 (java) S 14265 14267 10640 0 -1 4202560 12767 0 0 0 65 1 0 0 16 0 22 0 830363796 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14278] ppid=14265 vsize=10554808 CPUtime=7.48 cores=0,2,4,6
/proc/14267/task/14278/stat : 14278 (java) S 14265 14267 10640 0 -1 4202560 54539 0 0 0 744 4 0 0 15 0 22 0 830363797 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 0 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14279] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14279/stat : 14279 (java) S 14265 14267 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830363797 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14280] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14280/stat : 14280 (java) S 14265 14267 10640 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830363797 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14281] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14281/stat : 14281 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363800 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933600689 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14282] ppid=14265 vsize=10554808 CPUtime=1.43 cores=0,2,4,6
/proc/14267/task/14282/stat : 14282 (java) S 14265 14267 10640 0 -1 4202560 10457 0 0 0 142 1 0 0 16 0 22 0 830363800 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14283] ppid=14265 vsize=10554808 CPUtime=1.28 cores=0,2,4,6
/proc/14267/task/14283/stat : 14283 (java) S 14265 14267 10640 0 -1 4202560 8276 0 0 0 128 0 0 0 15 0 22 0 830363800 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14284] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14284/stat : 14284 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363800 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14285] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14285/stat : 14285 (java) S 14265 14267 10640 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830363800 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14286] ppid=14265 vsize=10554808 CPUtime=811.67 cores=0,2,4,6
/proc/14267/task/14286/stat : 14286 (java) R 14265 14267 10640 0 -1 4202560 1491 0 0 0 81167 0 0 0 25 0 22 0 830363968 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912505901828 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14267/tid=14287] ppid=14265 vsize=10554808 CPUtime=811.62 cores=0,2,4,6
/proc/14267/task/14287/stat : 14287 (java) R 14265 14267 10640 0 -1 4202560 626605 0 0 0 81092 70 0 0 25 0 22 0 830363968 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912506181643 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14267/tid=14288] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14288/stat : 14288 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830363972 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14289] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14289/stat : 14289 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830363972 10808123392 919164 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1640
Current children cumulated vsize (KiB) 10554808

[startup+882.301 s]
/proc/loadavg: 3.96 3.88 3.02 5/316 14372
/proc/meminfo: memFree=23386380/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10554808 CPUtime=1760.11 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 935176 0 1 0 175904 107 0 0 25 0 22 0 830363793 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2638702 920575 2267 9 0 2629436 0
[pid=14267/tid=14268] ppid=14265 vsize=10554808 CPUtime=1.72 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) S 14265 14267 10640 0 -1 4202560 161145 0 1 0 154 18 0 0 15 0 22 0 830363794 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14270] ppid=14265 vsize=10554808 CPUtime=0.56 cores=0,2,4,6
/proc/14267/task/14270/stat : 14270 (java) S 14265 14267 10640 0 -1 4202560 5314 0 0 0 56 0 0 0 16 0 22 0 830363796 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14271] ppid=14265 vsize=10554808 CPUtime=0.65 cores=0,2,4,6
/proc/14267/task/14271/stat : 14271 (java) S 14265 14267 10640 0 -1 4202560 9725 0 0 0 64 1 0 0 16 0 22 0 830363796 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
[pid=14267/tid=14272] ppid=14265 vsize=10554808 CPUtime=0.71 cores=0,2,4,6
/proc/14267/task/14272/stat : 14272 (java) S 14265 14267 10640 0 -1 4202560 8482 0 0 0 71 0 0 0 16 0 22 0 830363796 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14273] ppid=14265 vsize=10554808 CPUtime=0.44 cores=0,2,4,6
/proc/14267/task/14273/stat : 14273 (java) S 14265 14267 10640 0 -1 4202560 3991 0 0 0 44 0 0 0 15 0 22 0 830363796 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14274] ppid=14265 vsize=10554808 CPUtime=0.53 cores=0,2,4,6
/proc/14267/task/14274/stat : 14274 (java) S 14265 14267 10640 0 -1 4202560 7210 0 0 0 53 0 0 0 16 0 22 0 830363796 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14275] ppid=14265 vsize=10554808 CPUtime=0.65 cores=0,2,4,6
/proc/14267/task/14275/stat : 14275 (java) S 14265 14267 10640 0 -1 4202560 10576 0 0 0 65 0 0 0 16 0 22 0 830363796 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14276] ppid=14265 vsize=10554808 CPUtime=0.69 cores=0,2,4,6
/proc/14267/task/14276/stat : 14276 (java) S 14265 14267 10640 0 -1 4202560 13148 0 0 0 68 1 0 0 16 0 22 0 830363796 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
[pid=14267/tid=14277] ppid=14265 vsize=10554808 CPUtime=0.68 cores=0,2,4,6
/proc/14267/task/14277/stat : 14277 (java) S 14265 14267 10640 0 -1 4202560 13004 0 0 0 67 1 0 0 15 0 22 0 830363796 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14278] ppid=14265 vsize=10554808 CPUtime=7.48 cores=0,2,4,6
/proc/14267/task/14278/stat : 14278 (java) S 14265 14267 10640 0 -1 4202560 54541 0 0 0 744 4 0 0 15 0 22 0 830363797 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 0 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14279] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14279/stat : 14279 (java) S 14265 14267 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830363797 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14280] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14280/stat : 14280 (java) S 14265 14267 10640 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830363797 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14281] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14281/stat : 14281 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363800 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933600689 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14282] ppid=14265 vsize=10554808 CPUtime=1.43 cores=0,2,4,6
/proc/14267/task/14282/stat : 14282 (java) S 14265 14267 10640 0 -1 4202560 10457 0 0 0 142 1 0 0 16 0 22 0 830363800 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14283] ppid=14265 vsize=10554808 CPUtime=1.28 cores=0,2,4,6
/proc/14267/task/14283/stat : 14283 (java) S 14265 14267 10640 0 -1 4202560 8276 0 0 0 128 0 0 0 15 0 22 0 830363800 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14284] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14284/stat : 14284 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363800 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14285] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14285/stat : 14285 (java) S 14265 14267 10640 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830363800 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14286] ppid=14265 vsize=10554808 CPUtime=871.58 cores=0,2,4,6
/proc/14267/task/14286/stat : 14286 (java) R 14265 14267 10640 0 -1 4202560 1495 0 0 0 87158 0 0 0 25 0 22 0 830363968 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912505893129 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14267/tid=14287] ppid=14265 vsize=10554808 CPUtime=871.53 cores=0,2,4,6
/proc/14267/task/14287/stat : 14287 (java) R 14265 14267 10640 0 -1 4202560 626606 0 0 0 87083 70 0 0 25 0 22 0 830363968 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912506003481 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14267/tid=14288] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14288/stat : 14288 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830363972 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14289] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14289/stat : 14289 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830363972 10808123392 920575 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1760.11
Current children cumulated vsize (KiB) 10554808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.302 s]
/proc/loadavg: 3.97 3.89 3.04 5/316 14373
/proc/meminfo: memFree=22829604/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=10554808 CPUtime=1800.15 cores=0,2,4,6
/proc/14267/stat : 14267 (java) S 14265 14267 10640 0 -1 4202496 935657 0 1 0 179908 107 0 0 25 0 22 0 830363793 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 2638702 921048 2267 9 0 2629436 0
[pid=14267/tid=14268] ppid=14265 vsize=10554808 CPUtime=1.72 cores=0,2,4,6
/proc/14267/task/14268/stat : 14268 (java) S 14265 14267 10640 0 -1 4202560 161145 0 1 0 154 18 0 0 15 0 22 0 830363794 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14270] ppid=14265 vsize=10554808 CPUtime=0.56 cores=0,2,4,6
/proc/14267/task/14270/stat : 14270 (java) S 14265 14267 10640 0 -1 4202560 5314 0 0 0 56 0 0 0 15 0 22 0 830363796 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14271] ppid=14265 vsize=10554808 CPUtime=0.66 cores=0,2,4,6
/proc/14267/task/14271/stat : 14271 (java) S 14265 14267 10640 0 -1 4202560 9815 0 0 0 65 1 0 0 16 0 22 0 830363796 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
[pid=14267/tid=14272] ppid=14265 vsize=10554808 CPUtime=0.73 cores=0,2,4,6
/proc/14267/task/14272/stat : 14272 (java) S 14265 14267 10640 0 -1 4202560 8579 0 0 0 73 0 0 0 16 0 22 0 830363796 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14273] ppid=14265 vsize=10554808 CPUtime=0.44 cores=0,2,4,6
/proc/14267/task/14273/stat : 14273 (java) S 14265 14267 10640 0 -1 4202560 3991 0 0 0 44 0 0 0 15 0 22 0 830363796 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14274] ppid=14265 vsize=10554808 CPUtime=0.55 cores=0,2,4,6
/proc/14267/task/14274/stat : 14274 (java) S 14265 14267 10640 0 -1 4202560 7294 0 0 0 55 0 0 0 16 0 22 0 830363796 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14275] ppid=14265 vsize=10554808 CPUtime=0.65 cores=0,2,4,6
/proc/14267/task/14275/stat : 14275 (java) S 14265 14267 10640 0 -1 4202560 10576 0 0 0 65 0 0 0 15 0 22 0 830363796 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14276] ppid=14265 vsize=10554808 CPUtime=0.69 cores=0,2,4,6
/proc/14267/task/14276/stat : 14276 (java) S 14265 14267 10640 0 -1 4202560 13148 0 0 0 68 1 0 0 15 0 22 0 830363796 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
[pid=14267/tid=14277] ppid=14265 vsize=10554808 CPUtime=0.71 cores=0,2,4,6
/proc/14267/task/14277/stat : 14277 (java) S 14265 14267 10640 0 -1 4202560 13209 0 0 0 69 2 0 0 16 0 22 0 830363796 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14278] ppid=14265 vsize=10554808 CPUtime=7.48 cores=0,2,4,6
/proc/14267/task/14278/stat : 14278 (java) S 14265 14267 10640 0 -1 4202560 54543 0 0 0 744 4 0 0 15 0 22 0 830363797 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 0 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14279] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14279/stat : 14279 (java) S 14265 14267 10640 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830363797 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14280] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14280/stat : 14280 (java) S 14265 14267 10640 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830363797 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14281] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14281/stat : 14281 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363800 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933600689 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14282] ppid=14265 vsize=10554808 CPUtime=1.43 cores=0,2,4,6
/proc/14267/task/14282/stat : 14282 (java) S 14265 14267 10640 0 -1 4202560 10457 0 0 0 142 1 0 0 16 0 22 0 830363800 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14283] ppid=14265 vsize=10554808 CPUtime=1.28 cores=0,2,4,6
/proc/14267/task/14283/stat : 14283 (java) S 14265 14267 10640 0 -1 4202560 8276 0 0 0 128 0 0 0 15 0 22 0 830363800 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 4 0 0 0
[pid=14267/tid=14284] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14284/stat : 14284 (java) S 14265 14267 10640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830363800 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933592985 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14285] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14285/stat : 14285 (java) S 14265 14267 10640 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830363800 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 0 0 0 0
[pid=14267/tid=14286] ppid=14265 vsize=10554808 CPUtime=891.57 cores=0,2,4,6
/proc/14267/task/14286/stat : 14286 (java) R 14265 14267 10640 0 -1 4202560 1496 0 0 0 89157 0 0 0 25 0 22 0 830363968 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912506011367 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14267/tid=14287] ppid=14265 vsize=10554808 CPUtime=891.52 cores=0,2,4,6
/proc/14267/task/14287/stat : 14287 (java) R 14265 14267 10640 0 -1 4202560 626606 0 0 0 89082 70 0 0 25 0 22 0 830363968 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 46912506003494 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14267/tid=14288] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14288/stat : 14288 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830363972 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 2 0 0 0
[pid=14267/tid=14289] ppid=14265 vsize=10554808 CPUtime=0 cores=0,2,4,6
/proc/14267/task/14289/stat : 14289 (java) S 14265 14267 10640 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830363972 10808123392 921048 33554432000 1073741824 1073778376 140736278279408 18446744073709551615 222933593600 0 4 0 16800975 18446604448134906240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10554808

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

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

[startup+902.417 s]
/proc/loadavg: 3.97 3.89 3.04 5/316 14373
/proc/meminfo: memFree=22829604/32951124 swapFree=55664332/67111528
[pid=14267] ppid=14265 vsize=0 CPUtime=1800.33 cores=0,2,4,6
/proc/14267/stat : 14267 (java) Z 14265 14267 10640 0 -1 4203548 935685 0 1 0 179919 114 0 0 17 0 2 0 830363793 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14267/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 902.482
CPU time (s): 1800.4
CPU user time (s): 1799.19
CPU system time (s): 1.21181
CPU usage (%): 199.495
Max. virtual memory (cumulated for all children) (KiB): 10565996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 935685
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= 22821
involuntary context switches= 23215

runsolver used 2.68559 second user time and 5.54316 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-04 13:40:30
IDJOB=3454320
IDBENCH=1475
IDSOLVER=1950
FILE ID=node109/3454320-1307187630
RUNJOBID= node109-1307187566-14077
PBS_JOBID= 13508846
Free space on /tmp= 73996 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454320-1307187630/watcher-3454320-1307187630 -o /tmp/evaluation-result-3454320-1307187630/solver-3454320-1307187630 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454320-1307187630.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=541363738

node109.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.809
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.61
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.809
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	: 5332.75
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.809
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.74
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.809
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.75
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.809
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.82
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.809
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.75
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26750292 kB
Buffers:        320536 kB
Cached:        2221312 kB
SwapCached:      10392 kB
Active:        2538848 kB
Inactive:      3402136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26750292 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:            7812 kB
Writeback:           0 kB
AnonPages:     3394664 kB
Mapped:          24712 kB
Slab:           156932 kB
PageTables:      40836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41264416 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= 74000 MiB
End job on node109 at 2011-06-04 13:55:35