Trace number 3493371

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

General information on the benchmark

Namemus/marques-silva/design-debugging/
rsdecoder-problem.dimacs_38.filtered.cnf
MD5SUMb3f7249559f2cb0224647a4658589320
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 variables1198007
Number of clauses3865513
Sum of the clauses size9939759
Maximum clause length4
Minimum clause length1
Number of clauses of size 114511
Number of clauses of size 21629560
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-3493371-1307798849.cnf ***
0.00/0.00	c 
5.79/5.85	c Parsing CPU Time: 5.49116
5.79/5.85	c Running MUSer ...
13.39/13.44	c 0.00% completed ... 
180.80/180.83	c 5.12% completed ... 
203.10/203.10	c 10.39% completed ... 
872.92/872.93	c 27.02% completed ... 
1199.03/1199.00	c muser received timeout signal. Terminating ...
1199.03/1199.00	c CPU Time: CPU Time: 1198.33

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

running on 2 cores: 0,2

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: 1.01 0.23 0.43 5/189 10776
/proc/meminfo: memFree=29540816/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=4484 CPUtime=0 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 613 0 0 0 0 0 0 0 23 0 1 0 970115918 4591616 567 33554432000 4194304 5696331 140737462157856 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 1121 568 114 367 0 751 0

[startup+0.0384271 s]
/proc/loadavg: 1.01 0.23 0.43 5/189 10776
/proc/meminfo: memFree=29540816/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=12644 CPUtime=0.03 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 2799 0 0 0 3 0 0 0 23 0 1 0 970115918 12947456 2606 33554432000 4194304 5696331 140737462157856 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 3161 2609 114 367 0 2791 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12644

[startup+0.100416 s]
/proc/loadavg: 1.01 0.23 0.43 5/189 10776
/proc/meminfo: memFree=29540816/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=25104 CPUtime=0.09 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 6194 0 0 0 9 0 0 0 23 0 1 0 970115918 25706496 5710 33554432000 4194304 5696331 140737462157856 18446744073709551615 4208115 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 6276 5710 114 367 0 5906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25104

[startup+0.300378 s]
/proc/loadavg: 1.01 0.23 0.43 5/189 10776
/proc/meminfo: memFree=29540816/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=57932 CPUtime=0.28 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 16133 0 0 0 27 1 0 0 25 0 1 0 970115918 59322368 13915 33554432000 4194304 5696331 140737462157856 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 14483 13917 114 367 0 14113 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 57932

[startup+1.35219 s]
/proc/loadavg: 1.01 0.23 0.43 5/189 10776
/proc/meminfo: memFree=29540816/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=219296 CPUtime=1.34 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 63402 0 0 0 125 9 0 0 25 0 1 0 970115918 224559104 54266 33554432000 4194304 5696331 140737462157856 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 54824 54268 114 367 0 54454 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 219296

[startup+1.50016 s]
/proc/loadavg: 1.01 0.23 0.43 5/189 10776
/proc/meminfo: memFree=29540816/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=251900 CPUtime=1.49 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 71550 0 0 0 139 10 0 0 25 0 1 0 970115918 257945600 62414 33554432000 4194304 5696331 140737462157856 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 62975 62416 114 367 0 62605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 251900

[startup+3.10693 s]
/proc/loadavg: 1.41 0.32 0.46 5/190 10777
/proc/meminfo: memFree=29060164/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=488876 CPUtime=3.09 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 140025 0 0 0 291 18 0 0 25 0 1 0 970115918 500609024 121670 33554432000 4194304 5696331 140737462157856 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 122219 121672 114 367 0 121849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 488876

[startup+6.30035 s]
/proc/loadavg: 1.62 0.38 0.48 5/190 10777
/proc/meminfo: memFree=28427152/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1104132 CPUtime=6.3 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 310901 0 0 0 588 42 0 0 25 0 1 0 970115918 1130631168 274109 33554432000 4194304 5696331 140737462157856 18446744073709551615 4351780 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 276033 274109 140 367 0 275663 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 1104132

