Trace number 3493635

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) 1198.98 1199.01

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r1-noholes.cnf
MD5SUM55fd80c8697c4ff1674e397f346374d6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark525.306
Satisfiable
(Un)Satisfiability was proved
Number of variables38707
Number of clauses251823
Sum of the clauses size669752
Maximum clause length56
Minimum clause length1
Number of clauses of size 110723
Number of clauses of size 2190625
Number of clauses of size 329693
Number of clauses of size 493
Number of clauses of size 50
Number of clauses of size over 520689

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-3493635-1307801461.cnf ***
0.00/0.00	c 
0.29/0.34	c Parsing CPU Time: 0.318951
0.29/0.34	c Running MUSer ...
10.59/10.69	c 0.00% completed ... 
145.69/145.75	c 5.00% completed ... 
865.87/865.92	c 31.53% completed ... 
1198.87/1199.00	c muser received timeout signal. Terminating ...
1198.87/1199.00	c CPU Time: CPU Time: 1198.80

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-3493635-1307801461/watcher-3493635-1307801461 -o /tmp/evaluation-result-3493635-1307801461/solver-3493635-1307801461 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493635-1307801461.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: 3.92 3.67 2.40 5/189 1888
/proc/meminfo: memFree=20787892/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=3640 CPUtime=0 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 391 0 0 0 0 0 0 0 25 0 1 0 891745949 3727360 345 33554432000 4194304 5696331 140735342700112 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 910 346 114 367 0 540 0

[startup+0.053862 s]
/proc/loadavg: 3.92 3.67 2.40 5/189 1888
/proc/meminfo: memFree=20787892/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=14488 CPUtime=0.04 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 3361 0 0 0 4 0 0 0 25 0 1 0 891745949 14835712 3071 33554432000 4194304 5696331 140735342700112 18446744073709551615 4210519 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 3622 3071 114 367 0 3252 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14488

[startup+0.100856 s]
/proc/loadavg: 3.92 3.67 2.40 5/189 1888
/proc/meminfo: memFree=20787892/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=23856 CPUtime=0.09 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 5890 0 0 0 8 1 0 0 25 0 1 0 891745949 24428544 5406 33554432000 4194304 5696331 140735342700112 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 5964 5408 114 367 0 5594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23856

[startup+0.300819 s]
/proc/loadavg: 3.92 3.67 2.40 5/189 1888
/proc/meminfo: memFree=20787892/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=51184 CPUtime=0.29 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 14073 0 0 0 27 2 0 0 25 0 1 0 891745949 52412416 12240 33554432000 4194304 5696331 140735342700112 18446744073709551615 4210999 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 12796 12240 114 367 0 12426 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51184

[startup+0.700751 s]
/proc/loadavg: 3.92 3.67 2.40 5/189 1888
/proc/meminfo: memFree=20787892/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=84464 CPUtime=0.69 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 22946 0 0 0 66 3 0 0 25 0 1 0 891745949 86491136 20726 33554432000 4194304 5696331 140735342700112 18446744073709551615 4400456 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 21116 20726 142 367 0 20746 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84464

[startup+1.50061 s]
/proc/loadavg: 3.92 3.67 2.40 5/190 1889
/proc/meminfo: memFree=20668464/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=85704 CPUtime=1.49 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 23274 0 0 0 146 3 0 0 25 0 1 0 891745949 87760896 21054 33554432000 4194304 5696331 140735342700112 18446744073709551615 4400302 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 21426 21054 142 367 0 21056 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85704

[startup+3.10032 s]
/proc/loadavg: 3.92 3.67 2.40 5/190 1889
/proc/meminfo: memFree=20618516/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=87544 CPUtime=3.09 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 23745 0 0 0 306 3 0 0 25 0 1 0 891745949 89645056 21525 33554432000 4194304 5696331 140735342700112 18446744073709551615 4401315 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 21886 21525 142 367 0 21516 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87544

[startup+6.30076 s]
/proc/loadavg: 3.93 3.67 2.40 5/190 1890
/proc/meminfo: memFree=20463156/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=66140 CPUtime=6.29 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 26394 0 0 0 625 4 0 0 25 0 1 0 891745949 67727360 16058 33554432000 4194304 5696331 140735342700112 18446744073709551615 4399919 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 16535 16058 143 367 0 16165 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66140

