Trace number 3687953

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 Resolution 2.3.2 SnapshotUNSAT 5.8931 4.28258

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-woodw.opb
MD5SUM39878dc7ef96e07e426f9432943c6054
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 benchmark2.95155
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables252150
Total number of constraints1098
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1098
Minimum length of a constraint30
Maximum length of a constraint43590
Number of terms in the objective function 120
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 4294967292
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 10737418240000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 556588032595749
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.2.v20120418
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		501472288
0.07/0.08	c Max memory 		7480803328
0.07/0.08	c Total memory 		504102912
0.07/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687953-1337877964.opb
0.11/0.10	c reading problem ... 
4.70/3.38	c ... done. Wall clock time 3.281s.
4.70/3.38	c declared #vars     252150
4.70/3.38	c #constraints  1915
4.70/3.38	c constraints type 
4.70/3.38	c ignored satisfied constraints => 268
4.70/3.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1915
4.70/3.38	c 2183 constraints processed.
4.70/3.38	c objective function length is 120 literals
5.74/4.27	c starts		: 0
5.74/4.27	c conflicts		: 0
5.74/4.27	c decisions		: 0
5.74/4.27	c propagations		: 175505
5.74/4.27	c inspects		: 607579
5.74/4.27	c shortcuts		: 0
5.74/4.27	c learnt literals	: 0
5.74/4.27	c learnt binary clauses	: 0
5.74/4.27	c learnt ternary clauses	: 0
5.74/4.27	c learnt constraints	: 0
5.74/4.27	c ignored constraints	: 0
5.74/4.27	c root simplifications	: 0
5.74/4.27	c removed literals (reason simplification)	: 0
5.74/4.27	c reason swapping (by a shorter reason)	: 0
5.74/4.27	c Calls to reduceDB	: 0
5.74/4.27	c number of reductions to clauses (during analyze)	: 0
5.74/4.27	c number of learned constraints concerned by reduction	: 0
5.74/4.27	c number of learning phase by resolution	: 0
5.74/4.27	c number of learning phase by cutting planes	: 0
5.74/4.27	c speed (assignments/second)	: 1.3118162042306935E-4
5.74/4.27	c non guided choices	0
5.74/4.27	c learnt constraints type 
5.74/4.27	c constraints type 
5.74/4.27	c ignored satisfied constraints => 268
5.74/4.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1915
5.74/4.27	c 2183 constraints processed.
5.74/4.27	s UNSATISFIABLE
5.74/4.27	c Total wall clock time (in seconds): 4.175

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-3687953-1337877964/watcher-3687953-1337877964 -o /tmp/evaluation-result-3687953-1337877964/solver-3687953-1337877964 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687953-1337877964.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: 1.93 2.01 1.95 3/192 24805
/proc/meminfo: memFree=29024596/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24805/stat : 24805 (java) R 24803 24805 23289 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 253921948 23793664 716 33554432000 1073741824 1073778376 140735735142656 140735735131720 252253878352 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 5809 716 531 9 0 128 0

[startup+0.0774679 s]
/proc/loadavg: 1.93 2.01 1.95 3/192 24805
/proc/meminfo: memFree=29024596/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24805/stat : 24805 (java) S 24803 24805 23289 0 -1 4202496 3926 0 1 0 6 1 0 0 20 0 18 0 253921948 9787813888 5121 33554432000 1073741824 1073778376 140735735142656 140735735133792 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 2389603 5127 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100311 s]
/proc/loadavg: 1.93 2.01 1.95 3/192 24805
/proc/meminfo: memFree=29024596/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24805/stat : 24805 (java) S 24803 24805 23289 0 -1 4202496 4452 0 1 0 10 1 0 0 20 0 18 0 253921948 9787813888 6114 33554432000 1073741824 1073778376 140735735142656 140735735133792 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 2389603 6114 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300203 s]
/proc/loadavg: 1.93 2.01 1.95 3/192 24805
/proc/meminfo: memFree=29024596/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/24805/stat : 24805 (java) S 24803 24805 23289 0 -1 4202496 6008 0 1 0 54 2 0 0 20 0 18 0 253921948 9787813888 11964 33554432000 1073741824 1073778376 140735735142656 140735735133792 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 2389603 11964 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700323 s]
/proc/loadavg: 1.93 2.01 1.95 3/192 24805
/proc/meminfo: memFree=29024596/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=9558412 CPUtime=1.15 cores=1,3,5,7
/proc/24805/stat : 24805 (java) S 24803 24805 23289 0 -1 4202496 6310 0 1 0 105 10 0 0 20 0 18 0 253921948 9787813888 47762 33554432000 1073741824 1073778376 140735735142656 140735735133792 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 2389603 47762 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558412

