Trace number 3688312

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.16 897.731

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
MD5SUM80cd942b10c7098d47a9e31c7b11aaed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235241283418574603663113591819857963636207601588942656194290280593199415
Number of bits of the biggest sum of numbers331
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3688312-1337876768.opb
0.09/0.13	c reading problem ... 
2.23/1.18	c ... done. Wall clock time 1.049s.
2.23/1.18	c declared #vars     24751
2.23/1.18	c #constraints  73262
2.23/1.18	c constraints type 
2.23/1.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
2.23/1.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
2.23/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.23/1.18	c 73262 constraints processed.
2.23/1.18	c constraints type 
2.23/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
2.23/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
2.23/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.23/1.18	c 73262 constraints processed.
2.23/1.18	c objective function length is 111 literals
618.69/308.46	c cleaning 2491 clauses out of 5000 with flag 5000/5000
1169.13/583.02	c cleaning 4250 clauses out of 8509 with flag 11000/11000
1706.63/851.26	c cleaning 5620 clauses out of 11260 with flag 18001/18001
1800.16/897.71	c starts		: 45
1800.16/897.71	c conflicts		: 20368
1800.16/897.71	c decisions		: 60654
1800.16/897.71	c propagations		: 5985978
1800.16/897.71	c inspects		: 35561692
1800.16/897.71	c shortcuts		: 0
1800.16/897.71	c learnt literals	: 0
1800.16/897.71	c learnt binary clauses	: 3
1800.16/897.71	c learnt ternary clauses	: 49
1800.16/897.71	c learnt constraints	: 20368
1800.16/897.71	c ignored constraints	: 0
1800.16/897.71	c root simplifications	: 0
1800.16/897.71	c removed literals (reason simplification)	: 135958342
1800.16/897.71	c reason swapping (by a shorter reason)	: 0
1800.16/897.71	c Calls to reduceDB	: 3
1800.16/897.71	c number of reductions to clauses (during analyze)	: 0
1800.16/897.71	c number of learned constraints concerned by reduction	: 0
1800.16/897.71	c number of learning phase by resolution	: 0
1800.16/897.71	c number of learning phase by cutting planes	: 0
1800.16/897.71	c speed (assignments/second)	: 6677.042549821417
1800.16/897.71	c non guided choices	177
1800.16/897.71	c learnt constraints type 
1800.16/897.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.16/897.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8004
1800.16/897.71	c constraints type 
1800.16/897.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.16/897.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.16/897.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/897.71	c 73262 constraints processed.
1800.16/897.71	c constraints type 
1800.16/897.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1800.16/897.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1800.16/897.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/897.71	c 73262 constraints processed.
1800.16/897.71	s UNKNOWN
1800.16/897.71	c Total wall clock time (in seconds): 897.587

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

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.79 3.74 3/197 25015
/proc/meminfo: memFree=27954408/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25015/stat : 25015 (java) D 25013 25015 23801 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253802421 9515008 183 33554432000 1073741824 1073778376 140734007770384 140734007761416 214369648309 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2323 183 140 9 0 71 0

