Trace number 3454425

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 Res//CP 2.3.0? (TO) 1800.44 906.902

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3701.opb
MD5SUM4d43a5c709d5b7af17653becda068043
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4741692460
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29697461525571
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29697461525571
Number of bits of the biggest sum of numbers45
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 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@67ee3914
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@1c691f36
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-3454425-1307189942.opb
0.10/0.11	c reading problem ... 
2.34/1.99	c ... done. Wall clock time 1.885s.
2.34/1.99	c #vars     155000
2.34/1.99	c #constraints  64324
2.34/1.99	c constraints type 
2.34/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.34/2.00	c constraints type 
2.34/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
52.42/26.22	c cleaning 2501 clauses out of 5001 with flag 5001/5001
63.44/31.84	c cleaning 4250 clauses out of 8499 with flag 11000/11000
77.19/38.87	c cleaning 5623 clauses out of 11250 with flag 18001/18001
89.88/45.36	c cleaning 6814 clauses out of 13627 with flag 26001/26001
104.69/52.94	c cleaning 7901 clauses out of 15812 with flag 35000/35000
122.01/61.70	c cleaning 8966 clauses out of 17933 with flag 45022/45022
139.90/70.89	c cleaning 9478 clauses out of 18958 with flag 55013/55013
157.19/79.61	c cleaning 9744 clauses out of 19487 with flag 65020/65020
174.54/88.59	c cleaning 9872 clauses out of 19743 with flag 75020/75020
192.83/97.84	c cleaning 9931 clauses out of 19868 with flag 85017/85017
211.52/107.39	c cleaning 9959 clauses out of 19920 with flag 95000/95000
230.61/117.04	c cleaning 9982 clauses out of 19968 with flag 105007/105007
248.51/126.23	c cleaning 9987 clauses out of 19980 with flag 115001/115001
268.99/136.62	c cleaning 10014 clauses out of 20033 with flag 125041/125041
286.65/145.68	c cleaning 9987 clauses out of 19980 with flag 135002/135002
303.91/154.44	c cleaning 9994 clauses out of 19996 with flag 145005/145005
324.66/165.06	c cleaning 10002 clauses out of 20009 with flag 155012/155012
342.89/174.39	c cleaning 9992 clauses out of 19996 with flag 165001/165001
360.95/183.59	c cleaning 9997 clauses out of 20004 with flag 175001/175001
372.81/189.62	c cleaning 9999 clauses out of 20007 with flag 185001/185001
390.49/198.73	c cleaning 10012 clauses out of 20025 with flag 195018/195018
408.35/207.82	c cleaning 10003 clauses out of 20018 with flag 205023/205023
425.59/216.70	c cleaning 9996 clauses out of 20000 with flag 215008/215008
448.20/228.12	c cleaning 9999 clauses out of 20006 with flag 225010/225010
468.48/238.54	c cleaning 10005 clauses out of 20017 with flag 235020/235020
487.90/248.51	c cleaning 9999 clauses out of 20008 with flag 245016/245016
507.33/258.31	c cleaning 10006 clauses out of 20019 with flag 255026/255026
529.45/269.56	c cleaning 9994 clauses out of 19994 with flag 265007/265007
548.29/279.30	c cleaning 9997 clauses out of 20002 with flag 275009/275009
566.51/288.58	c cleaning 9994 clauses out of 19998 with flag 285002/285002
584.93/297.90	c cleaning 10003 clauses out of 20011 with flag 295009/295009
602.95/307.17	c cleaning 9999 clauses out of 20004 with flag 305005/305005
623.41/317.61	c cleaning 9999 clauses out of 20002 with flag 315002/315002
646.42/329.38	c cleaning 9962 clauses out of 20001 with flag 325000/325000
679.83/346.24	c cleaning 10004 clauses out of 20040 with flag 335001/335001
701.45/357.20	c cleaning 9999 clauses out of 20035 with flag 345000/345000
1078.78/546.06	c cleaning 9891 clauses out of 20036 with flag 355000/355000
1800.18/906.72	c starts		: 136
1800.18/906.72	c conflicts		: 360569
1800.18/906.72	c decisions		: 1185668
1800.18/906.72	c propagations		: 14936713
1800.18/906.72	c inspects		: 257487733
1800.18/906.72	c shortcuts		: 0
1800.18/906.72	c learnt literals	: 0
1800.18/906.72	c learnt binary clauses	: 0
1800.18/906.72	c learnt ternary clauses	: 0
1800.18/906.72	c learnt constraints	: 360568
1800.18/906.72	c ignored constraints	: 0
1800.18/906.72	c root simplifications	: 0
1800.18/906.72	c removed literals (reason simplification)	: 12653707
1800.18/906.72	c reason swapping (by a shorter reason)	: 0
1800.18/906.72	c Calls to reduceDB	: 37
1800.18/906.72	c number of reductions to clauses (during analyze)	: 0
1800.18/906.72	c number of learned constraints concerned by reduction	: 0
1800.18/906.72	c number of learning phase by resolution	: 0
1800.18/906.72	c number of learning phase by cutting planes	: 0
1800.18/906.72	c speed (assignments/second)	: 16509.671999778937
1800.18/906.72	c non guided choices	382948
1800.18/906.73	c learnt constraints type 
1800.18/906.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15713
1800.18/906.73	c constraints type 
1800.18/906.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
1800.18/906.73	c constraints type 
1800.18/906.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.18/906.73	s UNKNOWN
1800.18/906.73	c Total wall clock time (in seconds): 906.621

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-3454425-1307189942/watcher-3454425-1307189942 -o /tmp/evaluation-result-3454425-1307189942/solver-3454425-1307189942 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454425-1307189942.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: 3.51 3.57 3.54 3/467 25270
/proc/meminfo: memFree=27395852/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 1665 0 1 0 0 0 0 0 25 0 2 0 830593035 10681323520 1367 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2607745 1380 906 9 0 2598901 0
[pid=25270/tid=25271] ppid=25268 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) R 25268 25270 22425 0 -1 4202560 4053 0 1 0 0 0 0 0 25 0 2 0 830593036 10694979584 4869 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0777641 s]
/proc/loadavg: 3.51 3.57 3.54 3/467 25270
/proc/meminfo: memFree=27395852/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 11947 0 1 0 5 1 0 0 25 0 18 0 830593035 10724442112 11644 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2618272 11645 1755 9 0 2609006 0
[pid=25270/tid=25271] ppid=25268 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) R 25268 25270 22425 0 -1 4202560 10773 0 1 0 5 1 0 0 25 0 18 0 830593036 10724442112 11645 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 47078240532499 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100739 s]
/proc/loadavg: 3.51 3.57 3.54 3/467 25270
/proc/meminfo: memFree=27395852/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10539816 CPUtime=0.1 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 13040 0 1 0 9 1 0 0 25 0 18 0 830593035 10792771584 12718 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2634954 12721 2092 9 0 2625688 0
[pid=25270/tid=25271] ppid=25268 vsize=10539816 CPUtime=0.08 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) R 25268 25270 22425 0 -1 4202560 11112 0 1 0 7 1 0 0 25 0 18 0 830593036 10792771584 12721 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539816