[startup+1.50077 s]
/proc/loadavg: 1.93 2.01 1.95 3/210 24823
/proc/meminfo: memFree=28789424/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=9558412 CPUtime=2.2 cores=1,3,5,7
/proc/24805/stat : 24805 (java) S 24803 24805 23289 0 -1 4202496 6925 0 1 0 199 21 0 0 20 0 18 0 253921948 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140735735133792 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 2389603 83045 2245 9 0 2380296 0
[pid=24805/tid=24807] ppid=24803 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/24805/task/24807/stat : 24807 (java) R 24803 24805 23289 0 -1 4202560 2550 0 1 0 128 5 0 0 20 0 18 0 253921949 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140065221697520 140065074792963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24805/tid=24808] ppid=24803 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23289 0 -1 4202560 154 0 0 0 5 3 0 0 20 0 18 0 253921949 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140065194158504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24805/tid=24809] ppid=24803 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24805/task/24809/stat : 24809 (java) S 24803 24805 23289 0 -1 4202560 129 0 0 0 3 0 0 0 20 0 18 0 253921949 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140065193105960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24810] ppid=24803 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23289 0 -1 4202560 146 0 0 0 3 2 0 0 20 0 18 0 253921949 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140065063348392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23289 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 18 0 253921949 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140065062295848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23289 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 253921949 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140065061243816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23289 0 -1 4202560 129 0 0 0 3 1 0 0 20 0 18 0 253921949 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140065060191272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23289 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 18 0 253921949 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140065059138216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24815] ppid=24803 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24805/task/24815/stat : 24815 (java) S 24803 24805 23289 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 18 0 253921949 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140064587770664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23289 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140064575572328 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140064574518648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24818] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24818/stat : 24818 (java) S 24803 24805 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140064573465480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24819] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24819/stat : 24819 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140064572414224 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24820] ppid=24803 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/24805/task/24820/stat : 24820 (java) S 24803 24805 23289 0 -1 4202560 1401 0 0 0 14 0 0 0 20 0 18 0 253921953 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140064571362104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24821] ppid=24803 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/24805/task/24821/stat : 24821 (java) S 24803 24805 23289 0 -1 4202560 1063 0 0 0 15 0 0 0 20 0 18 0 253921953 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140064570309560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24822] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24822/stat : 24822 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140064569256696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24823] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24823/stat : 24823 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 83045 33554432000 1073741824 1073778376 140735735142656 140064568204360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558412

