Trace number 3459609

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
Sat4j Resolution 2.3.0UNSAT 9.35458 8.31229

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-momentum2.opb
MD5SUM0d80b4a073c50ac034a87a4950dc06d8
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 benchmark8.99963
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25930
Total number of constraints22668
Number of constraints which are clauses10362
Number of constraints which are cardinality constraints (but not clauses)103
Number of constraints which are nor clauses,nor cardinality constraints12203
Minimum length of a constraint1
Maximum length of a constraint913
Number of terms in the objective function 24130
Biggest coefficient in the objective function 655360000
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 3638660312
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 1024000000000000000000000000000
Number of bits of the biggest number in a constraint 100
Biggest sum of numbers in a constraint 3743132712137090008913823010064
Number of bits of the biggest sum of numbers102
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		12995394264
0.01/0.09	c Max memory 		13063553024
0.01/0.09	c Total memory 		13063553024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459609-1307151874.opb
0.10/0.11	c reading problem ... 
8.98/8.10	c ... done. Wall clock time 7.99s.
8.98/8.10	c #vars     25930
8.98/8.10	c #constraints  32650
8.98/8.10	c constraints type 
8.98/8.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4005
8.98/8.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
8.98/8.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1451
8.98/8.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8822
8.98/8.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3501
9.21/8.22	c starts		: 0
9.21/8.22	c conflicts		: 0
9.21/8.22	c decisions		: 0
9.21/8.22	c propagations		: 15826
9.21/8.22	c inspects		: 30614
9.21/8.22	c shortcuts		: 0
9.21/8.22	c learnt literals	: 0
9.21/8.22	c learnt binary clauses	: 0
9.21/8.22	c learnt ternary clauses	: 0
9.21/8.22	c learnt constraints	: 0
9.21/8.22	c ignored constraints	: 0
9.21/8.22	c root simplifications	: 0
9.21/8.22	c removed literals (reason simplification)	: 0
9.21/8.22	c reason swapping (by a shorter reason)	: 0
9.21/8.22	c Calls to reduceDB	: 0
9.21/8.22	c number of reductions to clauses (during analyze)	: 0
9.21/8.22	c number of learned constraints concerned by reduction	: 0
9.21/8.22	c number of learning phase by resolution	: 0
9.21/8.22	c number of learning phase by cutting planes	: 0
9.21/8.22	c speed (assignments/second)	: 142576.57657657657
9.21/8.22	c non guided choices	0
9.21/8.22	c learnt constraints type 
9.21/8.22	c constraints type 
9.21/8.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4005
9.21/8.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
9.21/8.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1451
9.21/8.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8822
9.21/8.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3501
9.21/8.22	s UNSATISFIABLE
9.21/8.22	c Total wall clock time (in seconds): 8.103

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459609-1307151874/watcher-3459609-1307151874 -o /tmp/evaluation-result-3459609-1307151874/solver-3459609-1307151874 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459609-1307151874.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: 2.02 2.03 2.00 2/516 15238
/proc/meminfo: memFree=28926684/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 2886 0 1 0 0 0 0 0 21 0 2 0 826787240 13833195520 2588 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3377245 2602 906 9 0 3368401 0
[pid=15238/tid=15239] ppid=15236 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 4379 0 1 0 0 0 0 0 22 0 2 0 826787241 13850947584 5195 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0258761 s]
/proc/loadavg: 2.02 2.03 2.00 2/516 15238
/proc/meminfo: memFree=28926684/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13526316 CPUtime=0.01 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 10500 0 1 0 0 1 0 0 21 0 2 0 826787240 13850947584 10202 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3381579 10221 917 9 0 3372735 0
[pid=15238/tid=15239] ppid=15236 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 9419 0 1 0 0 0 0 0 22 0 2 0 826787241 13850947584 10235 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13526316

[startup+0.100827 s]
/proc/loadavg: 2.02 2.03 2.00 2/516 15238
/proc/meminfo: memFree=28926684/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13622476 CPUtime=0.1 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 15459 0 1 0 8 2 0 0 21 0 18 0 826787240 13949415424 15149 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3405619 15149 2092 9 0 3396353 0
[pid=15238/tid=15239] ppid=15236 vsize=13622476 CPUtime=0.07 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 13542 0 1 0 6 1 0 0 23 0 18 0 826787241 13949415424 15149 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210646831094 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622476

