Trace number 3741627

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.64 902.135

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ivu52.opb
MD5SUM125c932e94e2457d1c83522659b39a64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20170239442749999993
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables157591
Total number of constraints2116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2111
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint155481
Number of terms in the objective function 157591
Biggest coefficient in the objective function 40000000000000000
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 1955699014025000001657
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 45000000000000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 2472448333291898744553
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3741627-1338757187.opb
0.07/0.13	c reading problem ... 
6.77/5.98	c ... done. Wall clock time 5.855s.
6.77/5.98	c #vars     157591
6.77/5.98	c #constraints  4226
6.77/5.98	c constraints type 
6.77/5.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2110
6.77/5.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 2111
6.77/5.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
6.77/5.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
6.77/5.98	c constraints type 
6.77/5.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2110
6.77/5.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2111
6.77/5.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1800.02/902.12	c starts		: 8
1800.02/902.12	c conflicts		: 1066
1800.02/902.12	c decisions		: 1261474
1800.02/902.12	c propagations		: 5307514
1800.02/902.12	c inspects		: 10957699
1800.02/902.12	c shortcuts		: 0
1800.02/902.12	c learnt literals	: 0
1800.02/902.12	c learnt binary clauses	: 0
1800.02/902.12	c learnt ternary clauses	: 0
1800.02/902.12	c learnt constraints	: 1065
1800.02/902.12	c ignored constraints	: 0
1800.02/902.12	c root simplifications	: 0
1800.02/902.12	c removed literals (reason simplification)	: 37819
1800.02/902.12	c reason swapping (by a shorter reason)	: 0
1800.02/902.12	c Calls to reduceDB	: 0
1800.02/902.12	c number of reductions to clauses (during analyze)	: 0
1800.02/902.12	c number of learned constraints concerned by reduction	: 0
1800.02/902.12	c number of learning phase by resolution	: 0
1800.02/902.12	c number of learning phase by cutting planes	: 0
1800.02/902.12	c speed (assignments/second)	: 5922.665756090593
1800.02/902.12	c non guided choices	0
1800.02/902.12	c learnt constraints type 
1800.02/902.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1065
1800.02/902.12	c constraints type 
1800.02/902.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2110
1800.02/902.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 2111
1800.02/902.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
1800.02/902.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/902.12	c constraints type 
1800.02/902.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2110
1800.02/902.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2111
1800.02/902.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1800.02/902.12	s UNKNOWN
1800.02/902.12	c Total wall clock time (in seconds): 901.994

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-3741627-1338757187/watcher-3741627-1338757187 -o /tmp/evaluation-result-3741627-1338757187/solver-3741627-1338757187 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741627-1338757187.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.61 3.61 3.67 4/197 31910
/proc/meminfo: memFree=22860888/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31910/stat : 31910 (java) D 31908 31910 30010 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 341845591 9515008 182 33554432000 1073741824 1073778376 140735192935216 140735192926248 271787572917 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/31910/statm: 2323 182 140 9 0 71 0

[startup+0.0452101 s]
/proc/loadavg: 3.61 3.61 3.67 4/197 31910
/proc/meminfo: memFree=22860888/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11120388 CPUtime=0.02 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 4172 0 1 0 1 1 0 0 20 0 11 0 341845591 11387277312 12027 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2780097 12027 1632 9 0 2770798 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.100267 s]
/proc/loadavg: 3.61 3.61 3.67 4/197 31910
/proc/meminfo: memFree=22860888/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 4833 0 1 0 6 1 0 0 20 0 18 0 341845591 11864465408 13181 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2896598 13184 1998 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300216 s]
/proc/loadavg: 3.61 3.61 3.67 4/197 31910
/proc/meminfo: memFree=22860888/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 7102 0 1 0 44 2 0 0 20 0 18 0 341845591 11864465408 20468 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2896598 20468 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700231 s]
/proc/loadavg: 3.61 3.61 3.67 4/197 31910
/proc/meminfo: memFree=22860888/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11586392 CPUtime=0.98 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 8430 0 1 0 94 4 0 0 20 0 18 0 341845591 11864465408 50834 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2896598 50834 2228 9 0 2887285 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 11586392

