Trace number 3455427

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.39 900.116

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__2048.opb
MD5SUMd1fb051a767cfe5591d677674fdef8c6
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 variables614498
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint2048
Maximum length of a constraint34817
Number of terms in the objective function 614400
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22173505536
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22173505536
Number of bits of the biggest sum of numbers35
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.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/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-3455427-1307196633.opb
0.10/0.11	c reading problem ... 
8.19/6.44	c ... done. Wall clock time 6.331s.
8.19/6.44	c #vars     614498
8.19/6.44	c #constraints  500
8.19/6.44	c constraints type 
8.19/6.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
8.19/6.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
8.19/6.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 196
8.19/6.44	c constraints type 
8.19/6.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
8.19/6.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
8.19/6.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1435.70/717.41	c cleaning 3072 clauses out of 6144 with flag 6144/6144
1800.15/899.92	c starts		: 4
1800.15/899.92	c conflicts		: 7619
1800.15/899.92	c decisions		: 2287054
1800.15/899.92	c propagations		: 9686765
1800.15/899.92	c inspects		: 31711837
1800.15/899.92	c shortcuts		: 0
1800.15/899.92	c learnt literals	: 0
1800.15/899.92	c learnt binary clauses	: 0
1800.15/899.92	c learnt ternary clauses	: 0
1800.15/899.92	c learnt constraints	: 7618
1800.15/899.92	c ignored constraints	: 0
1800.15/899.92	c root simplifications	: 0
1800.15/899.92	c removed literals (reason simplification)	: 2
1800.15/899.92	c reason swapping (by a shorter reason)	: 0
1800.15/899.92	c Calls to reduceDB	: 1
1800.15/899.92	c number of reductions to clauses (during analyze)	: 0
1800.15/899.92	c number of learned constraints concerned by reduction	: 0
1800.15/899.92	c number of learning phase by resolution	: 0
1800.15/899.92	c number of learning phase by cutting planes	: 0
1800.15/899.92	c speed (assignments/second)	: 10841.60155616068
1800.15/899.92	c non guided choices	550374
1800.15/899.93	c learnt constraints type 
1800.15/899.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4546
1800.15/899.93	c constraints type 
1800.15/899.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.15/899.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 302
1800.15/899.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 196
1800.15/899.93	c constraints type 
1800.15/899.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.15/899.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
1800.15/899.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.15/899.93	s UNKNOWN
1800.15/899.93	c Total wall clock time (in seconds): 899.818

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.83 3.19 3.55 1/573 15159
/proc/meminfo: memFree=24828464/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/15159/stat : 15159 (java) S 15157 15159 14981 0 -1 4202496 5624 0 1 0 0 0 0 0 18 0 2 0 831260397 10694979584 5328 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 2611079 5342 917 9 0 2602235 0
[pid=15159/tid=15160] ppid=15157 vsize=10446536 CPUtime=0.01 cores=1,3,5,7
/proc/15159/task/15160/stat : 15160 (java) R 15157 15159 14981 0 -1 4202560 8732 0 1 0 0 1 0 0 20 0 3 0 831260398 10697252864 9549 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488494534 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=15159/tid=15161] ppid=15157 vsize=10447564 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15161/stat : 15161 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 5 0 831260399 10698305536 9553 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16784584 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15162] ppid=15157 vsize=10448724 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15162/stat : 15162 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 6 0 831260400 10699493376 9557 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16784584 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15163] ppid=15157 vsize=10449752 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15163/stat : 15163 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 7 0 831260400 10700546048 9562 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16784584 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=10450780 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 8 0 831260400 10701598720 9566 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16784584 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15165] ppid=15157 vsize=10451808 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15165/stat : 15165 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 9 0 831260400 10702651392 9571 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16784584 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15166] ppid=15157 vsize=10452836 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15166/stat : 15166 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 10 0 831260400 10703704064 9574 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16784584 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15167] ppid=15157 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15167/stat : 15167 (java) R 15157 15159 14981 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 10 0 831260400 10703900672 9580 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=15159/tid=15168] ppid=15157 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15168/stat : 15168 (java) R 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 10 0 831260400 10703900672 9596 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488520885 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.076562 s]
/proc/loadavg: 1.83 3.19 3.55 1/573 15159
/proc/meminfo: memFree=24828464/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/15159/stat : 15159 (java) S 15157 15159 14981 0 -1 4202496 11962 0 1 0 5 1 0 0 18 0 18 0 831260397 10724442112 11660 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 2618272 11660 1755 9 0 2609006 0
[pid=15159/tid=15160] ppid=15157 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/15159/task/15160/stat : 15160 (java) R 15157 15159 14981 0 -1 4202560 10788 0 1 0 5 1 0 0 25 0 18 0 831260398 10724442112 11660 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 47154526313299 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15159/tid=15161] ppid=15157 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15161/stat : 15161 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 831260399 10724442112 11661 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15162] ppid=15157 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15162/stat : 15162 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10724442112 11661 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15163] ppid=15157 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15163/stat : 15163 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10724442112 11662 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10724442112 11662 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15165] ppid=15157 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15165/stat : 15165 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10724442112 11664 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15166] ppid=15157 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15166/stat : 15166 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10724442112 11664 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15167] ppid=15157 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15167/stat : 15167 (java) S 15157 15159 14981 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 831260400 10724442112 11665 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15168] ppid=15157 vsize=10473088 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15168/stat : 15168 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831260400 10724442112 11665 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.10052 s]
/proc/loadavg: 1.83 3.19 3.55 1/573 15159
/proc/meminfo: memFree=24828464/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=10540332 CPUtime=0.1 cores=1,3,5,7
/proc/15159/stat : 15159 (java) S 15157 15159 14981 0 -1 4202496 13042 0 1 0 9 1 0 0 18 0 18 0 831260397 10793299968 12740 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 2635083 12741 2092 9 0 2625817 0
[pid=15159/tid=15160] ppid=15157 vsize=10540332 CPUtime=0.08 cores=1,3,5,7
/proc/15159/task/15160/stat : 15160 (java) R 15157 15159 14981 0 -1 4202560 11154 0 1 0 7 1 0 0 18 0 18 0 831260398 10793299968 12741 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239476356129 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15159/tid=15161] ppid=15157 vsize=10540332 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15161/stat : 15161 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 831260399 10793299968 12741 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15162] ppid=15157 vsize=10540332 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15162/stat : 15162 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10793299968 12742 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15163] ppid=15157 vsize=10540332 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15163/stat : 15163 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10793299968 12743 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=10540332 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10793299968 12743 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15165] ppid=15157 vsize=10540332 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15165/stat : 15165 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10793299968 12745 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15166] ppid=15157 vsize=10540332 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15166/stat : 15166 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10793299968 12748 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15167] ppid=15157 vsize=10540332 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15167/stat : 15167 (java) S 15157 15159 14981 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 831260400 10793299968 12751 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15168] ppid=15157 vsize=10540332 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15168/stat : 15168 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831260400 10793299968 12751 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540332

