Trace number 3493367

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.09 1199.04

General information on the benchmark

Namemus/marques-silva/design-debugging/
rsdecoder-problem.dimacs_39.filtered.cnf
MD5SUM4ecb898723e70139c6e19a87aef03287
Bench CategoryMUS (MUS)
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 variables1199597
Number of clauses3868693
Sum of the clauses size9946119
Maximum clause length4
Minimum clause length1
Number of clauses of size 114511
Number of clauses of size 21632740
Number of clauses of size 32219640
Number of clauses of size 41802
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-3493367-1307798848.cnf ***
0.00/0.00	c 
5.69/5.77	c Parsing CPU Time: 5.45117
5.69/5.77	c Running MUSer ...
13.29/13.39	c 0.00% completed ... 
228.00/228.04	c 5.02% completed ... 
559.62/559.68	c 10.02% completed ... 
900.73/900.75	c 15.11% completed ... 
1198.96/1199.00	c muser received timeout signal. Terminating ...
1198.96/1199.00	c CPU Time: CPU Time: 1198.38

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-3493367-1307798848/watcher-3493367-1307798848 -o /tmp/evaluation-result-3493367-1307798848/solver-3493367-1307798848 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493367-1307798848.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: 2.45 0.72 0.45 5/186 25726
/proc/meminfo: memFree=30690016/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=4352 CPUtime=0 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 554 0 0 0 0 0 0 0 24 0 1 0 891481807 4456448 509 33554432000 4194304 5696331 140736168900352 18446744073709551615 4210406 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 1088 509 114 367 0 718 0

[startup+0.0459351 s]
/proc/loadavg: 2.45 0.72 0.45 5/186 25726
/proc/meminfo: memFree=30690016/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=13944 CPUtime=0.03 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 3117 0 0 0 3 0 0 0 24 0 1 0 891481807 14278656 2925 33554432000 4194304 5696331 140736168900352 18446744073709551615 4208097 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 3486 2925 114 367 0 3116 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13944

[startup+0.100939 s]
/proc/loadavg: 2.45 0.72 0.45 5/186 25726
/proc/meminfo: memFree=30690016/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=25104 CPUtime=0.09 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 6193 0 0 0 8 1 0 0 24 0 1 0 891481807 25706496 5710 33554432000 4194304 5696331 140736168900352 18446744073709551615 4208097 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 6276 5710 114 367 0 5906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25104

[startup+0.300884 s]
/proc/loadavg: 2.45 0.72 0.45 5/186 25726
/proc/meminfo: memFree=30690016/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=59912 CPUtime=0.29 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 16632 0 0 0 27 2 0 0 25 0 1 0 891481807 61349888 14415 33554432000 4194304 5696331 140736168900352 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 14978 14418 114 367 0 14608 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59912

[startup+0.700803 s]
/proc/loadavg: 2.45 0.72 0.45 5/186 25726
/proc/meminfo: memFree=30690016/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=127208 CPUtime=0.68 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 35755 0 0 0 64 4 0 0 25 0 1 0 891481807 130260992 31232 33554432000 4194304 5696331 140736168900352 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 31802 31234 114 367 0 31432 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 127208

[startup+1.50064 s]
/proc/loadavg: 2.45 0.72 0.45 5/190 25737
/proc/meminfo: memFree=30382168/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=251504 CPUtime=1.48 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 71444 0 0 0 139 9 0 0 25 0 1 0 891481807 257540096 62309 33554432000 4194304 5696331 140736168900352 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 62876 62312 114 367 0 62506 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 251504

[startup+3.10034 s]
/proc/loadavg: 2.73 0.81 0.48 5/190 25737
/proc/meminfo: memFree=30090768/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=502340 CPUtime=3.09 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 143382 0 0 0 291 18 0 0 25 0 1 0 891481807 514396160 125028 33554432000 4194304 5696331 140736168900352 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 125585 125030 114 367 0 125215 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 502340

[startup+6.3007 s]
/proc/loadavg: 2.73 0.81 0.48 5/190 25737
/proc/meminfo: memFree=29699700/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1104756 CPUtime=6.29 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 311099 0 0 0 592 37 0 0 25 0 1 0 891481807 1131270144 274308 33554432000 4194304 5696331 140736168900352 18446744073709551615 4404454 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 276189 274308 140 367 0 275819 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1104756

