Trace number 3743772

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.11 902.838

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_0null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUM46872edc6e4b51c55ea86a5e789ffe9b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-239215
Best CPU time to get the best result obtained on this benchmark1800.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 340553
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 635478774
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 635478774
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3743772-1338786703.opb
0.10/0.12	c reading problem ... 
9.13/7.02	c ... done. Wall clock time 6.899s.
9.13/7.02	c #vars     399113
9.13/7.02	c #constraints  400980
9.13/7.02	c constraints type 
9.13/7.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
9.13/7.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
9.13/7.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
9.13/7.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
9.13/7.02	c constraints type 
9.13/7.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
9.13/7.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
9.13/7.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
9.13/7.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
500.81/252.38	c cleaning 2490 clauses out of 4983 with flag 5000/5000
1057.48/530.64	c cleaning 4247 clauses out of 8494 with flag 11001/11001
1499.03/751.83	c cleaning 5615 clauses out of 11247 with flag 18001/18001
1800.11/902.81	c starts		: 46
1800.11/902.81	c conflicts		: 21293
1800.11/902.81	c decisions		: 174005
1800.11/902.81	c propagations		: 739600447
1800.11/902.81	c inspects		: 254564065
1800.11/902.81	c shortcuts		: 0
1800.11/902.81	c learnt literals	: 17
1800.11/902.81	c learnt binary clauses	: 214
1800.11/902.81	c learnt ternary clauses	: 107
1800.11/902.81	c learnt constraints	: 21275
1800.11/902.81	c ignored constraints	: 0
1800.11/902.81	c root simplifications	: 0
1800.11/902.81	c removed literals (reason simplification)	: 2617176
1800.11/902.81	c reason swapping (by a shorter reason)	: 0
1800.11/902.81	c Calls to reduceDB	: 3
1800.11/902.81	c number of reductions to clauses (during analyze)	: 0
1800.11/902.81	c number of learned constraints concerned by reduction	: 0
1800.11/902.81	c number of learning phase by resolution	: 0
1800.11/902.81	c number of learning phase by cutting planes	: 0
1800.11/902.81	c speed (assignments/second)	: 825639.5152440692
1800.11/902.81	c non guided choices	2635
1800.11/902.82	c learnt constraints type 
1800.11/902.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 214
1800.11/902.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8710
1800.11/902.82	c constraints type 
1800.11/902.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.11/902.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.11/902.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.11/902.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.11/902.82	c constraints type 
1800.11/902.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.11/902.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.11/902.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.11/902.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.11/902.82	s UNKNOWN
1800.11/902.82	c Total wall clock time (in seconds): 902.698

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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


[startup+0 s]
/proc/loadavg: 3.44 3.84 3.78 3/192 19835
/proc/meminfo: memFree=25477148/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/19835/stat : 19835 (java) R 19833 19835 19330 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 344798823 23793664 711 33554432000 1073741824 1073778376 140735717716528 140735717705592 226320495976 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 5809 711 526 9 0 128 0

[startup+0.0540501 s]
/proc/loadavg: 3.44 3.84 3.78 3/192 19835
/proc/meminfo: memFree=25477148/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 4800 0 1 0 3 1 0 0 20 0 13 0 344798823 11523600384 12141 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2813379 12141 1699 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100227 s]
/proc/loadavg: 3.44 3.84 3.78 3/192 19835
/proc/meminfo: memFree=25477148/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 5778 0 1 0 9 1 0 0 20 0 18 0 344798823 11864465408 13609 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2896598 13609 2115 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300294 s]
/proc/loadavg: 3.44 3.84 3.78 3/192 19835
/proc/meminfo: memFree=25477148/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11586392 CPUtime=0.47 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 7235 0 1 0 45 2 0 0 20 0 18 0 344798823 11864465408 24117 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2896598 24117 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700303 s]
/proc/loadavg: 3.44 3.84 3.78 3/192 19835
/proc/meminfo: memFree=25477148/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11586392 CPUtime=0.88 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 7307 0 1 0 83 5 0 0 20 0 18 0 344798823 11864465408 60981 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2896598 60981 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 11586392

