Trace number 3456601

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.44 1796.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark977
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
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 491651
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 491651
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
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@38540408
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-3456601-1307218529.opb
0.10/0.11	c reading problem ... 
3.52/3.10	c ... done. Wall clock time 2.99s.
3.52/3.10	c #vars     10000
3.52/3.10	c #constraints  656900
3.52/3.10	c constraints type 
3.52/3.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.52/3.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
22.65/21.57	c cleaning 0 clauses out of 5000 with flag 0/5000
35.34/34.10	c cleaning 0 clauses out of 11000 with flag 0/11000
52.53/51.28	c cleaning 0 clauses out of 18000 with flag 0/18000
72.10/70.75	c cleaning 0 clauses out of 26001 with flag 0/26001
96.97/95.55	c cleaning 0 clauses out of 35000 with flag 0/35000
128.02/126.56	c cleaning 0 clauses out of 45000 with flag 0/45000
159.44/157.98	c cleaning 0 clauses out of 56000 with flag 0/56000
195.70/194.13	c cleaning 0 clauses out of 68002 with flag 0/68002
240.57/238.92	c cleaning 0 clauses out of 81001 with flag 0/81001
299.03/297.36	c cleaning 0 clauses out of 95000 with flag 0/95000
366.85/365.00	c cleaning 0 clauses out of 110003 with flag 0/110003
427.76/425.87	c cleaning 0 clauses out of 126001 with flag 0/126001
492.85/490.86	c cleaning 0 clauses out of 143000 with flag 0/143000
576.02/573.87	c cleaning 0 clauses out of 161000 with flag 0/161000
667.46/665.17	c cleaning 0 clauses out of 180003 with flag 0/180003
776.15/773.65	c cleaning 0 clauses out of 200000 with flag 0/200000
900.26/897.52	c cleaning 0 clauses out of 221001 with flag 0/221001
1030.10/1027.17	c cleaning 0 clauses out of 243006 with flag 0/243006
1174.84/1171.62	c cleaning 0 clauses out of 266001 with flag 0/266001
1309.99/1306.60	c cleaning 0 clauses out of 290000 with flag 0/290000
1451.38/1447.70	c cleaning 0 clauses out of 315000 with flag 0/315000
1615.63/1611.60	c cleaning 0 clauses out of 341001 with flag 0/341001
1800.10/1795.82	c starts		: 136
1800.10/1795.82	c conflicts		: 364355
1800.10/1795.82	c decisions		: 489791
1800.10/1795.82	c propagations		: 65989299
1800.10/1795.82	c inspects		: 2783797257
1800.10/1795.82	c shortcuts		: 0
1800.10/1795.82	c learnt literals	: 0
1800.10/1795.82	c learnt binary clauses	: 0
1800.10/1795.82	c learnt ternary clauses	: 0
1800.10/1795.82	c learnt constraints	: 364355
1800.10/1795.82	c ignored constraints	: 0
1800.10/1795.82	c root simplifications	: 0
1800.10/1795.82	c removed literals (reason simplification)	: 0
1800.10/1795.82	c reason swapping (by a shorter reason)	: 0
1800.10/1795.82	c Calls to reduceDB	: 22
1800.10/1795.82	c number of reductions to clauses (during analyze)	: 0
1800.10/1795.82	c number of learned constraints concerned by reduction	: 0
1800.10/1795.82	c number of learning phase by resolution	: 0
1800.10/1795.82	c number of learning phase by cutting planes	: 0
1800.10/1795.82	c speed (assignments/second)	: 36809.53833916339
1800.10/1795.82	c non guided choices	0
1800.10/1795.87	c learnt constraints type 
1800.10/1795.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 364360
1800.10/1795.87	c constraints type 
1800.10/1795.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.10/1795.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.10/1795.87	s UNKNOWN
1800.10/1795.87	c Total wall clock time (in seconds): 1795.76

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-3456601-1307218529/watcher-3456601-1307218529 -o /tmp/evaluation-result-3456601-1307218529/solver-3456601-1307218529 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456601-1307218529.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: 1.98 2.02 1.86 2/499 21686
/proc/meminfo: memFree=23472580/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 3994 0 1 0 0 0 0 0 24 0 2 0 833452629 10694979584 3696 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2611079 3710 917 9 0 2602235 0
[pid=21686/tid=21687] ppid=21684 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 4890 0 1 0 0 0 0 0 25 0 2 0 833452630 10694979584 5705 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0734729 s]
/proc/loadavg: 1.98 2.02 1.86 2/499 21686
/proc/meminfo: memFree=23472580/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10538348 CPUtime=0.06 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 11865 0 1 0 5 1 0 0 24 0 18 0 833452629 10791268352 11562 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2634587 11563 1754 9 0 2625321 0
[pid=21686/tid=21687] ppid=21684 vsize=10538348 CPUtime=0.06 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 10693 0 1 0 5 1 0 0 25 0 18 0 833452630 10791268352 11563 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10538348