[startup+12.7006 s]
/proc/loadavg: 3.93 3.68 2.41 5/190 1890
/proc/meminfo: memFree=20184520/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=83012 CPUtime=12.69 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 34475 0 0 0 1263 6 0 0 25 0 1 0 891745949 85004288 20146 33554432000 4194304 5696331 140735342700112 18446744073709551615 4416744 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 20753 20146 148 367 0 20383 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83012

[startup+25.5004 s]
/proc/loadavg: 3.95 3.69 2.44 5/190 1890
/proc/meminfo: memFree=19600100/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=83012 CPUtime=25.49 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 34486 0 0 0 2543 6 0 0 25 0 1 0 891745949 85004288 20157 33554432000 4194304 5696331 140735342700112 18446744073709551615 4399919 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 20753 20157 148 367 0 20383 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83012

[startup+51.1008 s]
/proc/loadavg: 3.96 3.72 2.48 5/190 1891
/proc/meminfo: memFree=18855712/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=83012 CPUtime=51.09 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 34508 0 0 0 5103 6 0 0 25 0 1 0 891745949 85004288 20179 33554432000 4194304 5696331 140735342700112 18446744073709551615 4386413 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 20753 20179 148 367 0 20383 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83012

[startup+102.307 s]
/proc/loadavg: 3.98 3.76 2.56 5/190 1892
/proc/meminfo: memFree=16620924/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=83012 CPUtime=102.29 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 34552 0 0 0 10222 7 0 0 25 0 1 0 891745949 85004288 20223 33554432000 4194304 5696331 140735342700112 18446744073709551615 4301213 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 20753 20223 148 367 0 20383 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 83012

[startup+162.3 s]
/proc/loadavg: 3.99 3.80 2.64 5/190 1894
/proc/meminfo: memFree=14070424/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=90960 CPUtime=162.29 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 36115 0 0 0 16221 8 0 0 25 0 1 0 891745949 93143040 21786 33554432000 4194304 5696331 140735342700112 18446744073709551615 4301216 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 22740 21786 148 367 0 22370 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 90960

[startup+222.301 s]
/proc/loadavg: 4.06 3.86 2.74 5/190 1895
/proc/meminfo: memFree=11648652/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=90960 CPUtime=222.28 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 36248 0 0 0 22220 8 0 0 25 0 1 0 891745949 93143040 21919 33554432000 4194304 5696331 140735342700112 18446744073709551615 4361009 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 22740 21919 148 367 0 22370 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 90960

[startup+282.301 s]
/proc/loadavg: 4.02 3.88 2.81 5/190 1897
/proc/meminfo: memFree=9423544/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=90960 CPUtime=282.28 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 36389 0 0 0 28219 9 0 0 25 0 1 0 891745949 93143040 22060 33554432000 4194304 5696331 140735342700112 18446744073709551615 4400100 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 22740 22060 148 367 0 22370 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 90960

[startup+342.3 s]
/proc/loadavg: 3.94 3.89 2.88 5/190 1976
/proc/meminfo: memFree=23262404/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=90960 CPUtime=342.27 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 36576 0 0 0 34218 9 0 0 25 0 1 0 891745949 93143040 22247 33554432000 4194304 5696331 140735342700112 18446744073709551615 4380994 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 22740 22247 148 367 0 22370 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 90960

[startup+402.301 s]
/proc/loadavg: 3.98 3.90 2.94 5/190 1978
/proc/meminfo: memFree=23198172/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=93536 CPUtime=402.27 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 36715 0 0 0 40218 9 0 0 25 0 1 0 891745949 95780864 22386 33554432000 4194304 5696331 140735342700112 18446744073709551615 4301216 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 23384 22386 148 367 0 23014 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 93536

[startup+462.3 s]
/proc/loadavg: 3.99 3.92 3.01 5/190 2018
/proc/meminfo: memFree=30123812/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=93536 CPUtime=462.27 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 36880 0 0 0 46217 10 0 0 25 0 1 0 891745949 95780864 22551 33554432000 4194304 5696331 140735342700112 18446744073709551615 4417528 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 23384 22551 148 367 0 23014 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 93536

[startup+522.301 s]
/proc/loadavg: 4.07 3.95 3.07 5/190 2019
/proc/meminfo: memFree=29604292/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=100428 CPUtime=522.27 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 38671 0 0 0 52216 11 0 0 25 0 1 0 891745949 102838272 24342 33554432000 4194304 5696331 140735342700112 18446744073709551615 4416898 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 25107 24342 148 367 0 24737 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 100428

