Trace number 1719309

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
CircUs 2009-03-23? (TO) 1200.11 1200.43

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark430.832
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data

9.89/9.97	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
9.89/9.97	c Eliminate time :       8.63 

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719309-1240645663/watcher-1719309-1240645663 -o /tmp/evaluation-result-1719309-1240645663/solver-1719309-1240645663 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1719309-1240645663.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.77 1.39 3/64 17777
/proc/meminfo: memFree=1922872/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=12216 CPUtime=0
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 735 0 0 0 0 0 0 0 18 0 1 120000 92599610 12509184 720 1992294400 134512640 135224549 4294956208 18446744073709551615 134594320 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 3054 725 66 173 0 2879 0

[startup+0.105757 s]
/proc/loadavg: 1.83 1.77 1.39 3/64 17777
/proc/meminfo: memFree=1922872/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=18588 CPUtime=0.1
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 2551 0 0 0 9 1 0 0 18 0 1 120000 92599610 19034112 2438 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 4647 2438 70 173 0 4472 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18588

[startup+0.201766 s]
/proc/loadavg: 1.83 1.77 1.39 3/64 17777
/proc/meminfo: memFree=1922872/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=23460 CPUtime=0.19
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 3924 0 0 0 18 1 0 0 18 0 1 120000 92599610 24023040 3682 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 5865 3682 70 173 0 5690 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23460

[startup+0.301778 s]
/proc/loadavg: 1.83 1.77 1.39 3/64 17777
/proc/meminfo: memFree=1922872/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=28080 CPUtime=0.29
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 5239 0 0 0 27 2 0 0 19 0 1 120000 92599610 28753920 4997 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 7020 4997 70 173 0 6845 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28080

[startup+0.701824 s]
/proc/loadavg: 1.83 1.77 1.39 3/64 17777
/proc/meminfo: memFree=1922872/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=47228 CPUtime=0.69
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 10592 0 0 0 64 5 0 0 23 0 1 120000 92599610 48361472 10093 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 11807 10093 70 173 0 11632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47228

[startup+1.50192 s]
/proc/loadavg: 1.83 1.77 1.39 2/65 17778
/proc/meminfo: memFree=1862704/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=76828 CPUtime=1.49
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 18843 0 0 0 140 9 0 0 25 0 1 120000 92599610 78671872 17830 1992294400 134512640 135224549 4294956208 18446744073709551615 134570943 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 19207 17830 76 173 0 19032 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76828

[startup+3.1021 s]
/proc/loadavg: 1.77 1.76 1.39 2/65 17778
/proc/meminfo: memFree=1851568/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=85412 CPUtime=3.09
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 21205 0 0 0 299 10 0 0 25 0 1 120000 92599610 87461888 20192 1992294400 134512640 135224549 4294956208 18446744073709551615 134578331 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 21353 20192 77 173 0 21178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85412

[startup+6.30147 s]
/proc/loadavg: 1.77 1.76 1.39 2/65 17778
/proc/meminfo: memFree=1837488/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=91068 CPUtime=6.29
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 23601 0 0 0 618 11 0 0 25 0 1 120000 92599610 93253632 21354 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 22767 21354 77 173 0 22592 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91068

[startup+12.7012 s]
/proc/loadavg: 1.71 1.75 1.39 2/65 17778
/proc/meminfo: memFree=1835312/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=93672 CPUtime=12.69
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 24419 0 0 0 1257 12 0 0 25 0 1 120000 92599610 95920128 21949 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 23418 21949 93 173 0 23243 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93672

[startup+25.5017 s]
/proc/loadavg: 1.55 1.71 1.38 2/65 17778
/proc/meminfo: memFree=1833840/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=95400 CPUtime=25.48
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 24825 0 0 0 2536 12 0 0 25 0 1 120000 92599610 97689600 22355 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 23850 22355 93 173 0 23675 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95400