[startup+12.7002 s]
/proc/loadavg: 1.81 0.44 0.50 5/190 10777
/proc/meminfo: memFree=28126956/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=942428 CPUtime=12.69 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 409755 0 0 0 1215 54 0 0 25 0 1 0 970115918 965046272 234838 33554432000 4194304 5696331 140737462157856 18446744073709551615 5010049 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 235607 234857 143 367 0 235237 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 942428

[startup+25.5009 s]
/proc/loadavg: 2.06 0.54 0.53 5/190 10815
/proc/meminfo: memFree=28689696/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1050296 CPUtime=25.49 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 526523 0 0 0 2482 67 0 0 25 0 1 0 970115918 1075503104 261653 33554432000 4194304 5696331 140737462157856 18446744073709551615 4410507 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 262574 261653 148 367 0 262204 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1050296

[startup+51.1012 s]
/proc/loadavg: 2.72 0.82 0.62 5/190 10816
/proc/meminfo: memFree=28613944/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1050296 CPUtime=51.1 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 526525 0 0 0 5043 67 0 0 25 0 1 0 970115918 1075503104 261655 33554432000 4194304 5696331 140737462157856 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 262574 261655 148 367 0 262204 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 1050296

[startup+102.301 s]
/proc/loadavg: 3.00 1.23 0.77 4/184 10841
/proc/meminfo: memFree=28743068/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1050296 CPUtime=102.3 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 526526 0 0 0 10163 67 0 0 25 0 1 0 970115918 1075503104 261656 33554432000 4194304 5696331 140737462157856 18446744073709551615 4381170 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 262574 261656 148 367 0 262204 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1050296

[startup+162.301 s]
/proc/loadavg: 2.97 1.55 0.91 3/178 10867
/proc/meminfo: memFree=29599024/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1050296 CPUtime=162.3 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 526528 0 0 0 16163 67 0 0 25 0 1 0 970115918 1075503104 261658 33554432000 4194304 5696331 140737462157856 18446744073709551615 4417510 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 262574 261658 148 367 0 262204 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1050296

[startup+222.301 s]
/proc/loadavg: 2.39 1.64 0.98 3/178 10869
/proc/meminfo: memFree=29579888/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=222.3 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531378 0 0 0 22162 68 0 0 25 0 1 0 970115918 1095368704 266508 33554432000 4194304 5696331 140737462157856 18446744073709551615 4380923 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266508 149 367 0 267054 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1069696

[startup+282.301 s]
/proc/loadavg: 2.14 1.70 1.04 3/178 10870
/proc/meminfo: memFree=29579972/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=282.3 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531381 0 0 0 28162 68 0 0 25 0 1 0 970115918 1095368704 266511 33554432000 4194304 5696331 140737462157856 18446744073709551615 4410507 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266511 149 367 0 267054 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1069696

[startup+342.301 s]
/proc/loadavg: 2.05 1.75 1.10 3/178 10872
/proc/meminfo: memFree=29580364/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=342.3 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531382 0 0 0 34162 68 0 0 25 0 1 0 970115918 1095368704 266512 33554432000 4194304 5696331 140737462157856 18446744073709551615 4381149 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266512 149 367 0 267054 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1069696

[startup+402.301 s]
/proc/loadavg: 2.02 1.80 1.15 3/178 10873
/proc/meminfo: memFree=29580436/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=402.31 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531383 0 0 0 40163 68 0 0 25 0 1 0 970115918 1095368704 266513 33554432000 4194304 5696331 140737462157856 18446744073709551615 4416938 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266513 149 367 0 267054 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1069696

[startup+462.301 s]
/proc/loadavg: 2.00 1.83 1.20 3/178 10875
/proc/meminfo: memFree=29580384/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=462.31 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531384 0 0 0 46163 68 0 0 25 0 1 0 970115918 1095368704 266514 33554432000 4194304 5696331 140737462157856 18446744073709551615 4361009 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266514 149 367 0 267054 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1069696

[startup+522.307 s]
/proc/loadavg: 2.00 1.86 1.25 3/178 10877
/proc/meminfo: memFree=29580444/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=522.31 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531391 0 0 0 52163 68 0 0 25 0 1 0 970115918 1095368704 266521 33554432000 4194304 5696331 140737462157856 18446744073709551615 4416830 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266521 149 367 0 267054 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1069696

