Trace number 3467292

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
MinisatID 2.4.8-gmpUNSAT 786.642 786.624

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-pilot.we.opb
MD5SUM78c28cbc46584ca3f2053cae625d9faa
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 benchmark12.6471
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77678
Total number of constraints1016
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 constraints1016
Minimum length of a constraint10
Maximum length of a constraint2430
Number of terms in the objective function 2760
Biggest coefficient in the objective function 114621939712000000000
Number of bits for the biggest coefficient in the objective function 67
Sum of the numbers in the objective function 6133849937192095161813
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 114621939712000000000
Number of bits of the biggest number in a constraint 67
Biggest sum of numbers in a constraint 6133849937192095161813
Number of bits of the biggest sum of numbers73
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.01	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
786.61/786.61	s UNSATISFIABLE

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-3467292-1307399614/watcher-3467292-1307399614 -o /tmp/evaluation-result-3467292-1307399614/solver-3467292-1307399614 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3467292-1307399614.opb --verbosity=0 --format=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
Using a pseudo terminal to collect output from the solver
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.05 2.01 2/443 12427
/proc/meminfo: memFree=31192868/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=8892 CPUtime=0 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 712 0 0 0 0 0 0 0 25 0 1 0 851560176 9105408 660 33554432000 4194304 6736272 140733714948736 18446744073709551615 5149361 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 2223 660 236 621 0 1593 0

[startup+0.0863229 s]
/proc/loadavg: 2.08 2.05 2.01 2/443 12427
/proc/meminfo: memFree=31192868/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=15572 CPUtime=0.08 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 2362 0 0 0 8 0 0 0 25 0 1 0 851560176 15945728 2282 33554432000 4194304 6736272 140733714948736 18446744073709551615 4538129 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 3893 2287 248 621 0 3263 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15572

[startup+0.100238 s]
/proc/loadavg: 2.08 2.05 2.01 2/443 12427
/proc/meminfo: memFree=31192868/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=16564 CPUtime=0.09 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 2647 0 0 0 9 0 0 0 25 0 1 0 851560176 16961536 2523 33554432000 4194304 6736272 140733714948736 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 4141 2523 248 621 0 3511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16564

[startup+0.300267 s]
/proc/loadavg: 2.08 2.05 2.01 2/443 12427
/proc/meminfo: memFree=31192868/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=28468 CPUtime=0.29 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 5683 0 0 0 29 0 0 0 25 0 1 0 851560176 29151232 5341 33554432000 4194304 6736272 140733714948736 18446744073709551615 5806413 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 7117 5341 249 621 0 6487 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28468

[startup+0.700198 s]
/proc/loadavg: 2.08 2.05 2.01 2/443 12427
/proc/meminfo: memFree=31192868/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=59384 CPUtime=0.69 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 13787 0 0 0 68 1 0 0 25 0 1 0 851560176 60809216 13119 33554432000 4194304 6736272 140733714948736 18446744073709551615 5812137 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 14846 13119 268 621 0 14216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59384

[startup+1.50105 s]
/proc/loadavg: 2.08 2.05 2.01 3/447 12434
/proc/meminfo: memFree=31067612/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=127744 CPUtime=1.49 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 34579 0 0 0 145 4 0 0 25 0 1 0 851560176 130809856 30118 33554432000 4194304 6736272 140733714948736 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 31936 30118 268 621 0 31306 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127744

[startup+3.10071 s]
/proc/loadavg: 2.08 2.05 2.01 3/447 12434
/proc/meminfo: memFree=30895376/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=156440 CPUtime=3.09 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 41644 0 0 0 304 5 0 0 25 0 1 0 851560176 160194560 37183 33554432000 4194304 6736272 140733714948736 18446744073709551615 5222025 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 39110 37183 278 621 0 38480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 156440

[startup+6.30021 s]
/proc/loadavg: 2.08 2.05 2.01 3/447 12434
/proc/meminfo: memFree=30734564/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=158724 CPUtime=6.29 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 42251 0 0 0 624 5 0 0 25 0 1 0 851560176 162533376 37597 33554432000 4194304 6736272 140733714948736 18446744073709551615 5811982 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 39681 37597 278 621 0 39051 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 158724

[startup+12.7011 s]
/proc/loadavg: 2.07 2.05 2.01 3/447 12434
/proc/meminfo: memFree=29946820/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=160640 CPUtime=12.69 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 46799 0 0 0 1264 5 0 0 25 0 1 0 851560176 164495360 39148 33554432000 4194304 6736272 140733714948736 18446744073709551615 5811961 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 40160 39148 289 621 0 39530 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 160640

