Trace number 3455424

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.5 922.575

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	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-3455424-1307196616.opb
0.10/0.11	c reading problem ... 
119.46/84.25	c ... done. Wall clock time 84.14s.
119.46/84.25	c #vars     5120998
119.46/84.25	c #constraints  7000
119.46/84.25	c constraints type 
119.46/84.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
119.46/84.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
119.46/84.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
119.46/84.25	c constraints type 
119.46/84.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
119.46/84.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
119.46/84.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1727.17/882.45	c cleaning 3072 clauses out of 6143 with flag 6143/6143
1800.10/922.22	c starts		: 6
1800.10/922.22	c conflicts		: 6143
1800.10/922.22	c decisions		: 26621609
1800.10/922.22	c propagations		: 29790394
1800.10/922.22	c inspects		: 65396405
1800.10/922.22	c shortcuts		: 0
1800.10/922.22	c learnt literals	: 0
1800.10/922.22	c learnt binary clauses	: 0
1800.10/922.22	c learnt ternary clauses	: 0
1800.10/922.22	c learnt constraints	: 6143
1800.10/922.22	c ignored constraints	: 0
1800.10/922.22	c root simplifications	: 0
1800.10/922.22	c removed literals (reason simplification)	: 3
1800.10/922.22	c reason swapping (by a shorter reason)	: 0
1800.10/922.22	c Calls to reduceDB	: 1
1800.10/922.22	c number of reductions to clauses (during analyze)	: 0
1800.10/922.22	c number of learned constraints concerned by reduction	: 0
1800.10/922.22	c number of learning phase by resolution	: 0
1800.10/922.22	c number of learning phase by cutting planes	: 0
1800.10/922.22	c speed (assignments/second)	: 35551.65899513931
1800.10/922.22	c non guided choices	2842087
1800.10/922.23	c learnt constraints type 
1800.10/922.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3071
1800.10/922.23	c constraints type 
1800.10/922.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.10/922.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
1800.10/922.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
1800.10/922.23	c constraints type 
1800.10/922.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.10/922.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
1800.10/922.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.10/922.23	s UNKNOWN
1800.10/922.23	c Total wall clock time (in seconds): 922.118

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

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

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


[startup+0 s]
/proc/loadavg: 3.18 3.37 3.43 2/532 21577
/proc/meminfo: memFree=22068896/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 6733 0 1 0 0 0 0 0 24 0 2 0 909892924 10694979584 6437 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2611079 6450 917 9 0 2602235 0
[pid=21577/tid=21578] ppid=21575 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) R 21575 21577 21325 0 -1 4202560 8423 0 1 0 0 0 0 0 25 0 2 0 909892925 10694979584 9239 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.095869 s]
/proc/loadavg: 3.18 3.37 3.43 2/532 21577
/proc/meminfo: memFree=22068896/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10539908 CPUtime=0.09 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 12965 0 1 0 8 1 0 0 24 0 18 0 909892924 10792865792 12663 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2634977 12664 2092 9 0 2625711 0
[pid=21577/tid=21578] ppid=21575 vsize=10539908 CPUtime=0.08 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) R 21575 21577 21325 0 -1 4202560 11046 0 1 0 7 1 0 0 23 0 18 0 909892925 10792865792 12664 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 47119882109699 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539908

[startup+0.100871 s]
/proc/loadavg: 3.18 3.37 3.43 2/532 21577
/proc/meminfo: memFree=22068896/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10539908 CPUtime=0.1 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 13035 0 1 0 9 1 0 0 24 0 18 0 909892924 10792865792 12733 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2634977 12733 2092 9 0 2625711 0
[pid=21577/tid=21578] ppid=21575 vsize=10539908 CPUtime=0.08 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) R 21575 21577 21325 0 -1 4202560 11115 0 1 0 7 1 0 0 23 0 18 0 909892925 10792865792 12733 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 47119882109699 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539908

[startup+0.30083 s]
/proc/loadavg: 3.18 3.37 3.43 2/532 21577
/proc/meminfo: memFree=22068896/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10540984 CPUtime=0.4 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 72018 0 1 0 31 9 0 0 24 0 18 0 909892924 10793967616 71659 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2635246 71659 2194 9 0 2625980 0
[pid=21577/tid=21578] ppid=21575 vsize=10540984 CPUtime=0.28 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) R 21575 21577 21325 0 -1 4202560 69526 0 1 0 19 9 0 0 23 0 18 0 909892925 10793967616 71659 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912505551966 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 10540984