[startup+1.50073 s]
/proc/loadavg: 3.44 3.84 3.78 5/210 19853
/proc/meminfo: memFree=25160128/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11586392 CPUtime=2.07 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 10996 0 1 0 191 16 0 0 20 0 18 0 344798823 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2896598 198526 2239 9 0 2887285 0
[pid=19835/tid=19837] ppid=19833 vsize=11586392 CPUtime=1.47 cores=1,3,5,7
/proc/19835/task/19837/stat : 19837 (java) R 19833 19835 19330 0 -1 4202560 4239 0 1 0 132 15 0 0 20 0 18 0 344798824 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572717031440 140572552095303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19838/stat : 19838 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798826 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572671793832 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19839/stat : 19839 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798826 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572670741288 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19840] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19840/stat : 19840 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798826 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572551539624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19841] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19841/stat : 19841 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798826 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572550487080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19842] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19842/stat : 19842 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798826 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572549433512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19843] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19843/stat : 19843 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798826 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572548380968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19844] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19844/stat : 19844 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798826 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572547328424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19845] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19845/stat : 19845 (java) S 19833 19835 19330 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344798826 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572546275880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19846] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19846/stat : 19846 (java) S 19833 19835 19330 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344798827 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572063947368 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19847] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19847/stat : 19847 (java) S 19833 19835 19330 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344798828 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572062893688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19848] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19848/stat : 19848 (java) S 19833 19835 19330 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344798828 11864465408 198526 33554432000 1073741824 1073778376 140735717716528 140572061841032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19849] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19849/stat : 19849 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798830 11864465408 199038 33554432000 1073741824 1073778376 140735717716528 140572060789776 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19850] ppid=19833 vsize=11586392 CPUtime=0.29 cores=1,3,5,7
/proc/19835/task/19850/stat : 19850 (java) S 19833 19835 19330 0 -1 4202560 2977 0 0 0 29 0 0 0 20 0 18 0 344798830 11864465408 199038 33554432000 1073741824 1073778376 140735717716528 140572059736120 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19851] ppid=19833 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/19835/task/19851/stat : 19851 (java) S 19833 19835 19330 0 -1 4202560 2597 0 0 0 26 0 0 0 20 0 18 0 344798830 11864465408 199038 33554432000 1073741824 1073778376 140735717716528 140572058683576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19852] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19852/stat : 19852 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798830 11864465408 199038 33554432000 1073741824 1073778376 140735717716528 140572057631224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19853] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19853/stat : 19853 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798830 11864465408 199038 33554432000 1073741824 1073778376 140735717716528 140572056578888 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 11586392