[startup+25.5008 s]
/proc/loadavg: 2.05 2.05 2.01 3/447 12435
/proc/meminfo: memFree=29941560/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=166064 CPUtime=25.5 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 48161 0 0 0 2544 6 0 0 25 0 1 0 851560176 170049536 40507 33554432000 4194304 6736272 140733714948736 18446744073709551615 5806452 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 41516 40507 289 621 0 40886 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 166064

[startup+51.1003 s]
/proc/loadavg: 2.04 2.04 2.01 3/447 12435
/proc/meminfo: memFree=29941360/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=166064 CPUtime=51.1 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 48161 0 0 0 5104 6 0 0 25 0 1 0 851560176 170049536 40507 33554432000 4194304 6736272 140733714948736 18446744073709551615 4752839 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 41516 40507 289 621 0 40886 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 166064

[startup+102.316 s]
/proc/loadavg: 2.09 2.05 2.01 3/447 12437
/proc/meminfo: memFree=29939240/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=166064 CPUtime=102.31 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 48161 0 0 0 10225 6 0 0 25 0 1 0 851560176 170049536 40507 33554432000 4194304 6736272 140733714948736 18446744073709551615 5807136 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 41516 40507 289 621 0 40886 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 166064

[startup+162.301 s]
/proc/loadavg: 2.25 2.09 2.02 3/447 12438
/proc/meminfo: memFree=29916900/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=169352 CPUtime=162.3 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 51033 0 0 0 16224 6 0 0 25 0 1 0 851560176 173416448 41338 33554432000 4194304 6736272 140733714948736 18446744073709551615 4787540 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 42338 41338 289 621 0 41708 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 169352

[startup+222.3 s]
/proc/loadavg: 2.16 2.09 2.02 3/447 12440
/proc/meminfo: memFree=29917860/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=169352 CPUtime=222.3 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 51033 0 0 0 22224 6 0 0 25 0 1 0 851560176 173416448 41338 33554432000 4194304 6736272 140733714948736 18446744073709551615 5806877 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 42338 41338 289 621 0 41708 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 169352

[startup+282.301 s]
/proc/loadavg: 2.06 2.07 2.01 3/447 12442
/proc/meminfo: memFree=29913992/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=169352 CPUtime=282.3 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 51033 0 0 0 28224 6 0 0 25 0 1 0 851560176 173416448 41338 33554432000 4194304 6736272 140733714948736 18446744073709551615 5806432 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 42338 41338 289 621 0 41708 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 169352

