Trace number 3689460

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 SnapshotUNSAT 18.7711 8.5581

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-785912.opb
MD5SUMed5b22b7ff980aba201e80ac017c6ab9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.928858
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1380
Total number of constraints1714
Number of constraints which are clauses1422
Number of constraints which are cardinality constraints (but not clauses)292
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint250
Number of terms in the objective function 1260
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689460-1337882281.opb
0.09/0.12	c reading problem ... 
0.54/0.33	c ... done. Wall clock time 0.215s.
0.54/0.33	c declared #vars     1380
0.54/0.33	c #constraints  1714
0.54/0.33	c constraints type 
0.54/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162
0.54/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 292
0.54/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1260
0.54/0.33	c 1714 constraints processed.
0.54/0.33	c constraints type 
0.54/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1260
0.54/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
0.54/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 292
0.54/0.33	c 1714 constraints processed.
0.54/0.33	c objective function length is 1260 literals
3.65/1.21	c cleaning 2490 clauses out of 5001 with flag 5001/5001
4.97/1.80	c cleaning 4249 clauses out of 8510 with flag 11000/11000
6.36/2.54	c cleaning 5619 clauses out of 11261 with flag 18000/18000
8.13/3.41	c cleaning 6816 clauses out of 13646 with flag 26004/26004
10.10/4.44	c cleaning 7909 clauses out of 15827 with flag 35001/35001
12.21/5.56	c cleaning 8958 clauses out of 17919 with flag 45002/45002
14.71/6.87	c cleaning 9973 clauses out of 19959 with flag 56000/56000
18.44/8.47	c  And the winner is solver0
18.62/8.52	c starts		: 78
18.62/8.52	c conflicts		: 67679
18.62/8.52	c decisions		: 126080
18.62/8.52	c propagations		: 5493697
18.62/8.52	c inspects		: 60416651
18.62/8.52	c shortcuts		: 0
18.62/8.52	c learnt literals	: 3
18.62/8.52	c learnt binary clauses	: 12
18.62/8.52	c learnt ternary clauses	: 11
18.62/8.52	c learnt constraints	: 67675
18.62/8.52	c ignored constraints	: 0
18.62/8.52	c root simplifications	: 0
18.62/8.52	c removed literals (reason simplification)	: 1553867
18.62/8.52	c reason swapping (by a shorter reason)	: 0
18.62/8.52	c Calls to reduceDB	: 7
18.62/8.52	c number of reductions to clauses (during analyze)	: 0
18.62/8.52	c number of learned constraints concerned by reduction	: 0
18.62/8.52	c number of learning phase by resolution	: 0
18.62/8.53	c number of learning phase by cutting planes	: 0
18.62/8.53	c speed (assignments/second)	: 671683.2131067368
18.62/8.53	c non guided choices	19
18.62/8.54	c learnt constraints type 
18.62/8.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
18.62/8.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21649
18.62/8.54	c constraints type 
18.62/8.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162
18.62/8.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 292
18.62/8.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1260
18.62/8.54	c 1714 constraints processed.
18.62/8.54	c constraints type 
18.62/8.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1260
18.62/8.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
18.62/8.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 292
18.62/8.54	c 1714 constraints processed.
18.62/8.54	s UNSATISFIABLE
18.62/8.54	c Total wall clock time (in seconds): 8.421

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-3689460-1337882281/watcher-3689460-1337882281 -o /tmp/evaluation-result-3689460-1337882281/solver-3689460-1337882281 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689460-1337882281.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.74 3.85 3.87 4/197 25362
/proc/meminfo: memFree=25725828/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25362/stat : 25362 (java) D 25360 25362 22059 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 254355051 9515008 185 33554432000 1073741824 1073778376 140734735403216 140734735392280 233402625319 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2323 185 143 9 0 71 0

[startup+0.0381689 s]
/proc/loadavg: 3.74 3.85 3.87 4/197 25362
/proc/meminfo: memFree=25725828/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 3003 0 1 0 2 0 0 0 20 0 13 0 254355051 9446973440 3700 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2306390 3700 1683 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100223 s]
/proc/loadavg: 3.74 3.85 3.87 4/197 25362
/proc/meminfo: memFree=25725828/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 4310 0 1 0 9 0 0 0 20 0 18 0 254355051 9787813888 5511 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2389603 5511 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300205 s]
/proc/loadavg: 3.74 3.85 3.87 4/197 25362
/proc/meminfo: memFree=25725828/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 5950 0 1 0 53 1 0 0 20 0 18 0 254355051 9787813888 11141 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2389603 11141 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700204 s]
/proc/loadavg: 3.74 3.85 3.87 4/197 25362
/proc/meminfo: memFree=25725828/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 15178 0 1 0 203 4 0 0 20 0 22 0 254355051 10060460032 21194 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2456167 21194 2249 9 0 2446860 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824668

