Trace number 3493611

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 NameAnswerCPU timeWall clock time
MUSer 2011-02-10? (exit code) 1199.05 1199.01

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs008.cnf
MD5SUM3b25b7c29976a701360f4ff0711e1a9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1140
Number of clauses3371
Sum of the clauses size7863
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 22246
Number of clauses of size 31123
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *** MUSer: a MUS extractor ***
0.00/0.00	c *** release date: 2011210 ***
0.00/0.00	c *** release ref: f95464aa99ac ***
0.00/0.00	c *** built: 2011-Feb-10 00:59 ***
0.00/0.00	c *** author: Joao Marques-Silva (jpms@ucd.ie) ***
0.00/0.00	c 
0.00/0.00	c *** instance: HOME/instance-3493611-1307800717.cnf ***
0.00/0.00	c 
0.00/0.00	c Parsing CPU Time: 0.001999
0.00/0.00	c Running MUSer ...
28.79/28.80	c 0.00% completed ... 
64.29/64.39	c 5.74% completed ... 
65.69/65.77	c 20.96% completed ... 
74.39/74.42	c 39.82% completed ... 
1198.93/1199.00	c muser received timeout signal. Terminating ...
1198.93/1199.00	c CPU Time: CPU Time: 1198.89

Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493611-1307800717/watcher-3493611-1307800717 -o /tmp/evaluation-result-3493611-1307800717/solver-3493611-1307800717 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493611-1307800717.cnf 

running on 2 cores: 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): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.61 0.13 0.05 6/186 8689
/proc/meminfo: memFree=30560016/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=3004 CPUtime=0 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 505 0 0 0 0 0 0 0 25 0 1 0 970302174 3076096 457 33554432000 4194304 5696331 140734513195616 18446744073709551615 4973789 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 751 457 143 367 0 381 0

[startup+0.0309891 s]
/proc/loadavg: 0.61 0.13 0.05 6/186 8689
/proc/meminfo: memFree=30560016/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=3136 CPUtime=0.02 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 560 0 0 0 2 0 0 0 25 0 1 0 970302174 3211264 512 33554432000 4194304 5696331 140734513195616 18446744073709551615 4401379 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 784 512 143 367 0 414 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3136

[startup+0.100977 s]
/proc/loadavg: 0.61 0.13 0.05 6/186 8689
/proc/meminfo: memFree=30560016/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=3808 CPUtime=0.09 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 713 0 0 0 9 0 0 0 25 0 1 0 970302174 3899392 665 33554432000 4194304 5696331 140734513195616 18446744073709551615 4398436 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 952 665 143 367 0 582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3808

[startup+0.300941 s]
/proc/loadavg: 0.61 0.13 0.05 6/186 8689
/proc/meminfo: memFree=30560016/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=5432 CPUtime=0.29 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 1103 0 0 0 29 0 0 0 25 0 1 0 970302174 5562368 1055 33554432000 4194304 5696331 140734513195616 18446744073709551615 4400687 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 1358 1055 143 367 0 988 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5432

[startup+0.700865 s]
/proc/loadavg: 0.61 0.13 0.05 6/186 8689
/proc/meminfo: memFree=30560016/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=8568 CPUtime=0.69 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 1896 0 0 0 69 0 0 0 25 0 1 0 970302174 8773632 1848 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402613 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 2142 1848 143 367 0 1772 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8568

[startup+1.50072 s]
/proc/loadavg: 0.61 0.13 0.05 5/187 8690
/proc/meminfo: memFree=30543788/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=14852 CPUtime=1.49 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 3433 0 0 0 149 0 0 0 25 0 1 0 970302174 15208448 3385 33554432000 4194304 5696331 140734513195616 18446744073709551615 4399849 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 3713 3385 143 367 0 3343 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14852

[startup+3.10042 s]
/proc/loadavg: 0.89 0.20 0.07 5/187 8690
/proc/meminfo: memFree=30526180/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=24960 CPUtime=3.09 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 5932 0 0 0 309 0 0 0 25 0 1 0 970302174 25559040 5884 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402372 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 6240 5884 143 367 0 5870 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24960

[startup+6.30082 s]
/proc/loadavg: 0.89 0.20 0.07 5/187 8690
/proc/meminfo: memFree=30531372/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=46140 CPUtime=6.29 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 11120 0 0 0 628 1 0 0 25 0 1 0 970302174 47247360 11072 33554432000 4194304 5696331 140734513195616 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 11535 11072 143 367 0 11165 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46140

[startup+12.7006 s]
/proc/loadavg: 1.36 0.32 0.12 5/187 8728
/proc/meminfo: memFree=30777532/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=21576 CPUtime=12.69 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 21940 0 0 0 1266 3 0 0 25 0 1 0 970302174 22093824 5034 33554432000 4194304 5696331 140734513195616 18446744073709551615 4396997 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 5394 5034 144 367 0 5024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21576