[startup+3.10066 s]
/proc/loadavg: 3.33 3.81 3.77 3/210 19853
/proc/meminfo: memFree=23106236/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11586392 CPUtime=4.34 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 12397 0 1 0 364 70 0 0 20 0 18 0 344798823 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2896598 717225 2255 9 0 2887285 0
[pid=19835/tid=19837] ppid=19833 vsize=11586392 CPUtime=2.84 cores=1,3,5,7
/proc/19835/task/19837/stat : 19837 (java) S 19833 19835 19330 0 -1 4202560 5135 0 1 0 238 46 0 0 20 0 18 0 344798824 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572717038632 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/19835/task/19838/stat : 19838 (java) R 19833 19835 19330 0 -1 4202560 58 0 0 0 4 4 0 0 20 0 18 0 344798826 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572671794008 140572723935548 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/19835/task/19839/stat : 19839 (java) R 19833 19835 19330 0 -1 4202560 56 0 0 0 7 3 0 0 20 0 18 0 344798826 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572670741168 140572720796812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19840] ppid=19833 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/19835/task/19840/stat : 19840 (java) R 19833 19835 19330 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 18 0 344798826 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572551539800 140572723936153 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19841] ppid=19833 vsize=11586392 CPUtime=0.16 cores=1,3,5,7
/proc/19835/task/19841/stat : 19841 (java) R 19833 19835 19330 0 -1 4202560 102 0 0 0 11 5 0 0 20 0 18 0 344798826 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572550487256 140572719511225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19842] ppid=19833 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/19835/task/19842/stat : 19842 (java) R 19833 19835 19330 0 -1 4202560 71 0 0 0 7 3 0 0 20 0 18 0 344798826 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572549433688 140572719511241 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19843] ppid=19833 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/19835/task/19843/stat : 19843 (java) R 19833 19835 19330 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 18 0 344798826 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572548381144 140572719511225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19844] ppid=19833 vsize=11586392 CPUtime=0.11 cores=1,3,5,7
/proc/19835/task/19844/stat : 19844 (java) R 19833 19835 19330 0 -1 4202560 70 0 0 0 8 3 0 0 20 0 18 0 344798826 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572547328600 140572721215639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19845] ppid=19833 vsize=11586392 CPUtime=0.11 cores=1,3,5,7
/proc/19835/task/19845/stat : 19845 (java) R 19833 19835 19330 0 -1 4202560 64 0 0 0 8 3 0 0 20 0 18 0 344798826 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572546276056 140572720796812 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19846] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19846/stat : 19846 (java) S 19833 19835 19330 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344798827 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572063946248 226333078588 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19847] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19847/stat : 19847 (java) S 19833 19835 19330 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344798828 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572062893688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19848] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19848/stat : 19848 (java) S 19833 19835 19330 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344798828 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572061841032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19849] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19849/stat : 19849 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798830 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572060789776 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19850] ppid=19833 vsize=11586392 CPUtime=0.29 cores=1,3,5,7
/proc/19835/task/19850/stat : 19850 (java) S 19833 19835 19330 0 -1 4202560 2977 0 0 0 29 0 0 0 20 0 18 0 344798830 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572059736120 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19851] ppid=19833 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/19835/task/19851/stat : 19851 (java) S 19833 19835 19330 0 -1 4202560 2597 0 0 0 26 0 0 0 20 0 18 0 344798830 11864465408 717225 33554432000 1073741824 1073778376 140735717716528 140572058683576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19852] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19852/stat : 19852 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798830 11864465408 717737 33554432000 1073741824 1073778376 140735717716528 140572057631224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19853] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19853/stat : 19853 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798830 11864465408 717737 33554432000 1073741824 1073778376 140735717716528 140572056578888 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 11586392