[startup+1.50068 s]
/proc/loadavg: 3.61 3.61 3.67 4/215 31928
/proc/meminfo: memFree=22294084/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11586392 CPUtime=1.86 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 9003 0 1 0 166 20 0 0 20 0 18 0 341845591 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2896598 308323 2228 9 0 2887285 0
[pid=31910/tid=31912] ppid=31908 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/31910/task/31912/stat : 31912 (java) R 31908 31910 30010 0 -1 4202560 3941 0 1 0 127 19 0 0 20 0 18 0 341845592 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910589517792 139910597291098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31913] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31913/stat : 31913 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845594 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910578587944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31914] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31914/stat : 31914 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845594 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910577535144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31915] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31915/stat : 31915 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845594 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910576482856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31910/tid=31916] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31916/stat : 31916 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845594 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910575430056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31917] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31917/stat : 31917 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845594 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910574377768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31918] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31918/stat : 31918 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845594 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910421179048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31919] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31919/stat : 31919 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845594 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910420126760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31920] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31920/stat : 31920 (java) S 31908 31910 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341845594 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910419073960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31921] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31921/stat : 31921 (java) S 31908 31910 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341845595 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910406875368 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31922] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31922/stat : 31922 (java) S 31908 31910 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341845596 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910405821432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31923] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31923/stat : 31923 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341845596 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910404769032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31924] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31924/stat : 31924 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845598 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910403717520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31925] ppid=31908 vsize=11586392 CPUtime=0.21 cores=1,3,5,7
/proc/31910/task/31925/stat : 31925 (java) S 31908 31910 30010 0 -1 4202560 2335 0 0 0 21 0 0 0 20 0 18 0 341845598 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910402665144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31926] ppid=31908 vsize=11586392 CPUtime=0.15 cores=1,3,5,7
/proc/31910/task/31926/stat : 31926 (java) S 31908 31910 30010 0 -1 4202560 1544 0 0 0 15 0 0 0 20 0 18 0 341845598 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910401612344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31927] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31927/stat : 31927 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845599 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910400560248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31928] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31928/stat : 31928 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845599 11864465408 308323 33554432000 1073741824 1073778376 140733819115088 139910399507656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 11586392