[startup+25.5002 s]
/proc/loadavg: 1.77 0.44 0.16 5/187 8728
/proc/meminfo: memFree=30481460/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=42092 CPUtime=25.49 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 42962 0 0 0 2542 7 0 0 25 0 1 0 970302174 43102208 10052 33554432000 4194304 5696331 140734513195616 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 10523 10052 144 367 0 10153 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42092

[startup+51.1005 s]
/proc/loadavg: 2.53 0.73 0.26 5/187 8729
/proc/meminfo: memFree=29931928/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=43088 CPUtime=51.09 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 58269 0 0 0 5100 9 0 0 25 0 1 0 970302174 44122112 10483 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402895 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 10772 10483 150 367 0 10402 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 43088

[startup+102.307 s]
/proc/loadavg: 3.41 1.27 0.47 5/187 8730
/proc/meminfo: memFree=28097320/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=63784 CPUtime=102.3 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 64685 0 0 0 10220 10 0 0 25 0 1 0 970302174 65314816 15687 33554432000 4194304 5696331 140734513195616 18446744073709551615 4400403 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 15946 15687 150 367 0 15576 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63784

[startup+162.301 s]
/proc/loadavg: 3.78 1.77 0.69 5/187 8741
/proc/meminfo: memFree=26406444/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=63784 CPUtime=162.29 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 64685 0 0 0 16219 10 0 0 25 0 1 0 970302174 65314816 15687 33554432000 4194304 5696331 140734513195616 18446744073709551615 4394391 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 15946 15687 150 367 0 15576 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63784

[startup+222.301 s]
/proc/loadavg: 3.95 2.19 0.90 5/187 8743
/proc/meminfo: memFree=24796516/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=63784 CPUtime=222.3 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 64685 0 0 0 22220 10 0 0 25 0 1 0 970302174 65314816 15687 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402426 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 15946 15687 150 367 0 15576 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63784

[startup+282.3 s]
/proc/loadavg: 3.98 2.51 1.09 5/187 8744
/proc/meminfo: memFree=23588844/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=101356 CPUtime=282.29 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 79168 0 0 0 28217 12 0 0 25 0 1 0 970302174 103788544 25080 33554432000 4194304 5696331 140734513195616 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 25339 25080 150 367 0 24969 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 101356

[startup+342.3 s]
/proc/loadavg: 4.03 2.80 1.27 5/187 8746
/proc/meminfo: memFree=22908040/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120568 CPUtime=342.3 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 86257 0 0 0 34217 13 0 0 25 0 1 0 970302174 123461632 29883 33554432000 4194304 5696331 140734513195616 18446744073709551615 4394391 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30142 29883 150 367 0 29772 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 120568

[startup+402.301 s]
/proc/loadavg: 4.01 3.01 1.44 5/187 8747
/proc/meminfo: memFree=21991524/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=101348 CPUtime=402.3 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 86257 0 0 0 40217 13 0 0 25 0 1 0 970302174 103780352 25078 33554432000 4194304 5696331 140734513195616 18446744073709551615 4394187 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 25337 25078 150 367 0 24967 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101348

[startup+462.301 s]
/proc/loadavg: 4.00 3.19 1.60 5/187 8749
/proc/meminfo: memFree=20958212/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=101348 CPUtime=462.3 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 86257 0 0 0 46217 13 0 0 25 0 1 0 970302174 103780352 25078 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402595 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 25337 25078 150 367 0 24967 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 101348

[startup+522.301 s]
/proc/loadavg: 4.00 3.33 1.75 5/187 8751
/proc/meminfo: memFree=20956080/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=101348 CPUtime=522.3 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 86257 0 0 0 52217 13 0 0 25 0 1 0 970302174 103780352 25078 33554432000 4194304 5696331 140734513195616 18446744073709551615 4400171 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 25337 25078 150 367 0 24967 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 101348

[startup+582.301 s]
/proc/loadavg: 4.00 3.45 1.88 5/187 8752
/proc/meminfo: memFree=20955928/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=101348 CPUtime=582.31 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 86257 0 0 0 58218 13 0 0 25 0 1 0 970302174 103780352 25078 33554432000 4194304 5696331 140734513195616 18446744073709551615 4400456 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 25337 25078 150 367 0 24967 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 101348

[startup+642.3 s]
/proc/loadavg: 4.00 3.55 2.01 5/187 8754
/proc/meminfo: memFree=20942884/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=114260 CPUtime=642.32 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 89458 0 0 0 64218 14 0 0 25 0 1 0 970302174 117002240 28274 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402352 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 28565 28274 150 367 0 28195 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 114260

[startup+702.3 s]
/proc/loadavg: 4.08 3.65 2.14 5/187 8755
/proc/meminfo: memFree=20816992/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=131352 CPUtime=702.31 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 70216 15 0 0 25 0 1 0 970302174 134504448 32558 33554432000 4194304 5696331 140734513195616 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 32838 32558 150 367 0 32468 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 131352