[startup+342.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/447 12443
/proc/meminfo: memFree=29914080/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=169352 CPUtime=342.3 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 51033 0 0 0 34224 6 0 0 25 0 1 0 851560176 173416448 41338 33554432000 4194304 6736272 140733714948736 18446744073709551615 5803315 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 42338 41338 289 621 0 41708 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 169352

[startup+402.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/447 12445
/proc/meminfo: memFree=29914068/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=169352 CPUtime=402.3 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 51033 0 0 0 40224 6 0 0 25 0 1 0 851560176 173416448 41338 33554432000 4194304 6736272 140733714948736 18446744073709551615 5818046 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 42338 41338 289 621 0 41708 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 169352

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 12446
/proc/meminfo: memFree=29916028/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=169352 CPUtime=462.3 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 52606 0 0 0 46224 6 0 0 25 0 1 0 851560176 173416448 40494 33554432000 4194304 6736272 140733714948736 18446744073709551615 5817023 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 42338 40494 289 621 0 41708 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 169352

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12448
/proc/meminfo: memFree=29912536/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=169352 CPUtime=522.31 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 53451 0 0 0 52224 7 0 0 25 0 1 0 851560176 173416448 41338 33554432000 4194304 6736272 140733714948736 18446744073709551615 4753731 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 42338 41338 289 621 0 41708 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 169352

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12450
/proc/meminfo: memFree=29912500/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=169352 CPUtime=582.31 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 53451 0 0 0 58224 7 0 0 25 0 1 0 851560176 173416448 41338 33554432000 4194304 6736272 140733714948736 18446744073709551615 5808528 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 42338 41338 289 621 0 41708 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 169352

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 12451
/proc/meminfo: memFree=29912228/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=169900 CPUtime=642.32 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 53557 0 0 0 64225 7 0 0 25 0 1 0 851560176 173977600 41444 33554432000 4194304 6736272 140733714948736 18446744073709551615 5792833 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 42475 41444 289 621 0 41845 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 169900

[startup+702.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/447 12453
/proc/meminfo: memFree=29906996/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=702.31 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 70224 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 5818447 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 174252

[startup+762.317 s]
/proc/loadavg: 2.12 2.07 2.02 3/447 12454
/proc/meminfo: memFree=29906480/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=762.33 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 76226 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 5818029 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 174252

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

[startup+767.901 s]
/proc/loadavg: 2.19 2.08 2.02 3/447 12454
/proc/meminfo: memFree=29906232/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=767.91 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 76784 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 4787536 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 767.91
Current children cumulated vsize (KiB) 174252

[startup+774.301 s]
/proc/loadavg: 2.18 2.08 2.02 3/447 12455
/proc/meminfo: memFree=29906340/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=774.32 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 77425 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 5148051 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 774.32
Current children cumulated vsize (KiB) 174252

[startup+780.701 s]
/proc/loadavg: 2.16 2.08 2.02 3/447 12455
/proc/meminfo: memFree=29906340/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=780.71 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 78064 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 5149379 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 780.71
Current children cumulated vsize (KiB) 174252

[startup+783.9 s]
/proc/loadavg: 2.15 2.08 2.02 3/447 12455
/proc/meminfo: memFree=29906340/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=783.91 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 78384 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 4753641 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 783.91
Current children cumulated vsize (KiB) 174252

[startup+785.501 s]
/proc/loadavg: 2.15 2.08 2.02 3/447 12455
/proc/meminfo: memFree=29905844/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=785.51 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 78544 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 5146800 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 785.51
Current children cumulated vsize (KiB) 174252

[startup+786.301 s]
/proc/loadavg: 2.15 2.08 2.02 3/447 12455
/proc/meminfo: memFree=29905844/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=786.31 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 78624 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 4734706 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 786.31
Current children cumulated vsize (KiB) 174252

[startup+786.517 s]
/proc/loadavg: 2.15 2.08 2.02 3/447 12455
/proc/meminfo: memFree=29905844/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=786.53 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 78646 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 4769330 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 786.53
Current children cumulated vsize (KiB) 174252

[startup+786.601 s]
/proc/loadavg: 2.15 2.08 2.02 3/447 12455
/proc/meminfo: memFree=29905844/32950928 swapFree=34365992/67111528
[pid=12427] ppid=12425 vsize=174252 CPUtime=786.61 cores=1,3,5,7
/proc/12427/stat : 12427 (minisatid-gmp) R 12425 12427 10799 0 -1 4202496 54374 0 0 0 78654 7 0 0 25 0 1 0 851560176 178434048 42261 33554432000 4194304 6736272 140733714948736 18446744073709551615 5818041 0 0 4096 17571 0 0 0 17 5 0 0 0
/proc/12427/statm: 43563 42261 289 621 0 42933 0
Current children cumulated CPU time (s) 786.61
Current children cumulated vsize (KiB) 174252

Child status: 20
Real time (s): 786.624
CPU time (s): 786.642
CPU user time (s): 786.559
CPU system time (s): 0.082987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 174252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 786.559
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54381
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1155

runsolver used 3.32749 second user time and 8.12377 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-07 00:33:34
IDJOB=3467292
IDBENCH=2390
IDSOLVER=1957
FILE ID=node120/3467292-1307399614
RUNJOBID= node120-1307397811-12307
PBS_JOBID= 13514187
Free space on /tmp= 73908 MiB

SOLVER NAME= MinisatID 2.4.8-gmp
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-pilot.we.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3467292-1307399614/watcher-3467292-1307399614 -o /tmp/evaluation-result-3467292-1307399614/solver-3467292-1307399614 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3467292-1307399614.opb --verbosity=0 --format=opb 

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

MD5SUM BENCH= 78c28cbc46584ca3f2053cae625d9faa
RANDOM SEED=1120530692

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.75
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31193148 kB
Buffers:        339900 kB
Cached:        1100104 kB
SwapCached:      12852 kB
Active:         467016 kB
Inactive:       996624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31193148 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           15980 kB
Writeback:          12 kB
AnonPages:       21188 kB
Mapped:           8436 kB
Slab:           135220 kB
PageTables:      91136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105373536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73884 MiB
End job on node120 at 2011-06-07 00:46:41