[startup+0.300729 s]
/proc/loadavg: 3.51 3.57 3.54 3/467 25270
/proc/meminfo: memFree=27395852/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10541392 CPUtime=0.47 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 22136 0 1 0 45 2 0 0 25 0 18 0 830593035 10794385408 21193 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2635348 21197 2199 9 0 2626082 0
[pid=25270/tid=25271] ppid=25268 vsize=10541392 CPUtime=0.28 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) R 25268 25270 22425 0 -1 4202560 18565 0 1 0 26 2 0 0 25 0 18 0 830593036 10794385408 21198 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541392

[startup+0.700601 s]
/proc/loadavg: 3.51 3.57 3.54 3/467 25270
/proc/meminfo: memFree=27395852/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10542276 CPUtime=1.08 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 51779 0 1 0 101 7 0 0 25 0 18 0 830593035 10795290624 50686 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2635569 50686 2204 9 0 2626303 0
[pid=25270/tid=25271] ppid=25268 vsize=10542276 CPUtime=0.68 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) R 25268 25270 22425 0 -1 4202560 47795 0 1 0 62 6 0 0 25 0 18 0 830593036 10795290624 50686 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912505643160 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 10542276

[startup+1.50152 s]
/proc/loadavg: 3.55 3.57 3.54 4/485 25288
/proc/meminfo: memFree=27068976/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10541348 CPUtime=1.88 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 129208 0 1 0 172 16 0 0 25 0 18 0 830593035 10794340352 127940 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2635337 127944 2204 9 0 2626071 0
[pid=25270/tid=25271] ppid=25268 vsize=10541348 CPUtime=1.48 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) R 25268 25270 22425 0 -1 4202560 125227 0 1 0 133 15 0 0 25 0 18 0 830593036 10794340352 127946 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912505559213 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25270/tid=25273] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25273/stat : 25273 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830593038 10794340352 127948 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25274] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25274/stat : 25274 (java) S 25268 25270 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830593038 10794340352 127950 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25275] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25275/stat : 25275 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830593038 10794340352 127952 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25276] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25276/stat : 25276 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830593038 10794340352 127954 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25277] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25277/stat : 25277 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830593038 10794340352 127955 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25278] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25278/stat : 25278 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830593038 10794340352 127955 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25279] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25279/stat : 25279 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830593038 10794340352 127957 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25280] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25280/stat : 25280 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830593038 10794340352 127959 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25281] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25281/stat : 25281 (java) S 25268 25270 22425 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830593039 10794340352 127961 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 0 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25282] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25282/stat : 25282 (java) S 25268 25270 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830593039 10794340352 127963 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25283] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25283/stat : 25283 (java) S 25268 25270 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830593039 10794340352 127965 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25284] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25284/stat : 25284 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830593041 10794340352 127967 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606690225 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25285] ppid=25268 vsize=10541348 CPUtime=0.2 cores=1,3,5,7
/proc/25270/task/25285/stat : 25285 (java) S 25268 25270 22425 0 -1 4202560 1588 0 0 0 20 0 0 0 23 0 18 0 830593041 10794340352 127969 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25286] ppid=25268 vsize=10541348 CPUtime=0.18 cores=1,3,5,7
/proc/25270/task/25286/stat : 25286 (java) S 25268 25270 22425 0 -1 4202560 1248 0 0 0 18 0 0 0 22 0 18 0 830593041 10794340352 127971 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25287] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25287/stat : 25287 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830593041 10794340352 127973 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25288] ppid=25268 vsize=10541348 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25288/stat : 25288 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830593041 10794340352 127975 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10541348

