Trace number 3493647

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.04 1199.01

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5t0.cnf
MD5SUM6d9bebe0ad8d6ec4664c3b3b49661b5f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark927.594
Satisfiable
(Un)Satisfiability was proved
Number of variables220392
Number of clauses1172417
Sum of the clauses size2825052
Maximum clause length10
Minimum clause length1
Number of clauses of size 112461
Number of clauses of size 2835817
Number of clauses of size 3267959
Number of clauses of size 46240
Number of clauses of size 524960
Number of clauses of size over 524980

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-3493647-1307801786.cnf ***
0.00/0.00	c 
1.59/1.64	c Parsing CPU Time: 1.54576
1.59/1.64	c Running MUSer ...
6.99/7.01	c 0.00% completed ... 
17.09/17.15	c 5.26% completed ... 
30.90/30.90	c 10.52% completed ... 
177.20/177.21	c 25.56% completed ... 
938.32/938.31	c 53.57% completed ... 
1199.03/1199.00	c muser received timeout signal. Terminating ...
1199.03/1199.00	c CPU Time: CPU Time: 1198.78

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

running on 2 cores: 1,3

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.93 3.88 2.86 4/189 1975
/proc/meminfo: memFree=23755248/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=3900 CPUtime=0 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 449 0 0 0 0 0 0 0 23 0 1 0 891778514 3993600 403 33554432000 4194304 5696331 140735781743248 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 975 405 114 367 0 605 0

[startup+0.105152 s]
/proc/loadavg: 3.93 3.88 2.86 4/189 1975
/proc/meminfo: memFree=23755248/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=25248 CPUtime=0.09 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 6242 0 0 0 9 0 0 0 24 0 1 0 891778514 25853952 5758 33554432000 4194304 5696331 140735781743248 18446744073709551615 4208097 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 6312 5758 114 367 0 5942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25248

[startup+0.201135 s]
/proc/loadavg: 3.93 3.88 2.86 4/189 1975
/proc/meminfo: memFree=23755248/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=42116 CPUtime=0.19 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 11036 0 0 0 18 1 0 0 24 0 1 0 891778514 43126784 9973 33554432000 4194304 5696331 140735781743248 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 10529 9975 114 367 0 10159 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42116

[startup+0.301117 s]
/proc/loadavg: 3.93 3.88 2.86 4/189 1975
/proc/meminfo: memFree=23755248/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=51212 CPUtime=0.29 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 14448 0 0 0 28 1 0 0 25 0 1 0 891778514 52441088 12230 33554432000 4194304 5696331 140735781743248 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 12803 12232 114 367 0 12433 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51212

[startup+0.701046 s]
/proc/loadavg: 3.93 3.88 2.86 4/189 1975
/proc/meminfo: memFree=23755248/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=108080 CPUtime=0.69 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 30985 0 0 0 66 3 0 0 25 0 1 0 891778514 110673920 26460 33554432000 4194304 5696331 140735781743248 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 27020 26462 114 367 0 26650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108080

[startup+1.5009 s]
/proc/loadavg: 3.93 3.88 2.86 5/190 1976
/proc/meminfo: memFree=23557856/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=217064 CPUtime=1.49 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 62832 0 0 0 141 8 0 0 25 0 1 0 891778514 222273536 53696 33554432000 4194304 5696331 140735781743248 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 54266 53698 114 367 0 53896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 217064

[startup+3.10068 s]
/proc/loadavg: 3.93 3.88 2.86 5/190 1976
/proc/meminfo: memFree=23372732/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=372240 CPUtime=3.09 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 99789 0 0 0 296 13 0 0 25 0 1 0 891778514 381173760 90651 33554432000 4194304 5696331 140735781743248 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 93060 90651 142 367 0 92690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 372240

[startup+6.30106 s]
/proc/loadavg: 3.93 3.88 2.87 5/190 1976
/proc/meminfo: memFree=23387128/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=279064 CPUtime=6.29 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 109680 0 0 0 614 15 0 0 25 0 1 0 891778514 285761536 69351 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416744 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 69766 69351 143 367 0 69396 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 279064

[startup+12.7009 s]
/proc/loadavg: 3.94 3.88 2.87 5/190 1976
/proc/meminfo: memFree=23279388/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=289464 CPUtime=12.69 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 112279 0 0 0 1254 15 0 0 25 0 1 0 891778514 296411136 71950 33554432000 4194304 5696331 140735781743248 18446744073709551615 4381194 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 72366 71950 149 367 0 71996 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 289464

[startup+25.5007 s]
/proc/loadavg: 3.95 3.89 2.89 5/190 1977
/proc/meminfo: memFree=23202392/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=289464 CPUtime=25.49 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 112283 0 0 0 2534 15 0 0 25 0 1 0 891778514 296411136 71954 33554432000 4194304 5696331 140735781743248 18446744073709551615 4417642 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 72366 71954 149 367 0 71996 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 289464

