Trace number 1734881

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.13 1200.43

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2640c305320g2.cnf
MD5SUMa751c1722336404421531c8b945f61ee
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

1.49/1.59	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.49/1.59	c Eliminate time :       1.31 

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-1734881-1240798338/watcher-1734881-1240798338 -o /tmp/evaluation-result-1734881-1240798338/solver-1734881-1240798338 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1734881-1240798338.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.83 1.45 3/65 25905
/proc/meminfo: memFree=1744256/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=3968 CPUtime=0
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 212 0 0 0 0 0 0 0 18 0 1 120000 107861543 4063232 197 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 992 198 70 173 0 817 0

[startup+0.085414 s]
/proc/loadavg: 1.83 1.83 1.45 3/65 25905
/proc/meminfo: memFree=1744256/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=9152 CPUtime=0.07
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 1670 0 0 0 7 0 0 0 18 0 1 120000 107861543 9371648 1557 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 2288 1558 70 173 0 2113 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9152

[startup+0.101414 s]
/proc/loadavg: 1.83 1.83 1.45 3/65 25905
/proc/meminfo: memFree=1744256/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=10076 CPUtime=0.09
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 1926 0 0 0 9 0 0 0 18 0 1 120000 107861543 10317824 1813 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 2519 1813 70 173 0 2344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10076

[startup+0.301433 s]
/proc/loadavg: 1.83 1.83 1.45 3/65 25905
/proc/meminfo: memFree=1744256/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=21112 CPUtime=0.29
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 5084 0 0 0 28 1 0 0 19 0 1 120000 107861543 21618688 4584 1992294400 134512640 135224549 4294956208 18446744073709551615 134571722 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 5278 4584 74 173 0 5103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21112

[startup+0.701472 s]
/proc/loadavg: 1.83 1.83 1.45 3/65 25905
/proc/meminfo: memFree=1744256/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=21112 CPUtime=0.69
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 5084 0 0 0 68 1 0 0 22 0 1 120000 107861543 21618688 4584 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 5278 4584 74 173 0 5103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21112

[startup+1.50255 s]
/proc/loadavg: 1.83 1.83 1.45 2/66 25906
/proc/meminfo: memFree=1726136/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=21112 CPUtime=1.49
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 5084 0 0 0 148 1 0 0 25 0 1 120000 107861543 21618688 4584 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 5278 4584 74 173 0 5103 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21112

[startup+3.10171 s]
/proc/loadavg: 1.83 1.83 1.45 2/66 25906
/proc/meminfo: memFree=1723576/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=27060 CPUtime=3.09
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 6552 0 0 0 307 2 0 0 25 0 1 120000 107861543 27709440 6052 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 6765 6052 89 173 0 6590 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27060

[startup+6.30202 s]
/proc/loadavg: 1.77 1.81 1.45 2/66 25906
/proc/meminfo: memFree=1717888/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=30624 CPUtime=6.29
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 7450 0 0 0 626 3 0 0 25 0 1 120000 107861543 31358976 6950 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 7656 6950 89 173 0 7481 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30624

[startup+12.7016 s]
/proc/loadavg: 1.71 1.80 1.45 2/66 25906
/proc/meminfo: memFree=1715784/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=31284 CPUtime=12.69
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 7605 0 0 0 1266 3 0 0 25 0 1 120000 107861543 32034816 7105 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 7821 7105 89 173 0 7646 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31284

[startup+25.5019 s]
/proc/loadavg: 1.55 1.76 1.44 2/66 25906
/proc/meminfo: memFree=1711048/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=36196 CPUtime=25.48
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 8821 0 0 0 2544 4 0 0 25 0 1 120000 107861543 37064704 8321 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 9049 8321 89 173 0 8874 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36196

[startup+51.1014 s]
/proc/loadavg: 1.36 1.70 1.43 2/66 25906
/proc/meminfo: memFree=1701320/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=45700 CPUtime=51.07
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 11234 0 0 0 5101 6 0 0 25 0 1 120000 107861543 46796800 10734 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 11425 10734 89 173 0 11250 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45700

[startup+102.305 s]
/proc/loadavg: 1.15 1.59 1.41 2/66 25906
/proc/meminfo: memFree=1689416/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=57744 CPUtime=102.27
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 14214 0 0 0 10217 10 0 0 25 0 1 120000 107861543 59129856 13714 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 14436 13714 89 173 0 14261 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 57744

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.38 2/66 25906
/proc/meminfo: memFree=1679752/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=68040 CPUtime=162.25
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 16796 0 0 0 16213 12 0 0 25 0 1 120000 107861543 69672960 16296 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 17010 16296 89 173 0 16835 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 68040

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 25906
/proc/meminfo: memFree=1672456/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=74760 CPUtime=222.24
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 18434 0 0 0 22210 14 0 0 25 0 1 120000 107861543 76554240 17934 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 18690 17934 89 173 0 18515 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 74760

[startup+282.302 s]
/proc/loadavg: 1.00 1.32 1.33 2/66 25906
/proc/meminfo: memFree=1660104/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=87036 CPUtime=282.22
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 21507 0 0 0 28204 18 0 0 25 0 1 120000 107861543 89124864 21007 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 21759 21007 89 173 0 21584 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 87036

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 25906
/proc/meminfo: memFree=1654664/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=92316 CPUtime=342.2
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 22852 0 0 0 34201 19 0 0 25 0 1 120000 107861543 94531584 22352 1992294400 134512640 135224549 4294956208 18446744073709551615 134632555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 23079 22352 89 173 0 22904 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 92316

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 25906
/proc/meminfo: memFree=1647752/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=99180 CPUtime=402.19
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 24566 0 0 0 40198 21 0 0 25 0 1 120000 107861543 101560320 24066 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 24795 24066 89 173 0 24620 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 99180

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/66 25906
/proc/meminfo: memFree=1646920/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=100236 CPUtime=462.17
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 24838 0 0 0 46196 21 0 0 25 0 1 120000 107861543 102641664 24338 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 25059 24338 89 173 0 24884 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 100236

