Trace number 1716293

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-13-u.cnf
MD5SUMec1a03bc95c5b06907199f7ae65ad092
Bench CategoryAPPLICATION (applications instances)
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 variables234064
Number of clauses1059777
Sum of the clauses size2420962
Maximum clause length10
Minimum clause length1
Number of clauses of size 117678
Number of clauses of size 2854833
Number of clauses of size 3143326
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

Solver Data

5.19/5.29	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
5.19/5.29	c Eliminate time :       3.79 

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-1716293-1240613766/watcher-1716293-1240613766 -o /tmp/evaluation-result-1716293-1240613766/solver-1716293-1240613766 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1716293-1240613766.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.46 1.45 1.49 3/64 9210
/proc/meminfo: memFree=938660/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=6688 CPUtime=0
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 267 0 0 0 0 0 0 0 21 0 1 120000 89405836 6848512 252 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 1672 259 66 173 0 1497 0

[startup+0.082161 s]
/proc/loadavg: 1.46 1.45 1.49 3/64 9210
/proc/meminfo: memFree=938660/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=27224 CPUtime=0.07
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 4156 0 0 0 6 1 0 0 21 0 1 120000 89405836 27877376 4108 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 6806 4109 70 173 0 6631 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27224

[startup+0.101161 s]
/proc/loadavg: 1.46 1.45 1.49 3/64 9210
/proc/meminfo: memFree=938660/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=27884 CPUtime=0.09
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 4365 0 0 0 8 1 0 0 21 0 1 120000 89405836 28553216 4317 1992294400 134512640 135224549 4294956208 18446744073709551615 134681731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 6971 4317 70 173 0 6796 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27884

[startup+0.30118 s]
/proc/loadavg: 1.46 1.45 1.49 3/64 9210
/proc/meminfo: memFree=938660/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=38156 CPUtime=0.28
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 7300 0 0 0 25 3 0 0 23 0 1 120000 89405836 39071744 7058 1992294400 134512640 135224549 4294956208 18446744073709551615 134613359 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 9539 7058 70 173 0 9364 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 38156

[startup+0.701225 s]
/proc/loadavg: 1.46 1.45 1.49 3/64 9210
/proc/meminfo: memFree=938660/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=58056 CPUtime=0.68
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 12923 0 0 0 61 7 0 0 25 0 1 120000 89405836 59449344 12424 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 14514 12425 70 173 0 14339 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 58056

[startup+1.50131 s]
/proc/loadavg: 1.46 1.45 1.49 2/65 9211
/proc/meminfo: memFree=873436/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=98912 CPUtime=1.49
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 24303 0 0 0 135 14 0 0 25 0 1 120000 89405836 101285888 22265 1992294400 134512640 135224549 4294956208 18446744073709551615 134566685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 24728 22265 74 173 0 24553 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98912

[startup+3.10147 s]
/proc/loadavg: 1.46 1.45 1.49 2/65 9211
/proc/meminfo: memFree=846236/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=112916 CPUtime=3.08
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 28228 0 0 0 292 16 0 0 25 0 1 120000 89405836 115625984 26190 1992294400 134512640 135224549 4294956208 18446744073709551615 134580271 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 28229 26190 77 173 0 28054 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 112916

[startup+6.30515 s]
/proc/loadavg: 1.74 1.51 1.51 2/65 9211
/proc/meminfo: memFree=826908/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=117844 CPUtime=6.29
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 30952 0 0 0 612 17 0 0 25 0 1 120000 89405836 120672256 27921 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 29461 27921 92 173 0 29286 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 117844

[startup+12.7015 s]
/proc/loadavg: 2.00 1.57 1.53 2/65 9211
/proc/meminfo: memFree=825948/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=118920 CPUtime=12.69
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 31191 0 0 0 1251 18 0 0 25 0 1 120000 89405836 121774080 28160 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 29730 28160 92 173 0 29555 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118920

[startup+25.5018 s]
/proc/loadavg: 2.67 1.73 1.58 2/65 9211
/proc/meminfo: memFree=823580/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=121312 CPUtime=25.48
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 31806 0 0 0 2530 18 0 0 25 0 1 120000 89405836 124223488 28775 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 30328 28775 92 173 0 30153 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121312

[startup+51.1014 s]
/proc/loadavg: 3.46 1.99 1.67 2/65 9211
/proc/meminfo: memFree=818140/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=127260 CPUtime=51.08
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 33269 0 0 0 5089 19 0 0 25 0 1 120000 89405836 130314240 30238 1992294400 134512640 135224549 4294956208 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 31815 30238 92 173 0 31640 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 127260