[startup+12.7004 s]
/proc/loadavg: 2.92 0.91 0.52 5/190 25813
/proc/meminfo: memFree=29163012/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1227632 CPUtime=12.69 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 478505 0 0 0 1212 57 0 0 25 0 1 0 891481807 1257095168 302629 33554432000 4194304 5696331 140736168900352 18446744073709551615 5010039 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 306908 302655 143 367 0 306538 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1227632

[startup+25.5009 s]
/proc/loadavg: 3.09 1.01 0.55 5/190 25813
/proc/meminfo: memFree=29444124/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=25.49 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553677 0 0 0 2483 66 0 0 25 0 1 0 891481807 1086922752 264013 33554432000 4194304 5696331 140736168900352 18446744073709551615 4301216 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264013 148 367 0 264992 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1061448

[startup+51.1008 s]
/proc/loadavg: 3.40 1.25 0.64 5/190 25852
/proc/meminfo: memFree=29623424/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=51.09 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553678 0 0 0 5043 66 0 0 25 0 1 0 891481807 1086922752 264014 33554432000 4194304 5696331 140736168900352 18446744073709551615 4381173 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264014 148 367 0 264992 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1061448

[startup+102.307 s]
/proc/loadavg: 3.76 1.71 0.83 5/190 25853
/proc/meminfo: memFree=29611304/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=102.3 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553680 0 0 0 10164 66 0 0 25 0 1 0 891481807 1086922752 264016 33554432000 4194304 5696331 140736168900352 18446744073709551615 4419179 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264016 148 367 0 264992 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1061448

[startup+162.301 s]
/proc/loadavg: 3.49 1.99 0.98 4/184 25879
/proc/meminfo: memFree=29640872/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=162.29 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553683 0 0 0 16163 66 0 0 25 0 1 0 891481807 1086922752 264019 33554432000 4194304 5696331 140736168900352 18446744073709551615 4301216 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264019 148 367 0 264992 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1061448

[startup+222.301 s]
/proc/loadavg: 2.72 2.07 1.07 3/178 25904
/proc/meminfo: memFree=29780744/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=222.3 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553685 0 0 0 22164 66 0 0 25 0 1 0 891481807 1086922752 264021 33554432000 4194304 5696331 140736168900352 18446744073709551615 4300628 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264021 148 367 0 264992 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1061448

[startup+282.301 s]
/proc/loadavg: 1.84 1.95 1.09 2/172 25930
/proc/meminfo: memFree=30373348/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=282.3 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553687 0 0 0 28164 66 0 0 25 0 1 0 891481807 1086922752 264023 33554432000 4194304 5696331 140736168900352 18446744073709551615 4417628 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264023 148 367 0 264992 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1061448

[startup+342.301 s]
/proc/loadavg: 1.33 1.77 1.09 2/172 25932
/proc/meminfo: memFree=30374552/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=342.31 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553689 0 0 0 34164 67 0 0 25 0 1 0 891481807 1086922752 264025 33554432000 4194304 5696331 140736168900352 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264025 148 367 0 264992 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1061448

[startup+402.301 s]
/proc/loadavg: 1.13 1.64 1.08 2/172 25933
/proc/meminfo: memFree=30374636/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=402.31 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553691 0 0 0 40164 67 0 0 25 0 1 0 891481807 1086922752 264027 33554432000 4194304 5696331 140736168900352 18446744073709551615 4416862 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264027 148 367 0 264992 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1061448

[startup+462.301 s]
/proc/loadavg: 1.04 1.51 1.08 2/172 25935
/proc/meminfo: memFree=30374720/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=462.31 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553693 0 0 0 46164 67 0 0 25 0 1 0 891481807 1086922752 264029 33554432000 4194304 5696331 140736168900352 18446744073709551615 4416838 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264029 148 367 0 264992 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1061448

[startup+522.301 s]
/proc/loadavg: 1.02 1.42 1.07 2/172 25936
/proc/meminfo: memFree=30374684/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=522.32 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553695 0 0 0 52165 67 0 0 25 0 1 0 891481807 1086922752 264031 33554432000 4194304 5696331 140736168900352 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264031 148 367 0 264992 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 1061448