[startup+3.10081 s]
/proc/loadavg: 1.93 2.01 1.95 3/210 24823
/proc/meminfo: memFree=28602748/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=9558412 CPUtime=4.49 cores=1,3,5,7
/proc/24805/stat : 24805 (java) S 24803 24805 23289 0 -1 4202496 7722 0 1 0 401 48 0 0 20 0 18 0 253921948 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140735735133792 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 2389603 127556 2245 9 0 2380296 0
[pid=24805/tid=24807] ppid=24803 vsize=9558412 CPUtime=2.7 cores=1,3,5,7
/proc/24805/task/24807/stat : 24807 (java) R 24803 24805 23289 0 -1 4202560 2561 0 1 0 264 6 0 0 20 0 18 0 253921949 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140065221705096 252266472717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24805/tid=24808] ppid=24803 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23289 0 -1 4202560 307 0 0 0 13 6 0 0 20 0 18 0 253921949 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140065194158504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24809] ppid=24803 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24805/task/24809/stat : 24809 (java) S 24803 24805 23289 0 -1 4202560 178 0 0 0 8 4 0 0 20 0 18 0 253921949 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140065193105960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24810] ppid=24803 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23289 0 -1 4202560 195 0 0 0 11 5 0 0 20 0 18 0 253921949 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140065063348392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23289 0 -1 4202560 77 0 0 0 10 4 0 0 20 0 18 0 253921949 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140065062295848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23289 0 -1 4202560 198 0 0 0 12 6 0 0 20 0 18 0 253921949 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140065061243816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23289 0 -1 4202560 174 0 0 0 9 3 0 0 20 0 18 0 253921949 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140065060191272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23289 0 -1 4202560 100 0 0 0 14 7 0 0 20 0 18 0 253921949 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140065059138216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24815] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24815/stat : 24815 (java) S 24803 24805 23289 0 -1 4202560 96 0 0 0 15 6 0 0 20 0 18 0 253921949 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140064587770664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23289 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140064575572328 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140064574518648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24818] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24818/stat : 24818 (java) S 24803 24805 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140064573465480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24819] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24819/stat : 24819 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140064572414224 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24820] ppid=24803 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/24805/task/24820/stat : 24820 (java) S 24803 24805 23289 0 -1 4202560 1401 0 0 0 14 0 0 0 20 0 18 0 253921953 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140064571362104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24821] ppid=24803 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/24805/task/24821/stat : 24821 (java) S 24803 24805 23289 0 -1 4202560 1063 0 0 0 15 0 0 0 20 0 18 0 253921953 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140064570309560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24822] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24822/stat : 24822 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140064569256696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24823] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24823/stat : 24823 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 127556 33554432000 1073741824 1073778376 140735735142656 140064568204360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9558412

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

[startup+3.90079 s]
/proc/loadavg: 1.93 2.01 1.95 3/210 24823
/proc/meminfo: memFree=28500660/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=9558412 CPUtime=5.44 cores=1,3,5,7
/proc/24805/stat : 24805 (java) S 24803 24805 23289 0 -1 4202496 8852 0 1 0 493 51 0 0 20 0 18 0 253921948 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140735735133792 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 2389603 156686 2259 9 0 2380296 0
[pid=24805/tid=24807] ppid=24803 vsize=9558412 CPUtime=3.49 cores=1,3,5,7
/proc/24805/task/24807/stat : 24807 (java) R 24803 24805 23289 0 -1 4202560 2804 0 1 0 340 9 0 0 20 0 18 0 253921949 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140065221697408 140065074954853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24805/tid=24808] ppid=24803 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23289 0 -1 4202560 307 0 0 0 13 6 0 0 20 0 18 0 253921949 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140065194158504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24809] ppid=24803 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24805/task/24809/stat : 24809 (java) S 24803 24805 23289 0 -1 4202560 178 0 0 0 8 4 0 0 20 0 18 0 253921949 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140065193105960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24810] ppid=24803 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23289 0 -1 4202560 195 0 0 0 11 5 0 0 20 0 18 0 253921949 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140065063348392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23289 0 -1 4202560 77 0 0 0 10 4 0 0 20 0 18 0 253921949 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140065062295848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23289 0 -1 4202560 198 0 0 0 12 6 0 0 20 0 18 0 253921949 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140065061243816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23289 0 -1 4202560 174 0 0 0 9 3 0 0 20 0 18 0 253921949 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140065060191272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23289 0 -1 4202560 100 0 0 0 14 7 0 0 20 0 18 0 253921949 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140065059138216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24815] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24815/stat : 24815 (java) S 24803 24805 23289 0 -1 4202560 96 0 0 0 15 6 0 0 20 0 18 0 253921949 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140064587770664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23289 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140064575572328 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140064574518648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24818] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24818/stat : 24818 (java) S 24803 24805 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140064573465480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24819] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24819/stat : 24819 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140064572414224 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24820] ppid=24803 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/24805/task/24820/stat : 24820 (java) S 24803 24805 23289 0 -1 4202560 1878 0 0 0 23 0 0 0 20 0 18 0 253921953 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140064571362104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24821] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24821/stat : 24821 (java) S 24803 24805 23289 0 -1 4202560 1473 0 0 0 21 0 0 0 20 0 18 0 253921953 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140064570309560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24822] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24822/stat : 24822 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140064569256696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24823] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24823/stat : 24823 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 156686 33554432000 1073741824 1073778376 140735735142656 140064568204360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 9558412