[startup+0.700794 s]
/proc/loadavg: 3.18 3.37 3.43 2/532 21577
/proc/meminfo: memFree=22068896/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10540724 CPUtime=0.86 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 102020 0 1 0 73 13 0 0 24 0 18 0 909892924 10793701376 101531 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2635181 101534 2199 9 0 2625915 0
[pid=21577/tid=21578] ppid=21575 vsize=10540724 CPUtime=0.68 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) R 21575 21577 21325 0 -1 4202560 99312 0 1 0 56 12 0 0 25 0 18 0 909892925 10793701376 101535 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912505574479 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10540724

[startup+1.50164 s]
/proc/loadavg: 3.18 3.37 3.43 3/550 21595
/proc/meminfo: memFree=21262760/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10540724 CPUtime=1.66 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 163346 0 1 0 145 21 0 0 24 0 18 0 909892924 10793701376 162856 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2635181 162859 2199 9 0 2625915 0
[pid=21577/tid=21578] ppid=21575 vsize=10540724 CPUtime=1.48 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) R 21575 21577 21325 0 -1 4202560 160637 0 1 0 128 20 0 0 25 0 18 0 909892925 10793701376 162860 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912505602801 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21577/tid=21580] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21580/stat : 21580 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 162862 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21581] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21581/stat : 21581 (java) S 21575 21577 21325 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 162864 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21582] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21582/stat : 21582 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 162866 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21583] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21583/stat : 21583 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 162868 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21584] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21584/stat : 21584 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 162870 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21585] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21585/stat : 21585 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 162872 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21586] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21586/stat : 21586 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 162874 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21587] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21587/stat : 21587 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 162876 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21588] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21588/stat : 21588 (java) S 21575 21577 21325 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909892927 10793701376 162878 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 0 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21589] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21589/stat : 21589 (java) S 21575 21577 21325 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909892928 10793701376 162880 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21590] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21590/stat : 21590 (java) S 21575 21577 21325 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 909892928 10793701376 162882 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21591] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21591/stat : 21591 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 909892930 10793701376 162883 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427215281 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21592] ppid=21575 vsize=10540724 CPUtime=0.08 cores=0,2,4,6
/proc/21577/task/21592/stat : 21592 (java) S 21575 21577 21325 0 -1 4202560 690 0 0 0 8 0 0 0 15 0 18 0 909892930 10793701376 162885 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21593] ppid=21575 vsize=10540724 CPUtime=0.08 cores=0,2,4,6
/proc/21577/task/21593/stat : 21593 (java) S 21575 21577 21325 0 -1 4202560 872 0 0 0 8 0 0 0 20 0 18 0 909892930 10793701376 162887 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21594] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21594/stat : 21594 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 909892930 10793701376 162889 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21595] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21595/stat : 21595 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909892930 10793701376 162891 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10540724

[startup+3.10133 s]
/proc/loadavg: 3.18 3.37 3.43 3/550 21595
/proc/meminfo: memFree=20610276/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10540724 CPUtime=3.26 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 286877 0 1 0 290 36 0 0 24 0 18 0 909892924 10793701376 286388 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2635181 286391 2203 9 0 2625915 0
[pid=21577/tid=21578] ppid=21575 vsize=10540724 CPUtime=3.08 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) R 21575 21577 21325 0 -1 4202560 284165 0 1 0 273 35 0 0 25 0 18 0 909892925 10793701376 286392 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912505574580 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21577/tid=21580] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21580/stat : 21580 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 286394 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21581] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21581/stat : 21581 (java) S 21575 21577 21325 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 286396 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21582] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21582/stat : 21582 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 286398 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21583] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21583/stat : 21583 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 286400 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21584] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21584/stat : 21584 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 286402 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21585] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21585/stat : 21585 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 286403 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21586] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21586/stat : 21586 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 286405 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21587] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21587/stat : 21587 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 286407 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21588] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21588/stat : 21588 (java) S 21575 21577 21325 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909892927 10793701376 286409 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 0 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21589] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21589/stat : 21589 (java) S 21575 21577 21325 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909892928 10793701376 286411 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21590] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21590/stat : 21590 (java) S 21575 21577 21325 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 909892928 10793701376 286412 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21591] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21591/stat : 21591 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 909892930 10793701376 286414 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427215281 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21592] ppid=21575 vsize=10540724 CPUtime=0.08 cores=0,2,4,6
/proc/21577/task/21592/stat : 21592 (java) S 21575 21577 21325 0 -1 4202560 694 0 0 0 8 0 0 0 15 0 18 0 909892930 10793701376 286416 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21593] ppid=21575 vsize=10540724 CPUtime=0.08 cores=0,2,4,6
/proc/21577/task/21593/stat : 21593 (java) S 21575 21577 21325 0 -1 4202560 872 0 0 0 8 0 0 0 20 0 18 0 909892930 10793701376 286418 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21594] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21594/stat : 21594 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 909892930 10793701376 286420 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21595] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21595/stat : 21595 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909892930 10793701376 286422 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 10540724