[startup+1.50081 s]
/proc/loadavg: 3.74 3.85 3.87 5/219 25384
/proc/meminfo: memFree=25567800/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9824668 CPUtime=4.29 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 16578 0 1 0 420 9 0 0 20 0 22 0 254355051 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2456167 52270 2284 9 0 2446860 0
[pid=25362/tid=25364] ppid=25360 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/25362/task/25364/stat : 25364 (java) S 25360 25362 22059 0 -1 4202560 2464 0 1 0 31 0 0 0 20 0 22 0 254355052 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139808130479096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25365] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25365/stat : 25365 (java) S 25360 25362 22059 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254355052 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139808102931240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25366] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25366/stat : 25366 (java) S 25360 25362 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254355052 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139808101878440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25367] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25367/stat : 25367 (java) S 25360 25362 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254355052 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139808100826152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25368] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25368/stat : 25368 (java) S 25360 25362 22059 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254355052 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139808099773352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25369] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25369/stat : 25369 (java) S 25360 25362 22059 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254355052 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807969290536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25370] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25370/stat : 25370 (java) S 25360 25362 22059 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254355052 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807968237736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25371] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25371/stat : 25371 (java) S 25360 25362 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254355052 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807967185448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25372] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25372/stat : 25372 (java) S 25360 25362 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254355052 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807966132648 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25373] ppid=25360 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25362/task/25373/stat : 25373 (java) S 25360 25362 22059 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 22 0 254355053 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807483620072 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25374] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25374/stat : 25374 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807482566136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25375] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25375/stat : 25375 (java) S 25360 25362 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807481513736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25376] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25376/stat : 25376 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807480462224 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25377] ppid=25360 vsize=9824668 CPUtime=0.79 cores=1,3,5,7
/proc/25362/task/25377/stat : 25377 (java) S 25360 25362 22059 0 -1 4202560 6305 0 0 0 77 2 0 0 20 0 22 0 254355056 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807479408824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25378] ppid=25360 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/25362/task/25378/stat : 25378 (java) R 25360 25362 22059 0 -1 4202560 6299 0 0 0 81 2 0 0 20 0 22 0 254355056 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807478356024 139808137464694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25379] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25379/stat : 25379 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807477303928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25380] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25380/stat : 25380 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355057 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807476251336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25381] ppid=25360 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/25362/task/25381/stat : 25381 (java) R 25360 25362 22059 0 -1 4202560 28 0 0 0 107 0 0 0 20 0 22 0 254355084 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807475196640 139807980955965 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25382] ppid=25360 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/25362/task/25382/stat : 25382 (java) R 25360 25362 22059 0 -1 4202560 125 0 0 0 106 2 0 0 20 0 22 0 254355084 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807474141880 139807981074079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25383] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25383/stat : 25383 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807473092264 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25384] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25384/stat : 25384 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 52270 33554432000 1073741824 1073778376 140734735403216 139807472039464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9824668