[startup+4.10071 s]
/proc/loadavg: 1.93 2.01 1.95 3/210 24823
/proc/meminfo: memFree=28500660/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=9558412 CPUtime=5.64 cores=1,3,5,7
/proc/24805/stat : 24805 (java) S 24803 24805 23289 0 -1 4202496 8853 0 1 0 513 51 0 0 20 0 18 0 253921948 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140735735133792 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 2389603 156687 2259 9 0 2380296 0
[pid=24805/tid=24807] ppid=24803 vsize=9558412 CPUtime=3.69 cores=1,3,5,7
/proc/24805/task/24807/stat : 24807 (java) R 24803 24805 23289 0 -1 4202560 2804 0 1 0 360 9 0 0 20 0 18 0 253921949 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140065221704392 140065074953690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24805/tid=24808] ppid=24803 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23289 0 -1 4202560 307 0 0 0 13 6 0 0 20 0 18 0 253921949 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140065194158504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24809] ppid=24803 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24805/task/24809/stat : 24809 (java) S 24803 24805 23289 0 -1 4202560 178 0 0 0 8 4 0 0 20 0 18 0 253921949 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140065193105960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24810] ppid=24803 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23289 0 -1 4202560 195 0 0 0 11 5 0 0 20 0 18 0 253921949 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140065063348392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23289 0 -1 4202560 77 0 0 0 10 4 0 0 20 0 18 0 253921949 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140065062295848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23289 0 -1 4202560 198 0 0 0 12 6 0 0 20 0 18 0 253921949 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140065061243816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23289 0 -1 4202560 174 0 0 0 9 3 0 0 20 0 18 0 253921949 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140065060191272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23289 0 -1 4202560 100 0 0 0 14 7 0 0 20 0 18 0 253921949 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140065059138216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24815] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24815/stat : 24815 (java) S 24803 24805 23289 0 -1 4202560 96 0 0 0 15 6 0 0 20 0 18 0 253921949 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140064587770664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23289 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140064575572328 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140064574518648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24818] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24818/stat : 24818 (java) S 24803 24805 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140064573465480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24819] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24819/stat : 24819 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140064572414224 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24820] ppid=24803 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/24805/task/24820/stat : 24820 (java) S 24803 24805 23289 0 -1 4202560 1878 0 0 0 23 0 0 0 20 0 18 0 253921953 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140064571362104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24821] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24821/stat : 24821 (java) S 24803 24805 23289 0 -1 4202560 1473 0 0 0 21 0 0 0 20 0 18 0 253921953 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140064570309560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24822] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24822/stat : 24822 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140064569256696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24823] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24823/stat : 24823 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 156687 33554432000 1073741824 1073778376 140735735142656 140064568204360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 9558412