[startup+51.1017 s]
/proc/loadavg: 1.36 1.65 1.37 2/65 17778
/proc/meminfo: memFree=1833904/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=95400 CPUtime=51.07
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 24825 0 0 0 5095 12 0 0 25 0 1 120000 92599610 97689600 22355 1992294400 134512640 135224549 4294956208 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 23850 22355 93 173 0 23675 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 95400

[startup+102.302 s]
/proc/loadavg: 1.14 1.54 1.34 2/65 17778
/proc/meminfo: memFree=1832816/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=96456 CPUtime=102.26
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 25099 0 0 0 10214 12 0 0 25 0 1 120000 92599610 98770944 22629 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 24114 22629 93 173 0 23939 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 96456

[startup+162.302 s]
/proc/loadavg: 1.06 1.45 1.32 2/65 17778
/proc/meminfo: memFree=1830512/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=98852 CPUtime=162.25
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 25663 0 0 0 16212 13 0 0 25 0 1 120000 92599610 101224448 23193 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 24713 23193 93 173 0 24538 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 98852

[startup+222.305 s]
/proc/loadavg: 1.02 1.36 1.30 2/65 17778
/proc/meminfo: memFree=1829040/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=100172 CPUtime=222.24
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 26030 0 0 0 22210 14 0 0 25 0 1 120000 92599610 102576128 23560 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 25043 23560 93 173 0 24868 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 100172

[startup+282.301 s]
/proc/loadavg: 1.00 1.29 1.28 2/65 17778
/proc/meminfo: memFree=1827824/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=101560 CPUtime=282.21
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 26340 0 0 0 28207 14 0 0 25 0 1 120000 92599610 103997440 23870 1992294400 134512640 135224549 4294956208 18446744073709551615 134633344 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 25390 23870 93 173 0 25215 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 101560

[startup+342.301 s]
/proc/loadavg: 1.00 1.24 1.26 2/65 17778
/proc/meminfo: memFree=1826992/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=102436 CPUtime=342.2
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 26534 0 0 0 34205 15 0 0 25 0 1 120000 92599610 104894464 24064 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 25609 24064 93 173 0 25434 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 102436

[startup+402.301 s]
/proc/loadavg: 1.00 1.19 1.24 2/65 17778
/proc/meminfo: memFree=1825456/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=103756 CPUtime=402.18
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 26905 0 0 0 40203 15 0 0 25 0 1 120000 92599610 106246144 24435 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 25939 24435 93 173 0 25764 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 103756

[startup+462.301 s]
/proc/loadavg: 1.00 1.15 1.22 2/65 17778
/proc/meminfo: memFree=1824432/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=104812 CPUtime=462.16
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 27157 0 0 0 46201 15 0 0 25 0 1 120000 92599610 107327488 24687 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 26203 24687 93 173 0 26028 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 104812

[startup+522.301 s]
/proc/loadavg: 1.00 1.12 1.20 2/65 17778
/proc/meminfo: memFree=1820976/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=108112 CPUtime=522.15
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 28009 0 0 0 52198 17 0 0 25 0 1 120000 92599610 110706688 25539 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 27028 25539 93 173 0 26853 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 108112

[startup+582.301 s]
/proc/loadavg: 1.00 1.10 1.19 2/65 17778
/proc/meminfo: memFree=1819760/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=109684 CPUtime=582.13
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 28316 0 0 0 58196 17 0 0 25 0 1 120000 92599610 112316416 25846 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 27421 25846 93 173 0 27246 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 109684

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.17 2/65 17778
/proc/meminfo: memFree=1817008/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=112324 CPUtime=642.12
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 29001 0 0 0 64194 18 0 0 25 0 1 120000 92599610 115019776 26531 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 28081 26531 93 173 0 27906 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 112324

[startup+702.302 s]
/proc/loadavg: 1.00 1.06 1.16 2/65 17778
/proc/meminfo: memFree=1815344/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=113776 CPUtime=702.1
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 29391 0 0 0 70192 18 0 0 25 0 1 120000 92599610 116506624 26921 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 28444 26921 93 173 0 28269 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 113776