[startup+3.10092 s]
/proc/loadavg: 3.74 3.85 3.87 5/219 25384
/proc/meminfo: memFree=25425968/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9824668 CPUtime=7.5 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 16662 0 1 0 737 13 0 0 20 0 22 0 254355051 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2456167 78905 2284 9 0 2446860 0
[pid=25362/tid=25364] ppid=25360 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/25362/task/25364/stat : 25364 (java) S 25360 25362 22059 0 -1 4202560 2465 0 1 0 31 0 0 0 20 0 22 0 254355052 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139808130479096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25365] ppid=25360 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25362/task/25365/stat : 25365 (java) S 25360 25362 22059 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254355052 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139808102931240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25366] ppid=25360 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25362/task/25366/stat : 25366 (java) S 25360 25362 22059 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254355052 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139808101878440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25367] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25367/stat : 25367 (java) S 25360 25362 22059 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254355052 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139808100826152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25368] ppid=25360 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25362/task/25368/stat : 25368 (java) S 25360 25362 22059 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254355052 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139808099773352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25369] ppid=25360 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25362/task/25369/stat : 25369 (java) S 25360 25362 22059 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254355052 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807969290536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25370] ppid=25360 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25362/task/25370/stat : 25370 (java) S 25360 25362 22059 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254355052 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807968237736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25371] ppid=25360 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25362/task/25371/stat : 25371 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 254355052 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807967185448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25372] ppid=25360 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25362/task/25372/stat : 25372 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254355052 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807966132648 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25373] ppid=25360 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/25362/task/25373/stat : 25373 (java) S 25360 25362 22059 0 -1 4202560 106 0 0 0 16 0 0 0 20 0 22 0 254355053 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807483620072 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25374] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25374/stat : 25374 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807482566136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25375] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25375/stat : 25375 (java) S 25360 25362 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807481513736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25376] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25376/stat : 25376 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807480462224 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25377] ppid=25360 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/25362/task/25377/stat : 25377 (java) S 25360 25362 22059 0 -1 4202560 6306 0 0 0 82 2 0 0 20 0 22 0 254355056 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807479408824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25378] ppid=25360 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/25362/task/25378/stat : 25378 (java) S 25360 25362 22059 0 -1 4202560 6299 0 0 0 85 2 0 0 20 0 22 0 254355056 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807478356024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25379] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25379/stat : 25379 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807477303928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25380] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25380/stat : 25380 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355057 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807476251336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25381] ppid=25360 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/25362/task/25381/stat : 25381 (java) R 25360 25362 22059 0 -1 4202560 28 0 0 0 249 0 0 0 20 0 22 0 254355084 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807475196640 139807980927988 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25382] ppid=25360 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/25362/task/25382/stat : 25382 (java) R 25360 25362 22059 0 -1 4202560 162 0 0 0 248 3 0 0 20 0 22 0 254355084 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807474141880 139807981074229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25383] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25383/stat : 25383 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807473092264 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25384] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25384/stat : 25384 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 78905 33554432000 1073741824 1073778376 140734735403216 139807472039464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 3.76 3.85 3.87 5/219 25384
/proc/meminfo: memFree=25239244/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9824668 CPUtime=13.7 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 16911 0 1 0 1351 19 0 0 20 0 22 0 254355051 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2456167 118680 2285 9 0 2446860 0
[pid=25362/tid=25364] ppid=25360 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/25362/task/25364/stat : 25364 (java) S 25360 25362 22059 0 -1 4202560 2465 0 1 0 31 0 0 0 20 0 22 0 254355052 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139808130479096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25365] ppid=25360 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25362/task/25365/stat : 25365 (java) S 25360 25362 22059 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 254355052 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139808102931240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25366] ppid=25360 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25362/task/25366/stat : 25366 (java) S 25360 25362 22059 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254355052 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139808101878440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25367] ppid=25360 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25362/task/25367/stat : 25367 (java) S 25360 25362 22059 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254355052 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139808100826152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25368] ppid=25360 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25362/task/25368/stat : 25368 (java) S 25360 25362 22059 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 22 0 254355052 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139808099773352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25369] ppid=25360 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25362/task/25369/stat : 25369 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 22 0 254355052 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807969290536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25370] ppid=25360 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25362/task/25370/stat : 25370 (java) S 25360 25362 22059 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254355052 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807968237736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25371] ppid=25360 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25362/task/25371/stat : 25371 (java) S 25360 25362 22059 0 -1 4202560 20 0 0 0 5 2 0 0 20 0 22 0 254355052 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807967185448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25372] ppid=25360 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25362/task/25372/stat : 25372 (java) S 25360 25362 22059 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 22 0 254355052 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807966132648 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25373] ppid=25360 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/25362/task/25373/stat : 25373 (java) S 25360 25362 22059 0 -1 4202560 243 0 0 0 50 2 0 0 20 0 22 0 254355053 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807483620072 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25374] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25374/stat : 25374 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807482566136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25375] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25375/stat : 25375 (java) S 25360 25362 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807481513736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25376] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25376/stat : 25376 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807480462224 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25377] ppid=25360 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/25362/task/25377/stat : 25377 (java) S 25360 25362 22059 0 -1 4202560 6306 0 0 0 89 2 0 0 20 0 22 0 254355056 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807479408824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25378] ppid=25360 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/25362/task/25378/stat : 25378 (java) S 25360 25362 22059 0 -1 4202560 6300 0 0 0 86 2 0 0 20 0 22 0 254355056 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807478356024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25379] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25379/stat : 25379 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807477303928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25380] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25380/stat : 25380 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355057 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807476251336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25381] ppid=25360 vsize=9824668 CPUtime=5.25 cores=1,3,5,7
/proc/25362/task/25381/stat : 25381 (java) R 25360 25362 22059 0 -1 4202560 32 0 0 0 525 0 0 0 20 0 22 0 254355084 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807475196840 139807980904162 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25382] ppid=25360 vsize=9824668 CPUtime=5.28 cores=1,3,5,7
/proc/25362/task/25382/stat : 25382 (java) R 25360 25362 22059 0 -1 4202560 223 0 0 0 522 6 0 0 20 0 22 0 254355084 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807474142064 139807981074259 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25383] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25383/stat : 25383 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807473092264 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25384] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25384/stat : 25384 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 118680 33554432000 1073741824 1073778376 140734735403216 139807472039464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.7
Current children cumulated vsize (KiB) 9824668

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