[startup+51.1011 s]
/proc/loadavg: 3.97 3.90 2.92 5/190 1977
/proc/meminfo: memFree=23200404/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=289464 CPUtime=51.09 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 112292 0 0 0 5094 15 0 0 25 0 1 0 891778514 296411136 71963 33554432000 4194304 5696331 140735781743248 18446744073709551615 4381740 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 72366 71963 150 367 0 71996 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 289464

[startup+102.301 s]
/proc/loadavg: 3.98 3.91 2.97 5/190 1979
/proc/meminfo: memFree=23050116/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=293592 CPUtime=102.29 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 112822 0 0 0 10214 15 0 0 25 0 1 0 891778514 300638208 72493 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416495 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 73398 72493 150 367 0 73028 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 293592

[startup+162.3 s]
/proc/loadavg: 3.99 3.92 3.03 5/190 2018
/proc/meminfo: memFree=29987744/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=162.3 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113869 0 0 0 16214 16 0 0 25 0 1 0 891778514 304910336 73540 33554432000 4194304 5696331 140735781743248 18446744073709551615 4301159 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73540 150 367 0 74071 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 297764

[startup+222.307 s]
/proc/loadavg: 4.05 3.95 3.10 5/190 2020
/proc/meminfo: memFree=29503920/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=222.3 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113877 0 0 0 22214 16 0 0 25 0 1 0 891778514 304910336 73548 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416862 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73548 150 367 0 74071 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 297764

[startup+282.3 s]
/proc/loadavg: 4.02 3.95 3.15 5/190 2022
/proc/meminfo: memFree=29302392/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=282.29 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113880 0 0 0 28213 16 0 0 25 0 1 0 891778514 304910336 73551 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416534 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73551 150 367 0 74071 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 297764

[startup+342.301 s]
/proc/loadavg: 4.08 3.98 3.21 5/190 2023
/proc/meminfo: memFree=29207752/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=342.3 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113885 0 0 0 34213 17 0 0 25 0 1 0 891778514 304910336 73556 33554432000 4194304 5696331 140735781743248 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73556 150 367 0 74071 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 297764

[startup+402.301 s]
/proc/loadavg: 4.03 3.98 3.25 5/190 2025
/proc/meminfo: memFree=29205736/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=402.3 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113889 0 0 0 40213 17 0 0 25 0 1 0 891778514 304910336 73560 33554432000 4194304 5696331 140735781743248 18446744073709551615 4419584 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73560 150 367 0 74071 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 297764

[startup+462.301 s]
/proc/loadavg: 4.06 3.99 3.30 5/190 2026
/proc/meminfo: memFree=29205828/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=462.3 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113893 0 0 0 46213 17 0 0 25 0 1 0 891778514 304910336 73564 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416744 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73564 150 367 0 74071 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 297764

[startup+522.301 s]
/proc/loadavg: 4.02 3.99 3.34 5/190 2028
/proc/meminfo: memFree=29205680/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=522.3 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113898 0 0 0 52212 18 0 0 25 0 1 0 891778514 304910336 73569 33554432000 4194304 5696331 140735781743248 18446744073709551615 4381170 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73569 150 367 0 74071 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 297764

[startup+582.3 s]
/proc/loadavg: 4.01 3.99 3.38 5/190 2030
/proc/meminfo: memFree=29203024/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=582.3 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113903 0 0 0 58212 18 0 0 25 0 1 0 891778514 304910336 73574 33554432000 4194304 5696331 140735781743248 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73574 150 367 0 74071 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 297764

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.42 5/190 2031
/proc/meminfo: memFree=29202728/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=642.31 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113909 0 0 0 64212 19 0 0 25 0 1 0 891778514 304910336 73580 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416326 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73580 150 367 0 74071 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 297764

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.45 5/190 2033
/proc/meminfo: memFree=29202700/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=702.31 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113913 0 0 0 70212 19 0 0 25 0 1 0 891778514 304910336 73584 33554432000 4194304 5696331 140735781743248 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73584 150 367 0 74071 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 297764

[startup+762.3 s]
/proc/loadavg: 4.00 3.99 3.48 5/190 2034
/proc/meminfo: memFree=29202300/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=762.32 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113919 0 0 0 76212 20 0 0 25 0 1 0 891778514 304910336 73590 33554432000 4194304 5696331 140735781743248 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73590 150 367 0 74071 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 297764

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.51 5/190 2036
/proc/meminfo: memFree=29200424/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=822.32 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113925 0 0 0 82211 21 0 0 25 0 1 0 891778514 304910336 73596 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416656 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73596 150 367 0 74071 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 297764

[startup+882.306 s]
/proc/loadavg: 3.93 3.98 3.53 5/190 2114
/proc/meminfo: memFree=29289372/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297764 CPUtime=882.32 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113929 0 0 0 88210 22 0 0 25 0 1 0 891778514 304910336 73600 33554432000 4194304 5696331 140735781743248 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74441 73600 150 367 0 74071 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 297764