[startup+582.301 s]
/proc/loadavg: 4.03 3.95 3.13 5/190 2021
/proc/meminfo: memFree=29470420/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=100428 CPUtime=582.27 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 38704 0 0 0 58215 12 0 0 25 0 1 0 891745949 102838272 24375 33554432000 4194304 5696331 140735342700112 18446744073709551615 4416913 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 25107 24375 148 367 0 24737 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 100428

[startup+642.3 s]
/proc/loadavg: 4.01 3.96 3.18 5/190 2022
/proc/meminfo: memFree=29208136/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=102148 CPUtime=642.27 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 39154 0 0 0 64215 12 0 0 25 0 1 0 891745949 104599552 24825 33554432000 4194304 5696331 140735342700112 18446744073709551615 4417519 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 25537 24825 148 367 0 25167 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 102148

[startup+702.301 s]
/proc/loadavg: 4.05 3.98 3.23 5/190 2024
/proc/meminfo: memFree=29205624/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=104088 CPUtime=702.27 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 39655 0 0 0 70214 13 0 0 25 0 1 0 891745949 106586112 25326 33554432000 4194304 5696331 140735342700112 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 26022 25326 148 367 0 25652 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 104088

[startup+762.307 s]
/proc/loadavg: 4.10 3.99 3.28 5/190 2026
/proc/meminfo: memFree=29205588/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=104088 CPUtime=762.28 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 39688 0 0 0 76215 13 0 0 25 0 1 0 891745949 106586112 25359 33554432000 4194304 5696331 140735342700112 18446744073709551615 4410535 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 26022 25359 148 367 0 25652 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 104088

[startup+822.301 s]
/proc/loadavg: 4.03 3.99 3.33 5/190 2027
/proc/meminfo: memFree=29205692/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=104088 CPUtime=822.26 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 39710 0 0 0 82213 13 0 0 25 0 1 0 891745949 106586112 25381 33554432000 4194304 5696331 140735342700112 18446744073709551615 4300628 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 26022 25381 148 367 0 25652 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 104088

[startup+882.301 s]
/proc/loadavg: 4.01 3.99 3.37 5/190 2029
/proc/meminfo: memFree=29203296/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=106460 CPUtime=882.26 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40307 0 0 0 88212 14 0 0 25 0 1 0 891745949 109015040 25978 33554432000 4194304 5696331 140735342700112 18446744073709551615 4417519 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 26615 25978 150 367 0 26245 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 106460

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.40 5/190 2030
/proc/meminfo: memFree=29203004/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=106460 CPUtime=942.26 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40325 0 0 0 94212 14 0 0 25 0 1 0 891745949 109015040 25996 33554432000 4194304 5696331 140735342700112 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 26615 25996 150 367 0 26245 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 106460

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.44 5/190 2032
/proc/meminfo: memFree=29202960/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=106460 CPUtime=1002.27 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40346 0 0 0 100212 15 0 0 25 0 1 0 891745949 109015040 26017 33554432000 4194304 5696331 140735342700112 18446744073709551615 4416938 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 26615 26017 150 367 0 26245 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 106460

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.47 5/190 2034
/proc/meminfo: memFree=29202564/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=106460 CPUtime=1062.26 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40363 0 0 0 106211 15 0 0 25 0 1 0 891745949 109015040 26034 33554432000 4194304 5696331 140735342700112 18446744073709551615 4416848 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 26615 26034 150 367 0 26245 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 106460

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.50 5/190 2035
/proc/meminfo: memFree=29202416/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=106460 CPUtime=1122.26 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40384 0 0 0 112210 16 0 0 25 0 1 0 891745949 109015040 26055 33554432000 4194304 5696331 140735342700112 18446744073709551615 4380796 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 26615 26055 150 367 0 26245 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 106460

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.53 5/190 2037
/proc/meminfo: memFree=29200036/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=108744 CPUtime=1182.26 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40953 0 0 0 118210 16 0 0 25 0 1 0 891745949 111353856 26624 33554432000 4194304 5696331 140735342700112 18446744073709551615 4417436 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 27186 26624 150 367 0 26816 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 108744

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

[startup+1190.3 s]
/proc/loadavg: 4.00 3.99 3.53 5/190 2037
/proc/meminfo: memFree=29200148/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=108744 CPUtime=1190.27 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40954 0 0 0 119010 17 0 0 25 0 1 0 891745949 111353856 26625 33554432000 4194304 5696331 140735342700112 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 27186 26625 150 367 0 26816 0
Current children cumulated CPU time (s) 1190.27
Current children cumulated vsize (KiB) 108744