[startup+0.300507 s]
/proc/loadavg: 1.83 3.19 3.55 1/573 15159
/proc/meminfo: memFree=24828464/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=10541576 CPUtime=0.45 cores=1,3,5,7
/proc/15159/stat : 15159 (java) S 15157 15159 14981 0 -1 4202496 26003 0 1 0 42 3 0 0 18 0 18 0 831260397 10794573824 25478 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 2635394 25481 2199 9 0 2626128 0
[pid=15159/tid=15160] ppid=15157 vsize=10541576 CPUtime=0.28 cores=1,3,5,7
/proc/15159/task/15160/stat : 15160 (java) R 15157 15159 14981 0 -1 4202560 23288 0 1 0 25 3 0 0 18 0 18 0 831260398 10794573824 25483 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 46912505549046 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15159/tid=15161] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15161/stat : 15161 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 831260399 10794573824 25485 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15162] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15162/stat : 15162 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 25487 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15163] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15163/stat : 15163 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 25489 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 25491 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15165] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15165/stat : 15165 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 25493 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15166] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15166/stat : 15166 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 25495 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15167] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15167/stat : 15167 (java) S 15157 15159 14981 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 831260400 10794573824 25497 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15168] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15168/stat : 15168 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831260400 10794573824 25499 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10541576