[startup+4.20062 s]
/proc/loadavg: 1.93 2.01 1.95 3/210 24823
/proc/meminfo: memFree=28500660/32873852 swapFree=7616/7616
[pid=24805] ppid=24803 vsize=9558412 CPUtime=5.74 cores=1,3,5,7
/proc/24805/stat : 24805 (java) S 24803 24805 23289 0 -1 4202496 8855 0 1 0 523 51 0 0 20 0 18 0 253921948 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140735735133792 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24805/statm: 2389603 157199 2259 9 0 2380296 0
[pid=24805/tid=24807] ppid=24803 vsize=9558412 CPUtime=3.79 cores=1,3,5,7
/proc/24805/task/24807/stat : 24807 (java) R 24803 24805 23289 0 -1 4202560 2806 0 1 0 370 9 0 0 20 0 18 0 253921949 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140065221704392 140065074414049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24805/tid=24808] ppid=24803 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/24805/task/24808/stat : 24808 (java) S 24803 24805 23289 0 -1 4202560 307 0 0 0 13 6 0 0 20 0 18 0 253921949 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140065194158504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24809] ppid=24803 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24805/task/24809/stat : 24809 (java) S 24803 24805 23289 0 -1 4202560 178 0 0 0 8 4 0 0 20 0 18 0 253921949 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140065193105960 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24810] ppid=24803 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/24805/task/24810/stat : 24810 (java) S 24803 24805 23289 0 -1 4202560 195 0 0 0 11 5 0 0 20 0 18 0 253921949 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140065063348392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24811] ppid=24803 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/24805/task/24811/stat : 24811 (java) S 24803 24805 23289 0 -1 4202560 77 0 0 0 10 4 0 0 20 0 18 0 253921949 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140065062295848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24812] ppid=24803 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/24805/task/24812/stat : 24812 (java) S 24803 24805 23289 0 -1 4202560 198 0 0 0 12 6 0 0 20 0 18 0 253921949 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140065061243816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24813] ppid=24803 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24805/task/24813/stat : 24813 (java) S 24803 24805 23289 0 -1 4202560 174 0 0 0 9 3 0 0 20 0 18 0 253921949 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140065060191272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24814] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24814/stat : 24814 (java) S 24803 24805 23289 0 -1 4202560 100 0 0 0 14 7 0 0 20 0 18 0 253921949 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140065059138216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24815] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24815/stat : 24815 (java) S 24803 24805 23289 0 -1 4202560 96 0 0 0 15 6 0 0 20 0 18 0 253921949 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140064587770664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24816] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24816/stat : 24816 (java) S 24803 24805 23289 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140064575572328 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24805/tid=24817] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24817/stat : 24817 (java) S 24803 24805 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140064574518648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24818] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24818/stat : 24818 (java) S 24803 24805 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 253921951 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140064573465480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24819] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24819/stat : 24819 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140064572414224 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24820] ppid=24803 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/24805/task/24820/stat : 24820 (java) S 24803 24805 23289 0 -1 4202560 1878 0 0 0 23 0 0 0 20 0 18 0 253921953 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140064571362104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24805/tid=24821] ppid=24803 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/24805/task/24821/stat : 24821 (java) R 24803 24805 23289 0 -1 4202560 1473 0 0 0 21 0 0 0 20 0 18 0 253921953 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140064570309440 140065227663315 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24822] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24822/stat : 24822 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140064569256696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24805/tid=24823] ppid=24803 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24805/task/24823/stat : 24823 (java) S 24803 24805 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253921953 9787813888 157199 33554432000 1073741824 1073778376 140735735142656 140064568204360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 9558412

Child status: 20
Real time (s): 4.28258
CPU time (s): 5.8931
CPU user time (s): 5.2812
CPU system time (s): 0.611906
CPU usage (%): 137.606
Max. virtual memory (cumulated for all children) (KiB): 9558412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2812
system time used= 0.611906
maximum resident set size= 637048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8878
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= 419
involuntary context switches= 464

runsolver used 0.014997 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-24 18:46:05
IDJOB=3687953
IDBENCH=2439
IDSOLVER=2269
FILE ID=node131/3687953-1337877964
RUNJOBID= node131-1337871881-23306
PBS_JOBID= 14620073
Free space on /tmp= 71584 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-woodw.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687953-1337877964/watcher-3687953-1337877964 -o /tmp/evaluation-result-3687953-1337877964/solver-3687953-1337877964 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687953-1337877964.opb

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

MD5SUM BENCH= 39878dc7ef96e07e426f9432943c6054
RANDOM SEED=1559812517

node131.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.805
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.61
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.805
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.805
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.805
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.805
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29024868 kB
Buffers:          212664 kB
Cached:          2148772 kB
SwapCached:            0 kB
Active:          1233700 kB
Inactive:        1847460 kB
Active(anon):     722196 kB
Inactive(anon):        0 kB
Active(file):     511504 kB
Inactive(file):  1847460 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18516 kB
Writeback:             0 kB
AnonPages:        727108 kB
Mapped:            22520 kB
Shmem:               204 kB
Slab:             629532 kB
SReclaimable:      71764 kB
SUnreclaim:       557768 kB
KernelStack:        1704 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1417516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 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= 71580 MiB
End job on node131 at 2012-05-24 18:46:09