Trace number 3466671

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-gmp? (TO) 1800.08 1800.04

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370c.opb
MD5SUM45fcfcff3cc1d21ff3924d5043b52f30
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11196503179
Best CPU time to get the best result obtained on this benchmark1800.38
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4871751128
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29652813254765
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29652813254765
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.49/0.55	>>> IMPORTANT: two aggregates with the same head occurred. Assuming that this head is certainly true.
1800.05/1800.01	>>> Terminate signal received

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-3466671-1307396147/watcher-3466671-1307396147 -o /tmp/evaluation-result-3466671-1307396147/solver-3466671-1307396147 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466671-1307396147.opb --verbosity=0 --format=opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Using a pseudo terminal to collect output from the solver
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.00 2/436 18541
/proc/meminfo: memFree=20006252/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=8272 CPUtime=0.01 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 569 0 0 0 1 0 0 0 24 0 1 0 851212565 8470528 517 33554432000 4194304 6736272 140735357520576 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 2068 517 221 621 0 1438 0

[startup+0.024203 s]
/proc/loadavg: 2.00 2.04 2.00 2/436 18541
/proc/meminfo: memFree=20006252/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=9272 CPUtime=0.02 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 836 0 0 0 2 0 0 0 24 0 1 0 851212565 9494528 735 33554432000 4194304 6736272 140735357520576 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 2318 735 221 621 0 1688 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9272

[startup+0.100191 s]
/proc/loadavg: 2.00 2.04 2.00 2/436 18541
/proc/meminfo: memFree=20006252/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=15828 CPUtime=0.09 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 2685 0 0 0 9 0 0 0 24 0 1 0 851212565 16207872 2294 33554432000 4194304 6736272 140735357520576 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 3957 2295 221 621 0 3327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15828

[startup+0.301153 s]
/proc/loadavg: 2.00 2.04 2.00 2/436 18541
/proc/meminfo: memFree=20006252/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=37284 CPUtime=0.29 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 8461 0 0 0 28 1 0 0 25 0 1 0 851212565 38178816 6916 33554432000 4194304 6736272 140735357520576 18446744073709551615 5358944 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 9321 6917 221 621 0 8691 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37284

[startup+0.701079 s]
/proc/loadavg: 2.00 2.04 2.00 2/436 18541
/proc/meminfo: memFree=20006252/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=88640 CPUtime=0.69 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 25344 0 0 0 67 2 0 0 25 0 1 0 851212565 90767360 19443 33554432000 4194304 6736272 140735357520576 18446744073709551615 5219607 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 22160 19443 248 621 0 21530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88640

[startup+1.50097 s]
/proc/loadavg: 2.00 2.04 2.00 3/437 18542
/proc/meminfo: memFree=19928124/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=96580 CPUtime=1.49 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 27318 0 0 0 146 3 0 0 25 0 1 0 851212565 98897920 21417 33554432000 4194304 6736272 140735357520576 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 24145 21417 248 621 0 23515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96580

[startup+3.10066 s]
/proc/loadavg: 2.00 2.04 2.00 3/437 18542
/proc/meminfo: memFree=19853100/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=244536 CPUtime=3.09 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 79686 0 0 0 300 9 0 0 25 0 1 0 851212565 250404864 58966 33554432000 4194304 6736272 140735357520576 18446744073709551615 5809726 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 61134 58966 265 621 0 60504 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 244536