[startup+582.301 s]
/proc/loadavg: 1.00 1.34 1.06 2/172 25938
/proc/meminfo: memFree=30374900/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=582.32 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553698 0 0 0 58165 67 0 0 25 0 1 0 891481807 1086922752 264034 33554432000 4194304 5696331 140736168900352 18446744073709551615 4381149 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264034 149 367 0 264992 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1061448

[startup+642.301 s]
/proc/loadavg: 1.00 1.27 1.06 2/172 25940
/proc/meminfo: memFree=30374856/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=642.33 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553701 0 0 0 64166 67 0 0 25 0 1 0 891481807 1086922752 264037 33554432000 4194304 5696331 140736168900352 18446744073709551615 4416781 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264037 149 367 0 264992 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1061448

[startup+702.301 s]
/proc/loadavg: 1.00 1.23 1.05 2/172 25941
/proc/meminfo: memFree=30374820/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=702.32 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553703 0 0 0 70165 67 0 0 25 0 1 0 891481807 1086922752 264039 33554432000 4194304 5696331 140736168900352 18446744073709551615 4415889 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264039 149 367 0 264992 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1061448

[startup+762.307 s]
/proc/loadavg: 1.00 1.18 1.05 2/172 25943
/proc/meminfo: memFree=30375148/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=762.33 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553705 0 0 0 76166 67 0 0 25 0 1 0 891481807 1086922752 264041 33554432000 4194304 5696331 140736168900352 18446744073709551615 4416874 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264041 149 367 0 264992 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1061448

[startup+822.301 s]
/proc/loadavg: 1.07 1.16 1.05 2/172 25944
/proc/meminfo: memFree=30375120/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=822.33 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553707 0 0 0 82166 67 0 0 25 0 1 0 891481807 1086922752 264043 33554432000 4194304 5696331 140736168900352 18446744073709551615 4419584 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264043 149 367 0 264992 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 1061448

[startup+882.301 s]
/proc/loadavg: 1.02 1.13 1.04 2/172 25946
/proc/meminfo: memFree=30375076/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=882.33 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553710 0 0 0 88166 67 0 0 25 0 1 0 891481807 1086922752 264046 33554432000 4194304 5696331 140736168900352 18446744073709551615 4419584 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264046 149 367 0 264992 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1061448

[startup+942.301 s]
/proc/loadavg: 1.01 1.10 1.03 2/172 25948
/proc/meminfo: memFree=30375036/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=942.33 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553712 0 0 0 94166 67 0 0 25 0 1 0 891481807 1086922752 264048 33554432000 4194304 5696331 140736168900352 18446744073709551615 4417436 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264048 149 367 0 264992 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1061448

[startup+1002.3 s]
/proc/loadavg: 1.00 1.08 1.03 2/172 25949
/proc/meminfo: memFree=30374996/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1002.33 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553714 0 0 0 100166 67 0 0 25 0 1 0 891481807 1086922752 264050 33554432000 4194304 5696331 140736168900352 18446744073709551615 4416916 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264050 149 367 0 264992 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1061448

[startup+1062.3 s]
/proc/loadavg: 1.00 1.06 1.02 2/172 25951
/proc/meminfo: memFree=30374964/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1062.34 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553716 0 0 0 106167 67 0 0 25 0 1 0 891481807 1086922752 264052 33554432000 4194304 5696331 140736168900352 18446744073709551615 4381212 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264052 149 367 0 264992 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 1061448

[startup+1122.3 s]
/proc/loadavg: 1.00 1.05 1.02 2/172 25952
/proc/meminfo: memFree=30375048/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1122.34 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553718 0 0 0 112167 67 0 0 25 0 1 0 891481807 1086922752 264054 33554432000 4194304 5696331 140736168900352 18446744073709551615 4417628 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264054 149 367 0 264992 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1061448