[startup+0.300794 s]
/proc/loadavg: 2.02 2.03 2.00 2/516 15238
/proc/meminfo: memFree=28926684/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13624260 CPUtime=0.48 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 20503 0 1 0 45 3 0 0 21 0 18 0 826787240 13951242240 20029 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3406065 20029 2200 9 0 3396799 0
[pid=15238/tid=15239] ppid=15236 vsize=13624260 CPUtime=0.28 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 17829 0 1 0 26 2 0 0 23 0 18 0 826787241 13951242240 20029 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 46912505211265 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13624260

[startup+0.70073 s]
/proc/loadavg: 2.02 2.03 2.00 2/516 15238
/proc/meminfo: memFree=28926684/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13635180 CPUtime=1.37 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 55357 0 1 0 130 7 0 0 21 0 18 0 826787240 13962424320 51542 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3408795 51542 2219 9 0 3399529 0
[pid=15238/tid=15239] ppid=15236 vsize=13635180 CPUtime=0.68 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 44938 0 1 0 63 5 0 0 25 0 18 0 826787241 13962424320 51542 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 46912505228295 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 13635180

[startup+1.50063 s]
/proc/loadavg: 2.02 2.03 2.00 3/534 15256
/proc/meminfo: memFree=28635088/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13635180 CPUtime=2.34 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 113310 0 1 0 220 14 0 0 21 0 18 0 826787240 13962424320 109494 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3408795 109497 2222 9 0 3399529 0
[pid=15238/tid=15239] ppid=15236 vsize=13635180 CPUtime=1.47 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 102774 0 1 0 135 12 0 0 25 0 18 0 826787241 13962424320 109499 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 46912505561566 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15238/tid=15241] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 826787243 13962424320 109501 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15242] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 826787243 13962424320 109502 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15243] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 109504 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 109506 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 109508 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 109509 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 109517 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 109524 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 12918 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 826787244 13962424320 109532 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 0 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 12918 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 109536 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15251] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15251/stat : 15251 (java) S 15236 15238 12918 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 109536 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15252] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15252/stat : 15252 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 826787247 13962424320 109536 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658970033 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15253] ppid=15236 vsize=13635180 CPUtime=0.53 cores=1,3,5,7
/proc/15238/task/15253/stat : 15253 (java) S 15236 15238 12918 0 -1 4202560 5840 0 0 0 53 0 0 0 15 0 18 0 826787247 13962424320 109536 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15254] ppid=15236 vsize=13635180 CPUtime=0.3 cores=1,3,5,7
/proc/15238/task/15254/stat : 15254 (java) S 15236 15238 12918 0 -1 4202560 3548 0 0 0 30 0 0 0 17 0 18 0 826787247 13962424320 109536 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
[pid=15238/tid=15255] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15255/stat : 15255 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 826787247 13962424320 109536 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15256] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15256/stat : 15256 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 826787247 13962424320 109536 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 13635180

[startup+3.10141 s]
/proc/loadavg: 2.02 2.03 2.00 3/534 15256
/proc/meminfo: memFree=28325584/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13635180 CPUtime=3.94 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 224416 0 1 0 369 25 0 0 21 0 18 0 826787240 13962424320 220600 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3408795 220603 2222 9 0 3399529 0
[pid=15238/tid=15239] ppid=15236 vsize=13635180 CPUtime=3.07 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 213879 0 1 0 284 23 0 0 25 0 18 0 826787241 13962424320 220604 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 46912505572596 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15238/tid=15241] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 826787243 13962424320 220605 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15242] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 826787243 13962424320 220607 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15243] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 220608 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 220610 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 220611 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 220612 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 220613 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 220613 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 12918 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 826787244 13962424320 220615 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 0 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 12918 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 220616 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15251] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15251/stat : 15251 (java) S 15236 15238 12918 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 220617 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15252] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15252/stat : 15252 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 826787247 13962424320 220619 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658970033 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15253] ppid=15236 vsize=13635180 CPUtime=0.53 cores=1,3,5,7
/proc/15238/task/15253/stat : 15253 (java) S 15236 15238 12918 0 -1 4202560 5840 0 0 0 53 0 0 0 15 0 18 0 826787247 13962424320 220620 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15254] ppid=15236 vsize=13635180 CPUtime=0.3 cores=1,3,5,7
/proc/15238/task/15254/stat : 15254 (java) S 15236 15238 12918 0 -1 4202560 3548 0 0 0 30 0 0 0 17 0 18 0 826787247 13962424320 220622 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
[pid=15238/tid=15255] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15255/stat : 15255 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 826787247 13962424320 220623 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15256] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15256/stat : 15256 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 826787247 13962424320 220624 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 13635180