[startup+0.701414 s]
/proc/loadavg: 1.83 3.19 3.55 1/573 15159
/proc/meminfo: memFree=24828464/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=10541576 CPUtime=0.86 cores=1,3,5,7
/proc/15159/stat : 15159 (java) S 15157 15159 14981 0 -1 4202496 57783 0 1 0 78 8 0 0 18 0 18 0 831260397 10794573824 57258 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 2635394 57261 2199 9 0 2626128 0
[pid=15159/tid=15160] ppid=15157 vsize=10541576 CPUtime=0.68 cores=1,3,5,7
/proc/15159/task/15160/stat : 15160 (java) R 15157 15159 14981 0 -1 4202560 55067 0 1 0 61 7 0 0 18 0 18 0 831260398 10794573824 57262 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 46912505553172 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15159/tid=15161] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15161/stat : 15161 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 831260399 10794573824 57264 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15162] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15162/stat : 15162 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 57266 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15163] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15163/stat : 15163 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 57268 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 57270 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15165] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15165/stat : 15165 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 57272 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15166] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15166/stat : 15166 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10794573824 57272 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15167] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15167/stat : 15167 (java) S 15157 15159 14981 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 831260400 10794573824 57274 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15168] ppid=15157 vsize=10541576 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15168/stat : 15168 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831260400 10794573824 57275 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10541576

[startup+1.50119 s]
/proc/loadavg: 1.77 3.16 3.54 6/593 15226
/proc/meminfo: memFree=24418328/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=10542800 CPUtime=1.99 cores=1,3,5,7
/proc/15159/stat : 15159 (java) S 15157 15159 14981 0 -1 4202496 121997 0 1 0 184 15 0 0 18 0 18 0 831260397 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 2635700 120587 2216 9 0 2626434 0
[pid=15159/tid=15160] ppid=15157 vsize=10542800 CPUtime=1.48 cores=1,3,5,7
/proc/15159/task/15160/stat : 15160 (java) R 15157 15159 14981 0 -1 4202560 117238 0 1 0 134 14 0 0 20 0 18 0 831260398 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 46912505164197 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15159/tid=15161] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15161/stat : 15161 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 831260399 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15162] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15162/stat : 15162 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15163] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15163/stat : 15163 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15165] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15165/stat : 15165 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15166] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15166/stat : 15166 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831260400 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15167] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15167/stat : 15167 (java) S 15157 15159 14981 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 831260400 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15168] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15168/stat : 15168 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831260400 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15170] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15170/stat : 15170 (java) S 15157 15159 14981 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 18 0 831260401 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 0 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15171] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15171/stat : 15171 (java) S 15157 15159 14981 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 831260401 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15172] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15172/stat : 15172 (java) S 15157 15159 14981 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 831260401 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15173] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15173/stat : 15173 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831260403 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488518577 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15174] ppid=15157 vsize=10542800 CPUtime=0.23 cores=1,3,5,7
/proc/15159/task/15174/stat : 15174 (java) S 15157 15159 14981 0 -1 4202560 2394 0 0 0 23 0 0 0 16 0 18 0 831260403 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15175] ppid=15157 vsize=10542800 CPUtime=0.26 cores=1,3,5,7
/proc/15159/task/15175/stat : 15175 (java) R 15157 15159 14981 0 -1 4202560 1211 0 0 0 26 0 0 0 16 0 18 0 831260403 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 47154526307183 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15159/tid=15176] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15176/stat : 15176 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831260403 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15177] ppid=15157 vsize=10542800 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15177/stat : 15177 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831260403 10795827200 120587 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10542800

[startup+3.10096 s]
/proc/loadavg: 1.77 3.16 3.54 2/590 15232
/proc/meminfo: memFree=24014608/32950928 swapFree=67056580/67111528

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