[startup+3.10077 s]
/proc/loadavg: 3.61 3.61 3.67 4/215 31928
/proc/meminfo: memFree=20799172/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11586392 CPUtime=3.72 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 9897 0 1 0 321 51 0 0 20 0 18 0 341845591 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2896598 678030 2244 9 0 2887285 0
[pid=31910/tid=31912] ppid=31908 vsize=11586392 CPUtime=2.97 cores=1,3,5,7
/proc/31910/task/31912/stat : 31912 (java) R 31908 31910 30010 0 -1 4202560 4621 0 1 0 255 42 0 0 20 0 18 0 341845592 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910589517824 139910456078715 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31913] ppid=31908 vsize=11586392 CPUtime=0.03 cores=1,3,5,7
/proc/31910/task/31913/stat : 31913 (java) S 31908 31910 30010 0 -1 4202560 34 0 0 0 2 1 0 0 20 0 18 0 341845594 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910578587944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31914] ppid=31908 vsize=11586392 CPUtime=0.02 cores=1,3,5,7
/proc/31910/task/31914/stat : 31914 (java) S 31908 31910 30010 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 341845594 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910577535144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31910/tid=31915] ppid=31908 vsize=11586392 CPUtime=0.03 cores=1,3,5,7
/proc/31910/task/31915/stat : 31915 (java) S 31908 31910 30010 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 341845594 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910576482856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31910/tid=31916] ppid=31908 vsize=11586392 CPUtime=0.03 cores=1,3,5,7
/proc/31910/task/31916/stat : 31916 (java) S 31908 31910 30010 0 -1 4202560 37 0 0 0 2 1 0 0 20 0 18 0 341845594 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910575430056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31917] ppid=31908 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/31910/task/31917/stat : 31917 (java) S 31908 31910 30010 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 18 0 341845594 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910574377768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31918] ppid=31908 vsize=11586392 CPUtime=0.03 cores=1,3,5,7
/proc/31910/task/31918/stat : 31918 (java) S 31908 31910 30010 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 341845594 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910421179048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31919] ppid=31908 vsize=11586392 CPUtime=0.02 cores=1,3,5,7
/proc/31910/task/31919/stat : 31919 (java) S 31908 31910 30010 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 341845594 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910420126760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31920] ppid=31908 vsize=11586392 CPUtime=0.01 cores=1,3,5,7
/proc/31910/task/31920/stat : 31920 (java) S 31908 31910 30010 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 341845594 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910419073960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31921] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31921/stat : 31921 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341845595 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910406875368 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31922] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31922/stat : 31922 (java) S 31908 31910 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341845596 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910405821432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31923] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31923/stat : 31923 (java) S 31908 31910 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341845596 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910404769032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31924] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31924/stat : 31924 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845598 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910403717520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31925] ppid=31908 vsize=11586392 CPUtime=0.21 cores=1,3,5,7
/proc/31910/task/31925/stat : 31925 (java) S 31908 31910 30010 0 -1 4202560 2335 0 0 0 21 0 0 0 20 0 18 0 341845598 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910402665144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31926] ppid=31908 vsize=11586392 CPUtime=0.15 cores=1,3,5,7
/proc/31910/task/31926/stat : 31926 (java) S 31908 31910 30010 0 -1 4202560 1544 0 0 0 15 0 0 0 20 0 18 0 341845598 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910401612344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31927] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31927/stat : 31927 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845599 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910400560248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31928] ppid=31908 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31928/stat : 31928 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341845599 11864465408 678030 33554432000 1073741824 1073778376 140733819115088 139910399507656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 11586392

[startup+6.30064 s]
/proc/loadavg: 3.56 3.60 3.67 4/215 31931
/proc/meminfo: memFree=20150640/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11852648 CPUtime=7.69 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 11709 0 1 0 717 52 0 0 20 0 22 0 341845591 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2963162 678207 2266 9 0 2953849 0
[pid=31910/tid=31912] ppid=31908 vsize=11852648 CPUtime=5.86 cores=1,3,5,7
/proc/31910/task/31912/stat : 31912 (java) S 31908 31910 30010 0 -1 4202560 4635 0 1 0 544 42 0 0 20 0 22 0 341845592 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910589527192 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31913] ppid=31908 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/31910/task/31913/stat : 31913 (java) S 31908 31910 30010 0 -1 4202560 34 0 0 0 2 1 0 0 20 0 22 0 341845594 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910578587944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31914] ppid=31908 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/31910/task/31914/stat : 31914 (java) S 31908 31910 30010 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 341845594 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910577535144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31910/tid=31915] ppid=31908 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/31910/task/31915/stat : 31915 (java) S 31908 31910 30010 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 341845594 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910576482856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31910/tid=31916] ppid=31908 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/31910/task/31916/stat : 31916 (java) S 31908 31910 30010 0 -1 4202560 37 0 0 0 2 1 0 0 20 0 22 0 341845594 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910575430056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31917] ppid=31908 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/31910/task/31917/stat : 31917 (java) S 31908 31910 30010 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 22 0 341845594 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910574377768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31918] ppid=31908 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/31910/task/31918/stat : 31918 (java) S 31908 31910 30010 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 341845594 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910421179048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31919] ppid=31908 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/31910/task/31919/stat : 31919 (java) S 31908 31910 30010 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 341845594 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910420126760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31920] ppid=31908 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/31910/task/31920/stat : 31920 (java) S 31908 31910 30010 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 341845594 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910419073960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31921] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31921/stat : 31921 (java) S 31908 31910 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341845595 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910406875368 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31922] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31922/stat : 31922 (java) S 31908 31910 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341845596 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910405821432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31923] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31923/stat : 31923 (java) S 31908 31910 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341845596 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910404769032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31924] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31924/stat : 31924 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341845598 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910403717520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31925] ppid=31908 vsize=11852648 CPUtime=0.5 cores=1,3,5,7
/proc/31910/task/31925/stat : 31925 (java) S 31908 31910 30010 0 -1 4202560 4061 0 0 0 50 0 0 0 20 0 22 0 341845598 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910402665144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31926] ppid=31908 vsize=11852648 CPUtime=0.32 cores=1,3,5,7
/proc/31910/task/31926/stat : 31926 (java) S 31908 31910 30010 0 -1 4202560 1557 0 0 0 32 0 0 0 20 0 22 0 341845598 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910401612344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31927] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31927/stat : 31927 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341845599 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910400560248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31928] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31928/stat : 31928 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341845599 12137111552 678207 33554432000 1073741824 1073778376 140733819115088 139910399507656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 11852648