[startup+3.10718 s]
/proc/loadavg: 3.55 3.57 3.54 6/487 25290
/proc/meminfo: memFree=26700308/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10549112 CPUtime=5.3 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 194302 0 1 0 507 23 0 0 25 0 22 0 830593035 10802290688 191630 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2637278 191630 2231 9 0 2628012 0
[pid=25270/tid=25271] ppid=25268 vsize=10549112 CPUtime=1.98 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) S 25268 25270 22425 0 -1 4202560 168267 0 1 0 179 19 0 0 15 0 22 0 830593036 10802290688 191630 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 5 0 0 0
[pid=25270/tid=25273] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25273/stat : 25273 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802290688 191630 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25274] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25274/stat : 25274 (java) S 25268 25270 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830593038 10802290688 191630 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25275] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25275/stat : 25275 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802290688 191630 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25276] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25276/stat : 25276 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802290688 191630 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25277] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25277/stat : 25277 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25278] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25278/stat : 25278 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25279] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25279/stat : 25279 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25280] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25280/stat : 25280 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25281] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25281/stat : 25281 (java) S 25268 25270 22425 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830593039 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 0 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25282] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25282/stat : 25282 (java) S 25268 25270 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830593039 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25283] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25283/stat : 25283 (java) S 25268 25270 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830593039 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25284] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25284/stat : 25284 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593041 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606690225 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25285] ppid=25268 vsize=10549112 CPUtime=0.58 cores=1,3,5,7
/proc/25270/task/25285/stat : 25285 (java) S 25268 25270 22425 0 -1 4202560 2017 0 0 0 58 0 0 0 15 0 22 0 830593041 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25286] ppid=25268 vsize=10549112 CPUtime=0.5 cores=1,3,5,7
/proc/25270/task/25286/stat : 25286 (java) S 25268 25270 22425 0 -1 4202560 3266 0 0 0 50 0 0 0 15 0 22 0 830593041 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25287] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25287/stat : 25287 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593041 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25288] ppid=25268 vsize=10549112 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25288/stat : 25288 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830593041 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25289] ppid=25268 vsize=10549112 CPUtime=1.09 cores=1,3,5,7
/proc/25270/task/25289/stat : 25289 (java) R 25268 25270 22425 0 -1 4202560 2332 0 0 0 109 0 0 0 25 0 22 0 830593235 10802290688 191631 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912505817415 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25270/tid=25290] ppid=25268 vsize=10549112 CPUtime=1.1 cores=1,3,5,7
/proc/25270/task/25290/stat : 25290 (java) R 25268 25270 22425 0 -1 4202560 17255 0 0 0 108 2 0 0 25 0 22 0 830593235 10802290688 191632 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912505713203 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 10549112