[startup+582.301 s]
/proc/loadavg: 2.00 1.88 1.29 3/178 10878
/proc/meminfo: memFree=29580384/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=582.3 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531394 0 0 0 58162 68 0 0 25 0 1 0 970115918 1095368704 266524 33554432000 4194304 5696331 140737462157856 18446744073709551615 4410535 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266524 149 367 0 267054 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1069696

[startup+642.301 s]
/proc/loadavg: 1.47 1.76 1.29 2/172 10904
/proc/meminfo: memFree=30453456/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=642.3 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531396 0 0 0 64162 68 0 0 25 0 1 0 970115918 1095368704 266526 33554432000 4194304 5696331 140737462157856 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266526 149 367 0 267054 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1069696

[startup+702.301 s]
/proc/loadavg: 1.17 1.62 1.26 2/172 10908
/proc/meminfo: memFree=30453984/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=702.31 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531399 0 0 0 70163 68 0 0 25 0 1 0 970115918 1095368704 266529 33554432000 4194304 5696331 140737462157856 18446744073709551615 4416830 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266529 149 367 0 267054 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1069696

[startup+762.301 s]
/proc/loadavg: 1.06 1.50 1.25 2/172 10910
/proc/meminfo: memFree=30453520/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=762.31 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531401 0 0 0 76163 68 0 0 25 0 1 0 970115918 1095368704 266531 33554432000 4194304 5696331 140737462157856 18446744073709551615 4416874 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266531 149 367 0 267054 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1069696

[startup+822.301 s]
/proc/loadavg: 1.02 1.41 1.23 2/172 10912
/proc/meminfo: memFree=30453596/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=822.32 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531404 0 0 0 82163 69 0 0 25 0 1 0 970115918 1095368704 266534 33554432000 4194304 5696331 140737462157856 18446744073709551615 4301216 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266534 149 367 0 267054 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1069696

[startup+882.301 s]
/proc/loadavg: 1.01 1.33 1.21 2/172 10913
/proc/meminfo: memFree=30453536/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=882.32 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531406 0 0 0 88163 69 0 0 25 0 1 0 970115918 1095368704 266536 33554432000 4194304 5696331 140737462157856 18446744073709551615 4416862 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266536 149 367 0 267054 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1069696

[startup+942.301 s]
/proc/loadavg: 1.00 1.27 1.19 2/172 10915
/proc/meminfo: memFree=30453612/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=942.32 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531409 0 0 0 94163 69 0 0 25 0 1 0 970115918 1095368704 266539 33554432000 4194304 5696331 140737462157856 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266539 149 367 0 267054 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1069696

[startup+1002.3 s]
/proc/loadavg: 1.00 1.22 1.18 2/172 10916
/proc/meminfo: memFree=30453432/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=1002.32 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531412 0 0 0 100163 69 0 0 25 0 1 0 970115918 1095368704 266542 33554432000 4194304 5696331 140737462157856 18446744073709551615 4416862 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266542 149 367 0 267054 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1069696

[startup+1062.3 s]
/proc/loadavg: 1.00 1.18 1.17 2/172 10918
/proc/meminfo: memFree=30453612/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=1062.33 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531414 0 0 0 106164 69 0 0 25 0 1 0 970115918 1095368704 266544 33554432000 4194304 5696331 140737462157856 18446744073709551615 4416851 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266544 149 367 0 267054 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1069696

[startup+1122.3 s]
/proc/loadavg: 1.00 1.14 1.15 2/172 10920
/proc/meminfo: memFree=30453428/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=1122.32 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531417 0 0 0 112163 69 0 0 25 0 1 0 970115918 1095368704 266547 33554432000 4194304 5696331 140737462157856 18446744073709551615 4381161 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266547 149 367 0 267054 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1069696

[startup+1182.31 s]
/proc/loadavg: 1.00 1.11 1.14 2/172 10921
/proc/meminfo: memFree=30453484/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=1182.33 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531419 0 0 0 118163 70 0 0 25 0 1 0 970115918 1095368704 266549 33554432000 4194304 5696331 140737462157856 18446744073709551615 4416744 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266549 149 367 0 267054 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1069696

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

