Trace number 3743736

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.61 903.839

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX60_K192_cod1.opb
MD5SUM00611863005b7eeed329d02777942736
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-79206
Best CPU time to get the best result obtained on this benchmark1804.07
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 272557
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 1957472477
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1957472477
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/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@48e5855a
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@398020cc
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-3743736-1338786007.opb
0.10/0.11	c reading problem ... 
8.62/6.60	c ... done. Wall clock time 6.493s.
8.62/6.60	c #vars     399113
8.62/6.60	c #constraints  400980
8.62/6.60	c constraints type 
8.62/6.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.62/6.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.62/6.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.62/6.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.62/6.60	c constraints type 
8.62/6.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
8.62/6.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
8.62/6.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
8.62/6.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
233.10/118.38	c cleaning 2495 clauses out of 4998 with flag 5001/5001
497.79/250.85	c cleaning 4247 clauses out of 8504 with flag 11002/11002
777.93/391.36	c cleaning 5622 clauses out of 11256 with flag 18001/18001
1114.09/559.84	c cleaning 6810 clauses out of 13633 with flag 26000/26000
1641.93/824.32	c cleaning 7909 clauses out of 15824 with flag 35001/35001
1800.10/903.81	c starts		: 64
1800.10/903.81	c conflicts		: 38423
1800.10/903.81	c decisions		: 231086
1800.10/903.81	c propagations		: 1599750788
1800.10/903.81	c inspects		: 644957573
1800.10/903.81	c shortcuts		: 0
1800.10/903.81	c learnt literals	: 3
1800.10/903.81	c learnt binary clauses	: 78
1800.10/903.81	c learnt ternary clauses	: 54
1800.10/903.81	c learnt constraints	: 38420
1800.10/903.81	c ignored constraints	: 0
1800.10/903.81	c root simplifications	: 0
1800.10/903.81	c removed literals (reason simplification)	: 4475220
1800.10/903.81	c reason swapping (by a shorter reason)	: 0
1800.10/903.81	c Calls to reduceDB	: 5
1800.10/903.81	c number of reductions to clauses (during analyze)	: 0
1800.10/903.81	c number of learned constraints concerned by reduction	: 0
1800.10/903.81	c number of learning phase by resolution	: 0
1800.10/903.81	c number of learning phase by cutting planes	: 0
1800.10/903.81	c speed (assignments/second)	: 1783036.702667157
1800.10/903.81	c non guided choices	219
1800.10/903.82	c learnt constraints type 
1800.10/903.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 78
1800.10/903.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11259
1800.10/903.82	c constraints type 
1800.10/903.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.10/903.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.10/903.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.10/903.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.10/903.82	c constraints type 
1800.10/903.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.10/903.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.10/903.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.10/903.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.10/903.82	s UNKNOWN
1800.10/903.82	c Total wall clock time (in seconds): 903.716

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-3743736-1338786007/watcher-3743736-1338786007 -o /tmp/evaluation-result-3743736-1338786007/solver-3743736-1338786007 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743736-1338786007.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.75 3.80 2.91 5/198 22908
/proc/meminfo: memFree=28439440/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22908/stat : 22908 (java) R 22906 22908 22704 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 344726809 23793664 715 33554432000 1073741824 1073778376 140735316041504 140735316030568 217401308520 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 5809 715 529 9 0 128 0

[startup+0.043608 s]
/proc/loadavg: 3.75 3.80 2.91 5/198 22908
/proc/meminfo: memFree=28439440/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 4336 0 1 0 2 1 0 0 20 0 13 0 344726809 11523600384 11676 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2813379 11676 1697 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.100218 s]
/proc/loadavg: 3.75 3.80 2.91 5/198 22908
/proc/meminfo: memFree=28439440/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 5386 0 1 0 9 1 0 0 20 0 18 0 344726809 11864465408 13208 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2896598 13208 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300215 s]
/proc/loadavg: 3.75 3.80 2.91 5/198 22908
/proc/meminfo: memFree=28439440/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11586392 CPUtime=0.48 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 6861 0 1 0 46 2 0 0 20 0 18 0 344726809 11864465408 24920 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2896598 24920 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700195 s]
/proc/loadavg: 3.75 3.80 2.91 5/198 22908
/proc/meminfo: memFree=28439440/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11586392 CPUtime=0.93 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 6962 0 1 0 89 4 0 0 20 0 18 0 344726809 11864465408 59258 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2896598 59258 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 11586392