[startup+6.30167 s]
/proc/loadavg: 3.55 3.57 3.54 5/489 25292
/proc/meminfo: memFree=25678844/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10549256 CPUtime=12.07 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 466429 0 1 0 1156 51 0 0 25 0 22 0 830593035 10802438144 463073 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2637314 463073 2237 9 0 2628048 0
[pid=25270/tid=25271] ppid=25268 vsize=10549256 CPUtime=1.98 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) S 25268 25270 22425 0 -1 4202560 168267 0 1 0 179 19 0 0 15 0 22 0 830593036 10802438144 463073 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 5 0 0 0
[pid=25270/tid=25273] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25273/stat : 25273 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802438144 463073 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25274] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25274/stat : 25274 (java) S 25268 25270 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830593038 10802438144 463073 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25275] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25275/stat : 25275 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802438144 463073 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25276] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25276/stat : 25276 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802438144 463073 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25277] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25277/stat : 25277 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802438144 463073 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25278] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25278/stat : 25278 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802438144 463073 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25279] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25279/stat : 25279 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802438144 463073 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25280] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25280/stat : 25280 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593038 10802438144 463074 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25281] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25281/stat : 25281 (java) S 25268 25270 22425 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830593039 10802438144 463078 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 0 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25282] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25282/stat : 25282 (java) S 25268 25270 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830593039 10802438144 463084 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25283] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25283/stat : 25283 (java) S 25268 25270 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830593039 10802438144 463090 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25284] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25284/stat : 25284 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593041 10802438144 463096 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606690225 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25285] ppid=25268 vsize=10549256 CPUtime=0.87 cores=1,3,5,7
/proc/25270/task/25285/stat : 25285 (java) S 25268 25270 22425 0 -1 4202560 2088 0 0 0 87 0 0 0 15 0 22 0 830593041 10802438144 463102 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25286] ppid=25268 vsize=10549256 CPUtime=0.6 cores=1,3,5,7
/proc/25270/task/25286/stat : 25286 (java) S 25268 25270 22425 0 -1 4202560 3962 0 0 0 60 0 0 0 15 0 22 0 830593041 10802438144 463108 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0

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