[startup+6.30074 s]
/proc/loadavg: 3.33 3.81 3.77 3/210 19853
/proc/meminfo: memFree=22454228/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11586392 CPUtime=8.34 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 12793 0 1 0 742 92 0 0 20 0 18 0 344798823 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2896598 756432 2263 9 0 2887285 0
[pid=19835/tid=19837] ppid=19833 vsize=11586392 CPUtime=5.78 cores=1,3,5,7
/proc/19835/task/19837/stat : 19837 (java) R 19833 19835 19330 0 -1 4202560 5146 0 1 0 531 47 0 0 20 0 18 0 344798824 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572717031520 140572552278943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=11586392 CPUtime=0.19 cores=1,3,5,7
/proc/19835/task/19838/stat : 19838 (java) S 19833 19835 19330 0 -1 4202560 105 0 0 0 13 6 0 0 20 0 18 0 344798826 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572671793832 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=11586392 CPUtime=0.16 cores=1,3,5,7
/proc/19835/task/19839/stat : 19839 (java) S 19833 19835 19330 0 -1 4202560 85 0 0 0 12 4 0 0 20 0 18 0 344798826 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572670741288 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19840] ppid=19833 vsize=11586392 CPUtime=0.15 cores=1,3,5,7
/proc/19835/task/19840/stat : 19840 (java) S 19833 19835 19330 0 -1 4202560 78 0 0 0 11 4 0 0 20 0 18 0 344798826 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572551539624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19841] ppid=19833 vsize=11586392 CPUtime=0.41 cores=1,3,5,7
/proc/19835/task/19841/stat : 19841 (java) S 19833 19835 19330 0 -1 4202560 197 0 0 0 32 9 0 0 20 0 18 0 344798826 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572550487080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19842] ppid=19833 vsize=11586392 CPUtime=0.17 cores=1,3,5,7
/proc/19835/task/19842/stat : 19842 (java) S 19833 19835 19330 0 -1 4202560 102 0 0 0 12 5 0 0 20 0 18 0 344798826 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572549433512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19843] ppid=19833 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/19835/task/19843/stat : 19843 (java) S 19833 19835 19330 0 -1 4202560 120 0 0 0 21 7 0 0 20 0 18 0 344798826 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572548380968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19844] ppid=19833 vsize=11586392 CPUtime=0.17 cores=1,3,5,7
/proc/19835/task/19844/stat : 19844 (java) S 19833 19835 19330 0 -1 4202560 95 0 0 0 12 5 0 0 20 0 18 0 344798826 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572547328424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19845] ppid=19833 vsize=11586392 CPUtime=0.24 cores=1,3,5,7
/proc/19835/task/19845/stat : 19845 (java) S 19833 19835 19330 0 -1 4202560 111 0 0 0 19 5 0 0 20 0 18 0 344798826 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572546275880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19846] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19846/stat : 19846 (java) S 19833 19835 19330 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344798827 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572063947368 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19847] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19847/stat : 19847 (java) S 19833 19835 19330 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344798828 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572062893688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19848] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19848/stat : 19848 (java) S 19833 19835 19330 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344798828 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572061841032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19849] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19849/stat : 19849 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798830 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572060789776 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19850] ppid=19833 vsize=11586392 CPUtime=0.33 cores=1,3,5,7
/proc/19835/task/19850/stat : 19850 (java) S 19833 19835 19330 0 -1 4202560 2977 0 0 0 33 0 0 0 20 0 18 0 344798830 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572059736120 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19851] ppid=19833 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/19835/task/19851/stat : 19851 (java) S 19833 19835 19330 0 -1 4202560 2597 0 0 0 27 0 0 0 20 0 18 0 344798830 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572058683576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19852] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19852/stat : 19852 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798830 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572057631224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19853] ppid=19833 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19853/stat : 19853 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344798830 11864465408 756432 33554432000 1073741824 1073778376 140735717716528 140572056578888 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 11586392

[startup+12.7009 s]
/proc/loadavg: 3.20 3.77 3.76 4/214 19857
/proc/meminfo: memFree=22450724/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11852648 CPUtime=21.51 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 14484 0 1 0 2057 94 0 0 20 0 22 0 344798823 12137111552 757148 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2963162 757148 2276 9 0 2953849 0
[pid=19835/tid=19837] ppid=19833 vsize=11852648 CPUtime=6.5 cores=1,3,5,7

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