[startup+6.30107 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 18542
/proc/meminfo: memFree=19636328/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=377796 CPUtime=6.29 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 112795 0 0 0 615 14 0 0 25 0 1 0 851212565 386863104 92075 33554432000 4194304 6736272 140735357520576 18446744073709551615 4506040 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 94449 92075 284 621 0 93819 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 377796

[startup+12.7009 s]
/proc/loadavg: 2.08 2.05 2.01 3/437 18542
/proc/meminfo: memFree=19626792/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=385992 CPUtime=12.69 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 115298 0 0 0 1255 14 0 0 25 0 1 0 851212565 395255808 94571 33554432000 4194304 6736272 140735357520576 18446744073709551615 5222016 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 96498 94571 284 621 0 95868 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 385992

[startup+25.5005 s]
/proc/loadavg: 2.06 2.05 2.00 3/437 18542
/proc/meminfo: memFree=19617004/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=399060 CPUtime=25.49 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 117475 0 0 0 2535 14 0 0 25 0 1 0 851212565 408637440 96747 33554432000 4194304 6736272 140735357520576 18446744073709551615 5806437 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 99765 96747 284 621 0 99135 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 399060

[startup+51.1008 s]
/proc/loadavg: 2.04 2.04 2.00 3/437 18543
/proc/meminfo: memFree=19616804/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=399060 CPUtime=51.09 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 117585 0 0 0 5095 14 0 0 25 0 1 0 851212565 408637440 96856 33554432000 4194304 6736272 140735357520576 18446744073709551615 5844766 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 99765 96856 284 621 0 99135 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 399060

[startup+102.316 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 18544
/proc/meminfo: memFree=19615220/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=399060 CPUtime=102.31 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 117769 0 0 0 10217 14 0 0 25 0 1 0 851212565 408637440 97039 33554432000 4194304 6736272 140735357520576 18446744073709551615 5150560 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 99765 97039 284 621 0 99135 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 399060

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 18546
/proc/meminfo: memFree=19561012/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=460524 CPUtime=162.3 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 131640 0 0 0 16214 16 0 0 25 0 1 0 851212565 471576576 110874 33554432000 4194304 6736272 140735357520576 18446744073709551615 5812017 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 115131 110874 285 621 0 114501 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 460524

[startup+222.301 s]
/proc/loadavg: 2.12 2.05 2.01 3/437 18548
/proc/meminfo: memFree=19489200/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=592000 CPUtime=222.3 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 149377 0 0 0 22212 18 0 0 25 0 1 0 851212565 606208000 128585 33554432000 4194304 6736272 140735357520576 18446744073709551615 5155024 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 148000 128585 285 621 0 147370 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 592000

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/437 18549
/proc/meminfo: memFree=19412424/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=724260 CPUtime=282.29 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 168723 0 0 0 28208 21 0 0 25 0 1 0 851212565 741642240 147911 33554432000 4194304 6736272 140735357520576 18446744073709551615 4753773 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 181065 147911 285 621 0 180435 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 724260

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 18551
/proc/meminfo: memFree=19318788/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=724260 CPUtime=342.3 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 192088 0 0 0 34204 26 0 0 25 0 1 0 851212565 741642240 171258 33554432000 4194304 6736272 140735357520576 18446744073709551615 5792827 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 181065 171258 285 621 0 180435 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 724260

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 18552
/proc/meminfo: memFree=19154472/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=939184 CPUtime=402.3 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 233424 0 0 0 40198 32 0 0 25 0 1 0 851212565 961724416 212575 33554432000 4194304 6736272 140735357520576 18446744073709551615 5148023 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 234796 212575 285 621 0 234166 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 939184

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 18554
/proc/meminfo: memFree=18983708/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1288432 CPUtime=462.31 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 275817 0 0 0 46193 38 0 0 25 0 1 0 851212565 1319354368 254945 33554432000 4194304 6736272 140735357520576 18446744073709551615 5792718 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 322108 254945 285 621 0 321478 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1288432

[startup+522.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/437 18556
/proc/meminfo: memFree=18810708/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1288432 CPUtime=522.31 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 319696 0 0 0 52188 43 0 0 25 0 1 0 851212565 1319354368 298805 33554432000 4194304 6736272 140735357520576 18446744073709551615 4731136 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 322108 298805 285 621 0 321478 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1288432

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/437 18557
/proc/meminfo: memFree=18702560/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=582.31 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 345958 0 0 0 58185 46 0 0 25 0 1 0 851212565 1900503040 325057 33554432000 4194304 6736272 140735357520576 18446744073709551615 5146800 0 0 4096 17571 0 0 0 17 4 0 0 0
/proc/18541/statm: 463990 325057 285 621 0 463360 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1855960


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

[startup+822.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/437 18592
/proc/meminfo: memFree=18939296/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=822.29 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 353657 0 0 0 82182 47 0 0 25 0 1 0 851212565 1900503040 332744 33554432000 4194304 6736272 140735357520576 18446744073709551615 5219536 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 332744 285 621 0 463360 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1855960

[startup+882.301 s]
/proc/loadavg: 2.10 2.07 2.01 3/437 18593
/proc/meminfo: memFree=18935804/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=882.3 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 353660 0 0 0 88183 47 0 0 25 0 1 0 851212565 1900503040 332747 33554432000 4194304 6736272 140735357520576 18446744073709551615 5803152 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 332747 285 621 0 463360 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1855960

[startup+942.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/437 18595
/proc/meminfo: memFree=18936540/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=942.3 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 353662 0 0 0 94183 47 0 0 25 0 1 0 851212565 1900503040 332749 33554432000 4194304 6736272 140735357520576 18446744073709551615 4505643 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 332749 285 621 0 463360 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1855960

[startup+1002.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/437 18596
/proc/meminfo: memFree=18936516/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=1002.3 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 353664 0 0 0 100182 48 0 0 25 0 1 0 851212565 1900503040 332751 33554432000 4194304 6736272 140735357520576 18446744073709551615 5155021 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 332751 285 621 0 463360 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1855960

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 18598
/proc/meminfo: memFree=18936756/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=1062.3 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 353675 0 0 0 106182 48 0 0 25 0 1 0 851212565 1900503040 332762 33554432000 4194304 6736272 140735357520576 18446744073709551615 5817984 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 332762 285 621 0 463360 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1855960

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 18600
/proc/meminfo: memFree=18936372/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=1122.31 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 353684 0 0 0 112183 48 0 0 25 0 1 0 851212565 1900503040 332771 33554432000 4194304 6736272 140735357520576 18446744073709551615 5219536 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 332771 285 621 0 463360 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1855960

[startup+1182.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/437 18601
/proc/meminfo: memFree=18935980/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=1182.31 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 353736 0 0 0 118183 48 0 0 25 0 1 0 851212565 1900503040 332823 33554432000 4194304 6736272 140735357520576 18446744073709551615 5818383 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 332823 285 621 0 463360 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1855960

[startup+1242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/437 18603
/proc/meminfo: memFree=18935588/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=1242.31 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 353824 0 0 0 124183 48 0 0 25 0 1 0 851212565 1900503040 332911 33554432000 4194304 6736272 140735357520576 18446744073709551615 5806372 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 332911 285 621 0 463360 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1855960

[startup+1302.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/437 18604
/proc/meminfo: memFree=18935080/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=1302.33 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 353847 0 0 0 130185 48 0 0 25 0 1 0 851212565 1900503040 332934 33554432000 4194304 6736272 140735357520576 18446744073709551615 5818569 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 332934 285 621 0 463360 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1855960

[startup+1362.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/437 18606
/proc/meminfo: memFree=18923164/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=1362.32 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 356547 0 0 0 136183 49 0 0 25 0 1 0 851212565 1900503040 335634 33554432000 4194304 6736272 140735357520576 18446744073709551615 5811937 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 335634 285 621 0 463360 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1855960

[startup+1422.32 s]
/proc/loadavg: 2.03 2.05 2.00 3/437 18608
/proc/meminfo: memFree=18906900/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1855960 CPUtime=1422.33 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 360418 0 0 0 142184 49 0 0 25 0 1 0 851212565 1900503040 339500 33554432000 4194304 6736272 140735357520576 18446744073709551615 5219596 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 463990 339500 285 621 0 463360 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1855960

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/437 18609
/proc/meminfo: memFree=18845248/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1856280 CPUtime=1482.32 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 376009 0 0 0 148180 52 0 0 25 0 1 0 851212565 1900830720 355076 33554432000 4194304 6736272 140735357520576 18446744073709551615 5149329 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 464070 355076 285 621 0 463440 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1856280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 18620
/proc/meminfo: memFree=18819936/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1856280 CPUtime=1542.32 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 382512 0 0 0 154179 53 0 0 25 0 1 0 851212565 1900830720 361573 33554432000 4194304 6736272 140735357520576 18446744073709551615 5811942 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 464070 361573 285 621 0 463440 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1856280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 18621
/proc/meminfo: memFree=18789044/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=1856280 CPUtime=1602.32 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 390075 0 0 0 160177 55 0 0 25 0 1 0 851212565 1900830720 369133 33554432000 4194304 6736272 140735357520576 18446744073709551615 5219536 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 464070 369133 285 621 0 463440 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 1856280

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 18623
/proc/meminfo: memFree=19781024/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=511092 CPUtime=1662.32 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 420440 0 0 0 166169 63 0 0 25 0 1 0 851212565 523358208 121143 33554432000 4194304 6736272 140735357520576 18446744073709551615 5817936 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 127773 121143 285 621 0 127143 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 511092

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/437 18627
/proc/meminfo: memFree=19769356/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=511092 CPUtime=1722.33 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 423786 0 0 0 172169 64 0 0 25 0 1 0 851212565 523358208 124487 33554432000 4194304 6736272 140735357520576 18446744073709551615 5811931 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 127773 124487 285 621 0 127143 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 511092

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/437 18629
/proc/meminfo: memFree=19746560/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=592480 CPUtime=1782.34 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 428743 0 0 0 178169 65 0 0 25 0 1 0 851212565 606699520 129439 33554432000 4194304 6736272 140735357520576 18446744073709551615 5148165 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 148120 129439 285 621 0 147490 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 592480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.03 2.00 3/437 18630
/proc/meminfo: memFree=19741344/32951124 swapFree=60787360/67111528
[pid=18541] ppid=18539 vsize=592480 CPUtime=1800.05 cores=0,2,4,6
/proc/18541/stat : 18541 (minisatid-gmp) R 18539 18541 17207 0 -1 4202496 430213 0 0 0 179940 65 0 0 25 0 1 0 851212565 606699520 130908 33554432000 4194304 6736272 140735357520576 18446744073709551615 5817966 0 0 4096 17571 0 0 0 17 0 0 0 0
/proc/18541/statm: 148120 130908 285 621 0 147490 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 592480

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

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

Child status: 0
Real time (s): 1800.04
CPU time (s): 1800.08
CPU user time (s): 1799.4
CPU system time (s): 0.676897
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1986508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.676897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430218
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= 4
involuntary context switches= 3966

runsolver used 8.30474 second user time and 17.0654 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-06 23:35:47
IDJOB=3466671
IDBENCH=2283
IDSOLVER=1957
FILE ID=node135/3466671-1307396147
RUNJOBID= node135-1307381321-17225
PBS_JOBID= 13514172
Free space on /tmp= 73984 MiB

SOLVER NAME= MinisatID 2.4.8-gmp
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370c.opb
COMMAND LINE= HOME/minisatid-gmp BENCHNAME --verbosity=0 --format=opb 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3466671-1307396147/watcher-3466671-1307396147 -o /tmp/evaluation-result-3466671-1307396147/solver-3466671-1307396147 -C 1800 -W 1900 -M 15500 --use-pty HOME/minisatid-gmp HOME/instance-3466671-1307396147.opb --verbosity=0 --format=opb 

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

MD5SUM BENCH= 45fcfcff3cc1d21ff3924d5043b52f30
RANDOM SEED=537080772

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20006416 kB
Buffers:        294900 kB
Cached:         979444 kB
SwapCached:       6168 kB
Active:       11865928 kB
Inactive:       811416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20006416 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:           11740 kB
Writeback:           0 kB
AnonPages:    11402348 kB
Mapped:          27100 kB
Slab:           135300 kB
PageTables:      66056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124698932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73984 MiB
End job on node135 at 2011-06-07 00:05:49