/proc/25270/task/25275/stat : 25275 (java) S 25268 25270 22425 0 -1 4202560 12060 0 0 0 36 1 0 0 15 0 22 0 830593038 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25276] ppid=25268 vsize=10549256 CPUtime=0.45 cores=1,3,5,7
/proc/25270/task/25276/stat : 25276 (java) S 25268 25270 22425 0 -1 4202560 23597 0 0 0 42 3 0 0 15 0 22 0 830593038 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25277] ppid=25268 vsize=10549256 CPUtime=0.77 cores=1,3,5,7
/proc/25270/task/25277/stat : 25277 (java) S 25268 25270 22425 0 -1 4202560 35171 0 0 0 72 5 0 0 16 0 22 0 830593038 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25278] ppid=25268 vsize=10549256 CPUtime=0.55 cores=1,3,5,7
/proc/25270/task/25278/stat : 25278 (java) S 25268 25270 22425 0 -1 4202560 29212 0 0 0 52 3 0 0 16 0 22 0 830593038 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25279] ppid=25268 vsize=10549256 CPUtime=0.53 cores=1,3,5,7
/proc/25270/task/25279/stat : 25279 (java) S 25268 25270 22425 0 -1 4202560 21732 0 0 0 50 3 0 0 15 0 22 0 830593038 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25280] ppid=25268 vsize=10549256 CPUtime=0.44 cores=1,3,5,7
/proc/25270/task/25280/stat : 25280 (java) S 25268 25270 22425 0 -1 4202560 18952 0 0 0 42 2 0 0 15 0 22 0 830593038 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 5 0 0 0
[pid=25270/tid=25281] ppid=25268 vsize=10549256 CPUtime=15.3 cores=1,3,5,7
/proc/25270/task/25281/stat : 25281 (java) S 25268 25270 22425 0 -1 4202560 118227 0 0 0 1517 13 0 0 15 0 22 0 830593039 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 0 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25282] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25282/stat : 25282 (java) S 25268 25270 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830593039 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25283] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25283/stat : 25283 (java) S 25268 25270 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830593039 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25284] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25284/stat : 25284 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593041 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606690225 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25285] ppid=25268 vsize=10549256 CPUtime=1.02 cores=1,3,5,7
/proc/25270/task/25285/stat : 25285 (java) S 25268 25270 22425 0 -1 4202560 2112 0 0 0 102 0 0 0 16 0 22 0 830593041 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25286] ppid=25268 vsize=10549256 CPUtime=0.89 cores=1,3,5,7
/proc/25270/task/25286/stat : 25286 (java) S 25268 25270 22425 0 -1 4202560 8320 0 0 0 89 0 0 0 15 0 22 0 830593041 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25287] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25287/stat : 25287 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593041 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25288] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25288/stat : 25288 (java) S 25268 25270 22425 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830593041 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25289] ppid=25268 vsize=10549256 CPUtime=803.83 cores=1,3,5,7
/proc/25270/task/25289/stat : 25289 (java) R 25268 25270 22425 0 -1 4202560 4369 0 0 0 80382 1 0 0 25 0 22 0 830593235 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912506050504 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25270/tid=25290] ppid=25268 vsize=10549256 CPUtime=803.83 cores=1,3,5,7
/proc/25270/task/25290/stat : 25290 (java) R 25268 25270 22425 0 -1 4202560 534658 0 0 0 80327 56 0 0 25 0 22 0 830593235 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912505828360 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25270/tid=25291] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25291/stat : 25291 (java) S 25268 25270 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830593252 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25292] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25292/stat : 25292 (java) S 25268 25270 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830593255 10802438144 1021569 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1631.22
Current children cumulated vsize (KiB) 10549256