/proc/19835/statm: 2963162 927469 2289 9 0 2953849 0
[pid=19835/tid=19837] ppid=19833 vsize=11852648 CPUtime=6.56 cores=1,3,5,7
/proc/19835/task/19837/stat : 19837 (java) S 19833 19835 19330 0 -1 4202560 5153 0 1 0 608 48 0 0 20 0 22 0 344798824 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572717040792 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/19835/task/19838/stat : 19838 (java) S 19833 19835 19330 0 -1 4202560 170 0 0 0 29 9 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572671793832 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/19835/task/19839/stat : 19839 (java) S 19833 19835 19330 0 -1 4202560 158 0 0 0 28 8 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572670741288 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19840] ppid=19833 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/19835/task/19840/stat : 19840 (java) S 19833 19835 19330 0 -1 4202560 162 0 0 0 29 8 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572551539624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19841] ppid=19833 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/19835/task/19841/stat : 19841 (java) S 19833 19835 19330 0 -1 4202560 244 0 0 0 44 12 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572550487080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19842] ppid=19833 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/19835/task/19842/stat : 19842 (java) S 19833 19835 19330 0 -1 4202560 205 0 0 0 37 11 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572549433512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19843] ppid=19833 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/19835/task/19843/stat : 19843 (java) S 19833 19835 19330 0 -1 4202560 162 0 0 0 32 10 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572548380968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19844] ppid=19833 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/19835/task/19844/stat : 19844 (java) S 19833 19835 19330 0 -1 4202560 163 0 0 0 29 8 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572547328424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19845] ppid=19833 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/19835/task/19845/stat : 19845 (java) S 19833 19835 19330 0 -1 4202560 182 0 0 0 35 9 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572546275880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19846] ppid=19833 vsize=11852648 CPUtime=3.06 cores=1,3,5,7
/proc/19835/task/19846/stat : 19846 (java) S 19833 19835 19330 0 -1 4202560 247 0 0 0 298 8 0 0 20 0 22 0 344798827 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572063947368 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19847] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19847/stat : 19847 (java) S 19833 19835 19330 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344798828 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572062893688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19848] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19848/stat : 19848 (java) S 19833 19835 19330 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344798828 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572061841032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19849] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19849/stat : 19849 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572060789776 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19850] ppid=19833 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/19835/task/19850/stat : 19850 (java) S 19833 19835 19330 0 -1 4202560 10785 0 0 0 164 1 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572059736120 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19851] ppid=19833 vsize=11852648 CPUtime=0.77 cores=1,3,5,7
/proc/19835/task/19851/stat : 19851 (java) S 19833 19835 19330 0 -1 4202560 3074 0 0 0 77 0 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572058683576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19852] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19852/stat : 19852 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572057631224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19853] ppid=19833 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/19835/task/19853/stat : 19853 (java) S 19833 19835 19330 0 -1 4202560 47 0 0 0 25 20 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572056578888 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19854] ppid=19833 vsize=11852648 CPUtime=809.71 cores=1,3,5,7
/proc/19835/task/19854/stat : 19854 (java) R 19833 19835 19330 0 -1 4202560 38 0 0 0 80959 12 0 0 20 0 22 0 344799526 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572055523920 140572552632208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19855] ppid=19833 vsize=11852648 CPUtime=809.63 cores=1,3,5,7
/proc/19835/task/19855/stat : 19855 (java) R 19833 19835 19330 0 -1 4202560 63 0 0 0 80951 12 0 0 20 0 22 0 344799526 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572054469344 140572552669513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19856] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19856/stat : 19856 (java) S 19833 19835 19330 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344799542 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572053419560 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19857] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19857/stat : 19857 (java) S 19833 19835 19330 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344799543 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572052367016 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1639.13
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.00 3.91 3.82 5/217 19872
/proc/meminfo: memFree=21467328/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11852648 CPUtime=1759.11 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 22043 0 1 0 175765 146 0 0 20 0 22 0 344798823 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2963162 927469 2289 9 0 2953849 0
[pid=19835/tid=19837] ppid=19833 vsize=11852648 CPUtime=6.56 cores=1,3,5,7
/proc/19835/task/19837/stat : 19837 (java) S 19833 19835 19330 0 -1 4202560 5153 0 1 0 608 48 0 0 20 0 22 0 344798824 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572717040792 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/19835/task/19838/stat : 19838 (java) S 19833 19835 19330 0 -1 4202560 170 0 0 0 29 9 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572671793832 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/19835/task/19839/stat : 19839 (java) S 19833 19835 19330 0 -1 4202560 158 0 0 0 28 8 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572670741288 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19840] ppid=19833 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/19835/task/19840/stat : 19840 (java) S 19833 19835 19330 0 -1 4202560 162 0 0 0 29 8 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572551539624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19841] ppid=19833 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/19835/task/19841/stat : 19841 (java) S 19833 19835 19330 0 -1 4202560 244 0 0 0 44 12 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572550487080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19842] ppid=19833 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/19835/task/19842/stat : 19842 (java) S 19833 19835 19330 0 -1 4202560 205 0 0 0 37 11 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572549433512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19843] ppid=19833 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/19835/task/19843/stat : 19843 (java) S 19833 19835 19330 0 -1 4202560 162 0 0 0 32 10 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572548380968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19844] ppid=19833 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/19835/task/19844/stat : 19844 (java) S 19833 19835 19330 0 -1 4202560 163 0 0 0 29 8 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572547328424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19845] ppid=19833 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/19835/task/19845/stat : 19845 (java) S 19833 19835 19330 0 -1 4202560 182 0 0 0 35 9 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572546275880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19846] ppid=19833 vsize=11852648 CPUtime=3.06 cores=1,3,5,7
/proc/19835/task/19846/stat : 19846 (java) S 19833 19835 19330 0 -1 4202560 247 0 0 0 298 8 0 0 20 0 22 0 344798827 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572063947368 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19847] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19847/stat : 19847 (java) S 19833 19835 19330 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344798828 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572062893688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19848] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19848/stat : 19848 (java) S 19833 19835 19330 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344798828 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572061841032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19849] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19849/stat : 19849 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572060789776 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19850] ppid=19833 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/19835/task/19850/stat : 19850 (java) S 19833 19835 19330 0 -1 4202560 10785 0 0 0 164 1 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572059736120 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19851] ppid=19833 vsize=11852648 CPUtime=0.77 cores=1,3,5,7
/proc/19835/task/19851/stat : 19851 (java) S 19833 19835 19330 0 -1 4202560 3074 0 0 0 77 0 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572058683576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19852] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19852/stat : 19852 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572057631224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19853] ppid=19833 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/19835/task/19853/stat : 19853 (java) S 19833 19835 19330 0 -1 4202560 51 0 0 0 25 22 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572056578888 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19854] ppid=19833 vsize=11852648 CPUtime=869.55 cores=1,3,5,7
/proc/19835/task/19854/stat : 19854 (java) R 19833 19835 19330 0 -1 4202560 38 0 0 0 86942 13 0 0 20 0 22 0 344799526 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572055523920 140572552467104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19855] ppid=19833 vsize=11852648 CPUtime=869.44 cores=1,3,5,7
/proc/19835/task/19855/stat : 19855 (java) R 19833 19835 19330 0 -1 4202560 63 0 0 0 86931 13 0 0 20 0 22 0 344799526 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572054469344 140572552669611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19856] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19856/stat : 19856 (java) S 19833 19835 19330 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344799542 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572053419560 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19857] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19857/stat : 19857 (java) S 19833 19835 19330 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344799543 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572052367016 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1759.11
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.801 s]
/proc/loadavg: 4.00 3.92 3.82 5/217 19872
/proc/meminfo: memFree=21467204/32873844 swapFree=6088/6088
[pid=19835] ppid=19833 vsize=11852648 CPUtime=1800.11 cores=1,3,5,7
/proc/19835/stat : 19835 (java) S 19833 19835 19330 0 -1 4202496 22045 0 1 0 179865 146 0 0 20 0 22 0 344798823 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140735717707664 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19835/statm: 2963162 927469 2289 9 0 2953849 0
[pid=19835/tid=19837] ppid=19833 vsize=11852648 CPUtime=6.56 cores=1,3,5,7
/proc/19835/task/19837/stat : 19837 (java) S 19833 19835 19330 0 -1 4202560 5153 0 1 0 608 48 0 0 20 0 22 0 344798824 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572717040792 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/19835/task/19838/stat : 19838 (java) S 19833 19835 19330 0 -1 4202560 170 0 0 0 29 9 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572671793832 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/19835/task/19839/stat : 19839 (java) S 19833 19835 19330 0 -1 4202560 158 0 0 0 28 8 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572670741288 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19840] ppid=19833 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/19835/task/19840/stat : 19840 (java) S 19833 19835 19330 0 -1 4202560 162 0 0 0 29 8 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572551539624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19841] ppid=19833 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/19835/task/19841/stat : 19841 (java) S 19833 19835 19330 0 -1 4202560 244 0 0 0 44 12 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572550487080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19842] ppid=19833 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/19835/task/19842/stat : 19842 (java) S 19833 19835 19330 0 -1 4202560 205 0 0 0 37 11 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572549433512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19843] ppid=19833 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/19835/task/19843/stat : 19843 (java) S 19833 19835 19330 0 -1 4202560 162 0 0 0 32 10 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572548380968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19844] ppid=19833 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/19835/task/19844/stat : 19844 (java) S 19833 19835 19330 0 -1 4202560 163 0 0 0 29 8 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572547328424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19845] ppid=19833 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/19835/task/19845/stat : 19845 (java) S 19833 19835 19330 0 -1 4202560 182 0 0 0 35 9 0 0 20 0 22 0 344798826 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572546275880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19846] ppid=19833 vsize=11852648 CPUtime=3.06 cores=1,3,5,7
/proc/19835/task/19846/stat : 19846 (java) S 19833 19835 19330 0 -1 4202560 247 0 0 0 298 8 0 0 20 0 22 0 344798827 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572063947368 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19847] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19847/stat : 19847 (java) S 19833 19835 19330 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344798828 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572062893688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19848] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19848/stat : 19848 (java) S 19833 19835 19330 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344798828 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572061841032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19849] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19849/stat : 19849 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572060789776 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19850] ppid=19833 vsize=11852648 CPUtime=1.65 cores=1,3,5,7
/proc/19835/task/19850/stat : 19850 (java) S 19833 19835 19330 0 -1 4202560 10785 0 0 0 164 1 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572059736120 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19851] ppid=19833 vsize=11852648 CPUtime=0.77 cores=1,3,5,7
/proc/19835/task/19851/stat : 19851 (java) S 19833 19835 19330 0 -1 4202560 3074 0 0 0 77 0 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572058683576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19852] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19852/stat : 19852 (java) S 19833 19835 19330 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572057631224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19835/tid=19853] ppid=19833 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/19835/task/19853/stat : 19853 (java) S 19833 19835 19330 0 -1 4202560 53 0 0 0 26 23 0 0 20 0 22 0 344798830 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572056578888 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19854] ppid=19833 vsize=11852648 CPUtime=890.01 cores=1,3,5,7
/proc/19835/task/19854/stat : 19854 (java) R 19833 19835 19330 0 -1 4202560 38 0 0 0 88988 13 0 0 20 0 22 0 344799526 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572055523920 140572552620552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19835/tid=19855] ppid=19833 vsize=11852648 CPUtime=889.89 cores=1,3,5,7
/proc/19835/task/19855/stat : 19855 (java) R 19833 19835 19330 0 -1 4202560 63 0 0 0 88976 13 0 0 20 0 22 0 344799526 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572054469344 140572552669445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19835/tid=19856] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19856/stat : 19856 (java) S 19833 19835 19330 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344799542 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572053419560 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19835/tid=19857] ppid=19833 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/19835/task/19857/stat : 19857 (java) S 19833 19835 19330 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344799543 12137111552 927469 33554432000 1073741824 1073778376 140735717716528 140572052367016 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19835 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=157246
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=974699
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.838
CPU time (s): 1800.11
CPU user time (s): 1798.65
CPU system time (s): 1.46
CPU usage (%): 199.383
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 1.9747
maximum resident set size= 3719696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22078
page faults= 1
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21350
involuntary context switches= 7333

