Trace number 1735731

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.1 1200.42

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g2.cnf
MD5SUM4a0161ad7ac9d31215b2f5b6bcc0673a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark369.137
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.39/0.43	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.39/0.43	c Eliminate time :       0.34 

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-1735731-1240806020/watcher-1735731-1240806020 -o /tmp/evaluation-result-1735731-1240806020/solver-1735731-1240806020 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1735731-1240806020.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.82 1.49 3/65 30565
/proc/meminfo: memFree=1620152/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=2452 CPUtime=0
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 120000 108635151 2510848 183 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 613 183 70 173 0 438 0

[startup+0.0600829 s]
/proc/loadavg: 1.83 1.82 1.49 3/65 30565
/proc/meminfo: memFree=1620152/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=6136 CPUtime=0.05
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 1225 0 0 0 5 0 0 0 18 0 1 120000 108635151 6283264 1112 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 1534 1113 70 173 0 1359 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6136

[startup+0.102098 s]
/proc/loadavg: 1.83 1.82 1.49 3/65 30565
/proc/meminfo: memFree=1620152/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=8376 CPUtime=0.09
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 1901 0 0 0 9 0 0 0 18 0 1 120000 108635151 8577024 1787 1992294400 134512640 135224549 4294956208 18446744073709551615 134570518 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 2094 1787 74 173 0 1919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8376

[startup+0.301109 s]
/proc/loadavg: 1.83 1.82 1.49 3/65 30565
/proc/meminfo: memFree=1620152/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=8376 CPUtime=0.29
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 1901 0 0 0 29 0 0 0 19 0 1 120000 108635151 8577024 1787 1992294400 134512640 135224549 4294956208 18446744073709551615 134570482 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 2094 1787 74 173 0 1919 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8376

[startup+0.701155 s]
/proc/loadavg: 1.83 1.82 1.49 3/65 30565
/proc/meminfo: memFree=1620152/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=10092 CPUtime=0.68
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 2331 0 0 0 68 0 0 0 22 0 1 120000 108635151 10334208 2217 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 2523 2217 90 173 0 2348 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10092

[startup+1.50125 s]
/proc/loadavg: 1.83 1.82 1.49 2/66 30566
/proc/meminfo: memFree=1610224/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=12336 CPUtime=1.49
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 2884 0 0 0 148 1 0 0 25 0 1 120000 108635151 12632064 2770 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 3084 2770 90 173 0 2909 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12336

[startup+3.10143 s]
/proc/loadavg: 1.83 1.82 1.49 2/66 30566
/proc/meminfo: memFree=1608936/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=13656 CPUtime=3.09
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 3215 0 0 0 308 1 0 0 25 0 1 120000 108635151 13983744 3101 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 3414 3101 90 173 0 3239 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13656

[startup+6.30179 s]
/proc/loadavg: 1.77 1.81 1.49 2/66 30566
/proc/meminfo: memFree=1607784/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=14184 CPUtime=6.29
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 3359 0 0 0 628 1 0 0 25 0 1 120000 108635151 14524416 3245 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 3546 3245 90 173 0 3371 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14184

[startup+12.7015 s]
/proc/loadavg: 1.71 1.79 1.48 2/66 30566
/proc/meminfo: memFree=1605360/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=16956 CPUtime=12.68
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 4061 0 0 0 1267 1 0 0 25 0 1 120000 108635151 17362944 3947 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 4239 3947 90 173 0 4064 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16956

[startup+25.503 s]
/proc/loadavg: 1.55 1.75 1.47 2/66 30566
/proc/meminfo: memFree=1600176/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=21196 CPUtime=25.48
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 5112 0 0 0 2545 3 0 0 25 0 1 120000 108635151 21704704 4998 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 5299 4998 90 173 0 5124 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21196

[startup+51.1029 s]
/proc/loadavg: 1.36 1.69 1.46 2/66 30566
/proc/meminfo: memFree=1594288/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=27192 CPUtime=51.08
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 6573 0 0 0 5103 5 0 0 25 0 1 120000 108635151 27844608 6459 1992294400 134512640 135224549 4294956208 18446744073709551615 134618892 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 6798 6459 90 173 0 6623 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27192

[startup+102.306 s]
/proc/loadavg: 1.15 1.58 1.43 2/66 30566
/proc/meminfo: memFree=1585904/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=35508 CPUtime=102.26
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 8684 0 0 0 10220 6 0 0 25 0 1 120000 108635151 36360192 8570 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 8877 8570 90 173 0 8702 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 35508

[startup+162.303 s]
/proc/loadavg: 1.06 1.47 1.40 2/66 30566
/proc/meminfo: memFree=1578032/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=43548 CPUtime=162.24
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 10646 0 0 0 16216 8 0 0 25 0 1 120000 108635151 44593152 10532 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 10887 10532 90 173 0 10712 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 43548

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.37 2/66 30566
/proc/meminfo: memFree=1569840/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=51736 CPUtime=222.23
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 12676 0 0 0 22213 10 0 0 25 0 1 120000 108635151 52977664 12562 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 12934 12562 90 173 0 12759 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 51736

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.35 2/66 30566
/proc/meminfo: memFree=1566000/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=55436 CPUtime=282.22
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 13636 0 0 0 28211 11 0 0 25 0 1 120000 108635151 56766464 13522 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 13859 13522 90 173 0 13684 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 55436