[startup+762.307 s]
/proc/loadavg: 4.11 3.74 2.26 5/187 8757
/proc/meminfo: memFree=20180596/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=126084 CPUtime=762.32 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 76217 15 0 0 25 0 1 0 970302174 129110016 31262 33554432000 4194304 5696331 140734513195616 18446744073709551615 4400285 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 31521 31262 150 367 0 31151 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 126084

[startup+822.301 s]
/proc/loadavg: 4.04 3.78 2.37 5/187 8759
/proc/meminfo: memFree=20186520/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=822.32 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 82217 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4963314 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 120132

[startup+882.301 s]
/proc/loadavg: 4.07 3.83 2.47 5/187 8760
/proc/meminfo: memFree=20186488/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=882.32 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 88217 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4391918 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 120132

[startup+942.301 s]
/proc/loadavg: 4.02 3.86 2.57 5/187 8762
/proc/meminfo: memFree=20186572/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=942.32 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 94217 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 120132

[startup+1002.3 s]
/proc/loadavg: 4.01 3.88 2.65 5/187 8763
/proc/meminfo: memFree=19655340/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1002.32 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 100217 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4398342 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 120132

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.74 5/187 8765
/proc/meminfo: memFree=18310284/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1062.32 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 106217 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 120132

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.81 5/187 8767
/proc/meminfo: memFree=17962308/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1122.33 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 112218 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4400169 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 120132

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.88 5/187 8768
/proc/meminfo: memFree=17962404/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1182.33 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 118218 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402223 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 120132

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

[startup+1190.3 s]
/proc/loadavg: 4.00 3.93 2.89 5/187 8768
/proc/meminfo: memFree=17962392/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1190.33 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 119018 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1190.33
Current children cumulated vsize (KiB) 120132

[startup+1193.51 s]
/proc/loadavg: 4.00 3.93 2.89 5/184 8797
/proc/meminfo: memFree=17988928/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1193.54 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 119339 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1193.54
Current children cumulated vsize (KiB) 120132

[startup+1196.7 s]
/proc/loadavg: 4.00 3.93 2.90 5/187 8845
/proc/meminfo: memFree=24271000/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1196.73 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 119658 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4401101 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1196.73
Current children cumulated vsize (KiB) 120132

[startup+1198.3 s]
/proc/loadavg: 4.00 3.93 2.90 5/187 8845
/proc/meminfo: memFree=24097548/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1198.33 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 119818 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402356 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1198.33
Current children cumulated vsize (KiB) 120132

[startup+1198.7 s]
/proc/loadavg: 4.00 3.93 2.90 5/187 8845
/proc/meminfo: memFree=24097548/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1198.73 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 119858 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1198.73
Current children cumulated vsize (KiB) 120132

[startup+1198.9 s]
/proc/loadavg: 4.00 3.93 2.90 5/187 8845
/proc/meminfo: memFree=24092092/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=120132 CPUtime=1198.93 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202496 96056 0 0 0 119878 15 0 0 25 0 1 0 970302174 123015168 29774 33554432000 4194304 5696331 140734513195616 18446744073709551615 4392394 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/8689/statm: 30033 29774 150 367 0 29663 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 120132

[startup+1199.01 s]
/proc/loadavg: 4.00 3.93 2.90 5/187 8845
/proc/meminfo: memFree=24092092/32951124 swapFree=67062556/67111528
[pid=8689] ppid=8687 vsize=0 CPUtime=1199.03 cores=5,7
/proc/8689/stat : 8689 (muser) R 8687 8689 8460 0 -1 4202500 96057 0 0 0 119888 15 0 0 25 0 1 0 970302174 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 5 0 0 0
/proc/8689/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.01
CPU time (s): 1199.05
CPU user time (s): 1198.89
CPU system time (s): 0.158975
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 131352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.89
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96057
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= 3
involuntary context switches= 3185

runsolver used 2.01569 second user time and 4.53031 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-11 15:58:37
IDJOB=3493611
IDBENCH=70787
IDSOLVER=1969
FILE ID=node111/3493611-1307800717
RUNJOBID= node111-1307800705-8481
PBS_JOBID= 13551063
Free space on /tmp= 73860 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs008.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493611-1307800717/watcher-3493611-1307800717 -o /tmp/evaluation-result-3493611-1307800717/solver-3493611-1307800717 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493611-1307800717.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3b25b7c29976a701360f4ff0711e1a9c
RANDOM SEED=365824579

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      30561056 kB
Buffers:        311808 kB
Cached:        1541628 kB
SwapCached:      11232 kB
Active:         844536 kB
Inactive:      1322828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30561056 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           25864 kB
Writeback:           0 kB
AnonPages:      311336 kB
Mapped:          12244 kB
Slab:           157700 kB
PageTables:       5288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   514696 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= 73840 MiB
End job on node111 at 2011-06-11 16:18:36