[startup+762.302 s]
/proc/loadavg: 1.00 1.05 1.15 2/65 17778
/proc/meminfo: memFree=1812720/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=116476 CPUtime=762.09
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 30048 0 0 0 76190 19 0 0 25 0 1 120000 92599610 119271424 27578 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 29119 27578 93 173 0 28944 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 116476

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.14 2/65 17784
/proc/meminfo: memFree=1811824/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=116476 CPUtime=822.07
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 30051 0 0 0 82188 19 0 0 25 0 1 120000 92599610 119271424 27581 1992294400 134512640 135224549 4294956208 18446744073709551615 134584992 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 29119 27581 93 173 0 28944 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 116476

[startup+882.306 s]
/proc/loadavg: 1.00 1.03 1.13 2/65 17784
/proc/meminfo: memFree=1809648/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=118456 CPUtime=882.05
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 30579 0 0 0 88186 19 0 0 25 0 1 120000 92599610 121298944 28109 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 29614 28109 93 173 0 29439 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 118456

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 17784
/proc/meminfo: memFree=1802800/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=125192 CPUtime=942.04
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 32276 0 0 0 94182 22 0 0 25 0 1 120000 92599610 128196608 29806 1992294400 134512640 135224549 4294956208 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 31298 29806 93 173 0 31123 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 125192

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.10 2/65 17784
/proc/meminfo: memFree=1802800/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=125192 CPUtime=1002.03
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 32277 0 0 0 100181 22 0 0 25 0 1 120000 92599610 128196608 29807 1992294400 134512640 135224549 4294956208 18446744073709551615 134584992 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 31298 29807 93 173 0 31123 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 125192

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 17784
/proc/meminfo: memFree=1798192/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=129768 CPUtime=1062
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 33415 0 0 0 106178 22 0 0 25 0 1 120000 92599610 132882432 30945 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 32442 30945 93 173 0 32267 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 129768

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17784
/proc/meminfo: memFree=1798192/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=129768 CPUtime=1121.99
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 33417 0 0 0 112177 22 0 0 25 0 1 120000 92599610 132882432 30947 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 32442 30947 93 173 0 32267 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 129768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 17784
/proc/meminfo: memFree=1793968/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=133904 CPUtime=1181.97
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 34464 0 0 0 118174 23 0 0 25 0 1 120000 92599610 137117696 31994 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 33476 31994 93 173 0 33301 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 133904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 17784
/proc/meminfo: memFree=1793968/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=133904 CPUtime=1200.07
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 34464 0 0 0 119984 23 0 0 25 0 1 100 92599610 137117696 31994 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 33476 31994 93 173 0 33301 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 133904

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 17784
/proc/meminfo: memFree=1793968/2055920 swapFree=4192812/4192956
[pid=17777] ppid=17775 vsize=133904 CPUtime=1200.07
/proc/17777/stat : 17777 (CirCUs) R 17775 17777 17162 0 -1 4194304 34464 0 0 0 119984 23 0 0 25 0 1 100 92599610 137117696 31994 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17777/statm: 33476 31994 93 173 0 33301 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 133904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.11
CPU user time (s): 1199.85
CPU system time (s): 0.25996
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 133904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.85
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= 34464
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= 2
involuntary context switches= 2580

runsolver used 0.878866 second user time and 2.6366 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-25 09:47:44
IDJOB=1719309
IDBENCH=20581
IDSOLVER=544
FILE ID=node20/1719309-1240645663
PBS_JOBID= 9186442
Free space on /tmp= 66228 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719309-1240645663/watcher-1719309-1240645663 -o /tmp/evaluation-result-1719309-1240645663/solver-1719309-1240645663 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1719309-1240645663.cnf -t 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ba6236c6cc840bb0208f73665843c375
RANDOM SEED=1256196851

node20.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1923416 kB
Buffers:          1120 kB
Cached:          58652 kB
SwapCached:          0 kB
Active:          47188 kB
Inactive:        26468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           19800 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            44960 kB
Committed_AS:   371800 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66228 MiB
End job on node20 at 2009-04-25 10:07:46