/proc/15159/task/15163/stat : 15163 (java) S 15157 15159 14981 0 -1 4202560 67934 0 0 0 118 9 0 0 15 0 22 0 831260400 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=10554716 CPUtime=1.71 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) S 15157 15159 14981 0 -1 4202560 85561 0 0 0 161 10 0 0 15 0 22 0 831260400 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15165] ppid=15157 vsize=10554716 CPUtime=1.69 cores=1,3,5,7
/proc/15159/task/15165/stat : 15165 (java) S 15157 15159 14981 0 -1 4202560 89713 0 0 0 158 11 0 0 16 0 22 0 831260400 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15166] ppid=15157 vsize=10554716 CPUtime=1.77 cores=1,3,5,7
/proc/15159/task/15166/stat : 15166 (java) S 15157 15159 14981 0 -1 4202560 87347 0 0 0 166 11 0 0 15 0 22 0 831260400 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15167] ppid=15157 vsize=10554716 CPUtime=1.28 cores=1,3,5,7
/proc/15159/task/15167/stat : 15167 (java) S 15157 15159 14981 0 -1 4202560 44978 0 0 0 121 7 0 0 15 0 22 0 831260400 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15168] ppid=15157 vsize=10554716 CPUtime=1.04 cores=1,3,5,7
/proc/15159/task/15168/stat : 15168 (java) S 15157 15159 14981 0 -1 4202560 35447 0 0 0 100 4 0 0 16 0 22 0 831260400 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15170] ppid=15157 vsize=10554716 CPUtime=1.06 cores=1,3,5,7
/proc/15159/task/15170/stat : 15170 (java) S 15157 15159 14981 0 -1 4202560 5903 0 0 0 105 1 0 0 15 0 22 0 831260401 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 0 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15171] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15171/stat : 15171 (java) S 15157 15159 14981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831260401 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15172] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15172/stat : 15172 (java) S 15157 15159 14981 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831260401 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15173] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15173/stat : 15173 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831260403 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488518577 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15174] ppid=15157 vsize=10554716 CPUtime=0.95 cores=1,3,5,7
/proc/15159/task/15174/stat : 15174 (java) S 15157 15159 14981 0 -1 4202560 2676 0 0 0 95 0 0 0 15 0 22 0 831260403 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15175] ppid=15157 vsize=10554716 CPUtime=1.01 cores=1,3,5,7
/proc/15159/task/15175/stat : 15175 (java) S 15157 15159 14981 0 -1 4202560 4166 0 0 0 101 0 0 0 15 0 22 0 831260403 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15176] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15176/stat : 15176 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831260403 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15177] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15177/stat : 15177 (java) S 15157 15159 14981 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 831260403 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15297] ppid=15157 vsize=10554716 CPUtime=812.04 cores=1,3,5,7
/proc/15159/task/15297/stat : 15297 (java) R 15157 15159 14981 0 -1 4202560 57 0 0 0 81204 0 0 0 25 0 22 0 831261042 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 46912505785184 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15159/tid=15298] ppid=15157 vsize=10554716 CPUtime=811.96 cores=1,3,5,7
/proc/15159/task/15298/stat : 15298 (java) R 15157 15159 14981 0 -1 4202560 1423 0 0 0 81196 0 0 0 25 0 22 0 831261042 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 46912506328719 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15159/tid=15302] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15302/stat : 15302 (java) S 15157 15159 14981 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831261063 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15303] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15303/stat : 15303 (java) S 15157 15159 14981 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 831261063 10808029184 1212101 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1644.81
Current children cumulated vsize (KiB) 10554716