[startup+6.30073 s]
/proc/loadavg: 3.25 3.38 3.43 3/550 21596
/proc/meminfo: memFree=18493628/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10540724 CPUtime=6.48 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 548085 0 1 0 583 65 0 0 24 0 18 0 909892924 10793701376 547469 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2635181 547473 2205 9 0 2625915 0
[pid=21577/tid=21578] ppid=21575 vsize=10540724 CPUtime=6.28 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) R 21575 21577 21325 0 -1 4202560 545339 0 1 0 564 64 0 0 25 0 18 0 909892925 10793701376 547474 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912505546779 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21577/tid=21580] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21580/stat : 21580 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 547477 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21581] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21581/stat : 21581 (java) S 21575 21577 21325 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 547479 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21582] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21582/stat : 21582 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 547481 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21583] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21583/stat : 21583 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 547483 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21584] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21584/stat : 21584 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 547486 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21585] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21585/stat : 21585 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 547488 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21586] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21586/stat : 21586 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 547490 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21587] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21587/stat : 21587 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909892926 10793701376 547492 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21588] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21588/stat : 21588 (java) S 21575 21577 21325 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 909892927 10793701376 547494 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 0 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21589] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21589/stat : 21589 (java) S 21575 21577 21325 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909892928 10793701376 547496 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21590] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21590/stat : 21590 (java) S 21575 21577 21325 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 909892928 10793701376 547499 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21591] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21591/stat : 21591 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 909892930 10793701376 547501 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427215281 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21592] ppid=21575 vsize=10540724 CPUtime=0.1 cores=0,2,4,6
/proc/21577/task/21592/stat : 21592 (java) S 21575 21577 21325 0 -1 4202560 725 0 0 0 10 0 0 0 15 0 18 0 909892930 10793701376 547503 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21593] ppid=21575 vsize=10540724 CPUtime=0.08 cores=0,2,4,6
/proc/21577/task/21593/stat : 21593 (java) S 21575 21577 21325 0 -1 4202560 873 0 0 0 8 0 0 0 18 0 18 0 909892930 10793701376 547504 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21594] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21594/stat : 21594 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 909892930 10793701376 547505 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21595] ppid=21575 vsize=10540724 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21595/stat : 21595 (java) S 21575 21577 21325 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 909892930 10793701376 547508 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=4539636/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10559420 CPUtime=1606.61 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 2221770 0 1 0 160323 338 0 0 24 0 22 0 909892924 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2639855 2207165 2251 9 0 2630589 0
[pid=21577/tid=21578] ppid=21575 vsize=10559420 CPUtime=72.31 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) S 21575 21577 21325 0 -1 4202560 651114 0 1 0 7143 88 0 0 15 0 22 0 909892925 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21580] ppid=21575 vsize=10559420 CPUtime=7.35 cores=0,2,4,6
/proc/21577/task/21580/stat : 21580 (java) S 21575 21577 21325 0 -1 4202560 161405 0 0 0 710 25 0 0 16 0 22 0 909892926 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 0 0 0 0
[pid=21577/tid=21581] ppid=21575 vsize=10559420 CPUtime=7.21 cores=0,2,4,6
/proc/21577/task/21581/stat : 21581 (java) S 21575 21577 21325 0 -1 4202560 181691 0 0 0 691 30 0 0 15 0 22 0 909892926 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21582] ppid=21575 vsize=10559420 CPUtime=8.19 cores=0,2,4,6
/proc/21577/task/21582/stat : 21582 (java) S 21575 21577 21325 0 -1 4202560 208234 0 0 0 787 32 0 0 16 0 22 0 909892926 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 0 0 0 0
[pid=21577/tid=21583] ppid=21575 vsize=10559420 CPUtime=8.94 cores=0,2,4,6
/proc/21577/task/21583/stat : 21583 (java) S 21575 21577 21325 0 -1 4202560 209768 0 0 0 863 31 0 0 16 0 22 0 909892926 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21584] ppid=21575 vsize=10559420 CPUtime=9.49 cores=0,2,4,6
/proc/21577/task/21584/stat : 21584 (java) S 21575 21577 21325 0 -1 4202560 188879 0 0 0 920 29 0 0 16 0 22 0 909892926 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21585] ppid=21575 vsize=10559420 CPUtime=9.45 cores=0,2,4,6
/proc/21577/task/21585/stat : 21585 (java) S 21575 21577 21325 0 -1 4202560 249366 0 0 0 905 40 0 0 15 0 22 0 909892926 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21586] ppid=21575 vsize=10559420 CPUtime=8.61 cores=0,2,4,6
/proc/21577/task/21586/stat : 21586 (java) S 21575 21577 21325 0 -1 4202560 189938 0 0 0 831 30 0 0 15 0 22 0 909892926 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21587] ppid=21575 vsize=10559420 CPUtime=7.31 cores=0,2,4,6
/proc/21577/task/21587/stat : 21587 (java) S 21575 21577 21325 0 -1 4202560 173201 0 0 0 706 25 0 0 16 0 22 0 909892926 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21588] ppid=21575 vsize=10559420 CPUtime=0.02 cores=0,2,4,6
/proc/21577/task/21588/stat : 21588 (java) S 21575 21577 21325 0 -1 4202560 46 0 0 0 1 1 0 0 15 0 22 0 909892927 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 0 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21589] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21589/stat : 21589 (java) S 21575 21577 21325 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909892928 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21590] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21590/stat : 21590 (java) S 21575 21577 21325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909892928 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21591] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21591/stat : 21591 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909892930 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427215281 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21592] ppid=21575 vsize=10559420 CPUtime=1.14 cores=0,2,4,6
/proc/21577/task/21592/stat : 21592 (java) S 21575 21577 21325 0 -1 4202560 4466 0 0 0 113 1 0 0 15 0 22 0 909892930 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 0 0 0 0
[pid=21577/tid=21593] ppid=21575 vsize=10559420 CPUtime=0.96 cores=0,2,4,6
/proc/21577/task/21593/stat : 21593 (java) S 21575 21577 21325 0 -1 4202560 2330 0 0 0 96 0 0 0 16 0 22 0 909892930 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21594] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21594/stat : 21594 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 909892930 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21595] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21595/stat : 21595 (java) S 21575 21577 21325 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 909892930 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21599] ppid=21575 vsize=10559420 CPUtime=732.67 cores=0,2,4,6
/proc/21577/task/21599/stat : 21599 (java) R 21575 21577 21325 0 -1 4202560 41 0 0 0 73267 0 0 0 25 0 22 0 909901350 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912506056630 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21577/tid=21600] ppid=21575 vsize=10559420 CPUtime=732.84 cores=0,2,4,6
/proc/21577/task/21600/stat : 21600 (java) R 21575 21577 21325 0 -1 4202560 87 0 0 0 73284 0 0 0 25 0 22 0 909901350 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912506165236 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21577/tid=21601] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21601/stat : 21601 (java) S 21575 21577 21325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 909901476 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21602] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21602/stat : 21602 (java) S 21575 21577 21325 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 909901476 10812846080 2207165 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1606.61
Current children cumulated vsize (KiB) 10559420