[startup+522.301 s]
/proc/loadavg: 1.03 1.15 1.25 2/66 25906
/proc/meminfo: memFree=1639432/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=107504 CPUtime=522.15
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 26650 0 0 0 52193 22 0 0 25 0 1 120000 107861543 110084096 26150 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 26876 26150 89 173 0 26701 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 107504

[startup+582.301 s]
/proc/loadavg: 1.01 1.12 1.23 2/66 25906
/proc/meminfo: memFree=1630920/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=115956 CPUtime=582.14
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 28771 0 0 0 58190 24 0 0 25 0 1 120000 107861543 118738944 28271 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 28989 28271 89 173 0 28814 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 115956

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 25906
/proc/meminfo: memFree=1630920/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=115956 CPUtime=642.13
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 28771 0 0 0 64188 25 0 0 25 0 1 120000 107861543 118738944 28271 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 28989 28271 89 173 0 28814 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 115956

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 25906
/proc/meminfo: memFree=1619336/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=127320 CPUtime=702.11
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 31644 0 0 0 70183 28 0 0 25 0 1 120000 107861543 130375680 31144 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 31830 31144 89 173 0 31655 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 127320

[startup+762.306 s]
/proc/loadavg: 1.00 1.06 1.18 2/66 25906
/proc/meminfo: memFree=1619272/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=127320 CPUtime=762.11
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 31645 0 0 0 76182 29 0 0 25 0 1 120000 107861543 130375680 31145 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 31830 31145 89 173 0 31655 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 127320

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 25906
/proc/meminfo: memFree=1610312/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=137076 CPUtime=822.09
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 34090 0 0 0 82178 31 0 0 25 0 1 120000 107861543 140365824 33461 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 34269 33461 89 173 0 34094 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 137076

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.16 2/66 25906
/proc/meminfo: memFree=1607752/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=139320 CPUtime=882.07
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 34633 0 0 0 88175 32 0 0 25 0 1 120000 107861543 142663680 34004 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 34830 34004 89 173 0 34655 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 139320

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.14 2/66 25906
/proc/meminfo: memFree=1607752/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=139320 CPUtime=942.05
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 34633 0 0 0 94173 32 0 0 25 0 1 120000 107861543 142663680 34004 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 34830 34004 89 173 0 34655 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 139320

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 25906
/proc/meminfo: memFree=1595336/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=151616 CPUtime=1002.03
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 37718 0 0 0 100168 35 0 0 25 0 1 120000 107861543 155254784 37089 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 37904 37089 89 173 0 37729 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 151616

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 25906
/proc/meminfo: memFree=1595272/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=151616 CPUtime=1062.02
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 37719 0 0 0 106167 35 0 0 25 0 1 120000 107861543 155254784 37090 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 37904 37090 89 173 0 37729 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 151616

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 25906
/proc/meminfo: memFree=1595272/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=151616 CPUtime=1122.01
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 37719 0 0 0 112165 36 0 0 25 0 1 120000 107861543 155254784 37090 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 37904 37090 89 173 0 37729 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 151616

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 25906
/proc/meminfo: memFree=1584648/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=162580 CPUtime=1182
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 40460 0 0 0 118162 38 0 0 25 0 1 120000 107861543 166481920 39831 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 40645 39831 89 173 0 40470 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 162580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 25906
/proc/meminfo: memFree=1576200/2055920 swapFree=4191356/4192956
[pid=25905] ppid=25903 vsize=170632 CPUtime=1200.1
/proc/25905/stat : 25905 (CirCUs) R 25903 25905 25243 0 -1 4194304 42482 0 0 0 119970 40 0 0 25 0 1 100 107861543 174727168 41853 1992294400 134512640 135224549 4294956208 18446744073709551615 134583850 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25905/statm: 42658 41853 89 173 0 42483 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 170632

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.43
CPU time (s): 1200.13
CPU user time (s): 1199.7
CPU system time (s): 0.429934
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 170632

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

runsolver used 1.39479 second user time and 2.80457 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-27 04:12:18
IDJOB=1734881
IDBENCH=71311
IDSOLVER=544
FILE ID=node56/1734881-1240798338
PBS_JOBID= 9187351
Free space on /tmp= 103072 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2640c305320g2.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1734881-1240798338/watcher-1734881-1240798338 -o /tmp/evaluation-result-1734881-1240798338/solver-1734881-1240798338 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1734881-1240798338.cnf -t 1200

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

MD5SUM BENCH= a751c1722336404421531c8b945f61ee
RANDOM SEED=1484154239

node56.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.218
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.218
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:       1744672 kB
Buffers:         37680 kB
Cached:         199464 kB
SwapCached:        924 kB
Active:          76416 kB
Inactive:       174716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744672 kB
SwapTotal:     4192956 kB
SwapFree:      4191356 kB
Dirty:            4996 kB
Writeback:           0 kB
Mapped:          22580 kB
Slab:            46012 kB
Committed_AS:   376064 kB
PageTables:       1468 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= 103072 MiB
End job on node56 at 2009-04-27 04:32:20