[startup+6.30078 s]
/proc/loadavg: 2.18 2.06 2.01 3/534 15256
/proc/meminfo: memFree=27339152/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13635180 CPUtime=7.17 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 476128 0 1 0 664 53 0 0 21 0 18 0 826787240 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3408795 472253 2223 9 0 3399529 0
[pid=15238/tid=15239] ppid=15236 vsize=13635180 CPUtime=6.27 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 465571 0 1 0 575 52 0 0 18 0 18 0 826787241 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 46912505524915 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15238/tid=15241] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 826787243 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15242] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 826787243 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15243] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 12918 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 826787244 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 0 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 12918 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15251] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15251/stat : 15251 (java) S 15236 15238 12918 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15252] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15252/stat : 15252 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 826787247 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658970033 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15253] ppid=15236 vsize=13635180 CPUtime=0.57 cores=1,3,5,7
/proc/15238/task/15253/stat : 15253 (java) S 15236 15238 12918 0 -1 4202560 5847 0 0 0 57 0 0 0 15 0 18 0 826787247 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15254] ppid=15236 vsize=13635180 CPUtime=0.31 cores=1,3,5,7
/proc/15238/task/15254/stat : 15254 (java) S 15236 15238 12918 0 -1 4202560 3556 0 0 0 31 0 0 0 15 0 18 0 826787247 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
[pid=15238/tid=15255] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15255/stat : 15255 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 826787247 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15256] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15256/stat : 15256 (java) S 15236 15238 12918 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 826787247 13962424320 472253 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 13635180

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

[startup+7.1007 s]
/proc/loadavg: 2.18 2.06 2.01 3/534 15256
/proc/meminfo: memFree=26975552/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13635180 CPUtime=7.98 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 541347 0 1 0 737 61 0 0 21 0 18 0 826787240 13962424320 537473 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3408795 537477 2223 9 0 3399529 0
[pid=15238/tid=15239] ppid=15236 vsize=13635180 CPUtime=7.07 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 530796 0 1 0 648 59 0 0 19 0 18 0 826787241 13962424320 537478 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 46912505572786 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15238/tid=15241] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 826787243 13962424320 537481 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15242] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 826787243 13962424320 537483 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15243] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 537485 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 537491 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 537500 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 537507 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 537513 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 537519 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 12918 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 826787244 13962424320 537522 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 0 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 12918 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 537522 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15251] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15251/stat : 15251 (java) S 15236 15238 12918 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 537522 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15252] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15252/stat : 15252 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 826787247 13962424320 537522 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658970033 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15253] ppid=15236 vsize=13635180 CPUtime=0.57 cores=1,3,5,7
/proc/15238/task/15253/stat : 15253 (java) S 15236 15238 12918 0 -1 4202560 5847 0 0 0 57 0 0 0 15 0 18 0 826787247 13962424320 537522 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15254] ppid=15236 vsize=13635180 CPUtime=0.31 cores=1,3,5,7
/proc/15238/task/15254/stat : 15254 (java) S 15236 15238 12918 0 -1 4202560 3556 0 0 0 31 0 0 0 15 0 18 0 826787247 13962424320 537522 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
[pid=15238/tid=15255] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15255/stat : 15255 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 826787247 13962424320 537522 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15256] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15256/stat : 15256 (java) S 15236 15238 12918 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 826787247 13962424320 537522 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 13635180