[startup+882.302 s]
/proc/loadavg: 4.00 3.96 3.77 5/597 16737
/proc/meminfo: memFree=16177948/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=10554716 CPUtime=1764.9 cores=1,3,5,7
/proc/15159/stat : 15159 (java) S 15157 15159 14981 0 -1 4202496 1226789 0 1 0 176336 154 0 0 18 0 22 0 831260397 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 2638679 1215915 2256 9 0 2629413 0
[pid=15159/tid=15160] ppid=15157 vsize=10554716 CPUtime=6.07 cores=1,3,5,7
/proc/15159/task/15160/stat : 15160 (java) S 15157 15159 14981 0 -1 4202560 649727 0 1 0 533 74 0 0 15 0 22 0 831260398 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15161] ppid=15157 vsize=10554716 CPUtime=1.78 cores=1,3,5,7
/proc/15159/task/15161/stat : 15161 (java) S 15157 15159 14981 0 -1 4202560 90931 0 0 0 166 12 0 0 15 0 22 0 831260399 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15162] ppid=15157 vsize=10554716 CPUtime=1.11 cores=1,3,5,7
/proc/15159/task/15162/stat : 15162 (java) S 15157 15159 14981 0 -1 4202560 56806 0 0 0 104 7 0 0 15 0 22 0 831260400 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15163] ppid=15157 vsize=10554716 CPUtime=1.32 cores=1,3,5,7
/proc/15159/task/15163/stat : 15163 (java) S 15157 15159 14981 0 -1 4202560 67935 0 0 0 123 9 0 0 16 0 22 0 831260400 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=10554716 CPUtime=1.75 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) S 15157 15159 14981 0 -1 4202560 86115 0 0 0 165 10 0 0 16 0 22 0 831260400 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15165] ppid=15157 vsize=10554716 CPUtime=1.69 cores=1,3,5,7
/proc/15159/task/15165/stat : 15165 (java) S 15157 15159 14981 0 -1 4202560 89713 0 0 0 158 11 0 0 15 0 22 0 831260400 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15166] ppid=15157 vsize=10554716 CPUtime=1.79 cores=1,3,5,7
/proc/15159/task/15166/stat : 15166 (java) S 15157 15159 14981 0 -1 4202560 87347 0 0 0 168 11 0 0 15 0 22 0 831260400 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15167] ppid=15157 vsize=10554716 CPUtime=1.33 cores=1,3,5,7
/proc/15159/task/15167/stat : 15167 (java) S 15157 15159 14981 0 -1 4202560 46616 0 0 0 126 7 0 0 16 0 22 0 831260400 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15168] ppid=15157 vsize=10554716 CPUtime=1.08 cores=1,3,5,7
/proc/15159/task/15168/stat : 15168 (java) S 15157 15159 14981 0 -1 4202560 36159 0 0 0 104 4 0 0 16 0 22 0 831260400 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15170] ppid=15157 vsize=10554716 CPUtime=1.06 cores=1,3,5,7
/proc/15159/task/15170/stat : 15170 (java) S 15157 15159 14981 0 -1 4202560 5907 0 0 0 105 1 0 0 15 0 22 0 831260401 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 0 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15171] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15171/stat : 15171 (java) S 15157 15159 14981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831260401 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15172] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15172/stat : 15172 (java) S 15157 15159 14981 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831260401 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15173] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15173/stat : 15173 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831260403 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488518577 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15174] ppid=15157 vsize=10554716 CPUtime=0.95 cores=1,3,5,7
/proc/15159/task/15174/stat : 15174 (java) S 15157 15159 14981 0 -1 4202560 2676 0 0 0 95 0 0 0 15 0 22 0 831260403 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15175] ppid=15157 vsize=10554716 CPUtime=1.01 cores=1,3,5,7
/proc/15159/task/15175/stat : 15175 (java) S 15157 15159 14981 0 -1 4202560 4166 0 0 0 101 0 0 0 15 0 22 0 831260403 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15176] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15176/stat : 15176 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831260403 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15177] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15177/stat : 15177 (java) S 15157 15159 14981 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831260403 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15297] ppid=15157 vsize=10554716 CPUtime=871.95 cores=1,3,5,7
/proc/15159/task/15297/stat : 15297 (java) R 15157 15159 14981 0 -1 4202560 58 0 0 0 87195 0 0 0 25 0 22 0 831261042 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 46912506020780 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15159/tid=15298] ppid=15157 vsize=10554716 CPUtime=871.87 cores=1,3,5,7
/proc/15159/task/15298/stat : 15298 (java) R 15157 15159 14981 0 -1 4202560 1426 0 0 0 87187 0 0 0 25 0 22 0 831261042 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 46912506324512 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15159/tid=15302] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15302/stat : 15302 (java) S 15157 15159 14981 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831261063 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15303] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15303/stat : 15303 (java) S 15157 15159 14981 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 831261063 10808029184 1215915 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1764.9
Current children cumulated vsize (KiB) 10554716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.901 s]
/proc/loadavg: 4.00 3.96 3.78 5/597 16738
/proc/meminfo: memFree=16165400/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=10554716 CPUtime=1800.15 cores=1,3,5,7
/proc/15159/stat : 15159 (java) S 15157 15159 14981 0 -1 4202496 1228935 0 1 0 179861 154 0 0 18 0 22 0 831260397 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 2638679 1218059 2256 9 0 2629413 0
[pid=15159/tid=15160] ppid=15157 vsize=10554716 CPUtime=6.07 cores=1,3,5,7
/proc/15159/task/15160/stat : 15160 (java) S 15157 15159 14981 0 -1 4202560 649727 0 1 0 533 74 0 0 15 0 22 0 831260398 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15161] ppid=15157 vsize=10554716 CPUtime=1.78 cores=1,3,5,7
/proc/15159/task/15161/stat : 15161 (java) S 15157 15159 14981 0 -1 4202560 90931 0 0 0 166 12 0 0 15 0 22 0 831260399 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15162] ppid=15157 vsize=10554716 CPUtime=1.11 cores=1,3,5,7
/proc/15159/task/15162/stat : 15162 (java) S 15157 15159 14981 0 -1 4202560 56806 0 0 0 104 7 0 0 15 0 22 0 831260400 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15163] ppid=15157 vsize=10554716 CPUtime=1.34 cores=1,3,5,7
/proc/15159/task/15163/stat : 15163 (java) S 15157 15159 14981 0 -1 4202560 68370 0 0 0 125 9 0 0 16 0 22 0 831260400 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=10554716 CPUtime=1.75 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) S 15157 15159 14981 0 -1 4202560 86115 0 0 0 165 10 0 0 16 0 22 0 831260400 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 7 0 0 0
[pid=15159/tid=15165] ppid=15157 vsize=10554716 CPUtime=1.72 cores=1,3,5,7
/proc/15159/task/15165/stat : 15165 (java) S 15157 15159 14981 0 -1 4202560 91009 0 0 0 161 11 0 0 16 0 22 0 831260400 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15166] ppid=15157 vsize=10554716 CPUtime=1.79 cores=1,3,5,7
/proc/15159/task/15166/stat : 15166 (java) S 15157 15159 14981 0 -1 4202560 87347 0 0 0 168 11 0 0 15 0 22 0 831260400 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15167] ppid=15157 vsize=10554716 CPUtime=1.36 cores=1,3,5,7
/proc/15159/task/15167/stat : 15167 (java) S 15157 15159 14981 0 -1 4202560 47030 0 0 0 129 7 0 0 16 0 22 0 831260400 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15168] ppid=15157 vsize=10554716 CPUtime=1.08 cores=1,3,5,7
/proc/15159/task/15168/stat : 15168 (java) S 15157 15159 14981 0 -1 4202560 36159 0 0 0 104 4 0 0 15 0 22 0 831260400 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15170] ppid=15157 vsize=10554716 CPUtime=1.06 cores=1,3,5,7
/proc/15159/task/15170/stat : 15170 (java) S 15157 15159 14981 0 -1 4202560 5907 0 0 0 105 1 0 0 15 0 22 0 831260401 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 0 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15171] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15171/stat : 15171 (java) S 15157 15159 14981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831260401 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15172] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15172/stat : 15172 (java) S 15157 15159 14981 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831260401 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15173] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15173/stat : 15173 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 831260403 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488518577 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15174] ppid=15157 vsize=10554716 CPUtime=0.95 cores=1,3,5,7
/proc/15159/task/15174/stat : 15174 (java) S 15157 15159 14981 0 -1 4202560 2676 0 0 0 95 0 0 0 15 0 22 0 831260403 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15175] ppid=15157 vsize=10554716 CPUtime=1.01 cores=1,3,5,7
/proc/15159/task/15175/stat : 15175 (java) S 15157 15159 14981 0 -1 4202560 4166 0 0 0 101 0 0 0 15 0 22 0 831260403 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 5 0 0 0
[pid=15159/tid=15176] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15176/stat : 15176 (java) S 15157 15159 14981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831260403 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488510873 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15177] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15177/stat : 15177 (java) S 15157 15159 14981 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831260403 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 1 0 0 0
[pid=15159/tid=15297] ppid=15157 vsize=10554716 CPUtime=889.55 cores=1,3,5,7
/proc/15159/task/15297/stat : 15297 (java) R 15157 15159 14981 0 -1 4202560 59 0 0 0 88955 0 0 0 25 0 22 0 831261042 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 46912506020807 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15159/tid=15298] ppid=15157 vsize=10554716 CPUtime=889.47 cores=1,3,5,7
/proc/15159/task/15298/stat : 15298 (java) R 15157 15159 14981 0 -1 4202560 1426 0 0 0 88947 0 0 0 25 0 22 0 831261042 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 46912506115308 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15159/tid=15302] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15302/stat : 15302 (java) S 15157 15159 14981 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831261063 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
[pid=15159/tid=15303] ppid=15157 vsize=10554716 CPUtime=0 cores=1,3,5,7
/proc/15159/task/15303/stat : 15303 (java) S 15157 15159 14981 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 831261063 10808029184 1218059 33554432000 1073741824 1073778376 140734109018752 18446744073709551615 239488511488 0 4 0 16800975 18446604471093723328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10554716

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

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