[startup+7.90092 s]
/proc/loadavg: 3.76 3.85 3.87 5/219 25384
/proc/meminfo: memFree=25191104/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9824668 CPUtime=17.44 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 23014 0 1 0 1724 20 0 0 20 0 22 0 254355051 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2456167 127503 2285 9 0 2446860 0
[pid=25362/tid=25364] ppid=25360 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/25362/task/25364/stat : 25364 (java) S 25360 25362 22059 0 -1 4202560 2465 0 1 0 31 0 0 0 20 0 22 0 254355052 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139808130479096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25365] ppid=25360 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25362/task/25365/stat : 25365 (java) S 25360 25362 22059 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 22 0 254355052 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139808102931240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25366] ppid=25360 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25362/task/25366/stat : 25366 (java) S 25360 25362 22059 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 254355052 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139808101878440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25367] ppid=25360 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25362/task/25367/stat : 25367 (java) S 25360 25362 22059 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254355052 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139808100826152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25368] ppid=25360 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25362/task/25368/stat : 25368 (java) S 25360 25362 22059 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 22 0 254355052 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139808099773352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25369] ppid=25360 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25362/task/25369/stat : 25369 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 22 0 254355052 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807969290536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25370] ppid=25360 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25362/task/25370/stat : 25370 (java) S 25360 25362 22059 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 254355052 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807968237736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25371] ppid=25360 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/25362/task/25371/stat : 25371 (java) S 25360 25362 22059 0 -1 4202560 20 0 0 0 6 2 0 0 20 0 22 0 254355052 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807967185448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25372] ppid=25360 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25362/task/25372/stat : 25372 (java) S 25360 25362 22059 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 22 0 254355052 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807966132648 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25373] ppid=25360 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/25362/task/25373/stat : 25373 (java) S 25360 25362 22059 0 -1 4202560 267 0 0 0 64 2 0 0 20 0 22 0 254355053 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807483620072 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25374] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25374/stat : 25374 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807482566136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25375] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25375/stat : 25375 (java) S 25360 25362 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807481513736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25376] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25376/stat : 25376 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807480462224 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25377] ppid=25360 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25362/task/25377/stat : 25377 (java) S 25360 25362 22059 0 -1 4202560 12366 0 0 0 148 3 0 0 20 0 22 0 254355056 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807479408824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25378] ppid=25360 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/25362/task/25378/stat : 25378 (java) S 25360 25362 22059 0 -1 4202560 6305 0 0 0 93 2 0 0 20 0 22 0 254355056 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807478356024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25379] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25379/stat : 25379 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807477303928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25380] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25380/stat : 25380 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355057 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807476251336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25381] ppid=25360 vsize=9824668 CPUtime=6.69 cores=1,3,5,7
/proc/25362/task/25381/stat : 25381 (java) R 25360 25362 22059 0 -1 4202560 35 0 0 0 669 0 0 0 20 0 22 0 254355084 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807475195560 139807980904103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25382] ppid=25360 vsize=9824668 CPUtime=6.73 cores=1,3,5,7
/proc/25362/task/25382/stat : 25382 (java) R 25360 25362 22059 0 -1 4202560 232 0 0 0 667 6 0 0 20 0 22 0 254355084 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807474143448 139807980927398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25383] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25383/stat : 25383 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807473092264 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25384] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25384/stat : 25384 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 127503 33554432000 1073741824 1073778376 140734735403216 139807472039464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.44
Current children cumulated vsize (KiB) 9824668