[startup+0.0339519 s]
/proc/loadavg: 3.68 3.79 3.74 3/197 25015
/proc/meminfo: memFree=27954408/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9092432 CPUtime=0.02 cores=0,2,4,6
/proc/25015/stat : 25015 (java) S 25013 25015 23801 0 -1 4202496 2886 0 1 0 1 1 0 0 20 0 11 0 253802421 9310650368 3586 33554432000 1073741824 1073778376 140734786154928 140734786146064 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2273108 3586 1618 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100251 s]
/proc/loadavg: 3.68 3.79 3.74 3/197 25015
/proc/meminfo: memFree=27954408/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25015/stat : 25015 (java) S 25013 25015 23801 0 -1 4202496 4156 0 1 0 8 1 0 0 20 0 18 0 253802421 9787813888 5361 33554432000 1073741824 1073778376 140734786154928 140734786146064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2389603 5362 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300221 s]
/proc/loadavg: 3.68 3.79 3.74 3/197 25015
/proc/meminfo: memFree=27954408/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/25015/stat : 25015 (java) S 25013 25015 23801 0 -1 4202496 5271 0 1 0 43 1 0 0 20 0 18 0 253802421 9787813888 8246 33554432000 1073741824 1073778376 140734786154928 140734786146064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2389603 8246 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700243 s]
/proc/loadavg: 3.68 3.79 3.74 3/197 25015
/proc/meminfo: memFree=27954408/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9558412 CPUtime=1.6 cores=0,2,4,6
/proc/25015/stat : 25015 (java) S 25013 25015 23801 0 -1 4202496 15511 0 1 0 155 5 0 0 20 0 18 0 253802421 9787813888 35547 33554432000 1073741824 1073778376 140734786154928 140734786146064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2389603 35547 2233 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558412

[startup+1.50061 s]
/proc/loadavg: 3.68 3.79 3.74 4/215 25033
/proc/meminfo: memFree=27769172/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9824668 CPUtime=3.41 cores=0,2,4,6
/proc/25015/stat : 25015 (java) S 25013 25015 23801 0 -1 4202496 15774 0 1 0 334 7 0 0 20 0 22 0 253802421 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 140734786146064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2456167 48549 2267 9 0 2446860 0
[pid=25015/tid=25017] ppid=25013 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (java) S 25013 25015 23801 0 -1 4202560 2522 0 1 0 108 3 0 0 20 0 22 0 253802422 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655334204408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (java) S 25013 25015 23801 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253802423 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655295695016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25019] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25019/stat : 25019 (java) S 25013 25015 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253802423 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655294642472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25020] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25020/stat : 25020 (java) S 25013 25015 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253802423 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655293589928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25021] ppid=25013 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25015/task/25021/stat : 25021 (java) S 25013 25015 23801 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253802423 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655292537384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25022] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25022/stat : 25022 (java) S 25013 25015 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253802423 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655173368488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25023] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25023/stat : 25023 (java) S 25013 25015 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253802423 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655172315944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25024] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25024/stat : 25024 (java) S 25013 25015 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253802423 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655171263400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25025] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25025/stat : 25025 (java) S 25013 25015 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253802423 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655170210856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25026] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25026/stat : 25026 (java) S 25013 25015 23801 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 253802424 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139655158012008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25027] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25027/stat : 25027 (java) S 25013 25015 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139654552609912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25028] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25028/stat : 25028 (java) S 25013 25015 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139654551557256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25029] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25029/stat : 25029 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139654550506000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25030] ppid=25013 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/25015/task/25030/stat : 25030 (java) S 25013 25015 23801 0 -1 4202560 5986 0 0 0 74 2 0 0 20 0 22 0 253802427 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139654549453368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25031] ppid=25013 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/25015/task/25031/stat : 25031 (java) S 25013 25015 23801 0 -1 4202560 5867 0 0 0 75 0 0 0 20 0 22 0 253802427 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139654548400824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25032] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25032/stat : 25032 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139654547348472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25033] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25033/stat : 25033 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 48549 33554432000 1073741824 1073778376 140734786154928 139654546296136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 3.68 3.79 3.74 5/219 25037
/proc/meminfo: memFree=27732456/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9824668 CPUtime=6.88 cores=0,2,4,6
/proc/25015/stat : 25015 (java) S 25013 25015 23801 0 -1 4202496 16185 0 1 0 678 10 0 0 20 0 22 0 253802421 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 140734786146064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2456167 57596 2268 9 0 2446860 0
[pid=25015/tid=25017] ppid=25013 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (java) S 25013 25015 23801 0 -1 4202560 2523 0 1 0 108 3 0 0 20 0 22 0 253802422 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655334204408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (java) S 25013 25015 23801 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 253802423 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655295695016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25019] ppid=25013 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25015/task/25019/stat : 25019 (java) S 25013 25015 23801 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253802423 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655294642472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25020] ppid=25013 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25015/task/25020/stat : 25020 (java) S 25013 25015 23801 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253802423 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655293589928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25021] ppid=25013 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25015/task/25021/stat : 25021 (java) S 25013 25015 23801 0 -1 4202560 107 0 0 0 4 0 0 0 20 0 22 0 253802423 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655292537384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25022] ppid=25013 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25015/task/25022/stat : 25022 (java) S 25013 25015 23801 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253802423 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655173368488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25023] ppid=25013 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25015/task/25023/stat : 25023 (java) S 25013 25015 23801 0 -1 4202560 93 0 0 0 3 0 0 0 20 0 22 0 253802423 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655172315944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25024] ppid=25013 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25015/task/25024/stat : 25024 (java) S 25013 25015 23801 0 -1 4202560 97 0 0 0 1 0 0 0 20 0 22 0 253802423 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655171263400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25025] ppid=25013 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25015/task/25025/stat : 25025 (java) S 25013 25015 23801 0 -1 4202560 101 0 0 0 4 0 0 0 20 0 22 0 253802423 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655170210856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25026] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25026/stat : 25026 (java) S 25013 25015 23801 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253802424 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139655158012008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25027] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25027/stat : 25027 (java) S 25013 25015 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654552609912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25028] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25028/stat : 25028 (java) S 25013 25015 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654551557256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25029] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25029/stat : 25029 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654550506000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25030] ppid=25013 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/25015/task/25030/stat : 25030 (java) S 25013 25015 23801 0 -1 4202560 5988 0 0 0 85 2 0 0 20 0 22 0 253802427 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654549453368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25031] ppid=25013 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/25015/task/25031/stat : 25031 (java) S 25013 25015 23801 0 -1 4202560 5867 0 0 0 82 0 0 0 20 0 22 0 253802427 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654548400824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25032] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25032/stat : 25032 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654547348472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25033] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25033/stat : 25033 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654546296136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25034] ppid=25013 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/25015/task/25034/stat : 25034 (java) R 25013 25015 23801 0 -1 4202560 26 0 0 0 185 0 0 0 20 0 22 0 253802539 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654545238392 139655174415092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25035] ppid=25013 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25015/task/25035/stat : 25035 (java) R 25013 25015 23801 0 -1 4202560 68 0 0 0 184 0 0 0 20 0 22 0 253802539 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654544185848 139655174382043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25036] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25036/stat : 25036 (java) S 25013 25015 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253802542 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654543135784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25037] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25037/stat : 25037 (java) S 25013 25015 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253802542 10060460032 57596 33554432000 1073741824 1073778376 140734786154928 139654542083240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 9824668