[startup+0.100467 s]
/proc/loadavg: 1.98 2.02 1.86 2/499 21686
/proc/meminfo: memFree=23472580/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10539628 CPUtime=0.1 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 12998 0 1 0 9 1 0 0 24 0 18 0 833452629 10792579072 12695 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2634907 12696 2092 9 0 2625641 0
[pid=21686/tid=21687] ppid=21684 vsize=10539628 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 11109 0 1 0 7 1 0 0 25 0 18 0 833452630 10792579072 12697 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208079893537 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539628

[startup+0.300431 s]
/proc/loadavg: 1.98 2.02 1.86 2/499 21686
/proc/meminfo: memFree=23472580/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10541496 CPUtime=0.48 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 16706 0 1 0 46 2 0 0 24 0 18 0 833452629 10794491904 16143 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2635374 16144 2199 9 0 2626108 0
[pid=21686/tid=21687] ppid=21684 vsize=10541496 CPUtime=0.28 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 13938 0 1 0 27 1 0 0 25 0 18 0 833452630 10794491904 16145 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 46912505575198 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541496

[startup+0.700415 s]
/proc/loadavg: 1.98 2.02 1.86 2/499 21686
/proc/meminfo: memFree=23472580/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10545184 CPUtime=1.12 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 52994 0 1 0 106 6 0 0 24 0 18 0 833452629 10798268416 50740 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2636296 50745 2213 9 0 2627030 0
[pid=21686/tid=21687] ppid=21684 vsize=10545184 CPUtime=0.68 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 46950 0 1 0 63 5 0 0 18 0 18 0 833452630 10798268416 50747 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 10545184

[startup+1.5012 s]
/proc/loadavg: 1.98 2.02 1.86 3/517 21704
/proc/meminfo: memFree=23155316/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10545184 CPUtime=1.92 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 133021 0 1 0 177 15 0 0 24 0 18 0 833452629 10798268416 130768 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2636296 130772 2213 9 0 2627030 0
[pid=21686/tid=21687] ppid=21684 vsize=10545184 CPUtime=1.48 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 126977 0 1 0 134 14 0 0 19 0 18 0 833452630 10798268416 130774 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 46912505648970 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21686/tid=21689] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21689/stat : 21689 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 130776 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21690] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21690/stat : 21690 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 130779 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21691] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21691/stat : 21691 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 130782 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21692] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21692/stat : 21692 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 130784 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21693] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21693/stat : 21693 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 130786 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21694] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21694/stat : 21694 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 130789 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21695] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21695/stat : 21695 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 130792 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21696] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21696/stat : 21696 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 130794 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21697] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21697/stat : 21697 (java) S 21684 21686 20277 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833452632 10798268416 130797 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 0 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21698] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21698/stat : 21698 (java) S 21684 21686 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833452633 10798268416 130799 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21699] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21699/stat : 21699 (java) S 21684 21686 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833452633 10798268416 130801 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21700] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21700/stat : 21700 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452635 10798268416 130804 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092055985 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21701] ppid=21684 vsize=10545184 CPUtime=0.21 cores=1,3,5,7
/proc/21686/task/21701/stat : 21701 (java) S 21684 21686 20277 0 -1 4202560 2632 0 0 0 21 0 0 0 25 0 18 0 833452635 10798268416 130807 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21702] ppid=21684 vsize=10545184 CPUtime=0.2 cores=1,3,5,7
/proc/21686/task/21702/stat : 21702 (java) S 21684 21686 20277 0 -1 4202560 2270 0 0 0 20 0 0 0 25 0 18 0 833452635 10798268416 130809 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21703] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21703/stat : 21703 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452635 10798268416 130812 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21704] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21704/stat : 21704 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833452635 10798268416 130814 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10545184