[startup+8.30092 s]
/proc/loadavg: 3.76 3.85 3.87 5/219 25384
/proc/meminfo: memFree=25191104/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9824668 CPUtime=18.25 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 23021 0 1 0 1804 21 0 0 20 0 22 0 254355051 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2456167 130575 2285 9 0 2446860 0
[pid=25362/tid=25364] ppid=25360 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/25362/task/25364/stat : 25364 (java) S 25360 25362 22059 0 -1 4202560 2465 0 1 0 31 0 0 0 20 0 22 0 254355052 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139808130479096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25365] ppid=25360 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25362/task/25365/stat : 25365 (java) S 25360 25362 22059 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 22 0 254355052 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139808102931240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25366] ppid=25360 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25362/task/25366/stat : 25366 (java) S 25360 25362 22059 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 254355052 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139808101878440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25367] ppid=25360 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25362/task/25367/stat : 25367 (java) S 25360 25362 22059 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254355052 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139808100826152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25368] ppid=25360 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25362/task/25368/stat : 25368 (java) S 25360 25362 22059 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 22 0 254355052 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139808099773352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25369] ppid=25360 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25362/task/25369/stat : 25369 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 22 0 254355052 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807969290536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25370] ppid=25360 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25362/task/25370/stat : 25370 (java) S 25360 25362 22059 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 254355052 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807968237736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25371] ppid=25360 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/25362/task/25371/stat : 25371 (java) S 25360 25362 22059 0 -1 4202560 20 0 0 0 6 2 0 0 20 0 22 0 254355052 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807967185448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25372] ppid=25360 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25362/task/25372/stat : 25372 (java) S 25360 25362 22059 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 22 0 254355052 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807966132648 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25373] ppid=25360 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/25362/task/25373/stat : 25373 (java) S 25360 25362 22059 0 -1 4202560 267 0 0 0 64 2 0 0 20 0 22 0 254355053 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807483620072 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25374] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25374/stat : 25374 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807482566136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25375] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25375/stat : 25375 (java) S 25360 25362 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254355054 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807481513736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25376] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25376/stat : 25376 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807480462224 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25377] ppid=25360 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25362/task/25377/stat : 25377 (java) S 25360 25362 22059 0 -1 4202560 12366 0 0 0 148 3 0 0 20 0 22 0 254355056 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807479408824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25378] ppid=25360 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/25362/task/25378/stat : 25378 (java) S 25360 25362 22059 0 -1 4202560 6305 0 0 0 93 2 0 0 20 0 22 0 254355056 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807478356024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25379] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25379/stat : 25379 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355056 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807477303928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25380] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25380/stat : 25380 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254355057 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807476251336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25381] ppid=25360 vsize=9824668 CPUtime=7.09 cores=1,3,5,7
/proc/25362/task/25381/stat : 25381 (java) R 25360 25362 22059 0 -1 4202560 35 0 0 0 709 0 0 0 20 0 22 0 254355084 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807475195064 139807980903455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25382] ppid=25360 vsize=9824668 CPUtime=7.13 cores=1,3,5,7
/proc/25362/task/25382/stat : 25382 (java) R 25360 25362 22059 0 -1 4202560 239 0 0 0 706 7 0 0 20 0 22 0 254355084 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807474141984 139807980979569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25383] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25383/stat : 25383 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807473092264 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25362/tid=25384] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25384/stat : 25384 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254355086 10060460032 130575 33554432000 1073741824 1073778376 140734735403216 139807472039464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 18.25
Current children cumulated vsize (KiB) 9824668