[startup+1193.51 s]
/proc/loadavg: 4.00 3.99 3.53 5/190 2037
/proc/meminfo: memFree=29200148/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=108744 CPUtime=1193.47 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40958 0 0 0 119330 17 0 0 25 0 1 0 891745949 111353856 26629 33554432000 4194304 5696331 140735342700112 18446744073709551615 4416179 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 27186 26629 150 367 0 26816 0
Current children cumulated CPU time (s) 1193.47
Current children cumulated vsize (KiB) 108744

[startup+1196.7 s]
/proc/loadavg: 4.00 3.99 3.54 5/190 2037
/proc/meminfo: memFree=29200024/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=108744 CPUtime=1196.67 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40959 0 0 0 119650 17 0 0 25 0 1 0 891745949 111353856 26630 33554432000 4194304 5696331 140735342700112 18446744073709551615 4416830 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 27186 26630 150 367 0 26816 0
Current children cumulated CPU time (s) 1196.67
Current children cumulated vsize (KiB) 108744

[startup+1198.3 s]
/proc/loadavg: 4.00 3.99 3.54 5/190 2037
/proc/meminfo: memFree=29200144/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=108744 CPUtime=1198.26 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40959 0 0 0 119809 17 0 0 25 0 1 0 891745949 111353856 26630 33554432000 4194304 5696331 140735342700112 18446744073709551615 4416938 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 27186 26630 150 367 0 26816 0
Current children cumulated CPU time (s) 1198.26
Current children cumulated vsize (KiB) 108744

[startup+1198.7 s]
/proc/loadavg: 4.00 3.99 3.54 5/190 2037
/proc/meminfo: memFree=29200144/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=108744 CPUtime=1198.67 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40959 0 0 0 119850 17 0 0 25 0 1 0 891745949 111353856 26630 33554432000 4194304 5696331 140735342700112 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 27186 26630 150 367 0 26816 0
Current children cumulated CPU time (s) 1198.67
Current children cumulated vsize (KiB) 108744

[startup+1198.9 s]
/proc/loadavg: 4.00 3.99 3.54 5/190 2037
/proc/meminfo: memFree=29200144/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=108744 CPUtime=1198.87 cores=5,7
/proc/1888/stat : 1888 (muser) R 1886 1888 1663 0 -1 4202496 40960 0 0 0 119870 17 0 0 25 0 1 0 891745949 111353856 26631 33554432000 4194304 5696331 140735342700112 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/1888/statm: 27186 26631 150 367 0 26816 0
Current children cumulated CPU time (s) 1198.87
Current children cumulated vsize (KiB) 108744

[startup+1199.01 s]
/proc/loadavg: 4.00 3.99 3.54 5/190 2037
/proc/meminfo: memFree=29200144/32950928 swapFree=67055156/67111528
[pid=1888] ppid=1886 vsize=0 CPUtime=1198.97 cores=5,7
/proc/1888/stat : 1888 (muser) S 1886 1888 1663 0 -1 4202500 40961 0 0 0 119880 17 0 0 25 0 1 0 891745949 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 24615 18446744073709551615 0 0 17 5 0 0 0
/proc/1888/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.01
CPU time (s): 1198.98
CPU user time (s): 1198.8
CPU system time (s): 0.175973
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 108744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.8
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40961
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= 10291

runsolver used 1.85872 second user time and 4.68729 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 16:11:02
IDJOB=3493635
IDBENCH=70955
IDSOLVER=1969
FILE ID=node123/3493635-1307801461
RUNJOBID= node123-1307800702-1684
PBS_JOBID= 13551056
Free space on /tmp= 74152 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r1-noholes.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493635-1307801461/watcher-3493635-1307801461 -o /tmp/evaluation-result-3493635-1307801461/solver-3493635-1307801461 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493635-1307801461.cnf

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

MD5SUM BENCH= 55fd80c8697c4ff1674e397f346374d6
RANDOM SEED=27558804

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:      20788560 kB
Buffers:        292956 kB
Cached:         975384 kB
SwapCached:      10356 kB
Active:       11151364 kB
Inactive:       799068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20788560 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:            5872 kB
Writeback:           0 kB
AnonPages:    10678988 kB
Mapped:          14680 kB
Slab:           126932 kB
PageTables:      25952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10928572 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= 74128 MiB
End job on node123 at 2011-06-11 16:31:01