[startup+1.50072 s]
/proc/loadavg: 3.75 3.80 2.91 4/216 22926
/proc/meminfo: memFree=28105628/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11586392 CPUtime=2.06 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 9981 0 1 0 189 17 0 0 20 0 18 0 344726809 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2896598 261141 2239 9 0 2887285 0
[pid=22908/tid=22910] ppid=22906 vsize=11586392 CPUtime=1.47 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) R 22906 22908 22704 0 -1 4202560 3899 0 1 0 131 16 0 0 20 0 18 0 344726810 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588502392720 140588510166106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22911] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726811 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588441131560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22912] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726811 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588338145704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22913] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726811 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588337092904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22914] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726811 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588336040104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22915] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726811 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588334988328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22916] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726811 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588333935528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22917] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726811 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588332882728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22918] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22908 22704 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344726811 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588331829928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22919] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22908 22704 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344726813 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588319631848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22920] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22908 22704 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344726813 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588318577912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22921] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344726813 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588317525000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22922] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726815 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588316473488 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22923] ppid=22906 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/22908/task/22923/stat : 22923 (java) S 22906 22908 22704 0 -1 4202560 2554 0 0 0 28 0 0 0 20 0 18 0 344726815 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588315421624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22924] ppid=22906 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/22908/task/22924/stat : 22924 (java) S 22906 22908 22704 0 -1 4202560 2343 0 0 0 27 0 0 0 20 0 18 0 344726815 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588314368824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22925] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22925/stat : 22925 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726815 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588313316216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22926] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22926/stat : 22926 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726815 11864465408 261141 33554432000 1073741824 1073778376 140735316041504 140588312263624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 11586392

[startup+3.10072 s]
/proc/loadavg: 3.69 3.79 2.91 11/216 22926
/proc/meminfo: memFree=25731000/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11586392 CPUtime=4.43 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 11315 0 1 0 372 71 0 0 20 0 18 0 344726809 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2896598 722525 2255 9 0 2887285 0
[pid=22908/tid=22910] ppid=22906 vsize=11586392 CPUtime=2.81 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) R 22906 22908 22704 0 -1 4202560 4673 0 1 0 241 40 0 0 20 0 18 0 344726810 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588502400040 140588510166103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22911] ppid=22906 vsize=11586392 CPUtime=0.18 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22908 22704 0 -1 4202560 108 0 0 0 12 6 0 0 20 0 18 0 344726811 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588441131560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22912] ppid=22906 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22908 22704 0 -1 4202560 61 0 0 0 6 3 0 0 20 0 18 0 344726811 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588338145704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22913] ppid=22906 vsize=11586392 CPUtime=0.11 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22908 22704 0 -1 4202560 67 0 0 0 8 3 0 0 20 0 18 0 344726811 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588337092904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22914] ppid=22906 vsize=11586392 CPUtime=0.13 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22908 22704 0 -1 4202560 91 0 0 0 9 4 0 0 20 0 18 0 344726811 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588336040104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22915] ppid=22906 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22908 22704 0 -1 4202560 59 0 0 0 6 4 0 0 20 0 18 0 344726811 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588334988328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22916] ppid=22906 vsize=11586392 CPUtime=0.11 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22908 22704 0 -1 4202560 63 0 0 0 8 3 0 0 20 0 18 0 344726811 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588333935528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22917] ppid=22906 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22908 22704 0 -1 4202560 44 0 0 0 4 3 0 0 20 0 18 0 344726811 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588332882728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22918] ppid=22906 vsize=11586392 CPUtime=0.11 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22908 22704 0 -1 4202560 70 0 0 0 8 3 0 0 20 0 18 0 344726811 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588331829928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22919] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344726813 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588319631848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22920] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22908 22704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344726813 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588318577912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22921] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22908 22704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344726813 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588317525000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22922] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726815 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588316473488 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22923] ppid=22906 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/22908/task/22923/stat : 22923 (java) S 22906 22908 22704 0 -1 4202560 2554 0 0 0 28 0 0 0 20 0 18 0 344726815 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588315421624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22924] ppid=22906 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/22908/task/22924/stat : 22924 (java) S 22906 22908 22704 0 -1 4202560 2343 0 0 0 27 0 0 0 20 0 18 0 344726815 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588314368824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22925] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22925/stat : 22925 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726815 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588313316216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22926] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22926/stat : 22926 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726815 11864465408 722525 33554432000 1073741824 1073778376 140735316041504 140588312263624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 11586392