[startup+8.50092 s]
/proc/loadavg: 3.76 3.85 3.87 5/219 25384
/proc/meminfo: memFree=25191104/32873844 swapFree=7100/7100
[pid=25362] ppid=25360 vsize=9824668 CPUtime=18.62 cores=1,3,5,7
/proc/25362/stat : 25362 (java) S 25360 25362 22059 0 -1 4202496 23051 0 1 0 1839 23 0 0 20 0 20 0 254355051 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 140734735394352 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25362/statm: 2456167 144905 2286 9 0 2446860 0
[pid=25362/tid=25364] ppid=25360 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/25362/task/25364/stat : 25364 (java) S 25360 25362 22059 0 -1 4202560 2465 0 1 0 31 0 0 0 20 0 20 0 254355052 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139808130479096 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25365] ppid=25360 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25362/task/25365/stat : 25365 (java) S 25360 25362 22059 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 20 0 254355052 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139808102931240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25366] ppid=25360 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25362/task/25366/stat : 25366 (java) S 25360 25362 22059 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 20 0 254355052 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139808101878440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25367] ppid=25360 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25362/task/25367/stat : 25367 (java) S 25360 25362 22059 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 20 0 254355052 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139808100826152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25368] ppid=25360 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25362/task/25368/stat : 25368 (java) S 25360 25362 22059 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 20 0 254355052 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139808099773352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25369] ppid=25360 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25362/task/25369/stat : 25369 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 20 0 254355052 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807969290536 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25370] ppid=25360 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25362/task/25370/stat : 25370 (java) S 25360 25362 22059 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 20 0 254355052 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807968237736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25371] ppid=25360 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/25362/task/25371/stat : 25371 (java) S 25360 25362 22059 0 -1 4202560 20 0 0 0 6 2 0 0 20 0 20 0 254355052 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807967185448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25372] ppid=25360 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25362/task/25372/stat : 25372 (java) S 25360 25362 22059 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 20 0 254355052 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807966132648 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25373] ppid=25360 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/25362/task/25373/stat : 25373 (java) S 25360 25362 22059 0 -1 4202560 267 0 0 0 64 2 0 0 20 0 20 0 254355053 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807483620072 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25374] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25374/stat : 25374 (java) S 25360 25362 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254355054 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807482566136 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25375] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25375/stat : 25375 (java) S 25360 25362 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254355054 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807481513736 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25376] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25376/stat : 25376 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254355056 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807480462224 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25377] ppid=25360 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25362/task/25377/stat : 25377 (java) S 25360 25362 22059 0 -1 4202560 12366 0 0 0 148 3 0 0 20 0 20 0 254355056 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807479408824 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25362/tid=25378] ppid=25360 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/25362/task/25378/stat : 25378 (java) S 25360 25362 22059 0 -1 4202560 6305 0 0 0 93 2 0 0 20 0 20 0 254355056 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807478356024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25379] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25379/stat : 25379 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254355056 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807477303928 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25362/tid=25380] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25380/stat : 25380 (java) S 25360 25362 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254355057 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807476251336 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25382] ppid=25360 vsize=9824668 CPUtime=7.33 cores=1,3,5,7
/proc/25362/task/25382/stat : 25382 (java) R 25360 25362 22059 0 -1 4202560 267 0 0 0 725 8 0 0 20 0 20 0 254355084 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807474141984 139807981074199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25362/tid=25384] ppid=25360 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25362/task/25384/stat : 25384 (java) S 25360 25362 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254355086 10060460032 144905 33554432000 1073741824 1073778376 140734735403216 139807472039464 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 18.62
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 8.5581
CPU time (s): 18.7711
CPU user time (s): 18.4092
CPU system time (s): 0.361944
CPU usage (%): 219.338
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4092
system time used= 0.361944
maximum resident set size= 585768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23064
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 854
involuntary context switches= 1271

runsolver used 0.06399 second user time and 0.056991 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 19:58:01
IDJOB=3689460
IDBENCH=89822
IDSOLVER=2268
FILE ID=node111/3689460-1337882281
RUNJOBID= node111-1337871880-22076
PBS_JOBID= 14620093
Free space on /tmp= 71576 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-785912.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689460-1337882281/watcher-3689460-1337882281 -o /tmp/evaluation-result-3689460-1337882281/solver-3689460-1337882281 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689460-1337882281.opb

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

MD5SUM BENCH= ed5b22b7ff980aba201e80ac017c6ab9
RANDOM SEED=1948956623

node111.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.152
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.30
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.152
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.152
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25725720 kB
Buffers:          208904 kB
Cached:          3112728 kB
SwapCached:            0 kB
Active:          3849632 kB
Inactive:        2524008 kB
Active(anon):    3054348 kB
Inactive(anon):        0 kB
Active(file):     795284 kB
Inactive(file):  2524008 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               204 kB
Writeback:             0 kB
AnonPages:       3097276 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             630460 kB
SReclaimable:      72748 kB
SUnreclaim:       557712 kB
KernelStack:        1784 kB
PageTables:         9856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3488648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3026944 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= 71576 MiB
End job on node111 at 2012-05-24 19:58:09