[startup+12.7008 s]
/proc/loadavg: 3.59 3.60 3.67 5/219 31935
/proc/meminfo: memFree=20130296/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11852648 CPUtime=20.5 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 11710 0 1 0 1998 52 0 0 20 0 22 0 341845591 12137111552 678081 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2963162 678081 2266 9 0 2953849 0
[pid=31910/tid=31912] ppid=31908 vsize=11852648 CPUtime=5.86 cores=1,3,5,7

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

[pid=31910/tid=31933] ppid=31908 vsize=11852648 CPUtime=755.96 cores=1,3,5,7
/proc/31910/task/31933/stat : 31933 (java) R 31908 31910 30010 0 -1 4202560 66 0 0 0 75585 11 0 0 20 0 22 0 341846190 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910397397384 139910456127665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31934] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31934/stat : 31934 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341846199 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910396347560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31935] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31935/stat : 31935 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341846199 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910395294760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1520.43
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 4.12 3.90 3.76 5/219 32251
/proc/meminfo: memFree=20278184/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11852648 CPUtime=1640.41 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 15395 0 1 0 163950 91 0 0 20 0 22 0 341845591 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2963162 740614 2274 9 0 2953849 0
[pid=31910/tid=31912] ppid=31908 vsize=11852648 CPUtime=5.88 cores=1,3,5,7
/proc/31910/task/31912/stat : 31912 (java) S 31908 31910 30010 0 -1 4202560 4646 0 1 0 545 43 0 0 20 0 22 0 341845592 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910589527192 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31913] ppid=31908 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/31910/task/31913/stat : 31913 (java) S 31908 31910 30010 0 -1 4202560 158 0 0 0 17 8 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910578587944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31914] ppid=31908 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/31910/task/31914/stat : 31914 (java) S 31908 31910 30010 0 -1 4202560 58 0 0 0 6 3 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910577535144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31915] ppid=31908 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/31910/task/31915/stat : 31915 (java) S 31908 31910 30010 0 -1 4202560 66 0 0 0 6 4 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910576482856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31916] ppid=31908 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/31910/task/31916/stat : 31916 (java) S 31908 31910 30010 0 -1 4202560 115 0 0 0 10 6 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910575430056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31917] ppid=31908 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/31910/task/31917/stat : 31917 (java) S 31908 31910 30010 0 -1 4202560 83 0 0 0 9 4 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910574377768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31918] ppid=31908 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/31910/task/31918/stat : 31918 (java) S 31908 31910 30010 0 -1 4202560 68 0 0 0 7 3 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910421179048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31919] ppid=31908 vsize=11852648 CPUtime=0.18 cores=1,3,5,7
/proc/31910/task/31919/stat : 31919 (java) S 31908 31910 30010 0 -1 4202560 105 0 0 0 12 6 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910420126760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31920] ppid=31908 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/31910/task/31920/stat : 31920 (java) S 31908 31910 30010 0 -1 4202560 58 0 0 0 6 3 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910419073960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31921] ppid=31908 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/31910/task/31921/stat : 31921 (java) S 31908 31910 30010 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 22 0 341845595 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910406875368 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31922] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31922/stat : 31922 (java) S 31908 31910 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341845596 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910405821432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31923] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31923/stat : 31923 (java) S 31908 31910 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341845596 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910404769032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31924] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31924/stat : 31924 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341845598 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910403717520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31925] ppid=31908 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/31910/task/31925/stat : 31925 (java) S 31908 31910 30010 0 -1 4202560 5552 0 0 0 88 2 0 0 20 0 22 0 341845598 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910402665144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31926] ppid=31908 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/31910/task/31926/stat : 31926 (java) S 31908 31910 30010 0 -1 4202560 3135 0 0 0 57 0 0 0 20 0 22 0 341845598 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910401612344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31927] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31927/stat : 31927 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341845599 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910400560248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31928] ppid=31908 vsize=11852648 CPUtime=0.26 cores=1,3,5,7
/proc/31910/task/31928/stat : 31928 (java) S 31908 31910 30010 0 -1 4202560 47 0 0 0 12 14 0 0 20 0 22 0 341845599 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910399507656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31932] ppid=31908 vsize=11852648 CPUtime=815.96 cores=1,3,5,7
/proc/31910/task/31932/stat : 31932 (java) R 31908 31910 30010 0 -1 4202560 36 0 0 0 81584 12 0 0 20 0 22 0 341846190 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910398450032 139910456295453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31933] ppid=31908 vsize=11852648 CPUtime=815.96 cores=1,3,5,7
/proc/31910/task/31933/stat : 31933 (java) R 31908 31910 30010 0 -1 4202560 66 0 0 0 81584 12 0 0 20 0 22 0 341846190 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910397397384 139910456127620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31934] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31934/stat : 31934 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341846199 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910396347560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31935] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31935/stat : 31935 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341846199 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910395294760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1640.41
Current children cumulated vsize (KiB) 11852648

