Trace number 1735931

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.42

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes8.cnf
MD5SUM0b0881d9187e7912564ae88556ada128
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.6625
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.09/0.18	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.18	c Eliminate time :       0.14 

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-1735931-1240808117/watcher-1735931-1240808117 -o /tmp/evaluation-result-1735931-1240808117/solver-1735931-1240808117 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1735931-1240808117.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.00 1.00 1.11 3/65 26524
/proc/meminfo: memFree=1598632/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=2056 CPUtime=0
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 120000 108844000 2105344 182 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 514 183 70 173 0 339 0

[startup+0.0207099 s]
/proc/loadavg: 1.00 1.00 1.11 3/65 26524
/proc/meminfo: memFree=1598632/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=3112 CPUtime=0.01
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 473 0 0 0 1 0 0 0 18 0 1 120000 108844000 3186688 458 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 778 459 70 173 0 603 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3112

[startup+0.10272 s]
/proc/loadavg: 1.00 1.00 1.11 3/65 26524
/proc/meminfo: memFree=1598632/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=5216 CPUtime=0.09
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 1080 0 0 0 9 0 0 0 18 0 1 120000 108844000 5341184 1031 1992294400 134512640 135224549 4294956208 18446744073709551615 134570472 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 1304 1031 74 173 0 1129 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5216

[startup+0.302742 s]
/proc/loadavg: 1.00 1.00 1.11 3/65 26524
/proc/meminfo: memFree=1598632/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=5880 CPUtime=0.29
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 1283 0 0 0 29 0 0 0 19 0 1 120000 108844000 6021120 1234 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 1470 1234 90 173 0 1295 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5880