[startup+882.302 s]
/proc/loadavg: 4.00 3.98 3.81 5/489 25372
/proc/meminfo: memFree=23616496/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10549256 CPUtime=1751.29 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 1034521 0 1 0 175009 120 0 0 25 0 22 0 830593035 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2637314 1026806 2262 9 0 2628048 0
[pid=25270/tid=25271] ppid=25268 vsize=10549256 CPUtime=1.98 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) S 25268 25270 22425 0 -1 4202560 168270 0 1 0 179 19 0 0 15 0 22 0 830593036 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25273] ppid=25268 vsize=10549256 CPUtime=0.56 cores=1,3,5,7
/proc/25270/task/25273/stat : 25273 (java) S 25268 25270 22425 0 -1 4202560 28152 0 0 0 53 3 0 0 16 0 22 0 830593038 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 5 0 0 0
[pid=25270/tid=25274] ppid=25268 vsize=10549256 CPUtime=0.61 cores=1,3,5,7
/proc/25270/task/25274/stat : 25274 (java) S 25268 25270 22425 0 -1 4202560 24818 0 0 0 58 3 0 0 16 0 22 0 830593038 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25275] ppid=25268 vsize=10549256 CPUtime=0.39 cores=1,3,5,7
/proc/25270/task/25275/stat : 25275 (java) S 25268 25270 22425 0 -1 4202560 12650 0 0 0 38 1 0 0 16 0 22 0 830593038 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25276] ppid=25268 vsize=10549256 CPUtime=0.45 cores=1,3,5,7
/proc/25270/task/25276/stat : 25276 (java) S 25268 25270 22425 0 -1 4202560 24121 0 0 0 42 3 0 0 16 0 22 0 830593038 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25277] ppid=25268 vsize=10549256 CPUtime=0.77 cores=1,3,5,7
/proc/25270/task/25277/stat : 25277 (java) S 25268 25270 22425 0 -1 4202560 35171 0 0 0 72 5 0 0 16 0 22 0 830593038 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25278] ppid=25268 vsize=10549256 CPUtime=0.58 cores=1,3,5,7
/proc/25270/task/25278/stat : 25278 (java) S 25268 25270 22425 0 -1 4202560 31743 0 0 0 54 4 0 0 16 0 22 0 830593038 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25279] ppid=25268 vsize=10549256 CPUtime=0.54 cores=1,3,5,7
/proc/25270/task/25279/stat : 25279 (java) S 25268 25270 22425 0 -1 4202560 21746 0 0 0 51 3 0 0 16 0 22 0 830593038 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25280] ppid=25268 vsize=10549256 CPUtime=0.44 cores=1,3,5,7
/proc/25270/task/25280/stat : 25280 (java) S 25268 25270 22425 0 -1 4202560 18953 0 0 0 42 2 0 0 15 0 22 0 830593038 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 5 0 0 0
[pid=25270/tid=25281] ppid=25268 vsize=10549256 CPUtime=15.3 cores=1,3,5,7
/proc/25270/task/25281/stat : 25281 (java) S 25268 25270 22425 0 -1 4202560 118229 0 0 0 1517 13 0 0 15 0 22 0 830593039 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 0 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25282] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25282/stat : 25282 (java) S 25268 25270 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830593039 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25283] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25283/stat : 25283 (java) S 25268 25270 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830593039 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25284] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25284/stat : 25284 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593041 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606690225 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25285] ppid=25268 vsize=10549256 CPUtime=1.02 cores=1,3,5,7
/proc/25270/task/25285/stat : 25285 (java) S 25268 25270 22425 0 -1 4202560 2112 0 0 0 102 0 0 0 16 0 22 0 830593041 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25286] ppid=25268 vsize=10549256 CPUtime=0.89 cores=1,3,5,7
/proc/25270/task/25286/stat : 25286 (java) S 25268 25270 22425 0 -1 4202560 8320 0 0 0 89 0 0 0 15 0 22 0 830593041 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25287] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25287/stat : 25287 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593041 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25288] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25288/stat : 25288 (java) S 25268 25270 22425 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830593041 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25289] ppid=25268 vsize=10549256 CPUtime=863.8 cores=1,3,5,7
/proc/25270/task/25289/stat : 25289 (java) R 25268 25270 22425 0 -1 4202560 4370 0 0 0 86379 1 0 0 25 0 22 0 830593235 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912506050557 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25270/tid=25290] ppid=25268 vsize=10549256 CPUtime=863.8 cores=1,3,5,7
/proc/25270/task/25290/stat : 25290 (java) R 25268 25270 22425 0 -1 4202560 534658 0 0 0 86324 56 0 0 25 0 22 0 830593235 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912506132614 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25270/tid=25291] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25291/stat : 25291 (java) S 25268 25270 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830593252 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25292] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25292/stat : 25292 (java) S 25268 25270 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830593255 10802438144 1026806 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1751.29
Current children cumulated vsize (KiB) 10549256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.701 s]
/proc/loadavg: 4.00 3.98 3.81 5/489 25373
/proc/meminfo: memFree=23542328/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=10549256 CPUtime=1800.18 cores=1,3,5,7
/proc/25270/stat : 25270 (java) S 25268 25270 22425 0 -1 4202496 1053099 0 1 0 179895 123 0 0 25 0 22 0 830593035 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 2637314 1045289 2262 9 0 2628048 0
[pid=25270/tid=25271] ppid=25268 vsize=10549256 CPUtime=1.98 cores=1,3,5,7
/proc/25270/task/25271/stat : 25271 (java) S 25268 25270 22425 0 -1 4202560 168270 0 1 0 179 19 0 0 15 0 22 0 830593036 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25273] ppid=25268 vsize=10549256 CPUtime=0.6 cores=1,3,5,7
/proc/25270/task/25273/stat : 25273 (java) S 25268 25270 22425 0 -1 4202560 31655 0 0 0 56 4 0 0 16 0 22 0 830593038 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 5 0 0 0
[pid=25270/tid=25274] ppid=25268 vsize=10549256 CPUtime=0.61 cores=1,3,5,7
/proc/25270/task/25274/stat : 25274 (java) S 25268 25270 22425 0 -1 4202560 24818 0 0 0 58 3 0 0 15 0 22 0 830593038 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25275] ppid=25268 vsize=10549256 CPUtime=0.43 cores=1,3,5,7
/proc/25270/task/25275/stat : 25275 (java) S 25268 25270 22425 0 -1 4202560 17172 0 0 0 41 2 0 0 16 0 22 0 830593038 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25276] ppid=25268 vsize=10549256 CPUtime=0.46 cores=1,3,5,7
/proc/25270/task/25276/stat : 25276 (java) S 25268 25270 22425 0 -1 4202560 24121 0 0 0 43 3 0 0 16 0 22 0 830593038 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25277] ppid=25268 vsize=10549256 CPUtime=0.8 cores=1,3,5,7
/proc/25270/task/25277/stat : 25277 (java) S 25268 25270 22425 0 -1 4202560 39512 0 0 0 74 6 0 0 16 0 22 0 830593038 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25278] ppid=25268 vsize=10549256 CPUtime=0.58 cores=1,3,5,7
/proc/25270/task/25278/stat : 25278 (java) S 25268 25270 22425 0 -1 4202560 31743 0 0 0 54 4 0 0 16 0 22 0 830593038 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25279] ppid=25268 vsize=10549256 CPUtime=0.58 cores=1,3,5,7
/proc/25270/task/25279/stat : 25279 (java) S 25268 25270 22425 0 -1 4202560 27955 0 0 0 54 4 0 0 16 0 22 0 830593038 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25280] ppid=25268 vsize=10549256 CPUtime=0.44 cores=1,3,5,7
/proc/25270/task/25280/stat : 25280 (java) S 25268 25270 22425 0 -1 4202560 18953 0 0 0 42 2 0 0 15 0 22 0 830593038 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 5 0 0 0
[pid=25270/tid=25281] ppid=25268 vsize=10549256 CPUtime=15.3 cores=1,3,5,7
/proc/25270/task/25281/stat : 25281 (java) S 25268 25270 22425 0 -1 4202560 118229 0 0 0 1517 13 0 0 15 0 22 0 830593039 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 0 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25282] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25282/stat : 25282 (java) S 25268 25270 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830593039 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25283] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25283/stat : 25283 (java) S 25268 25270 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830593039 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25284] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25284/stat : 25284 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593041 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606690225 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25285] ppid=25268 vsize=10549256 CPUtime=1.02 cores=1,3,5,7
/proc/25270/task/25285/stat : 25285 (java) S 25268 25270 22425 0 -1 4202560 2112 0 0 0 102 0 0 0 16 0 22 0 830593041 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25286] ppid=25268 vsize=10549256 CPUtime=0.89 cores=1,3,5,7
/proc/25270/task/25286/stat : 25286 (java) S 25268 25270 22425 0 -1 4202560 8320 0 0 0 89 0 0 0 15 0 22 0 830593041 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25287] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25287/stat : 25287 (java) S 25268 25270 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830593041 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606682521 0 4 0 16800975 18446604471116718464 0 0 -1 1 0 0 0
[pid=25270/tid=25288] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25288/stat : 25288 (java) S 25268 25270 22425 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830593041 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 3 0 0 0
[pid=25270/tid=25289] ppid=25268 vsize=10549256 CPUtime=888.18 cores=1,3,5,7
/proc/25270/task/25289/stat : 25289 (java) R 25268 25270 22425 0 -1 4202560 4371 0 0 0 88817 1 0 0 25 0 22 0 830593235 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912506050557 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25270/tid=25290] ppid=25268 vsize=10549256 CPUtime=888.18 cores=1,3,5,7
/proc/25270/task/25290/stat : 25290 (java) R 25268 25270 22425 0 -1 4202560 534658 0 0 0 88762 56 0 0 25 0 22 0 830593235 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 46912505975026 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25270/tid=25291] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25291/stat : 25291 (java) S 25268 25270 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830593252 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
[pid=25270/tid=25292] ppid=25268 vsize=10549256 CPUtime=0 cores=1,3,5,7
/proc/25270/task/25292/stat : 25292 (java) S 25268 25270 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830593255 10802438144 1045289 33554432000 1073741824 1073778376 140734537501408 18446744073709551615 235606683136 0 4 0 16800975 18446604471116718464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10549256

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

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

