Trace number 461408

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, and are wall clock time (not CPU 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
aig-cmusat 2007-05-15? (TO) 1200.09 1200.43

General information on the benchmark

Nameadditional-aig/minisat+/
seymour.undecided.aig
MD5SUM448849979c78216ae57a00148025ba33
Bench CategoryALL (all instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved

Solver Data (download as text)

0.19/0.22	c Executing aigtocnf /tmp/evaluation/461408-1179256435/instance-461408-1179256435.aig /tmp/evaluation/461408-1179256435/instance-461408-1179256435.aig.cnf
0.19/0.22	c Pre-processing provided 0 assignments
0.19/0.22	c REMAP internally 1
0.19/0.22	c |  Number of variables:  91575                                                |
0.49/0.57	c |  Number of clauses:    270608                                               |

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node24/watcher-461408-1179256435 -o ROOT/results/node24/solver-461408-1179256435 -C 1200 -W 1800 -M 1800 --output-limit 1,15 /tmp/evaluation/461408-1179256435/aig-cmusat /tmp/evaluation/461408-1179256435/instance-461408-1179256435.aig 

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: 0.85 0.92 0.89 3/77 23227
/proc/meminfo: memFree=1854344/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=1000 CPUtime=0
/proc/23227/stat : 23227 (aig-cmusat) S 23225 23227 22372 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 373561548 1024000 94 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/23227/statm: 250 94 83 233 0 10 0
[pid=23228] ppid=23227 vsize=2228 CPUtime=0
/proc/23228/stat : 23228 (aigtocnf) R 23227 23227 22372 0 -1 0 716 0 0 0 0 0 0 0 19 0 1 0 373561548 2281472 469 18446744073709551615 134512640 134935624 4294956672 18446744073709551615 134605452 0 0 4096 0 0 0 0 17 1 0 0
/proc/23228/statm: 557 477 34 103 0 452 0

[startup+0.080344 s]
/proc/loadavg: 0.85 0.92 0.89 3/77 23227
/proc/meminfo: memFree=1854344/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=1000 CPUtime=0
/proc/23227/stat : 23227 (aig-cmusat) S 23225 23227 22372 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 373561548 1024000 94 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/23227/statm: 250 94 83 233 0 10 0
[pid=23228] ppid=23227 vsize=2232 CPUtime=0.07
/proc/23228/stat : 23228 (aigtocnf) R 23227 23227 22372 0 -1 0 742 0 0 0 7 0 0 0 19 0 1 0 373561548 2285568 494 18446744073709551615 134512640 134935624 4294956672 18446744073709551615 134609325 0 0 4096 0 0 0 0 17 1 0 0
/proc/23228/statm: 558 494 40 103 0 453 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3232

[startup+0.101346 s]
/proc/loadavg: 0.85 0.92 0.89 3/77 23227
/proc/meminfo: memFree=1854344/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=1000 CPUtime=0
/proc/23227/stat : 23227 (aig-cmusat) S 23225 23227 22372 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 373561548 1024000 94 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/23227/statm: 250 94 83 233 0 10 0
[pid=23228] ppid=23227 vsize=2232 CPUtime=0.09
/proc/23228/stat : 23228 (aigtocnf) R 23227 23227 22372 0 -1 0 742 0 0 0 9 0 0 0 19 0 1 0 373561548 2285568 494 18446744073709551615 134512640 134935624 4294956672 18446744073709551615 134609325 0 0 4096 0 0 0 0 17 1 0 0
/proc/23228/statm: 558 494 40 103 0 453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3232

[startup+0.301379 s]
/proc/loadavg: 0.85 0.92 0.89 3/77 23227
/proc/meminfo: memFree=1854344/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=9088 CPUtime=0.28
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 2040 743 0 0 6 1 20 1 17 0 1 0 373561548 9306112 2017 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135033488 0 0 4096 35 0 0 0 17 0 0 0
/proc/23227/statm: 2272 2017 101 233 0 2032 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9088

[startup+0.701419 s]
/proc/loadavg: 0.85 0.92 0.89 3/77 23227
/proc/meminfo: memFree=1854344/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=28484 CPUtime=0.69
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 6870 743 0 0 44 4 20 1 20 0 1 0 373561548 29167616 6847 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134548441 0 0 4096 35 0 0 0 17 0 0 0
/proc/23227/statm: 7121 6847 111 233 0 6881 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28484

[startup+1.50149 s]
/proc/loadavg: 0.86 0.92 0.89 2/78 23229
/proc/meminfo: memFree=1814656/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=43684 CPUtime=1.48
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 10610 743 0 0 121 6 20 1 25 0 1 0 373561548 44732416 10587 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134528937 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 10921 10587 111 233 0 10681 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43684

[startup+3.10167 s]
/proc/loadavg: 0.86 0.92 0.89 2/78 23229
/proc/meminfo: memFree=1813120/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=32456 CPUtime=3.08
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 12656 743 0 0 280 7 20 1 25 0 1 0 373561548 33234944 7982 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583621 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 8114 7982 112 233 0 7874 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32456

[startup+6.30201 s]
/proc/loadavg: 0.86 0.92 0.89 2/78 23229
/proc/meminfo: memFree=1817728/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=32456 CPUtime=6.28
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 12660 743 0 0 600 7 20 1 25 0 1 0 373561548 33234944 7986 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583538 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 8114 7986 116 233 0 7874 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32456

[startup+12.7017 s]
/proc/loadavg: 0.88 0.92 0.90 2/78 23229
/proc/meminfo: memFree=1817672/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=32456 CPUtime=12.67
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 12660 743 0 0 1239 7 20 1 25 0 1 0 373561548 33234944 7986 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583587 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 8114 7986 116 233 0 7874 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32456

[startup+25.5011 s]
/proc/loadavg: 0.90 0.92 0.90 2/78 23229
/proc/meminfo: memFree=1817736/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=32456 CPUtime=25.47
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 12660 743 0 0 2519 7 20 1 25 0 1 0 373561548 33234944 7986 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 8114 7986 116 233 0 7874 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32456

[startup+51.1018 s]
/proc/loadavg: 0.93 0.93 0.90 2/78 23229
/proc/meminfo: memFree=1817800/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=32456 CPUtime=51.07
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 12661 743 0 0 5078 8 20 1 25 0 1 0 373561548 33234944 7987 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134582999 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 8114 7987 117 233 0 7874 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32456

[startup+102.305 s]
/proc/loadavg: 0.97 0.94 0.90 2/78 23229
/proc/meminfo: memFree=1812424/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=37972 CPUtime=102.25
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 14040 743 0 0 10193 11 20 1 25 0 1 0 373561548 38883328 9366 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134581974 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 9493 9366 117 233 0 9253 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 37972

[startup+162.302 s]
/proc/loadavg: 0.99 0.95 0.91 2/78 23229
/proc/meminfo: memFree=1794568/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=55932 CPUtime=162.23
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 18515 743 0 0 16184 18 20 1 25 0 1 0 373561548 57274368 13841 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134579495 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 13983 13841 117 233 0 13743 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 55932

[startup+222.301 s]
/proc/loadavg: 1.07 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1790600/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=60120 CPUtime=222.21
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 19948 743 0 0 22180 20 20 1 25 0 1 0 373561548 61562880 14798 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583496 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 15030 14798 117 233 0 14790 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 60120

[startup+282.301 s]
/proc/loadavg: 1.03 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1790600/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=60120 CPUtime=282.2
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 19957 743 0 0 28178 21 20 1 25 0 1 0 373561548 61562880 14807 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134581974 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 15030 14807 117 233 0 14790 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 60120

[startup+342.302 s]
/proc/loadavg: 1.01 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1789896/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=60808 CPUtime=342.18
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 20618 743 0 0 34175 22 20 1 25 0 1 0 373561548 62267392 14979 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583538 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 15202 14979 117 233 0 14962 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 60808

[startup+402.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1785800/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=64692 CPUtime=402.16
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 22139 743 0 0 40171 24 20 1 25 0 1 0 373561548 66244608 15994 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134579503 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 16173 15994 117 233 0 15933 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 64692

[startup+462.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1785736/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=64756 CPUtime=462.15
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 22151 743 0 0 46169 25 20 1 25 0 1 0 373561548 66310144 16006 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583702 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 16189 16006 117 233 0 15949 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 64756

[startup+522.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1782472/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=67960 CPUtime=522.13
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 23484 743 0 0 52165 27 20 1 25 0 1 0 373561548 69591040 16817 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583621 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 16990 16817 117 233 0 16750 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 67960

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1781192/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=69056 CPUtime=582.11
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 24328 743 0 0 58162 28 20 1 25 0 1 0 373561548 70713344 17122 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 17264 17122 117 233 0 17024 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 69056

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1781192/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=69056 CPUtime=642.1
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 24328 743 0 0 64160 29 20 1 25 0 1 0 373561548 70713344 17122 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 17264 17122 117 233 0 17024 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 69056

[startup+702.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1777544/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=72756 CPUtime=702.08
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 25253 743 0 0 70157 30 20 1 25 0 1 0 373561548 74502144 18047 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135033488 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 18189 18047 117 233 0 17949 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 72756

[startup+762.306 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1757128/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=93372 CPUtime=762.07
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 30835 743 0 0 76147 39 20 1 25 0 1 0 373561548 95612928 23077 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583538 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 23343 23077 117 233 0 23103 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 93372

[startup+822.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1752584/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=98136 CPUtime=822.05
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 32026 743 0 0 82143 41 20 1 25 0 1 0 373561548 100491264 24268 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134573072 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 24534 24268 117 233 0 24294 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 98136

[startup+882.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1735752/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=114732 CPUtime=882.03
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 36173 743 0 0 88134 48 20 1 25 0 1 0 373561548 117485568 28415 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584168 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 28683 28415 117 233 0 28443 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 114732

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1726600/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=123616 CPUtime=942.01
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 39002 743 0 0 94128 52 20 1 25 0 1 0 373561548 126582784 30672 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583621 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 30904 30672 117 233 0 30664 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 123616

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1726536/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=123616 CPUtime=1001.99
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 39010 743 0 0 100126 52 20 1 25 0 1 0 373561548 126582784 30680 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584022 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 30904 30680 117 233 0 30664 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 123616

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 23229
/proc/meminfo: memFree=1726088/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=124316 CPUtime=1061.98
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 39095 743 0 0 106124 53 20 1 25 0 1 0 373561548 127299584 30765 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 31079 30765 117 233 0 30839 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 124316

[startup+1122.3 s]
/proc/loadavg: 1.08 0.99 0.92 2/78 23229
/proc/meminfo: memFree=1725704/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=124316 CPUtime=1121.96
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 39186 743 0 0 112122 53 20 1 25 0 1 0 373561548 127299584 30856 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583538 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 31079 30856 117 233 0 30839 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 124316

[startup+1182.3 s]
/proc/loadavg: 1.10 1.00 0.93 2/78 23229
/proc/meminfo: memFree=1725576/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=124416 CPUtime=1181.95
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 39803 743 0 0 118120 54 20 1 25 0 1 0 373561548 127401984 30882 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 31104 30882 117 233 0 30864 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 124416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.08 1.00 0.93 2/78 23229
/proc/meminfo: memFree=1725576/2055920 swapFree=4143704/4192956
[pid=23227] ppid=23225 vsize=124416 CPUtime=1200.05
/proc/23227/stat : 23227 (aig-cmusat) R 23225 23227 22372 0 -1 0 39804 743 0 0 119930 54 20 1 25 0 1 0 373561548 127401984 30883 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584168 0 0 4096 35 0 0 0 17 1 0 0
/proc/23227/statm: 31104 30883 117 233 0 30864 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 124416

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.09
CPU user time (s): 1199.5
CPU system time (s): 0.582911
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 124416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.5
system time used= 0.582911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40547
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= 12
involuntary context switches= 24636

runsolver used 1.3018 second user time and 3.07253 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue May 15 19:13:55 UTC 2007

IDJOB= 461408
IDBENCH= 48696
IDSOLVER= 204
FILE ID= node24/461408-1179256435

PBS_JOBID= 5277197

Free space on /tmp= 66527 MiB

SOLVER NAME= aig-cmusat 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/additional-aig/minisat+/seymour.undecided.aig
COMMAND LINE= /tmp/evaluation/461408-1179256435/aig-cmusat /tmp/evaluation/461408-1179256435/instance-461408-1179256435.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-461408-1179256435 -o ROOT/results/node24/solver-461408-1179256435 -C 1200 -W 1800 -M 1800 --output-limit 1,15  /tmp/evaluation/461408-1179256435/aig-cmusat /tmp/evaluation/461408-1179256435/instance-461408-1179256435.aig

META MD5SUM SOLVER= 46c0b88679dc7b9c7f6dd96ef04c5851
MD5SUM BENCH=  448849979c78216ae57a00148025ba33

RANDOM SEED= 64559369

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1854560 kB
Buffers:         20040 kB
Cached:          62380 kB
SwapCached:      16996 kB
Active:          45500 kB
Inactive:        60208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854560 kB
SwapTotal:     4192956 kB
SwapFree:      4143704 kB
Dirty:            2084 kB
Writeback:           0 kB
Mapped:          30364 kB
Slab:            81192 kB
Committed_AS:  7531252 kB
PageTables:       1808 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= 66522 MiB

End job on node24 on Tue May 15 19:33:58 UTC 2007