[startup+882.307 s]
/proc/loadavg: 3.70 3.83 3.74 5/219 32254
/proc/meminfo: memFree=20239272/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11852648 CPUtime=1760.41 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 15401 0 1 0 175950 91 0 0 20 0 22 0 341845591 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2963162 740614 2274 9 0 2953849 0
[pid=31910/tid=31912] ppid=31908 vsize=11852648 CPUtime=5.89 cores=1,3,5,7
/proc/31910/task/31912/stat : 31912 (java) S 31908 31910 30010 0 -1 4202560 4646 0 1 0 546 43 0 0 20 0 22 0 341845592 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910589527192 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31913] ppid=31908 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/31910/task/31913/stat : 31913 (java) S 31908 31910 30010 0 -1 4202560 158 0 0 0 17 8 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910578587944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31914] ppid=31908 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/31910/task/31914/stat : 31914 (java) S 31908 31910 30010 0 -1 4202560 58 0 0 0 6 3 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910577535144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31915] ppid=31908 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/31910/task/31915/stat : 31915 (java) S 31908 31910 30010 0 -1 4202560 66 0 0 0 6 4 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910576482856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31916] ppid=31908 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/31910/task/31916/stat : 31916 (java) S 31908 31910 30010 0 -1 4202560 115 0 0 0 10 6 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910575430056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31917] ppid=31908 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/31910/task/31917/stat : 31917 (java) S 31908 31910 30010 0 -1 4202560 83 0 0 0 9 4 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910574377768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31918] ppid=31908 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/31910/task/31918/stat : 31918 (java) S 31908 31910 30010 0 -1 4202560 68 0 0 0 7 3 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910421179048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31919] ppid=31908 vsize=11852648 CPUtime=0.18 cores=1,3,5,7
/proc/31910/task/31919/stat : 31919 (java) S 31908 31910 30010 0 -1 4202560 105 0 0 0 12 6 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910420126760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31920] ppid=31908 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/31910/task/31920/stat : 31920 (java) S 31908 31910 30010 0 -1 4202560 58 0 0 0 6 3 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910419073960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31921] ppid=31908 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/31910/task/31921/stat : 31921 (java) S 31908 31910 30010 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 22 0 341845595 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910406875368 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31922] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31922/stat : 31922 (java) S 31908 31910 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341845596 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910405821432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31923] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31923/stat : 31923 (java) S 31908 31910 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341845596 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910404769032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31924] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31924/stat : 31924 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341845598 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910403717520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31925] ppid=31908 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/31910/task/31925/stat : 31925 (java) S 31908 31910 30010 0 -1 4202560 5554 0 0 0 89 2 0 0 20 0 22 0 341845598 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910402665144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31926] ppid=31908 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/31910/task/31926/stat : 31926 (java) S 31908 31910 30010 0 -1 4202560 3135 0 0 0 57 0 0 0 20 0 22 0 341845598 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910401612344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31927] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31927/stat : 31927 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341845599 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910400560248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31928] ppid=31908 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/31910/task/31928/stat : 31928 (java) S 31908 31910 30010 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 341845599 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910399507656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31932] ppid=31908 vsize=11852648 CPUtime=875.97 cores=1,3,5,7
/proc/31910/task/31932/stat : 31932 (java) R 31908 31910 30010 0 -1 4202560 36 0 0 0 87584 13 0 0 20 0 22 0 341846190 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910398450032 139910456295174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31933] ppid=31908 vsize=11852648 CPUtime=875.95 cores=1,3,5,7
/proc/31910/task/31933/stat : 31933 (java) R 31908 31910 30010 0 -1 4202560 66 0 0 0 87582 13 0 0 20 0 22 0 341846190 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910397397504 139910456392864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31934] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31934/stat : 31934 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341846199 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910396347560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31935] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31935/stat : 31935 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341846199 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910395294760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1760.41
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.107 s]
/proc/loadavg: 3.79 3.84 3.74 5/219 32254
/proc/meminfo: memFree=20239152/32873648 swapFree=6852/6852
[pid=31910] ppid=31908 vsize=11852648 CPUtime=1800.02 cores=1,3,5,7
/proc/31910/stat : 31910 (java) S 31908 31910 30010 0 -1 4202496 15403 0 1 0 179910 92 0 0 20 0 22 0 341845591 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 140733819106224 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31910/statm: 2963162 740614 2274 9 0 2953849 0
[pid=31910/tid=31912] ppid=31908 vsize=11852648 CPUtime=5.89 cores=1,3,5,7
/proc/31910/task/31912/stat : 31912 (java) S 31908 31910 30010 0 -1 4202560 4646 0 1 0 546 43 0 0 20 0 22 0 341845592 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910589527192 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31913] ppid=31908 vsize=11852648 CPUtime=0.25 cores=1,3,5,7
/proc/31910/task/31913/stat : 31913 (java) S 31908 31910 30010 0 -1 4202560 158 0 0 0 17 8 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910578587944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31914] ppid=31908 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/31910/task/31914/stat : 31914 (java) S 31908 31910 30010 0 -1 4202560 58 0 0 0 6 3 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910577535144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31915] ppid=31908 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/31910/task/31915/stat : 31915 (java) S 31908 31910 30010 0 -1 4202560 66 0 0 0 6 4 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910576482856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31916] ppid=31908 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/31910/task/31916/stat : 31916 (java) S 31908 31910 30010 0 -1 4202560 115 0 0 0 10 6 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910575430056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31917] ppid=31908 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/31910/task/31917/stat : 31917 (java) S 31908 31910 30010 0 -1 4202560 83 0 0 0 9 4 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910574377768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31918] ppid=31908 vsize=11852648 CPUtime=0.1 cores=1,3,5,7
/proc/31910/task/31918/stat : 31918 (java) S 31908 31910 30010 0 -1 4202560 68 0 0 0 7 3 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910421179048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31919] ppid=31908 vsize=11852648 CPUtime=0.18 cores=1,3,5,7
/proc/31910/task/31919/stat : 31919 (java) S 31908 31910 30010 0 -1 4202560 105 0 0 0 12 6 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910420126760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31920] ppid=31908 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/31910/task/31920/stat : 31920 (java) S 31908 31910 30010 0 -1 4202560 58 0 0 0 6 3 0 0 20 0 22 0 341845594 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910419073960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31921] ppid=31908 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/31910/task/31921/stat : 31921 (java) S 31908 31910 30010 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 22 0 341845595 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910406875368 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31922] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31922/stat : 31922 (java) S 31908 31910 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341845596 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910405821432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31923] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31923/stat : 31923 (java) S 31908 31910 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341845596 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910404769032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31924] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31924/stat : 31924 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341845598 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910403717520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31925] ppid=31908 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/31910/task/31925/stat : 31925 (java) S 31908 31910 30010 0 -1 4202560 5554 0 0 0 89 2 0 0 20 0 22 0 341845598 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910402665144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31926] ppid=31908 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/31910/task/31926/stat : 31926 (java) S 31908 31910 30010 0 -1 4202560 3135 0 0 0 57 0 0 0 20 0 22 0 341845598 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910401612344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31927] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31927/stat : 31927 (java) S 31908 31910 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341845599 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910400560248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31928] ppid=31908 vsize=11852648 CPUtime=0.3 cores=1,3,5,7
/proc/31910/task/31928/stat : 31928 (java) S 31908 31910 30010 0 -1 4202560 53 0 0 0 15 15 0 0 20 0 22 0 341845599 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910399507656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31932] ppid=31908 vsize=11852648 CPUtime=895.78 cores=1,3,5,7
/proc/31910/task/31932/stat : 31932 (java) R 31908 31910 30010 0 -1 4202560 36 0 0 0 89565 13 0 0 20 0 22 0 341846190 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910398450032 139910456295345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31910/tid=31933] ppid=31908 vsize=11852648 CPUtime=895.75 cores=1,3,5,7
/proc/31910/task/31933/stat : 31933 (java) R 31908 31910 30010 0 -1 4202560 66 0 0 0 89562 13 0 0 20 0 22 0 341846190 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910397397504 139910456127528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31910/tid=31934] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31934/stat : 31934 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341846199 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910396347560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31910/tid=31935] ppid=31908 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/31910/task/31935/stat : 31935 (java) S 31908 31910 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341846199 12137111552 740614 33554432000 1073741824 1073778376 140733819115088 139910395294760 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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): 902.135
CPU time (s): 1800.64
CPU user time (s): 1799.22
CPU system time (s): 1.42178
CPU usage (%): 199.598
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 1.42178
maximum resident set size= 2962780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15434
page faults= 1
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21346
involuntary context switches= 12570

runsolver used 3.24251 second user time and 8.07377 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 22:59:48
IDJOB=3741627
IDBENCH=89887
IDSOLVER=2328
FILE ID=node115/3741627-1338757187
RUNJOBID= node115-1338748926-30027
PBS_JOBID= 14636792
Free space on /tmp= 70800 MiB

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

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

MD5SUM BENCH= 125c932e94e2457d1c83522659b39a64
RANDOM SEED=1830986566

node115.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.462
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	: 5332.92
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.462
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.462
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.462
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.462
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.462
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.91
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.462
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.462
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:        22860896 kB
Buffers:         1441492 kB
Cached:          3534188 kB
SwapCached:         1016 kB
Active:          6887992 kB
Inactive:        2194060 kB
Active(anon):    4095376 kB
Inactive(anon):     9868 kB
Active(file):    2792616 kB
Inactive(file):  2184192 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             31008 kB
Writeback:             0 kB
AnonPages:       4122688 kB
Mapped:            19912 kB
Shmem:                96 kB
Slab:             772380 kB
SReclaimable:     216320 kB
SUnreclaim:       556060 kB
KernelStack:        1616 kB
PageTables:        12256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10458116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4077568 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= 70800 MiB
End job on node115 at 2012-06-03 23:14:52