[startup+102.306 s]
/proc/loadavg: 4.33 2.45 1.84 2/65 9211
/proc/meminfo: memFree=802524/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=143448 CPUtime=102.25
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 37318 0 0 0 10202 23 0 0 25 0 1 120000 89405836 146890752 34287 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 35862 34287 92 173 0 35687 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 143448

[startup+162.302 s]
/proc/loadavg: 4.75 2.92 2.04 2/65 9211
/proc/meminfo: memFree=782556/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=164400 CPUtime=162.21
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 42573 0 0 0 16194 27 0 0 25 0 1 120000 89405836 168345600 39542 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 41100 39542 92 173 0 40925 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 164400

[startup+222.305 s]
/proc/loadavg: 4.91 3.29 2.22 2/65 9211
/proc/meminfo: memFree=762588/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=185248 CPUtime=222.18
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 47757 0 0 0 22184 34 0 0 25 0 1 120000 89405836 189693952 44726 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 46312 44726 92 173 0 46137 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 185248

[startup+282.302 s]
/proc/loadavg: 4.96 3.60 2.39 2/65 9211
/proc/meminfo: memFree=745116/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=203916 CPUtime=282.14
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 52450 0 0 0 28176 38 0 0 25 0 1 120000 89405836 208809984 49419 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 50979 49419 92 173 0 50804 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 203916

[startup+342.301 s]
/proc/loadavg: 6.15 4.18 2.66 2/67 9213
/proc/meminfo: memFree=727116/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=222196 CPUtime=342.11
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 57019 0 0 0 34167 44 0 0 25 0 1 120000 89405836 227528704 53988 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 55549 53988 92 173 0 55374 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 222196

[startup+402.302 s]
/proc/loadavg: 6.69 4.69 2.93 2/67 9214
/proc/meminfo: memFree=710348/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=239688 CPUtime=402.07
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 61343 0 0 0 40158 49 0 0 25 0 1 120000 89405836 245440512 58312 1992294400 134512640 135224549 4294956208 18446744073709551615 134618682 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 59922 58312 92 173 0 59747 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 239688

[startup+462.302 s]
/proc/loadavg: 6.33 4.95 3.13 2/67 9215
/proc/meminfo: memFree=705612/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=244856 CPUtime=462.04
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 62634 0 0 0 46154 50 0 0 25 0 1 120000 89405836 250732544 59603 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 61214 59603 92 173 0 61039 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 244856

[startup+522.301 s]
/proc/loadavg: 5.97 5.11 3.30 2/65 9219
/proc/meminfo: memFree=711196/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=244856 CPUtime=522.01
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 62635 0 0 0 52150 51 0 0 25 0 1 120000 89405836 250732544 59604 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9210/statm: 61214 59604 92 173 0 61039 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 244856

[startup+582.302 s]
/proc/loadavg: 5.35 5.08 3.40 2/65 9219
/proc/meminfo: memFree=712092/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=244856 CPUtime=581.94
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 62635 0 0 0 58143 51 0 0 25 0 1 120000 89405836 250732544 59604 1992294400 134512640 135224549 4294956208 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9210/statm: 61214 59604 92 173 0 61039 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 244856

[startup+642.302 s]
/proc/loadavg: 4.12 4.78 3.40 2/65 9219
/proc/meminfo: memFree=712028/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=244856 CPUtime=641.88
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 62635 0 0 0 64137 51 0 0 25 0 1 120000 89405836 250732544 59604 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9210/statm: 61214 59604 92 173 0 61039 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 244856

[startup+702.301 s]
/proc/loadavg: 3.50 4.48 3.38 2/65 9219
/proc/meminfo: memFree=943900/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=244856 CPUtime=701.83
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 62635 0 0 0 70131 52 0 0 25 0 1 120000 89405836 250732544 59604 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9210/statm: 61214 59604 92 173 0 61039 0
Current children cumulated CPU time (s) 701.83
Current children cumulated vsize (KiB) 244856

[startup+762.301 s]
/proc/loadavg: 3.27 4.24 3.36 2/65 9219
/proc/meminfo: memFree=953308/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=262888 CPUtime=761.79
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 67137 0 0 0 76123 56 0 0 25 0 1 120000 89405836 269197312 64106 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9210/statm: 65722 64106 92 173 0 65547 0
Current children cumulated CPU time (s) 761.79
Current children cumulated vsize (KiB) 262888