[startup+1182.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/172 25954
/proc/meminfo: memFree=30375132/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1182.35 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553720 0 0 0 118167 68 0 0 25 0 1 0 891481807 1086922752 264056 33554432000 4194304 5696331 140736168900352 18446744073709551615 4416913 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264056 149 367 0 264992 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 1061448

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/172 25954
/proc/meminfo: memFree=30375000/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1190.35 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553720 0 0 0 118967 68 0 0 25 0 1 0 891481807 1086922752 264056 33554432000 4194304 5696331 140736168900352 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264056 149 367 0 264992 0
Current children cumulated CPU time (s) 1190.35
Current children cumulated vsize (KiB) 1061448

[startup+1193.51 s]
/proc/loadavg: 1.00 1.04 1.01 2/172 25954
/proc/meminfo: memFree=30375116/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1193.56 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553720 0 0 0 119288 68 0 0 25 0 1 0 891481807 1086922752 264056 33554432000 4194304 5696331 140736168900352 18446744073709551615 4381288 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264056 149 367 0 264992 0
Current children cumulated CPU time (s) 1193.56
Current children cumulated vsize (KiB) 1061448

[startup+1196.7 s]
/proc/loadavg: 1.00 1.04 1.01 2/172 25954
/proc/meminfo: memFree=30375116/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1196.75 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553720 0 0 0 119607 68 0 0 25 0 1 0 891481807 1086922752 264056 33554432000 4194304 5696331 140736168900352 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264056 149 367 0 264992 0
Current children cumulated CPU time (s) 1196.75
Current children cumulated vsize (KiB) 1061448

[startup+1198.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/172 25954
/proc/meminfo: memFree=30375116/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1198.35 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553721 0 0 0 119767 68 0 0 25 0 1 0 891481807 1086922752 264057 33554432000 4194304 5696331 140736168900352 18446744073709551615 4361009 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264057 149 367 0 264992 0
Current children cumulated CPU time (s) 1198.35
Current children cumulated vsize (KiB) 1061448

[startup+1198.7 s]
/proc/loadavg: 1.00 1.04 1.01 2/172 25954
/proc/meminfo: memFree=30375116/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1198.75 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553721 0 0 0 119807 68 0 0 25 0 1 0 891481807 1086922752 264057 33554432000 4194304 5696331 140736168900352 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264057 149 367 0 264992 0
Current children cumulated CPU time (s) 1198.75
Current children cumulated vsize (KiB) 1061448

[startup+1198.9 s]
/proc/loadavg: 1.00 1.04 1.01 2/172 25955
/proc/meminfo: memFree=30375116/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=1061448 CPUtime=1198.96 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202496 553721 0 0 0 119828 68 0 0 25 0 1 0 891481807 1086922752 264057 33554432000 4194304 5696331 140736168900352 18446744073709551615 4411120 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/25726/statm: 265362 264057 149 367 0 264992 0
Current children cumulated CPU time (s) 1198.96
Current children cumulated vsize (KiB) 1061448

[startup+1199.01 s]
/proc/loadavg: 1.00 1.04 1.01 2/172 25955
/proc/meminfo: memFree=30375116/32950928 swapFree=67053888/67111528
[pid=25726] ppid=25724 vsize=0 CPUtime=1199.05 cores=5,7
/proc/25726/stat : 25726 (muser) R 25724 25726 25278 0 -1 4202500 553722 0 0 0 119837 68 0 0 25 0 1 0 891481807 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 5 0 0 0
/proc/25726/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.05
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.04
CPU time (s): 1199.09
CPU user time (s): 1198.38
CPU system time (s): 0.714891
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1458684

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

runsolver used 1.80373 second user time and 4.36734 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-11 15:27:31
IDJOB=3493367
IDBENCH=89444
IDSOLVER=1969
FILE ID=node149/3493367-1307798848
RUNJOBID= node149-1307798793-25299
PBS_JOBID= 13550999
Free space on /tmp= 73880 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT11/mus/marques-silva/design-debugging/rsdecoder-problem.dimacs_39.filtered.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493367-1307798848/watcher-3493367-1307798848 -o /tmp/evaluation-result-3493367-1307798848/solver-3493367-1307798848 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493367-1307798848.cnf

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

MD5SUM BENCH= 4ecb898723e70139c6e19a87aef03287
RANDOM SEED=1889212649

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30691016 kB
Buffers:        154308 kB
Cached:        1182784 kB
SwapCached:      23708 kB
Active:        1132924 kB
Inactive:       965132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30691016 kB
SwapTotal:    67111528 kB
SwapFree:     67053888 kB
Dirty:           91552 kB
Writeback:           0 kB
AnonPages:      756592 kB
Mapped:          11188 kB
Slab:            95840 kB
PageTables:       6460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   956720 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= 73888 MiB
End job on node149 at 2011-06-11 15:47:30