[startup+1191.2 s]
/proc/loadavg: 1.00 1.11 1.14 2/172 10921
/proc/meminfo: memFree=30453468/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=1191.23 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531419 0 0 0 119053 70 0 0 25 0 1 0 970115918 1095368704 266549 33554432000 4194304 5696331 140737462157856 18446744073709551615 4417472 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266549 149 367 0 267054 0
Current children cumulated CPU time (s) 1191.23
Current children cumulated vsize (KiB) 1069696

[startup+1194.41 s]
/proc/loadavg: 1.00 1.11 1.14 2/172 10921
/proc/meminfo: memFree=30453468/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=1194.43 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531420 0 0 0 119373 70 0 0 25 0 1 0 970115918 1095368704 266550 33554432000 4194304 5696331 140737462157856 18446744073709551615 4381149 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266550 149 367 0 267054 0
Current children cumulated CPU time (s) 1194.43
Current children cumulated vsize (KiB) 1069696

[startup+1197.6 s]
/proc/loadavg: 1.00 1.11 1.14 2/172 10922
/proc/meminfo: memFree=30453468/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=1197.63 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531421 0 0 0 119693 70 0 0 25 0 1 0 970115918 1095368704 266551 33554432000 4194304 5696331 140737462157856 18446744073709551615 4416821 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266551 149 367 0 267054 0
Current children cumulated CPU time (s) 1197.63
Current children cumulated vsize (KiB) 1069696

[startup+1198.4 s]
/proc/loadavg: 1.00 1.11 1.14 2/172 10922
/proc/meminfo: memFree=30453468/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=1198.43 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531421 0 0 0 119773 70 0 0 25 0 1 0 970115918 1095368704 266551 33554432000 4194304 5696331 140737462157856 18446744073709551615 4419580 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266551 149 367 0 267054 0
Current children cumulated CPU time (s) 1198.43
Current children cumulated vsize (KiB) 1069696

[startup+1198.81 s]
/proc/loadavg: 1.00 1.11 1.14 2/172 10922
/proc/meminfo: memFree=30453468/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=1069696 CPUtime=1198.83 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202496 531421 0 0 0 119813 70 0 0 25 0 1 0 970115918 1095368704 266551 33554432000 4194304 5696331 140737462157856 18446744073709551615 4380748 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/10776/statm: 267424 266551 149 367 0 267054 0
Current children cumulated CPU time (s) 1198.83
Current children cumulated vsize (KiB) 1069696

[startup+1199 s]
/proc/loadavg: 1.00 1.11 1.14 2/172 10922
/proc/meminfo: memFree=30453468/32950928 swapFree=67051812/67111528
[pid=10776] ppid=10774 vsize=0 CPUtime=1199.03 cores=0,2
/proc/10776/stat : 10776 (muser) R 10774 10776 10238 0 -1 4202500 531421 0 0 0 119833 70 0 0 25 0 1 0 970115918 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 0 0 0 0
/proc/10776/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.04
CPU time (s): 1199.08
CPU user time (s): 1198.33
CPU system time (s): 0.744886
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1454624

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

runsolver used 1.79073 second user time and 3.83642 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-11 15:27:32
IDJOB=3493371
IDBENCH=89445
IDSOLVER=1969
FILE ID=node116/3493371-1307798849
RUNJOBID= node116-1307798836-10603
PBS_JOBID= 13551036
Free space on /tmp= 73936 MiB

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

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

MD5SUM BENCH= b3f7249559f2cb0224647a4658589320
RANDOM SEED=1620442779

node116.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.826
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.65
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.826
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.75
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.826
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:      29541360 kB
Buffers:        298148 kB
Cached:        1054380 kB
SwapCached:      13064 kB
Active:        2517672 kB
Inactive:       693032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29541360 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:          217620 kB
Writeback:           0 kB
AnonPages:     1856168 kB
Mapped:          10972 kB
Slab:           130564 kB
PageTables:       8624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2093792 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= 74068 MiB
End job on node116 at 2011-06-11 15:47:32