[startup+6.30065 s]
/proc/loadavg: 3.69 3.79 2.91 4/216 22926
/proc/meminfo: memFree=25423028/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11586392 CPUtime=8.41 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 11669 0 1 0 752 89 0 0 20 0 18 0 344726809 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2896598 754694 2263 9 0 2887285 0
[pid=22908/tid=22910] ppid=22906 vsize=11586392 CPUtime=5.79 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) R 22906 22908 22704 0 -1 4202560 4683 0 1 0 538 41 0 0 20 0 18 0 344726810 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588502392848 140588442855873 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22911] ppid=22906 vsize=11586392 CPUtime=0.39 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22908 22704 0 -1 4202560 185 0 0 0 29 10 0 0 20 0 18 0 344726811 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588441131560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22912] ppid=22906 vsize=11586392 CPUtime=0.16 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22908 22704 0 -1 4202560 88 0 0 0 12 4 0 0 20 0 18 0 344726811 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588338145704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22913] ppid=22906 vsize=11586392 CPUtime=0.19 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22908 22704 0 -1 4202560 94 0 0 0 14 5 0 0 20 0 18 0 344726811 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588337092904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22914] ppid=22906 vsize=11586392 CPUtime=0.2 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22908 22704 0 -1 4202560 118 0 0 0 15 5 0 0 20 0 18 0 344726811 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588336040104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22915] ppid=22906 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22908 22704 0 -1 4202560 138 0 0 0 19 8 0 0 20 0 18 0 344726811 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588334988328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22916] ppid=22906 vsize=11586392 CPUtime=0.18 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22908 22704 0 -1 4202560 90 0 0 0 13 5 0 0 20 0 18 0 344726811 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588333935528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22917] ppid=22906 vsize=11586392 CPUtime=0.18 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22908 22704 0 -1 4202560 71 0 0 0 14 4 0 0 20 0 18 0 344726811 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588332882728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22918] ppid=22906 vsize=11586392 CPUtime=0.19 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22908 22704 0 -1 4202560 96 0 0 0 14 5 0 0 20 0 18 0 344726811 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588331829928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22919] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344726813 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588319631848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22920] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22908 22704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344726813 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588318577912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22921] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22908 22704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344726813 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588317525000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22922] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726815 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588316473488 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22923] ppid=22906 vsize=11586392 CPUtime=0.39 cores=1,3,5,7
/proc/22908/task/22923/stat : 22923 (java) S 22906 22908 22704 0 -1 4202560 2577 0 0 0 39 0 0 0 20 0 18 0 344726815 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588315421624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22924] ppid=22906 vsize=11586392 CPUtime=0.3 cores=1,3,5,7
/proc/22908/task/22924/stat : 22924 (java) S 22906 22908 22704 0 -1 4202560 2347 0 0 0 30 0 0 0 20 0 18 0 344726815 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588314368824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22925] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22925/stat : 22925 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726815 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588313316216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22926] ppid=22906 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22926/stat : 22926 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344726815 11864465408 754694 33554432000 1073741824 1073778376 140735316041504 140588312263624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 11586392

[startup+12.7008 s]
/proc/loadavg: 3.66 3.78 2.91 5/220 22930
/proc/meminfo: memFree=25422620/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11852648 CPUtime=21.84 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 12453 0 1 0 2095 89 0 0 20 0 22 0 344726809 12137111552 754947 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2963162 754947 2276 9 0 2953849 0
[pid=22908/tid=22910] ppid=22906 vsize=11852648 CPUtime=6.1 cores=1,3,5,7

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