[startup+906.823 s]
/proc/loadavg: 4.00 3.98 3.81 5/489 25373
/proc/meminfo: memFree=23542328/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=0 CPUtime=1800.35 cores=1,3,5,7
/proc/25270/stat : 25270 (java) Z 25268 25270 22425 0 -1 4203548 1053136 0 1 0 179905 130 0 0 17 0 2 0 830593035 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 0 0 0 0 0 0 0
[pid=25270/tid=25289] ppid=25268 vsize=0 CPUtime=888.28 cores=1,3,5,7
/proc/25270/task/25289/stat : 25289 (java) R 25268 25270 22425 0 -1 4203588 4371 0 0 0 88820 8 0 0 25 0 2 0 830593235 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

[startup+906.902 s]
/proc/loadavg: 4.00 3.98 3.81 5/489 25373
/proc/meminfo: memFree=23542328/32950928 swapFree=34365992/67111528
[pid=25270] ppid=25268 vsize=0 CPUtime=1800.43 cores=1,3,5,7
/proc/25270/stat : 25270 (java) Z 25268 25270 22425 0 -1 4203548 1053136 0 1 0 179905 138 0 0 17 0 2 0 830593035 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25270/statm: 0 0 0 0 0 0 0
[pid=25270/tid=25289] ppid=25268 vsize=0 CPUtime=888.36 cores=1,3,5,7
/proc/25270/task/25289/stat : 25289 (java) R 25268 25270 22425 0 -1 4203588 4371 0 0 0 88820 16 0 0 25 0 2 0 830593235 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 906.902
CPU time (s): 1800.44
CPU user time (s): 1799.06
CPU system time (s): 1.38579
CPU usage (%): 198.527
Max. virtual memory (cumulated for all children) (KiB): 10549256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.38579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1053136
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= 22440
involuntary context switches= 8857

runsolver used 4.29135 second user time and 9.31458 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 14:19:03
IDJOB=3454425
IDBENCH=2289
IDSOLVER=1950
FILE ID=node120/3454425-1307189942
RUNJOBID= node120-1307186649-24624
PBS_JOBID= 13508848
Free space on /tmp= 73808 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3701.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454425-1307189942/watcher-3454425-1307189942 -o /tmp/evaluation-result-3454425-1307189942/solver-3454425-1307189942 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454425-1307189942.opb

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

MD5SUM BENCH= 4d43a5c709d5b7af17653becda068043
RANDOM SEED=837243732

node120.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	: 5226.07
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.82
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.78
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27396132 kB
Buffers:        312228 kB
Cached:        1020788 kB
SwapCached:      12852 kB
Active:        4282284 kB
Inactive:       972076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27396132 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:            8976 kB
Writeback:           0 kB
AnonPages:     3918632 kB
Mapped:          17480 kB
Slab:           134144 kB
PageTables:      98712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 115752940 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= 73808 MiB
End job on node120 at 2011-06-04 14:34:11