[startup+882.301 s]
/proc/loadavg: 4.06 4.02 3.81 5/558 21627
/proc/meminfo: memFree=4509448/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10559420 CPUtime=1726.94 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 2229309 0 1 0 172355 339 0 0 24 0 22 0 909892924 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2639855 2214695 2251 9 0 2630589 0
[pid=21577/tid=21578] ppid=21575 vsize=10559420 CPUtime=72.31 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) S 21575 21577 21325 0 -1 4202560 651114 0 1 0 7143 88 0 0 15 0 22 0 909892925 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21580] ppid=21575 vsize=10559420 CPUtime=7.37 cores=0,2,4,6
/proc/21577/task/21580/stat : 21580 (java) S 21575 21577 21325 0 -1 4202560 162537 0 0 0 712 25 0 0 15 0 22 0 909892926 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21581] ppid=21575 vsize=10559420 CPUtime=7.29 cores=0,2,4,6
/proc/21577/task/21581/stat : 21581 (java) S 21575 21577 21325 0 -1 4202560 182158 0 0 0 699 30 0 0 16 0 22 0 909892926 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21582] ppid=21575 vsize=10559420 CPUtime=8.27 cores=0,2,4,6
/proc/21577/task/21582/stat : 21582 (java) S 21575 21577 21325 0 -1 4202560 208592 0 0 0 794 33 0 0 16 0 22 0 909892926 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21583] ppid=21575 vsize=10559420 CPUtime=9.08 cores=0,2,4,6
/proc/21577/task/21583/stat : 21583 (java) S 21575 21577 21325 0 -1 4202560 213385 0 0 0 877 31 0 0 16 0 22 0 909892926 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 0 0 0 0
[pid=21577/tid=21584] ppid=21575 vsize=10559420 CPUtime=9.64 cores=0,2,4,6
/proc/21577/task/21584/stat : 21584 (java) S 21575 21577 21325 0 -1 4202560 189631 0 0 0 935 29 0 0 16 0 22 0 909892926 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21585] ppid=21575 vsize=10559420 CPUtime=9.53 cores=0,2,4,6
/proc/21577/task/21585/stat : 21585 (java) S 21575 21577 21325 0 -1 4202560 250285 0 0 0 913 40 0 0 16 0 22 0 909892926 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21586] ppid=21575 vsize=10559420 CPUtime=8.62 cores=0,2,4,6
/proc/21577/task/21586/stat : 21586 (java) S 21575 21577 21325 0 -1 4202560 189938 0 0 0 832 30 0 0 16 0 22 0 909892926 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21587] ppid=21575 vsize=10559420 CPUtime=7.4 cores=0,2,4,6
/proc/21577/task/21587/stat : 21587 (java) S 21575 21577 21325 0 -1 4202560 173486 0 0 0 715 25 0 0 16 0 22 0 909892926 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21588] ppid=21575 vsize=10559420 CPUtime=0.02 cores=0,2,4,6
/proc/21577/task/21588/stat : 21588 (java) S 21575 21577 21325 0 -1 4202560 48 0 0 0 1 1 0 0 15 0 22 0 909892927 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 0 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21589] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21589/stat : 21589 (java) S 21575 21577 21325 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909892928 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21590] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21590/stat : 21590 (java) S 21575 21577 21325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909892928 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21591] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21591/stat : 21591 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909892930 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427215281 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21592] ppid=21575 vsize=10559420 CPUtime=1.14 cores=0,2,4,6
/proc/21577/task/21592/stat : 21592 (java) S 21575 21577 21325 0 -1 4202560 4466 0 0 0 113 1 0 0 15 0 22 0 909892930 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 0 0 0 0
[pid=21577/tid=21593] ppid=21575 vsize=10559420 CPUtime=0.96 cores=0,2,4,6
/proc/21577/task/21593/stat : 21593 (java) S 21575 21577 21325 0 -1 4202560 2330 0 0 0 96 0 0 0 16 0 22 0 909892930 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21594] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21594/stat : 21594 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 909892930 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21595] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21595/stat : 21595 (java) S 21575 21577 21325 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 909892930 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21599] ppid=21575 vsize=10559420 CPUtime=792.5 cores=0,2,4,6
/proc/21577/task/21599/stat : 21599 (java) R 21575 21577 21325 0 -1 4202560 42 0 0 0 79250 0 0 0 25 0 22 0 909901350 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912506061272 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21577/tid=21600] ppid=21575 vsize=10559420 CPUtime=792.67 cores=0,2,4,6
/proc/21577/task/21600/stat : 21600 (java) R 21575 21577 21325 0 -1 4202560 89 0 0 0 79267 0 0 0 25 0 22 0 909901350 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912506176316 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21577/tid=21601] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21601/stat : 21601 (java) S 21575 21577 21325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 909901476 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21602] ppid=21575 vsize=10559420 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21602/stat : 21602 (java) S 21575 21577 21325 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 909901476 10812846080 2214695 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1726.94
Current children cumulated vsize (KiB) 10559420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.202 s]
/proc/loadavg: 3.98 4.00 3.81 5/558 21628
/proc/meminfo: memFree=4491556/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=10560564 CPUtime=1800.1 cores=0,2,4,6
/proc/21577/stat : 21577 (java) S 21575 21577 21325 0 -1 4202496 2234208 0 1 0 179671 339 0 0 24 0 22 0 909892924 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 2640141 2219018 2263 9 0 2630875 0
[pid=21577/tid=21578] ppid=21575 vsize=10560564 CPUtime=72.31 cores=0,2,4,6
/proc/21577/task/21578/stat : 21578 (java) S 21575 21577 21325 0 -1 4202560 651115 0 1 0 7143 88 0 0 15 0 22 0 909892925 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21580] ppid=21575 vsize=10560564 CPUtime=7.38 cores=0,2,4,6
/proc/21577/task/21580/stat : 21580 (java) S 21575 21577 21325 0 -1 4202560 162537 0 0 0 713 25 0 0 16 0 22 0 909892926 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21581] ppid=21575 vsize=10560564 CPUtime=7.35 cores=0,2,4,6
/proc/21577/task/21581/stat : 21581 (java) S 21575 21577 21325 0 -1 4202560 184217 0 0 0 705 30 0 0 16 0 22 0 909892926 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21582] ppid=21575 vsize=10560564 CPUtime=8.34 cores=0,2,4,6
/proc/21577/task/21582/stat : 21582 (java) S 21575 21577 21325 0 -1 4202560 209009 0 0 0 801 33 0 0 16 0 22 0 909892926 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21583] ppid=21575 vsize=10560564 CPUtime=9.09 cores=0,2,4,6
/proc/21577/task/21583/stat : 21583 (java) S 21575 21577 21325 0 -1 4202560 213385 0 0 0 878 31 0 0 16 0 22 0 909892926 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 0 0 0 0
[pid=21577/tid=21584] ppid=21575 vsize=10560564 CPUtime=9.64 cores=0,2,4,6
/proc/21577/task/21584/stat : 21584 (java) S 21575 21577 21325 0 -1 4202560 189631 0 0 0 935 29 0 0 15 0 22 0 909892926 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21585] ppid=21575 vsize=10560564 CPUtime=9.6 cores=0,2,4,6
/proc/21577/task/21585/stat : 21585 (java) S 21575 21577 21325 0 -1 4202560 250702 0 0 0 920 40 0 0 16 0 22 0 909892926 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 0 0 0 0
[pid=21577/tid=21586] ppid=21575 vsize=10560564 CPUtime=8.63 cores=0,2,4,6
/proc/21577/task/21586/stat : 21586 (java) S 21575 21577 21325 0 -1 4202560 191110 0 0 0 833 30 0 0 16 0 22 0 909892926 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21587] ppid=21575 vsize=10560564 CPUtime=7.45 cores=0,2,4,6
/proc/21577/task/21587/stat : 21587 (java) S 21575 21577 21325 0 -1 4202560 173486 0 0 0 720 25 0 0 16 0 22 0 909892926 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 0 0 0 0
[pid=21577/tid=21588] ppid=21575 vsize=10560564 CPUtime=6.98 cores=0,2,4,6
/proc/21577/task/21588/stat : 21588 (java) S 21575 21577 21325 0 -1 4202560 59 0 0 0 697 1 0 0 18 0 22 0 909892927 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 0 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21589] ppid=21575 vsize=10560564 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21589/stat : 21589 (java) S 21575 21577 21325 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909892928 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21590] ppid=21575 vsize=10560564 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21590/stat : 21590 (java) S 21575 21577 21325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909892928 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21591] ppid=21575 vsize=10560564 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21591/stat : 21591 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909892930 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427215281 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21592] ppid=21575 vsize=10560564 CPUtime=1.15 cores=0,2,4,6
/proc/21577/task/21592/stat : 21592 (java) S 21575 21577 21325 0 -1 4202560 4474 0 0 0 114 1 0 0 15 0 22 0 909892930 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 0 0 0 0
[pid=21577/tid=21593] ppid=21575 vsize=10560564 CPUtime=1.12 cores=0,2,4,6
/proc/21577/task/21593/stat : 21593 (java) S 21575 21577 21325 0 -1 4202560 3141 0 0 0 112 0 0 0 16 0 22 0 909892930 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21594] ppid=21575 vsize=10560564 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21594/stat : 21594 (java) S 21575 21577 21325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 909892930 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427207577 0 4 0 16800975 18446604447413040384 0 0 -1 6 0 0 0
[pid=21577/tid=21595] ppid=21575 vsize=10560564 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21595/stat : 21595 (java) S 21575 21577 21325 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909892930 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 4 0 0 0
[pid=21577/tid=21599] ppid=21575 vsize=10560564 CPUtime=825.39 cores=0,2,4,6
/proc/21577/task/21599/stat : 21599 (java) R 21575 21577 21325 0 -1 4202560 43 0 0 0 82539 0 0 0 25 0 22 0 909901350 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912505938667 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21577/tid=21600] ppid=21575 vsize=10560564 CPUtime=825.55 cores=0,2,4,6
/proc/21577/task/21600/stat : 21600 (java) R 21575 21577 21325 0 -1 4202560 89 0 0 0 82555 0 0 0 25 0 22 0 909901350 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 46912505943504 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21577/tid=21601] ppid=21575 vsize=10560564 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21601/stat : 21601 (java) S 21575 21577 21325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 909901476 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
[pid=21577/tid=21602] ppid=21575 vsize=10560564 CPUtime=0 cores=0,2,4,6
/proc/21577/task/21602/stat : 21602 (java) S 21575 21577 21325 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 909901476 10814017536 2219018 33554432000 1073741824 1073778376 140734720952768 18446744073709551615 256427208192 0 4 0 16800975 18446604447413040384 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10560564

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

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