[pid=22908/tid=22928] ppid=22906 vsize=11852648 CPUtime=751.13 cores=1,3,5,7
/proc/22908/task/22928/stat : 22928 (java) R 22906 22908 22704 0 -1 4202560 67 0 0 0 75102 11 0 0 20 0 22 0 344727470 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588310153768 140588443236526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22929] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22929/stat : 22929 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344727484 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588309103528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22930] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22930/stat : 22930 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344727484 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588308050728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1517.98
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 4.05 3.73 3.28 5/219 22961
/proc/meminfo: memFree=24133988/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11852648 CPUtime=1637.94 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 17223 0 1 0 163647 147 0 0 20 0 22 0 344726809 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2963162 912784 2289 9 0 2953849 0
[pid=22908/tid=22910] ppid=22906 vsize=11852648 CPUtime=6.14 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) S 22906 22908 22704 0 -1 4202560 4690 0 1 0 571 43 0 0 20 0 22 0 344726810 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588502402200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22911] ppid=22906 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22908 22704 0 -1 4202560 312 0 0 0 54 18 0 0 20 0 22 0 344726811 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588441131560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22912] ppid=22906 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22908 22704 0 -1 4202560 130 0 0 0 20 6 0 0 20 0 22 0 344726811 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588338145704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22913] ppid=22906 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22908 22704 0 -1 4202560 156 0 0 0 28 8 0 0 20 0 22 0 344726811 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588337092904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22914] ppid=22906 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22908 22704 0 -1 4202560 186 0 0 0 30 8 0 0 20 0 22 0 344726811 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588336040104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22915] ppid=22906 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22908 22704 0 -1 4202560 185 0 0 0 29 11 0 0 20 0 22 0 344726811 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588334988328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22916] ppid=22906 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22908 22704 0 -1 4202560 136 0 0 0 23 7 0 0 20 0 22 0 344726811 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588333935528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22917] ppid=22906 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22908 22704 0 -1 4202560 99 0 0 0 22 6 0 0 20 0 22 0 344726811 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588332882728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22918] ppid=22906 vsize=11852648 CPUtime=0.5 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22908 22704 0 -1 4202560 209 0 0 0 40 10 0 0 20 0 22 0 344726811 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588331829928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22919] ppid=22906 vsize=11852648 CPUtime=4.1 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22908 22704 0 -1 4202560 247 0 0 0 402 8 0 0 20 0 22 0 344726813 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588319631848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22920] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22908 22704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344726813 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588318577912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22921] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22908 22704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344726813 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588317525000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22922] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344726815 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588316473488 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22923] ppid=22906 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/22908/task/22923/stat : 22923 (java) S 22906 22908 22704 0 -1 4202560 3547 0 0 0 103 0 0 0 20 0 22 0 344726815 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588315421624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22924] ppid=22906 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/22908/task/22924/stat : 22924 (java) S 22906 22908 22704 0 -1 4202560 5990 0 0 0 96 2 0 0 20 0 22 0 344726815 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588314368824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22925] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22925/stat : 22925 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344726815 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588313316216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22926] ppid=22906 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/22908/task/22926/stat : 22926 (java) S 22906 22908 22704 0 -1 4202560 47 0 0 0 14 21 0 0 20 0 22 0 344726815 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588312263624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22927] ppid=22906 vsize=11852648 CPUtime=811.22 cores=1,3,5,7
/proc/22908/task/22927/stat : 22927 (java) R 22906 22908 22704 0 -1 4202560 34 0 0 0 81110 12 0 0 20 0 22 0 344727470 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588311206640 140588443130352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22928] ppid=22906 vsize=11852648 CPUtime=811.09 cores=1,3,5,7
/proc/22908/task/22928/stat : 22928 (java) R 22906 22908 22704 0 -1 4202560 67 0 0 0 81097 12 0 0 20 0 22 0 344727470 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588310153768 140588443236638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22929] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22929/stat : 22929 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344727484 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588309103528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22930] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22930/stat : 22930 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344727484 12137111552 912784 33554432000 1073741824 1073778376 140735316041504 140588308050728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1637.94
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.02 3.78 3.32 5/219 22962
/proc/meminfo: memFree=24078696/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11852648 CPUtime=1757.08 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 17275 0 1 0 175558 150 0 0 20 0 22 0 344726809 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2963162 926626 2289 9 0 2953849 0
[pid=22908/tid=22910] ppid=22906 vsize=11852648 CPUtime=6.14 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) S 22906 22908 22704 0 -1 4202560 4691 0 1 0 571 43 0 0 20 0 22 0 344726810 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588502402200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22911] ppid=22906 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22908 22704 0 -1 4202560 316 0 0 0 57 18 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588441131560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22912] ppid=22906 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22908 22704 0 -1 4202560 130 0 0 0 22 6 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588338145704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22913] ppid=22906 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22908 22704 0 -1 4202560 161 0 0 0 31 8 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588337092904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22914] ppid=22906 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22908 22704 0 -1 4202560 187 0 0 0 34 8 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588336040104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22915] ppid=22906 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22908 22704 0 -1 4202560 186 0 0 0 30 11 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588334988328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22916] ppid=22906 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22908 22704 0 -1 4202560 139 0 0 0 24 7 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588333935528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22917] ppid=22906 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22908 22704 0 -1 4202560 100 0 0 0 24 6 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588332882728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22918] ppid=22906 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22908 22704 0 -1 4202560 212 0 0 0 42 10 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588331829928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22919] ppid=22906 vsize=11852648 CPUtime=5.05 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22908 22704 0 -1 4202560 276 0 0 0 497 8 0 0 20 0 22 0 344726813 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588319631848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22920] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22908 22704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344726813 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588318577912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22921] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22908 22704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344726813 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588317525000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22922] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588316473488 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22923] ppid=22906 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/22908/task/22923/stat : 22923 (java) S 22906 22908 22704 0 -1 4202560 3547 0 0 0 103 0 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588315421624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22924] ppid=22906 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/22908/task/22924/stat : 22924 (java) S 22906 22908 22704 0 -1 4202560 5990 0 0 0 96 2 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588314368824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22925] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22925/stat : 22925 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588313316216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22926] ppid=22906 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/22908/task/22926/stat : 22926 (java) S 22906 22908 22704 0 -1 4202560 51 0 0 0 15 23 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588312263624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22927] ppid=22906 vsize=11852648 CPUtime=870.22 cores=1,3,5,7
/proc/22908/task/22927/stat : 22927 (java) R 22906 22908 22704 0 -1 4202560 34 0 0 0 87009 13 0 0 20 0 22 0 344727470 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588311208400 140588442953408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22928] ppid=22906 vsize=11852648 CPUtime=870.08 cores=1,3,5,7
/proc/22908/task/22928/stat : 22928 (java) R 22906 22908 22704 0 -1 4202560 67 0 0 0 86995 13 0 0 20 0 22 0 344727470 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588310153568 140588443236613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22929] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22929/stat : 22929 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344727484 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588309103528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22930] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22930/stat : 22930 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344727484 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588308050728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1757.08
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.801 s]
/proc/loadavg: 4.09 3.81 3.34 5/219 22962
/proc/meminfo: memFree=24078576/32873648 swapFree=7628/7628
[pid=22908] ppid=22906 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/22908/stat : 22908 (java) S 22906 22908 22704 0 -1 4202496 17277 0 1 0 179859 151 0 0 20 0 22 0 344726809 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140735316032640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22908/statm: 2963162 926626 2289 9 0 2953849 0
[pid=22908/tid=22910] ppid=22906 vsize=11852648 CPUtime=6.14 cores=1,3,5,7
/proc/22908/task/22910/stat : 22910 (java) S 22906 22908 22704 0 -1 4202560 4691 0 1 0 571 43 0 0 20 0 22 0 344726810 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588502402200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22911] ppid=22906 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/22908/task/22911/stat : 22911 (java) S 22906 22908 22704 0 -1 4202560 316 0 0 0 57 18 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588441131560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22912] ppid=22906 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/22908/task/22912/stat : 22912 (java) S 22906 22908 22704 0 -1 4202560 130 0 0 0 22 6 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588338145704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22913] ppid=22906 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/22908/task/22913/stat : 22913 (java) S 22906 22908 22704 0 -1 4202560 161 0 0 0 31 8 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588337092904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22914] ppid=22906 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/22908/task/22914/stat : 22914 (java) S 22906 22908 22704 0 -1 4202560 187 0 0 0 34 8 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588336040104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22915] ppid=22906 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/22908/task/22915/stat : 22915 (java) S 22906 22908 22704 0 -1 4202560 186 0 0 0 30 11 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588334988328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22916] ppid=22906 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/22908/task/22916/stat : 22916 (java) S 22906 22908 22704 0 -1 4202560 139 0 0 0 24 7 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588333935528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22917] ppid=22906 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/22908/task/22917/stat : 22917 (java) S 22906 22908 22704 0 -1 4202560 100 0 0 0 24 6 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588332882728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22918] ppid=22906 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/22908/task/22918/stat : 22918 (java) S 22906 22908 22704 0 -1 4202560 212 0 0 0 42 10 0 0 20 0 22 0 344726811 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588331829928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22919] ppid=22906 vsize=11852648 CPUtime=5.05 cores=1,3,5,7
/proc/22908/task/22919/stat : 22919 (java) S 22906 22908 22704 0 -1 4202560 276 0 0 0 497 8 0 0 20 0 22 0 344726813 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588319631848 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22920] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22920/stat : 22920 (java) S 22906 22908 22704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344726813 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588318577912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22921] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22921/stat : 22921 (java) S 22906 22908 22704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344726813 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588317525000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22922] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22922/stat : 22922 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588316473488 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22923] ppid=22906 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/22908/task/22923/stat : 22923 (java) S 22906 22908 22704 0 -1 4202560 3547 0 0 0 103 0 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588315421624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22924] ppid=22906 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/22908/task/22924/stat : 22924 (java) S 22906 22908 22704 0 -1 4202560 5990 0 0 0 96 2 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588314368824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22925] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22925/stat : 22925 (java) S 22906 22908 22704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588313316216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22926] ppid=22906 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/22908/task/22926/stat : 22926 (java) S 22906 22908 22704 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 344726815 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588312263624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22908/tid=22927] ppid=22906 vsize=11852648 CPUtime=891.73 cores=1,3,5,7
/proc/22908/task/22927/stat : 22927 (java) R 22906 22908 22704 0 -1 4202560 34 0 0 0 89160 13 0 0 20 0 22 0 344727470 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588311208400 140588443342397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22908/tid=22928] ppid=22906 vsize=11852648 CPUtime=891.59 cores=1,3,5,7
/proc/22908/task/22928/stat : 22928 (java) R 22906 22908 22704 0 -1 4202560 67 0 0 0 89146 13 0 0 20 0 22 0 344727470 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588310153568 140588443236481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22908/tid=22929] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22929/stat : 22929 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344727484 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588309103528 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22908/tid=22930] ppid=22906 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/22908/task/22930/stat : 22930 (java) S 22906 22908 22704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344727484 12137111552 926626 33554432000 1073741824 1073778376 140735316041504 140588308050728 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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
Real time (s): 903.839
CPU time (s): 1800.61
CPU user time (s): 1798.69
CPU system time (s): 1.92171
CPU usage (%): 199.218
Max. virtual memory (cumulated for all children) (KiB): 11853488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.92171
maximum resident set size= 3708672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17312
page faults= 1
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21462
involuntary context switches= 9693