[startup+3.10096 s]
/proc/loadavg: 1.98 2.02 1.86 3/517 21704
/proc/meminfo: memFree=22710156/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10545184 CPUtime=3.52 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 292370 0 1 0 318 34 0 0 24 0 18 0 833452629 10798268416 290116 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2636296 290118 2221 9 0 2627030 0
[pid=21686/tid=21687] ppid=21684 vsize=10545184 CPUtime=3.07 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 286321 0 1 0 274 33 0 0 23 0 18 0 833452630 10798268416 290118 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 47663101594451 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21686/tid=21689] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21689/stat : 21689 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 290123 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21690] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21690/stat : 21690 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 290124 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21691] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21691/stat : 21691 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 290125 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21692] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21692/stat : 21692 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21693] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21693/stat : 21693 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21694] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21694/stat : 21694 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21695] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21695/stat : 21695 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21696] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21696/stat : 21696 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452631 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21697] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21697/stat : 21697 (java) S 21684 21686 20277 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833452632 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 0 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21698] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21698/stat : 21698 (java) S 21684 21686 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833452633 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21699] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21699/stat : 21699 (java) S 21684 21686 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833452633 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21700] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21700/stat : 21700 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452635 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092055985 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21701] ppid=21684 vsize=10545184 CPUtime=0.21 cores=1,3,5,7
/proc/21686/task/21701/stat : 21701 (java) S 21684 21686 20277 0 -1 4202560 2632 0 0 0 21 0 0 0 25 0 18 0 833452635 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21702] ppid=21684 vsize=10545184 CPUtime=0.2 cores=1,3,5,7
/proc/21686/task/21702/stat : 21702 (java) S 21684 21686 20277 0 -1 4202560 2270 0 0 0 20 0 0 0 18 0 18 0 833452635 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21703] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21703/stat : 21703 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833452635 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21704] ppid=21684 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21704/stat : 21704 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833452635 10798268416 290126 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 10545184

[startup+6.30135 s]
/proc/loadavg: 1.98 2.02 1.86 3/518 21705
/proc/meminfo: memFree=22297672/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10546412 CPUtime=7.2 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 299496 0 1 0 685 35 0 0 24 0 19 0 833452629 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2636603 295884 2238 9 0 2627337 0
[pid=21686/tid=21687] ppid=21684 vsize=10546412 CPUtime=6.28 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 292172 0 1 0 594 34 0 0 25 0 19 0 833452630 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 46912505835255 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21686/tid=21689] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21689/stat : 21689 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452631 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21690] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21690/stat : 21690 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452631 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21691] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21691/stat : 21691 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452631 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21692] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21692/stat : 21692 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452631 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21693] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21693/stat : 21693 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452631 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21694] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21694/stat : 21694 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452631 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21695] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21695/stat : 21695 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452631 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21696] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21696/stat : 21696 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452631 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21697] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21697/stat : 21697 (java) S 21684 21686 20277 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833452632 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 0 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21698] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21698/stat : 21698 (java) S 21684 21686 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833452633 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21699] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21699/stat : 21699 (java) S 21684 21686 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833452633 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21700] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21700/stat : 21700 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092055985 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21701] ppid=21684 vsize=10546412 CPUtime=0.45 cores=1,3,5,7
/proc/21686/task/21701/stat : 21701 (java) S 21684 21686 20277 0 -1 4202560 3713 0 0 0 45 0 0 0 15 0 19 0 833452635 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21702] ppid=21684 vsize=10546412 CPUtime=0.44 cores=1,3,5,7
/proc/21686/task/21702/stat : 21702 (java) S 21684 21686 20277 0 -1 4202560 2451 0 0 0 44 0 0 0 15 0 19 0 833452635 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21703] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21703/stat : 21703 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21704] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21704/stat : 21704 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833452635 10799525888 295884 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0

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