[startup+0.702789 s]
/proc/loadavg: 1.00 1.00 1.11 3/65 26524
/proc/meminfo: memFree=1598632/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=7736 CPUtime=0.69
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 1741 0 0 0 69 0 0 0 22 0 1 120000 108844000 7921664 1692 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 1934 1692 90 173 0 1759 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7736

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 26525
/proc/meminfo: memFree=1591904/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=8000 CPUtime=1.49
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 1807 0 0 0 149 0 0 0 25 0 1 120000 108844000 8192000 1758 1992294400 134512640 135224549 4294956208 18446744073709551615 134618694 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 2000 1758 90 173 0 1825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8000

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 26525
/proc/meminfo: memFree=1591712/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=9220 CPUtime=3.09
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 2106 0 0 0 308 1 0 0 25 0 1 120000 108844000 9441280 2057 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 2305 2057 90 173 0 2130 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9220

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 26525
/proc/meminfo: memFree=1589856/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=10276 CPUtime=6.29
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 2376 0 0 0 628 1 0 0 25 0 1 120000 108844000 10522624 2327 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 2569 2327 90 173 0 2394 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10276

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 26525
/proc/meminfo: memFree=1586784/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=12896 CPUtime=12.69
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 3002 0 0 0 1268 1 0 0 25 0 1 120000 108844000 13205504 2953 1992294400 134512640 135224549 4294956208 18446744073709551615 134595344 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 3224 2953 90 173 0 3049 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12896

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 26525
/proc/meminfo: memFree=1583520/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=16460 CPUtime=25.49
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 3906 0 0 0 2547 2 0 0 25 0 1 120000 108844000 16855040 3857 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 4115 3857 90 173 0 3940 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16460

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 26525
/proc/meminfo: memFree=1578656/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=21076 CPUtime=51.08
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 5064 0 0 0 5105 3 0 0 25 0 1 120000 108844000 21581824 5015 1992294400 134512640 135224549 4294956208 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 5269 5015 90 173 0 5094 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21076

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 26525
/proc/meminfo: memFree=1570720/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=28864 CPUtime=102.27
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 7013 0 0 0 10222 5 0 0 25 0 1 120000 108844000 29556736 6964 1992294400 134512640 135224549 4294956208 18446744073709551615 134595591 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 7216 6964 90 173 0 7041 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28864

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 26525
/proc/meminfo: memFree=1566560/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=33212 CPUtime=162.25
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 8116 0 0 0 16218 7 0 0 25 0 1 120000 108844000 34009088 8002 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 8303 8002 90 173 0 8128 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33212

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 26525
/proc/meminfo: memFree=1560224/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=39552 CPUtime=222.23
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 9699 0 0 0 22215 8 0 0 25 0 1 120000 108844000 40501248 9585 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 9888 9585 90 173 0 9713 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 39552

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 26525
/proc/meminfo: memFree=1556448/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=43248 CPUtime=282.21
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 10634 0 0 0 28212 9 0 0 25 0 1 120000 108844000 44285952 10520 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 10812 10520 90 173 0 10637 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 43248

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 26525
/proc/meminfo: memFree=1551520/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=48140 CPUtime=342.2
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 11855 0 0 0 34210 10 0 0 25 0 1 120000 108844000 49295360 11741 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 12035 11741 90 173 0 11860 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 48140

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 26531
/proc/meminfo: memFree=1551328/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=48140 CPUtime=402.17
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 11855 0 0 0 40207 10 0 0 25 0 1 120000 108844000 49295360 11741 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 12035 11741 90 173 0 11860 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 48140

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 26531
/proc/meminfo: memFree=1546656/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=52896 CPUtime=462.16
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 13066 0 0 0 46204 12 0 0 25 0 1 120000 108844000 54165504 12952 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 13224 12952 90 173 0 13049 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 52896

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 26531
/proc/meminfo: memFree=1542240/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=57524 CPUtime=522.14
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 14223 0 0 0 52201 13 0 0 25 0 1 120000 108844000 58904576 14109 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 14381 14109 90 173 0 14206 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 57524

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 26531
/proc/meminfo: memFree=1540320/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=59244 CPUtime=582.13
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 14642 0 0 0 58199 14 0 0 25 0 1 120000 108844000 60665856 14528 1992294400 134512640 135224549 4294956208 18446744073709551615 134595404 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 14811 14528 90 173 0 14636 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 59244

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 26531
/proc/meminfo: memFree=1539680/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=59772 CPUtime=642.12
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 14791 0 0 0 64198 14 0 0 25 0 1 120000 108844000 61206528 14677 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 14943 14677 90 173 0 14768 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 59772

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 26531
/proc/meminfo: memFree=1535008/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=64408 CPUtime=702.1
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 15949 0 0 0 70195 15 0 0 25 0 1 120000 108844000 65953792 15835 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 16102 15835 90 173 0 15927 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 64408

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 26531
/proc/meminfo: memFree=1535008/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=64408 CPUtime=762.08
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 15951 0 0 0 76193 15 0 0 25 0 1 120000 108844000 65953792 15837 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 16102 15837 90 173 0 15927 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 64408

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 26531
/proc/meminfo: memFree=1530208/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=69812 CPUtime=822.06
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 17296 0 0 0 82190 16 0 0 25 0 1 120000 108844000 71487488 17053 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 17453 17053 90 173 0 17278 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 69812

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 26531
/proc/meminfo: memFree=1528288/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=71536 CPUtime=882.04
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 17738 0 0 0 88187 17 0 0 25 0 1 120000 108844000 73252864 17495 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 17884 17495 90 173 0 17709 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 71536

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 26531
/proc/meminfo: memFree=1528288/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=71536 CPUtime=942.02
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 17739 0 0 0 94185 17 0 0 25 0 1 120000 108844000 73252864 17496 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 17884 17496 90 173 0 17709 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 71536

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26531
/proc/meminfo: memFree=1526368/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=73536 CPUtime=1002.01
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 18236 0 0 0 100183 18 0 0 25 0 1 120000 108844000 75300864 17993 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 18384 17993 90 173 0 18209 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 73536

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26531
/proc/meminfo: memFree=1519776/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=80024 CPUtime=1062
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 19854 0 0 0 106180 20 0 0 25 0 1 120000 108844000 81944576 19611 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 20006 19611 90 173 0 19831 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 80024

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26531
/proc/meminfo: memFree=1519712/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=80024 CPUtime=1121.98
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 19854 0 0 0 112178 20 0 0 25 0 1 120000 108844000 81944576 19611 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 20006 19611 90 173 0 19831 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 80024

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26531
/proc/meminfo: memFree=1519712/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=80024 CPUtime=1181.96
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 19854 0 0 0 118176 20 0 0 25 0 1 120000 108844000 81944576 19611 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 20006 19611 90 173 0 19831 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 80024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26531
/proc/meminfo: memFree=1519712/2055920 swapFree=4180664/4192956
[pid=26524] ppid=26522 vsize=80024 CPUtime=1200.06
/proc/26524/stat : 26524 (CirCUs) R 26522 26524 25988 0 -1 4194304 19855 0 0 0 119986 20 0 0 25 0 1 100 108844000 81944576 19612 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26524/statm: 20006 19612 90 173 0 19831 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 80024

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.42
CPU time (s): 1200.09
CPU user time (s): 1199.87
CPU system time (s): 0.221966
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 80024

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

runsolver used 1.18082 second user time and 3.19651 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-27 06:55:17
IDJOB=1735931
IDBENCH=71554
IDSOLVER=544
FILE ID=node73/1735931-1240808117
PBS_JOBID= 9187392
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= 0b0881d9187e7912564ae88556ada128
RANDOM SEED=763150687

node73.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	: 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.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:       1599048 kB
Buffers:         55332 kB
Cached:         324064 kB
SwapCached:       6232 kB
Active:         129560 kB
Inactive:       258416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599048 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            54844 kB
Committed_AS:   485912 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= 66356 MiB
End job on node73 at 2009-04-27 07:15:19