[startup+822.302 s]
/proc/loadavg: 3.29 4.07 3.36 2/65 9219
/proc/meminfo: memFree=1031260/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=271512 CPUtime=821.74
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 69308 0 0 0 82114 60 0 0 25 0 1 120000 89405836 278028288 66277 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 67878 66277 92 173 0 67703 0
Current children cumulated CPU time (s) 821.74
Current children cumulated vsize (KiB) 271512

[startup+882.302 s]
/proc/loadavg: 1.84 3.51 3.21 2/65 9219
/proc/meminfo: memFree=1031964/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=271512 CPUtime=881.72
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 69309 0 0 0 88112 60 0 0 25 0 1 120000 89405836 278028288 66278 1992294400 134512640 135224549 4294956208 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 67878 66278 92 173 0 67703 0
Current children cumulated CPU time (s) 881.72
Current children cumulated vsize (KiB) 271512

[startup+942.306 s]
/proc/loadavg: 1.31 3.05 3.07 2/65 9219
/proc/meminfo: memFree=1032028/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=271512 CPUtime=941.7
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 69309 0 0 0 94110 60 0 0 25 0 1 120000 89405836 278028288 66278 1992294400 134512640 135224549 4294956208 18446744073709551615 134595360 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 67878 66278 92 173 0 67703 0
Current children cumulated CPU time (s) 941.7
Current children cumulated vsize (KiB) 271512

[startup+1002.3 s]
/proc/loadavg: 1.11 2.67 2.93 2/65 9219
/proc/meminfo: memFree=1032028/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=271512 CPUtime=1001.68
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 69309 0 0 0 100108 60 0 0 25 0 1 120000 89405836 278028288 66278 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 67878 66278 92 173 0 67703 0
Current children cumulated CPU time (s) 1001.68
Current children cumulated vsize (KiB) 271512

[startup+1062.3 s]
/proc/loadavg: 1.04 2.37 2.81 2/65 9219
/proc/meminfo: memFree=1032092/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=271512 CPUtime=1061.66
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 69309 0 0 0 106106 60 0 0 25 0 1 120000 89405836 278028288 66278 1992294400 134512640 135224549 4294956208 18446744073709551615 134632577 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 67878 66278 92 173 0 67703 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 271512

[startup+1122.3 s]
/proc/loadavg: 1.01 2.11 2.69 2/65 9219
/proc/meminfo: memFree=1011292/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=292996 CPUtime=1121.65
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 74678 0 0 0 112100 65 0 0 25 0 1 120000 89405836 300027904 71647 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 73249 71647 92 173 0 73074 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 292996

[startup+1182.3 s]
/proc/loadavg: 1.00 1.91 2.59 2/65 9219
/proc/meminfo: memFree=1000156/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=303480 CPUtime=1181.64
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 77285 0 0 0 118096 68 0 0 25 0 1 120000 89405836 310763520 74254 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 75870 74254 92 173 0 75695 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 303480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.85 2.55 2/65 9219
/proc/meminfo: memFree=1000220/2055920 swapFree=4192956/4192956
[pid=9210] ppid=9208 vsize=303480 CPUtime=1200.04
/proc/9210/stat : 9210 (CirCUs) R 9208 9210 8899 0 -1 4194304 77285 0 0 0 119936 68 0 0 25 0 1 100 89405836 310763520 74254 1992294400 134512640 135224549 4294956208 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9210/statm: 75870 74254 92 173 0 75695 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 303480

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.75
CPU time (s): 1200.09
CPU user time (s): 1199.36
CPU system time (s): 0.725889
CPU usage (%): 99.9447
Max. virtual memory (cumulated for all children) (KiB): 303480

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

runsolver used 4.11837 second user time and 10.8923 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-25 00:56:08
IDJOB=1716293
IDBENCH=20373
IDSOLVER=544
FILE ID=node90/1716293-1240613766
PBS_JOBID= 9186236
Free space on /tmp= 66172 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-10-13-u.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716293-1240613766/watcher-1716293-1240613766 -o /tmp/evaluation-result-1716293-1240613766/solver-1716293-1240613766 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1716293-1240613766.cnf -t 1200

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

MD5SUM BENCH= ec1a03bc95c5b06907199f7ae65ad092
RANDOM SEED=91286559

node90.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.238
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	: 5914.62
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        939076 kB
Buffers:         85012 kB
Cached:         905748 kB
SwapCached:          0 kB
Active:         298980 kB
Inactive:       705528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        939076 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          297916 kB
Writeback:       55992 kB
Mapped:          23520 kB
Slab:            98300 kB
Committed_AS:   191812 kB
PageTables:       1444 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= 66504 MiB
End job on node90 at 2009-04-25 01:16:10