/proc/21686/task/21698/stat : 21698 (java) S 21684 21686 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833452633 10799525888 1338287 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21699] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21699/stat : 21699 (java) S 21684 21686 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833452633 10799525888 1338287 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21700] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21700/stat : 21700 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 1338287 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092055985 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21701] ppid=21684 vsize=10546412 CPUtime=0.7 cores=1,3,5,7
/proc/21686/task/21701/stat : 21701 (java) S 21684 21686 20277 0 -1 4202560 5935 0 0 0 70 0 0 0 15 0 19 0 833452635 10799525888 1338287 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21702] ppid=21684 vsize=10546412 CPUtime=0.6 cores=1,3,5,7
/proc/21686/task/21702/stat : 21702 (java) S 21684 21686 20277 0 -1 4202560 2510 0 0 0 60 0 0 0 16 0 19 0 833452635 10799525888 1338287 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21703] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21703/stat : 21703 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 1338287 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21704] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21704/stat : 21704 (java) S 21684 21686 20277 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 833452635 10799525888 1338287 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21705] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21705/stat : 21705 (java) S 21684 21686 20277 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833452944 10799525888 1338287 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1666.4
Current children cumulated vsize (KiB) 10546412

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/518 21937
/proc/meminfo: memFree=18454948/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10546412 CPUtime=1726.52 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 1388052 0 1 0 172490 162 0 0 24 0 19 0 833452629 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2636603 1349313 2266 9 0 2627337 0
[pid=21686/tid=21687] ppid=21684 vsize=10546412 CPUtime=1714.74 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 804449 0 1 0 171389 85 0 0 25 0 19 0 833452630 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 46912505835612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21686/tid=21689] ppid=21684 vsize=10546412 CPUtime=0.4 cores=1,3,5,7
/proc/21686/task/21689/stat : 21689 (java) S 21684 21686 20277 0 -1 4202560 43461 0 0 0 33 7 0 0 15 0 19 0 833452631 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21690] ppid=21684 vsize=10546412 CPUtime=0.58 cores=1,3,5,7
/proc/21686/task/21690/stat : 21690 (java) S 21684 21686 20277 0 -1 4202560 65788 0 0 0 49 9 0 0 16 0 19 0 833452631 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21691] ppid=21684 vsize=10546412 CPUtime=0.57 cores=1,3,5,7
/proc/21686/task/21691/stat : 21691 (java) S 21684 21686 20277 0 -1 4202560 62301 0 0 0 48 9 0 0 16 0 19 0 833452631 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21692] ppid=21684 vsize=10546412 CPUtime=0.53 cores=1,3,5,7
/proc/21686/task/21692/stat : 21692 (java) S 21684 21686 20277 0 -1 4202560 59284 0 0 0 44 9 0 0 15 0 19 0 833452631 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21693] ppid=21684 vsize=10546412 CPUtime=0.52 cores=1,3,5,7
/proc/21686/task/21693/stat : 21693 (java) S 21684 21686 20277 0 -1 4202560 43950 0 0 0 47 5 0 0 16 0 19 0 833452631 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21694] ppid=21684 vsize=10546412 CPUtime=0.51 cores=1,3,5,7
/proc/21686/task/21694/stat : 21694 (java) S 21684 21686 20277 0 -1 4202560 48107 0 0 0 46 5 0 0 16 0 19 0 833452631 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21695] ppid=21684 vsize=10546412 CPUtime=0.53 cores=1,3,5,7
/proc/21686/task/21695/stat : 21695 (java) S 21684 21686 20277 0 -1 4202560 50397 0 0 0 47 6 0 0 15 0 19 0 833452631 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21696] ppid=21684 vsize=10546412 CPUtime=0.54 cores=1,3,5,7
/proc/21686/task/21696/stat : 21696 (java) S 21684 21686 20277 0 -1 4202560 51752 0 0 0 47 7 0 0 15 0 19 0 833452631 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21697] ppid=21684 vsize=10546412 CPUtime=6.17 cores=1,3,5,7
/proc/21686/task/21697/stat : 21697 (java) S 21684 21686 20277 0 -1 4202560 148871 0 0 0 604 13 0 0 15 0 19 0 833452632 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 0 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21698] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21698/stat : 21698 (java) S 21684 21686 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833452633 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21699] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21699/stat : 21699 (java) S 21684 21686 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833452633 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21700] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21700/stat : 21700 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092055985 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21701] ppid=21684 vsize=10546412 CPUtime=0.7 cores=1,3,5,7
/proc/21686/task/21701/stat : 21701 (java) S 21684 21686 20277 0 -1 4202560 5935 0 0 0 70 0 0 0 15 0 19 0 833452635 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21702] ppid=21684 vsize=10546412 CPUtime=0.6 cores=1,3,5,7
/proc/21686/task/21702/stat : 21702 (java) S 21684 21686 20277 0 -1 4202560 2510 0 0 0 60 0 0 0 16 0 19 0 833452635 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21703] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21703/stat : 21703 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21704] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21704/stat : 21704 (java) S 21684 21686 20277 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833452635 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21705] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21705/stat : 21705 (java) S 21684 21686 20277 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833452944 10799525888 1349313 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1726.52
Current children cumulated vsize (KiB) 10546412

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/518 21938
/proc/meminfo: memFree=18398852/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10546412 CPUtime=1786.59 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 1400092 0 1 0 178495 164 0 0 24 0 19 0 833452629 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2636603 1360492 2266 9 0 2627337 0
[pid=21686/tid=21687] ppid=21684 vsize=10546412 CPUtime=1774.71 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 804450 0 1 0 177386 85 0 0 25 0 19 0 833452630 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21686/tid=21689] ppid=21684 vsize=10546412 CPUtime=0.4 cores=1,3,5,7
/proc/21686/task/21689/stat : 21689 (java) S 21684 21686 20277 0 -1 4202560 43461 0 0 0 33 7 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21690] ppid=21684 vsize=10546412 CPUtime=0.61 cores=1,3,5,7
/proc/21686/task/21690/stat : 21690 (java) S 21684 21686 20277 0 -1 4202560 70942 0 0 0 51 10 0 0 16 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21691] ppid=21684 vsize=10546412 CPUtime=0.57 cores=1,3,5,7
/proc/21686/task/21691/stat : 21691 (java) S 21684 21686 20277 0 -1 4202560 62301 0 0 0 48 9 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21692] ppid=21684 vsize=10546412 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21692/stat : 21692 (java) S 21684 21686 20277 0 -1 4202560 62980 0 0 0 47 9 0 0 16 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21693] ppid=21684 vsize=10546412 CPUtime=0.55 cores=1,3,5,7
/proc/21686/task/21693/stat : 21693 (java) S 21684 21686 20277 0 -1 4202560 47133 0 0 0 49 6 0 0 16 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21694] ppid=21684 vsize=10546412 CPUtime=0.51 cores=1,3,5,7
/proc/21686/task/21694/stat : 21694 (java) S 21684 21686 20277 0 -1 4202560 48107 0 0 0 46 5 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21695] ppid=21684 vsize=10546412 CPUtime=0.53 cores=1,3,5,7
/proc/21686/task/21695/stat : 21695 (java) S 21684 21686 20277 0 -1 4202560 50397 0 0 0 47 6 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21696] ppid=21684 vsize=10546412 CPUtime=0.54 cores=1,3,5,7
/proc/21686/task/21696/stat : 21696 (java) S 21684 21686 20277 0 -1 4202560 51752 0 0 0 47 7 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21697] ppid=21684 vsize=10546412 CPUtime=6.17 cores=1,3,5,7
/proc/21686/task/21697/stat : 21697 (java) S 21684 21686 20277 0 -1 4202560 148873 0 0 0 604 13 0 0 15 0 19 0 833452632 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 0 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21698] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21698/stat : 21698 (java) S 21684 21686 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833452633 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21699] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21699/stat : 21699 (java) S 21684 21686 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833452633 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21700] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21700/stat : 21700 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092055985 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21701] ppid=21684 vsize=10546412 CPUtime=0.7 cores=1,3,5,7
/proc/21686/task/21701/stat : 21701 (java) S 21684 21686 20277 0 -1 4202560 5935 0 0 0 70 0 0 0 15 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21702] ppid=21684 vsize=10546412 CPUtime=0.6 cores=1,3,5,7
/proc/21686/task/21702/stat : 21702 (java) S 21684 21686 20277 0 -1 4202560 2510 0 0 0 60 0 0 0 16 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21703] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21703/stat : 21703 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21704] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21704/stat : 21704 (java) S 21684 21686 20277 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21705] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21705/stat : 21705 (java) S 21684 21686 20277 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833452944 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1786.59
Current children cumulated vsize (KiB) 10546412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.04 2.06 2.00 3/518 21939
/proc/meminfo: memFree=18398832/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=10546412 CPUtime=1800.1 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21684 21686 20277 0 -1 4202496 1400094 0 1 0 179846 164 0 0 24 0 19 0 833452629 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 2636603 1360492 2266 9 0 2627337 0
[pid=21686/tid=21687] ppid=21684 vsize=10546412 CPUtime=1788.23 cores=1,3,5,7
/proc/21686/task/21687/stat : 21687 (java) R 21684 21686 20277 0 -1 4202560 804450 0 1 0 178738 85 0 0 25 0 19 0 833452630 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 46912505835431 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21686/tid=21689] ppid=21684 vsize=10546412 CPUtime=0.4 cores=1,3,5,7
/proc/21686/task/21689/stat : 21689 (java) S 21684 21686 20277 0 -1 4202560 43461 0 0 0 33 7 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21690] ppid=21684 vsize=10546412 CPUtime=0.61 cores=1,3,5,7
/proc/21686/task/21690/stat : 21690 (java) S 21684 21686 20277 0 -1 4202560 70942 0 0 0 51 10 0 0 16 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21691] ppid=21684 vsize=10546412 CPUtime=0.57 cores=1,3,5,7
/proc/21686/task/21691/stat : 21691 (java) S 21684 21686 20277 0 -1 4202560 62301 0 0 0 48 9 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21692] ppid=21684 vsize=10546412 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21692/stat : 21692 (java) S 21684 21686 20277 0 -1 4202560 62980 0 0 0 47 9 0 0 16 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21693] ppid=21684 vsize=10546412 CPUtime=0.55 cores=1,3,5,7
/proc/21686/task/21693/stat : 21693 (java) S 21684 21686 20277 0 -1 4202560 47133 0 0 0 49 6 0 0 16 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21694] ppid=21684 vsize=10546412 CPUtime=0.51 cores=1,3,5,7
/proc/21686/task/21694/stat : 21694 (java) S 21684 21686 20277 0 -1 4202560 48107 0 0 0 46 5 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21695] ppid=21684 vsize=10546412 CPUtime=0.53 cores=1,3,5,7
/proc/21686/task/21695/stat : 21695 (java) S 21684 21686 20277 0 -1 4202560 50397 0 0 0 47 6 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21696] ppid=21684 vsize=10546412 CPUtime=0.54 cores=1,3,5,7
/proc/21686/task/21696/stat : 21696 (java) S 21684 21686 20277 0 -1 4202560 51752 0 0 0 47 7 0 0 15 0 19 0 833452631 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21697] ppid=21684 vsize=10546412 CPUtime=6.17 cores=1,3,5,7
/proc/21686/task/21697/stat : 21697 (java) S 21684 21686 20277 0 -1 4202560 148873 0 0 0 604 13 0 0 15 0 19 0 833452632 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 0 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21698] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21698/stat : 21698 (java) S 21684 21686 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833452633 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21699] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21699/stat : 21699 (java) S 21684 21686 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833452633 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21700] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21700/stat : 21700 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092055985 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
[pid=21686/tid=21701] ppid=21684 vsize=10546412 CPUtime=0.7 cores=1,3,5,7
/proc/21686/task/21701/stat : 21701 (java) S 21684 21686 20277 0 -1 4202560 5935 0 0 0 70 0 0 0 15 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21702] ppid=21684 vsize=10546412 CPUtime=0.6 cores=1,3,5,7
/proc/21686/task/21702/stat : 21702 (java) S 21684 21686 20277 0 -1 4202560 2510 0 0 0 60 0 0 0 16 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 1 0 0 0
[pid=21686/tid=21703] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21703/stat : 21703 (java) S 21684 21686 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048281 0 4 0 16800975 18446604470997049408 0 0 -1 7 0 0 0
[pid=21686/tid=21704] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21704/stat : 21704 (java) S 21684 21686 20277 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 833452635 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 3 0 0 0
[pid=21686/tid=21705] ppid=21684 vsize=10546412 CPUtime=0 cores=1,3,5,7
/proc/21686/task/21705/stat : 21705 (java) S 21684 21686 20277 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833452944 10799525888 1360492 33554432000 1073741824 1073778376 140737259008048 18446744073709551615 208092048896 0 4 0 16800975 18446604470997049408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10546412

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

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