runsolver used 3.53946 second user time and 8.44472 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-04 07:11:44
IDJOB=3743772
IDBENCH=92518
IDSOLVER=2328
FILE ID=node110/3743772-1338786703
RUNJOBID= node110-1338783928-19347
PBS_JOBID= 14636844
Free space on /tmp= 71020 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_0null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743772-1338786703/watcher-3743772-1338786703 -o /tmp/evaluation-result-3743772-1338786703/solver-3743772-1338786703 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743772-1338786703.opb

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

MD5SUM BENCH= 46872edc6e4b51c55ea86a5e789ffe9b
RANDOM SEED=4904218

node110.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25477412 kB
Buffers:          907280 kB
Cached:          2602820 kB
SwapCached:          604 kB
Active:          4925296 kB
Inactive:        1617636 kB
Active(anon):    3021512 kB
Inactive(anon):    12316 kB
Active(file):    1903784 kB
Inactive(file):  1605320 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:             32048 kB
Writeback:             0 kB
AnonPages:       3038936 kB
Mapped:            19780 kB
Shmem:                40 kB
Slab:             709464 kB
SReclaimable:     151320 kB
SUnreclaim:       558144 kB
KernelStack:        1568 kB
PageTables:         9980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10450148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2983936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71020 MiB
End job on node110 at 2012-06-04 07:26:49