[startup+7.90155 s]
/proc/loadavg: 2.18 2.06 2.01 3/534 15256
/proc/meminfo: memFree=26608388/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=13635180 CPUtime=8.78 cores=1,3,5,7
/proc/15238/stat : 15238 (java) S 15236 15238 12918 0 -1 4202496 610515 0 1 0 808 70 0 0 21 0 18 0 826787240 13962424320 606640 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 3408795 606643 2223 9 0 3399529 0
[pid=15238/tid=15239] ppid=15236 vsize=13635180 CPUtime=7.86 cores=1,3,5,7
/proc/15238/task/15239/stat : 15239 (java) R 15236 15238 12918 0 -1 4202560 599962 0 1 0 718 68 0 0 20 0 18 0 826787241 13962424320 606644 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 46912505569989 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15238/tid=15241] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15241/stat : 15241 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 826787243 13962424320 606646 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15242] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15242/stat : 15242 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 826787243 13962424320 606648 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15243] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15243/stat : 15243 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 606649 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15244] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15244/stat : 15244 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 606651 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15245] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15245/stat : 15245 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 606653 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15246] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15246/stat : 15246 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 606654 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15247] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15247/stat : 15247 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 606656 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15248] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15248/stat : 15248 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826787243 13962424320 606658 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 7 0 0 0
[pid=15238/tid=15249] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15249/stat : 15249 (java) S 15236 15238 12918 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 826787244 13962424320 606658 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 0 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15250] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15250/stat : 15250 (java) S 15236 15238 12918 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 606659 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15251] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15251/stat : 15251 (java) S 15236 15238 12918 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 826787245 13962424320 606661 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15252] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15252/stat : 15252 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 826787247 13962424320 606663 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658970033 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15253] ppid=15236 vsize=13635180 CPUtime=0.57 cores=1,3,5,7
/proc/15238/task/15253/stat : 15253 (java) S 15236 15238 12918 0 -1 4202560 5847 0 0 0 57 0 0 0 15 0 18 0 826787247 13962424320 606664 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15254] ppid=15236 vsize=13635180 CPUtime=0.31 cores=1,3,5,7
/proc/15238/task/15254/stat : 15254 (java) S 15236 15238 12918 0 -1 4202560 3556 0 0 0 31 0 0 0 15 0 18 0 826787247 13962424320 606666 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
[pid=15238/tid=15255] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15255/stat : 15255 (java) S 15236 15238 12918 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 826787247 13962424320 606668 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962329 0 4 0 16800975 18446604470633617600 0 0 -1 1 0 0 0
[pid=15238/tid=15256] ppid=15236 vsize=13635180 CPUtime=0 cores=1,3,5,7
/proc/15238/task/15256/stat : 15256 (java) S 15236 15238 12918 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 826787247 13962424320 606670 33554432000 1073741824 1073778376 140735944192656 18446744073709551615 210658962944 0 4 0 16800975 18446604470633617600 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 13635180

[startup+8.30149 s]
/proc/loadavg: 2.18 2.06 2.01 3/534 15256
/proc/meminfo: memFree=26608388/32951132 swapFree=57925096/67111528
[pid=15238] ppid=15236 vsize=0 CPUtime=9.34 cores=1,3,5,7
/proc/15238/stat : 15238 (java) Z 15236 15238 12918 0 -1 4203548 630788 0 1 0 853 81 0 0 18 0 2 0 826787240 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15238/statm: 0 0 0 0 0 0 0
[pid=15238/tid=15242] ppid=15236 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/15238/task/15242/stat : 15242 (java) R 15236 15238 12918 0 -1 4203588 1 0 0 0 0 7 0 0 18 0 2 0 826787243 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.34
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 8.31229
CPU time (s): 9.35458
CPU user time (s): 8.5337
CPU system time (s): 0.820875
CPU usage (%): 112.539
Max. virtual memory (cumulated for all children) (KiB): 13635180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5337
system time used= 0.820875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 630788
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 493
involuntary context switches= 97

runsolver used 0.042993 second user time and 0.102984 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-04 03:44:36
IDJOB=3459609
IDBENCH=2497
IDSOLVER=1952
FILE ID=node129/3459609-1307151874
RUNJOBID= node129-1307146388-14709
PBS_JOBID= 13508787
Free space on /tmp= 73804 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-momentum2.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459609-1307151874/watcher-3459609-1307151874 -o /tmp/evaluation-result-3459609-1307151874/solver-3459609-1307151874 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459609-1307151874.opb

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

MD5SUM BENCH= 0d80b4a073c50ac034a87a4950dc06d8
RANDOM SEED=1131555794

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28926964 kB
Buffers:        314088 kB
Cached:        2180420 kB
SwapCached:      49348 kB
Active:         576144 kB
Inactive:      3163464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28926964 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:           65464 kB
Writeback:           0 kB
AnonPages:     1207080 kB
Mapped:          23116 kB
Slab:           156196 kB
PageTables:      59524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 160761064 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73804 MiB
End job on node129 at 2011-06-04 03:44:45