[startup+6.30075 s]
/proc/loadavg: 3.70 3.79 3.74 5/219 25037
/proc/meminfo: memFree=27726196/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9824668 CPUtime=13.38 cores=0,2,4,6
/proc/25015/stat : 25015 (java) S 25013 25015 23801 0 -1 4202496 16191 0 1 0 1328 10 0 0 20 0 22 0 253802421 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 140734786146064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2456167 59375 2268 9 0 2446860 0
[pid=25015/tid=25017] ppid=25013 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (java) S 25013 25015 23801 0 -1 4202560 2523 0 1 0 108 3 0 0 20 0 22 0 253802422 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655334204408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (java) S 25013 25015 23801 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 253802423 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655295695016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25019] ppid=25013 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25015/task/25019/stat : 25019 (java) S 25013 25015 23801 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253802423 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655294642472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25020] ppid=25013 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25015/task/25020/stat : 25020 (java) S 25013 25015 23801 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253802423 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655293589928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25021] ppid=25013 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25015/task/25021/stat : 25021 (java) S 25013 25015 23801 0 -1 4202560 107 0 0 0 4 0 0 0 20 0 22 0 253802423 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655292537384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25022] ppid=25013 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25015/task/25022/stat : 25022 (java) S 25013 25015 23801 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253802423 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655173368488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25023] ppid=25013 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25015/task/25023/stat : 25023 (java) S 25013 25015 23801 0 -1 4202560 93 0 0 0 3 0 0 0 20 0 22 0 253802423 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655172315944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25024] ppid=25013 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25015/task/25024/stat : 25024 (java) S 25013 25015 23801 0 -1 4202560 97 0 0 0 1 0 0 0 20 0 22 0 253802423 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655171263400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25025] ppid=25013 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25015/task/25025/stat : 25025 (java) S 25013 25015 23801 0 -1 4202560 101 0 0 0 4 0 0 0 20 0 22 0 253802423 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655170210856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25026] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25026/stat : 25026 (java) S 25013 25015 23801 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253802424 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139655158012008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25027] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25027/stat : 25027 (java) S 25013 25015 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139654552609912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25028] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25028/stat : 25028 (java) S 25013 25015 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139654551557256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25029] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25029/stat : 25029 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139654550506000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25030] ppid=25013 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/25015/task/25030/stat : 25030 (java) S 25013 25015 23801 0 -1 4202560 5988 0 0 0 87 2 0 0 20 0 22 0 253802427 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139654549453368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25031] ppid=25013 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/25015/task/25031/stat : 25031 (java) S 25013 25015 23801 0 -1 4202560 5867 0 0 0 90 0 0 0 20 0 22 0 253802427 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139654548400824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25032] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25032/stat : 25032 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139654547348472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25033] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25033/stat : 25033 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139654546296136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25034] ppid=25013 vsize=9824668 CPUtime=5.04 cores=0,2,4,6
/proc/25015/task/25034/stat : 25034 (java) R 25013 25015 23801 0 -1 4202560 29 0 0 0 504 0 0 0 20 0 22 0 253802539 10060460032 59375 33554432000 1073741824 1073778376 140734786154928 139654545238472 139655174414871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

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