runsolver used 3.20151 second user time and 8.70468 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-04 07:00:08
IDJOB=3743736
IDBENCH=92244
IDSOLVER=2328
FILE ID=node122/3743736-1338786007
RUNJOBID= node122-1338785055-22721
PBS_JOBID= 14636854
Free space on /tmp= 71124 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX60_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-3743736-1338786007/watcher-3743736-1338786007 -o /tmp/evaluation-result-3743736-1338786007/solver-3743736-1338786007 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743736-1338786007.opb

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

MD5SUM BENCH= 00611863005b7eeed329d02777942736
RANDOM SEED=1089171293

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.91
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        28440084 kB
Buffers:          268456 kB
Cached:           272524 kB
SwapCached:         1832 kB
Active:          3488028 kB
Inactive:          84760 kB
Active(anon):    3029492 kB
Inactive(anon):     4676 kB
Active(file):     458536 kB
Inactive(file):    80084 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:             31628 kB
Writeback:             0 kB
AnonPages:       3040176 kB
Mapped:            17020 kB
Shmem:                 0 kB
Slab:             716764 kB
SReclaimable:     160228 kB
SUnreclaim:       556536 kB
KernelStack:        1616 kB
PageTables:        10044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10466620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3000320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71124 MiB
End job on node122 at 2012-06-04 07:15:14