[startup+922.501 s]
/proc/loadavg: 3.98 4.00 3.81 5/558 21628
/proc/meminfo: memFree=4491556/32950928 swapFree=58671692/67111528
[pid=21577] ppid=21575 vsize=0 CPUtime=1800.41 cores=0,2,4,6
/proc/21577/stat : 21577 (java) Z 21575 21577 21325 0 -1 4203548 2234236 0 1 0 179675 366 0 0 17 0 2 0 909892924 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21577/statm: 0 0 0 0 0 0 0
[pid=21577/tid=21602] ppid=21575 vsize=0 CPUtime=0.26 cores=0,2,4,6
/proc/21577/task/21602/stat : 21602 (java) R 21575 21577 21325 0 -1 4203588 7 0 0 0 0 26 0 0 18 0 2 0 909901476 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 922.575
CPU time (s): 1800.5
CPU user time (s): 1796.75
CPU system time (s): 3.74243
CPU usage (%): 195.16
Max. virtual memory (cumulated for all children) (KiB): 10563680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.75
system time used= 3.74243
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2234236
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= 25668
involuntary context switches= 78579

runsolver used 5.13022 second user time and 11.1293 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-04 16:10:23
IDJOB=3455424
IDBENCH=71914
IDSOLVER=1950
FILE ID=node115/3455424-1307196616
RUNJOBID= node115-1307195623-21343
PBS_JOBID= 13508873
Free space on /tmp= 73340 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455424-1307196616/watcher-3455424-1307196616 -o /tmp/evaluation-result-3455424-1307196616/solver-3455424-1307196616 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455424-1307196616.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1210694429

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.77
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22069548 kB
Buffers:        208556 kB
Cached:         898500 kB
SwapCached:      65828 kB
Active:        2044244 kB
Inactive:      8579184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22069548 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:          511652 kB
Writeback:           4 kB
AnonPages:     9454540 kB
Mapped:          35492 kB
Slab:           113468 kB
PageTables:      76488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 162158408 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= 73340 MiB
End job on node115 at 2011-06-04 16:25:47