/proc/25015/statm: 2456167 438422 2284 9 0 2446860 0
[pid=25015/tid=25017] ppid=25013 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (java) S 25013 25015 23801 0 -1 4202560 2526 0 1 0 110 4 0 0 20 0 22 0 253802422 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655334204408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (java) R 25013 25015 23801 0 -1 4202560 995 0 0 0 144 21 0 0 20 0 22 0 253802423 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655295695192 139655336675059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25019] ppid=25013 vsize=9824668 CPUtime=1.59 cores=0,2,4,6
/proc/25015/task/25019/stat : 25019 (java) R 25013 25015 23801 0 -1 4202560 676 0 0 0 139 20 0 0 20 0 22 0 253802423 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655294642352 139655336675059 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25020] ppid=25013 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/25015/task/25020/stat : 25020 (java) R 25013 25015 23801 0 -1 4202560 850 0 0 0 139 21 0 0 20 0 22 0 253802423 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655293590104 139655336675059 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25021] ppid=25013 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/25015/task/25021/stat : 25021 (java) R 25013 25015 23801 0 -1 4202560 640 0 0 0 136 15 0 0 20 0 22 0 253802423 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655292537560 139655336675059 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25022] ppid=25013 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/25015/task/25022/stat : 25022 (java) R 25013 25015 23801 0 -1 4202560 661 0 0 0 130 16 0 0 20 0 22 0 253802423 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655173368664 139655336675059 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25023] ppid=25013 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/25015/task/25023/stat : 25023 (java) R 25013 25015 23801 0 -1 4202560 776 0 0 0 130 22 0 0 20 0 22 0 253802423 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655172315968 139655336675059 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25024] ppid=25013 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/25015/task/25024/stat : 25024 (java) R 25013 25015 23801 0 -1 4202560 777 0 0 0 128 16 0 0 20 0 22 0 253802423 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655171263576 139655336675059 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25025] ppid=25013 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/25015/task/25025/stat : 25025 (java) R 25013 25015 23801 0 -1 4202560 815 0 0 0 134 18 0 0 20 0 22 0 253802423 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655170210856 139655336675059 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25026] ppid=25013 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/25015/task/25026/stat : 25026 (java) S 25013 25015 23801 0 -1 4202560 2168 0 0 0 135 20 0 0 20 0 22 0 253802424 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139655158010888 214373020732 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25027] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25027/stat : 25027 (java) S 25013 25015 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654552609912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25028] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25028/stat : 25028 (java) S 25013 25015 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654551557256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25029] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25029/stat : 25029 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654550506000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25030] ppid=25013 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/25015/task/25030/stat : 25030 (java) S 25013 25015 23801 0 -1 4202560 6000 0 0 0 118 2 0 0 20 0 22 0 253802427 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654549453368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25031] ppid=25013 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/25015/task/25031/stat : 25031 (java) S 25013 25015 23801 0 -1 4202560 7772 0 0 0 133 1 0 0 20 0 22 0 253802427 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654548400824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25032] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25032/stat : 25032 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654547348472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25033] ppid=25013 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/25015/task/25033/stat : 25033 (java) S 25013 25015 23801 0 -1 4202560 51 0 0 0 12 12 0 0 20 0 22 0 253802427 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654546296136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25034] ppid=25013 vsize=9824668 CPUtime=873.47 cores=0,2,4,6
/proc/25015/task/25034/stat : 25034 (java) S 25013 25015 23801 0 -1 4202560 2344 0 0 0 87301 46 0 0 20 0 22 0 253802539 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654545238392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25035] ppid=25013 vsize=9824668 CPUtime=873.5 cores=0,2,4,6
/proc/25015/task/25035/stat : 25035 (java) S 25013 25015 23801 0 -1 4202560 652 0 0 0 87330 20 0 0 20 0 22 0 253802539 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654544186136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25036] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25036/stat : 25036 (java) S 25013 25015 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253802542 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654543135784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25037] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25037/stat : 25037 (java) S 25013 25015 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253802542 10060460032 438422 33554432000 1073741824 1073778376 140734786154928 139654542083240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1769.23
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.701 s]
/proc/loadavg: 4.01 4.01 3.91 5/219 25116
/proc/meminfo: memFree=26994760/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/25015/stat : 25015 (java) S 25013 25015 23801 0 -1 4202496 29004 0 1 0 179789 227 0 0 20 0 22 0 253802421 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 140734786146064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2456167 445895 2284 9 0 2446860 0
[pid=25015/tid=25017] ppid=25013 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (java) S 25013 25015 23801 0 -1 4202560 2526 0 1 0 110 4 0 0 20 0 22 0 253802422 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655334204408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (java) S 25013 25015 23801 0 -1 4202560 1009 0 0 0 148 22 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655295695016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25019] ppid=25013 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/25015/task/25019/stat : 25019 (java) S 25013 25015 23801 0 -1 4202560 685 0 0 0 143 21 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655294642472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25020] ppid=25013 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/25015/task/25020/stat : 25020 (java) S 25013 25015 23801 0 -1 4202560 862 0 0 0 142 21 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655293589928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25021] ppid=25013 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/25015/task/25021/stat : 25021 (java) S 25013 25015 23801 0 -1 4202560 648 0 0 0 140 15 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655292537384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25022] ppid=25013 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/25015/task/25022/stat : 25022 (java) S 25013 25015 23801 0 -1 4202560 670 0 0 0 132 17 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655173368488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25023] ppid=25013 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/25015/task/25023/stat : 25023 (java) S 25013 25015 23801 0 -1 4202560 777 0 0 0 132 22 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655172315944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25024] ppid=25013 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/25015/task/25024/stat : 25024 (java) S 25013 25015 23801 0 -1 4202560 778 0 0 0 130 16 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655171263400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25025] ppid=25013 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/25015/task/25025/stat : 25025 (java) S 25013 25015 23801 0 -1 4202560 822 0 0 0 137 18 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655170210856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25026] ppid=25013 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/25015/task/25026/stat : 25026 (java) S 25013 25015 23801 0 -1 4202560 2217 0 0 0 135 20 0 0 20 0 22 0 253802424 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655158012008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25027] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25027/stat : 25027 (java) S 25013 25015 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654552609912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25028] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25028/stat : 25028 (java) S 25013 25015 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654551557256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25029] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25029/stat : 25029 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654550506000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25030] ppid=25013 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/25015/task/25030/stat : 25030 (java) S 25013 25015 23801 0 -1 4202560 6000 0 0 0 118 2 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654549453368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25031] ppid=25013 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/25015/task/25031/stat : 25031 (java) S 25013 25015 23801 0 -1 4202560 7773 0 0 0 134 2 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654548400824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25032] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25032/stat : 25032 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654547348472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25033] ppid=25013 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/25015/task/25033/stat : 25033 (java) S 25013 25015 23801 0 -1 4202560 51 0 0 0 13 12 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654546296136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25034] ppid=25013 vsize=9824668 CPUtime=888.74 cores=0,2,4,6
/proc/25015/task/25034/stat : 25034 (java) R 25013 25015 23801 0 -1 4202560 2346 0 0 0 88827 47 0 0 20 0 22 0 253802539 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654545239120 139655174301248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25035] ppid=25013 vsize=9824668 CPUtime=888.78 cores=0,2,4,6
/proc/25015/task/25035/stat : 25035 (java) R 25013 25015 23801 0 -1 4202560 653 0 0 0 88858 20 0 0 20 0 22 0 253802539 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654544185344 139655174653421 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25036] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25036/stat : 25036 (java) S 25013 25015 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253802542 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654543135784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25037] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25037/stat : 25037 (java) S 25013 25015 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253802542 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654542083240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

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

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