[startup+900.031 s]
/proc/loadavg: 4.00 3.96 3.78 5/597 16738
/proc/meminfo: memFree=16165400/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=0 CPUtime=1800.29 cores=1,3,5,7
/proc/15159/stat : 15159 (java) Z 15157 15159 14981 0 -1 4203548 1228963 0 1 0 179865 164 0 0 17 0 2 0 831260397 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 0 0 0 0 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=0 CPUtime=1.85 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) R 15157 15159 14981 0 -1 4203588 86115 0 0 0 165 20 0 0 15 0 2 0 831260400 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

[startup+900.101 s]
/proc/loadavg: 4.00 3.96 3.78 5/597 16738
/proc/meminfo: memFree=16165400/32950928 swapFree=67056580/67111528
[pid=15159] ppid=15157 vsize=0 CPUtime=1800.36 cores=1,3,5,7
/proc/15159/stat : 15159 (java) Z 15157 15159 14981 0 -1 4203548 1228963 0 1 0 179865 171 0 0 17 0 2 0 831260397 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15159/statm: 0 0 0 0 0 0 0
[pid=15159/tid=15164] ppid=15157 vsize=0 CPUtime=1.92 cores=1,3,5,7
/proc/15159/task/15164/stat : 15164 (java) R 15157 15159 14981 0 -1 4203588 86115 0 0 0 165 27 0 0 16 0 2 0 831260400 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 900.116
CPU time (s): 1800.39
CPU user time (s): 1798.66
CPU system time (s): 1.72974
CPU usage (%): 200.017
Max. virtual memory (cumulated for all children) (KiB): 10576384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.72974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1228963
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= 22482
involuntary context switches= 12577

runsolver used 4.86026 second user time and 12.0362 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-04 16:10:33
IDJOB=3455427
IDBENCH=71917
IDSOLVER=1950
FILE ID=node148/3455427-1307196633
RUNJOBID= node148-1307196629-15000
PBS_JOBID= 13508899
Free space on /tmp= 73868 MiB

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

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

MD5SUM BENCH= d1fb051a767cfe5591d677674fdef8c6
RANDOM SEED=1335934612

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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:      24828620 kB
Buffers:        267284 kB
Cached:         672116 kB
SwapCached:       7908 kB
Active:        7293468 kB
Inactive:       518896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24828620 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:           29228 kB
Writeback:           0 kB
AnonPages:     6870952 kB
Mapped:          51180 kB
Slab:           180728 kB
PageTables:      57808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180710940 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= 73864 MiB
End job on node148 at 2011-06-04 16:25:35