[startup+342.303 s]
/proc/loadavg: 1.00 1.25 1.33 2/66 30566
/proc/meminfo: memFree=1558896/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=62564 CPUtime=342.19
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 15408 0 0 0 34207 12 0 0 25 0 1 120000 108635151 64065536 15294 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 15641 15294 90 173 0 15466 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 62564

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.30 2/66 30566
/proc/meminfo: memFree=1553008/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=68372 CPUtime=402.18
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 16870 0 0 0 40204 14 0 0 25 0 1 120000 108635151 70012928 16756 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 17093 16756 90 173 0 16918 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 68372

[startup+462.302 s]
/proc/loadavg: 1.00 1.16 1.28 2/66 30566
/proc/meminfo: memFree=1553008/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=68372 CPUtime=462.17
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 16870 0 0 0 46203 14 0 0 25 0 1 120000 108635151 70012928 16756 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 17093 16756 90 173 0 16918 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 68372

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.26 2/66 30566
/proc/meminfo: memFree=1546800/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=74444 CPUtime=522.15
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 18416 0 0 0 52200 15 0 0 25 0 1 120000 108635151 76230656 18302 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 18611 18302 90 173 0 18436 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 74444

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.24 2/66 30566
/proc/meminfo: memFree=1542192/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=79212 CPUtime=582.14
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 19600 0 0 0 58197 17 0 0 25 0 1 120000 108635151 81113088 19486 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 19803 19486 90 173 0 19628 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 79212

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.22 2/66 30566
/proc/meminfo: memFree=1538160/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=83040 CPUtime=642.13
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 20564 0 0 0 64195 18 0 0 25 0 1 120000 108635151 85032960 20450 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 20760 20450 90 173 0 20585 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 83040

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.21 2/66 30566
/proc/meminfo: memFree=1538096/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=83040 CPUtime=702.1
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 20564 0 0 0 70192 18 0 0 25 0 1 120000 108635151 85032960 20450 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 20760 20450 90 173 0 20585 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 83040

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.19 2/66 30566
/proc/meminfo: memFree=1530800/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=90840 CPUtime=762.09
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 22517 0 0 0 76189 20 0 0 25 0 1 120000 108635151 93020160 22274 1992294400 134512640 135224549 4294956208 18446744073709551615 134595393 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 22710 22274 90 173 0 22535 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 90840

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.17 2/66 30566
/proc/meminfo: memFree=1530800/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=90840 CPUtime=822.07
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 22517 0 0 0 82187 20 0 0 25 0 1 120000 108635151 93020160 22274 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 22710 22274 90 173 0 22535 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 90840

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.16 2/66 30566
/proc/meminfo: memFree=1529840/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=91764 CPUtime=882.06
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 22764 0 0 0 88185 21 0 0 25 0 1 120000 108635151 93966336 22521 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 22941 22521 90 173 0 22766 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 91764

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.15 2/66 30566
/proc/meminfo: memFree=1523056/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=98504 CPUtime=942.04
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 24433 0 0 0 94181 23 0 0 25 0 1 120000 108635151 100868096 24190 1992294400 134512640 135224549 4294956208 18446744073709551615 134618764 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 24626 24190 90 173 0 24451 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 98504

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 30566
/proc/meminfo: memFree=1523056/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=98504 CPUtime=1002.03
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 24434 0 0 0 100180 23 0 0 25 0 1 120000 108635151 100868096 24191 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 24626 24191 90 173 0 24451 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 98504

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/66 30566
/proc/meminfo: memFree=1523056/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=98504 CPUtime=1062.01
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 24434 0 0 0 106178 23 0 0 25 0 1 120000 108635151 100868096 24191 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 24626 24191 90 173 0 24451 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 98504

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 30568
/proc/meminfo: memFree=1513392/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=108160 CPUtime=1121.99
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 26878 0 0 0 112173 26 0 0 25 0 1 120000 108635151 110755840 26635 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 27040 26635 90 173 0 26865 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 108160

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 30568
/proc/meminfo: memFree=1513200/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=108292 CPUtime=1181.98
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 26891 0 0 0 118172 26 0 0 25 0 1 120000 108635151 110891008 26648 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 27073 26648 90 173 0 26898 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 108292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 30568
/proc/meminfo: memFree=1513136/2055920 swapFree=4180008/4192956
[pid=30565] ppid=30563 vsize=108292 CPUtime=1200.07
/proc/30565/stat : 30565 (CirCUs) R 30563 30565 30406 0 -1 4194304 26891 0 0 0 119981 26 0 0 25 0 1 100 108635151 110891008 26648 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30565/statm: 27073 26648 90 173 0 26898 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 108292

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.1
CPU user time (s): 1199.82
CPU system time (s): 0.278957
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 108292

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

runsolver used 1.39579 second user time and 2.98055 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-27 06:20:20
IDJOB=1735731
IDBENCH=71511
IDSOLVER=544
FILE ID=node32/1735731-1240806020
PBS_JOBID= 9187402
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= 4a0161ad7ac9d31215b2f5b6bcc0673a
RANDOM SEED=447796069

node32.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.216
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.216
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:       1620568 kB
Buffers:         52512 kB
Cached:         325248 kB
SwapCached:       6168 kB
Active:         144664 kB
Inactive:       241908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620568 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:          14284 kB
Slab:            34480 kB
Committed_AS:   411188 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node32 at 2009-04-27 06:40:22