[startup+1796 s]
/proc/loadavg: 2.04 2.06 2.00 3/518 21939
/proc/meminfo: memFree=18398832/32950928 swapFree=39617324/67111528
[pid=21686] ppid=21684 vsize=0 CPUtime=1800.35 cores=1,3,5,7
/proc/21686/stat : 21686 (java) Z 21684 21686 20277 0 -1 4203548 1400124 0 1 0 179858 177 0 0 17 0 2 0 833452629 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21686/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.08
CPU time (s): 1800.44
CPU user time (s): 1798.59
CPU system time (s): 1.85572
CPU usage (%): 100.243
Max. virtual memory (cumulated for all children) (KiB): 10546412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.85572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1400124
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= 38381
involuntary context switches= 17478

runsolver used 8.60769 second user time and 20.7838 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 22:15:30
IDJOB=3456601
IDBENCH=1970
IDSOLVER=1951
FILE ID=node127/3456601-1307218529
RUNJOBID= node127-1307216732-21495
PBS_JOBID= 13509032
Free space on /tmp= 73916 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_6.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-3456601-1307218529/watcher-3456601-1307218529 -o /tmp/evaluation-result-3456601-1307218529/solver-3456601-1307218529 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456601-1307218529.opb

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

MD5SUM BENCH= 5f836d1b8d150c1925229546ed283812
RANDOM SEED=1455696431

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23472860 kB
Buffers:        335324 kB
Cached:         969436 kB
SwapCached:      59160 kB
Active:        7182464 kB
Inactive:      1998400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23472860 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:           17120 kB
Writeback:           0 kB
AnonPages:     7823796 kB
Mapped:          30332 kB
Slab:           124796 kB
PageTables:     102864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130088312 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= 73932 MiB
End job on node127 at 2011-06-04 22:45:27