[startup+942.301 s]
/proc/loadavg: 4.01 3.99 3.57 5/190 2115
/proc/meminfo: memFree=29116844/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=942.31 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113934 0 0 0 94209 22 0 0 25 0 1 0 891778514 305045504 73605 33554432000 4194304 5696331 140735781743248 18446744073709551615 4381132 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73605 150 367 0 74104 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 297896

[startup+1002.3 s]
/proc/loadavg: 4.08 4.01 3.59 5/190 2117
/proc/meminfo: memFree=29108348/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=1002.31 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113940 0 0 0 100209 22 0 0 25 0 1 0 891778514 305045504 73611 33554432000 4194304 5696331 140735781743248 18446744073709551615 4300606 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73611 150 367 0 74104 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 297896

[startup+1062.3 s]
/proc/loadavg: 4.03 4.00 3.62 5/190 2118
/proc/meminfo: memFree=29109800/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=1062.32 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113945 0 0 0 106209 23 0 0 25 0 1 0 891778514 305045504 73616 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416432 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73616 150 367 0 74104 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 297896

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.64 5/190 2120
/proc/meminfo: memFree=29076176/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=1122.32 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113951 0 0 0 112208 24 0 0 25 0 1 0 891778514 305045504 73622 33554432000 4194304 5696331 140735781743248 18446744073709551615 4380923 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73622 150 367 0 74104 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 297896

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 2236
/proc/meminfo: memFree=30136448/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=1182.32 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113957 0 0 0 118208 24 0 0 25 0 1 0 891778514 305045504 73628 33554432000 4194304 5696331 140735781743248 18446744073709551615 4417715 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73628 150 367 0 74104 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 297896

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

[startup+1190.4 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 2236
/proc/meminfo: memFree=30099448/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=1190.42 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113957 0 0 0 119018 24 0 0 25 0 1 0 891778514 305045504 73628 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416883 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73628 150 367 0 74104 0
Current children cumulated CPU time (s) 1190.42
Current children cumulated vsize (KiB) 297896

[startup+1193.61 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 2236
/proc/meminfo: memFree=30086312/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=1193.62 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113957 0 0 0 119338 24 0 0 25 0 1 0 891778514 305045504 73628 33554432000 4194304 5696331 140735781743248 18446744073709551615 4416833 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73628 150 367 0 74104 0
Current children cumulated CPU time (s) 1193.62
Current children cumulated vsize (KiB) 297896

[startup+1196.8 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 2236
/proc/meminfo: memFree=30073772/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=1196.82 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113957 0 0 0 119658 24 0 0 25 0 1 0 891778514 305045504 73628 33554432000 4194304 5696331 140735781743248 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73628 150 367 0 74104 0
Current children cumulated CPU time (s) 1196.82
Current children cumulated vsize (KiB) 297896

[startup+1198.4 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 2236
/proc/meminfo: memFree=30070052/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=1198.42 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113957 0 0 0 119818 24 0 0 25 0 1 0 891778514 305045504 73628 33554432000 4194304 5696331 140735781743248 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73628 150 367 0 74104 0
Current children cumulated CPU time (s) 1198.42
Current children cumulated vsize (KiB) 297896

[startup+1198.8 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 2236
/proc/meminfo: memFree=30070052/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=297896 CPUtime=1198.82 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202496 113957 0 0 0 119858 24 0 0 25 0 1 0 891778514 305045504 73628 33554432000 4194304 5696331 140735781743248 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/1975/statm: 74474 73628 150 367 0 74104 0
Current children cumulated CPU time (s) 1198.82
Current children cumulated vsize (KiB) 297896

[startup+1199 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 2236
/proc/meminfo: memFree=30065588/32950928 swapFree=67055156/67111528
[pid=1975] ppid=1973 vsize=0 CPUtime=1199.03 cores=1,3
/proc/1975/stat : 1975 (muser) R 1973 1975 1663 0 -1 4202500 113958 0 0 0 119878 25 0 0 25 0 1 0 891778514 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 1 0 0 0
/proc/1975/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.04
CPU user time (s): 1198.78
CPU system time (s): 0.25996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 378828

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

runsolver used 1.93771 second user time and 4.6083 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 16:16:27
IDJOB=3493647
IDBENCH=70979
IDSOLVER=1969
FILE ID=node123/3493647-1307801786
RUNJOBID= node123-1307800702-1683
PBS_JOBID= 13551056
Free space on /tmp= 74128 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-5t0.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493647-1307801786/watcher-3493647-1307801786 -o /tmp/evaluation-result-3493647-1307801786/solver-3493647-1307801786 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493647-1307801786.cnf

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

MD5SUM BENCH= 6d9bebe0ad8d6ec4664c3b3b49661b5f
RANDOM SEED=1632126917

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:      23755792 kB
Buffers:        293332 kB
Cached:        1008268 kB
SwapCached:      10356 kB
Active:        8181892 kB
Inactive:       806800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23755792 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           36520 kB
Writeback:           0 kB
AnonPages:     7684472 kB
Mapped:          14728 kB
Slab:           127652 kB
PageTables:      20168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7925980 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= 74140 MiB
End job on node123 at 2011-06-11 16:36:26