[startup+897.701 s]
/proc/loadavg: 4.01 4.01 3.91 5/219 25116
/proc/meminfo: memFree=26994760/32873844 swapFree=7616/7616
[pid=25015] ppid=25013 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/25015/stat : 25015 (java) S 25013 25015 23801 0 -1 4202496 29004 0 1 0 179789 227 0 0 20 0 22 0 253802421 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 140734786146064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25015/statm: 2456167 445895 2284 9 0 2446860 0
[pid=25015/tid=25017] ppid=25013 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/25015/task/25017/stat : 25017 (java) S 25013 25015 23801 0 -1 4202560 2526 0 1 0 110 4 0 0 20 0 22 0 253802422 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655334204408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25018] ppid=25013 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/25015/task/25018/stat : 25018 (java) S 25013 25015 23801 0 -1 4202560 1009 0 0 0 148 22 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655295695016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25019] ppid=25013 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/25015/task/25019/stat : 25019 (java) S 25013 25015 23801 0 -1 4202560 685 0 0 0 143 21 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655294642472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25020] ppid=25013 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/25015/task/25020/stat : 25020 (java) S 25013 25015 23801 0 -1 4202560 862 0 0 0 142 21 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655293589928 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25021] ppid=25013 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/25015/task/25021/stat : 25021 (java) S 25013 25015 23801 0 -1 4202560 648 0 0 0 140 15 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655292537384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25022] ppid=25013 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/25015/task/25022/stat : 25022 (java) S 25013 25015 23801 0 -1 4202560 670 0 0 0 132 17 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655173368488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25023] ppid=25013 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/25015/task/25023/stat : 25023 (java) S 25013 25015 23801 0 -1 4202560 777 0 0 0 132 22 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655172315944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25024] ppid=25013 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/25015/task/25024/stat : 25024 (java) S 25013 25015 23801 0 -1 4202560 778 0 0 0 130 16 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655171263400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25025] ppid=25013 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/25015/task/25025/stat : 25025 (java) S 25013 25015 23801 0 -1 4202560 822 0 0 0 137 18 0 0 20 0 22 0 253802423 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655170210856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25015/tid=25026] ppid=25013 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/25015/task/25026/stat : 25026 (java) S 25013 25015 23801 0 -1 4202560 2217 0 0 0 135 20 0 0 20 0 22 0 253802424 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139655158012008 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25027] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25027/stat : 25027 (java) S 25013 25015 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654552609912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25028] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25028/stat : 25028 (java) S 25013 25015 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253802425 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654551557256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25029] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25029/stat : 25029 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654550506000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25030] ppid=25013 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/25015/task/25030/stat : 25030 (java) S 25013 25015 23801 0 -1 4202560 6000 0 0 0 118 2 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654549453368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25031] ppid=25013 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/25015/task/25031/stat : 25031 (java) S 25013 25015 23801 0 -1 4202560 7773 0 0 0 134 2 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654548400824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25032] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25032/stat : 25032 (java) S 25013 25015 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654547348472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25033] ppid=25013 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/25015/task/25033/stat : 25033 (java) S 25013 25015 23801 0 -1 4202560 51 0 0 0 13 12 0 0 20 0 22 0 253802427 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654546296136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25015/tid=25034] ppid=25013 vsize=9824668 CPUtime=888.74 cores=0,2,4,6
/proc/25015/task/25034/stat : 25034 (java) R 25013 25015 23801 0 -1 4202560 2346 0 0 0 88827 47 0 0 20 0 22 0 253802539 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654545239120 139655174301248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25015/tid=25035] ppid=25013 vsize=9824668 CPUtime=888.78 cores=0,2,4,6
/proc/25015/task/25035/stat : 25035 (java) R 25013 25015 23801 0 -1 4202560 653 0 0 0 88858 20 0 0 20 0 22 0 253802539 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654544185344 139655174653421 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25036] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25036/stat : 25036 (java) S 25013 25015 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253802542 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654543135784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25015/tid=25037] ppid=25013 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25015/task/25037/stat : 25037 (java) S 25013 25015 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253802542 10060460032 445895 33554432000 1073741824 1073778376 140734786154928 139654542083240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25015 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=160398
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=752581
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.731
CPU time (s): 1800.16
CPU user time (s): 1797.89
CPU system time (s): 2.27
CPU usage (%): 200.523
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.16
system time used= 2.75258
maximum resident set size= 2510288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29034
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31848
involuntary context switches= 37818

runsolver used 3.38149 second user time and 7.55285 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 18:26:08
IDJOB=3688312
IDBENCH=2963
IDSOLVER=2268
FILE ID=node130/3688312-1337876768
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-687342390-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688312-1337876768/watcher-3688312-1337876768 -o /tmp/evaluation-result-3688312-1337876768/solver-3688312-1337876768 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688312-1337876768.opb

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

MD5SUM BENCH= 80cd942b10c7098d47a9e31c7b11aaed
RANDOM SEED=1543237552

node130.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.875
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.75
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.875
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.875
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.91
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27954944 kB
Buffers:          198024 kB
Cached:          2126160 kB
SwapCached:            0 kB
Active:          2322988 kB
Inactive:        1825288 kB
Active(anon):    1826392 kB
Inactive(anon):        0 kB
Active(file):     496596 kB
Inactive(file):  1825288 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3636 kB
Writeback:             0 kB
AnonPages:       1833536 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             627304 kB
SReclaimable:      69464 kB
SUnreclaim:       557840 kB
KernelStack:        1632 kB
PageTables:         7816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2204616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1738752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node130 at 2012-05-24 18:41:08