Trace number 460424

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

General information on the benchmark

Nameindustrial-aig/fuhs/
hard/AProVE07-26.aig
MD5SUMa36aefa06d40a31bfacb04f086a87f20
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.27	c Executing aigtocnf /tmp/evaluation/460424-1179255312/instance-460424-1179255312.aig /tmp/evaluation/460424-1179255312/instance-460424-1179255312.aig.cnf
0.19/0.27	c Pre-processing provided 0 assignments
0.19/0.27	c REMAP internally 1
0.19/0.27	c |  Number of variables:  114044                                               |
0.58/0.67	c |  Number of clauses:    317675                                               |

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/node41/watcher-460424-1179255312 -o ROOT/results/node41/solver-460424-1179255312 -C 1200 -W 1800 -M 1800 --output-limit 1,15 /tmp/evaluation/460424-1179255312/aig-cmusat /tmp/evaluation/460424-1179255312/instance-460424-1179255312.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.00 0.00 0.13 3/77 459
/proc/meminfo: memFree=1271312/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=1000 CPUtime=0
/proc/459/stat : 459 (aig-cmusat) S 457 459 397 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 373443158 1024000 94 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/459/statm: 250 94 83 233 0 10 0
[pid=460] ppid=459 vsize=2668 CPUtime=0
/proc/460/stat : 460 (aigtocnf) R 459 459 397 0 -1 0 728 0 0 0 0 0 0 0 20 0 1 0 373443158 2732032 481 18446744073709551615 134512640 134935624 4294956672 18446744073709551615 134605452 0 0 4096 0 0 0 0 17 1 0 0
/proc/460/statm: 667 489 34 103 0 562 0

[startup+0.104455 s]
/proc/loadavg: 0.00 0.00 0.13 3/77 459
/proc/meminfo: memFree=1271312/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=1000 CPUtime=0
/proc/459/stat : 459 (aig-cmusat) S 457 459 397 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 373443158 1024000 94 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/459/statm: 250 94 83 233 0 10 0
[pid=460] ppid=459 vsize=2800 CPUtime=0.09
/proc/460/stat : 460 (aigtocnf) R 459 459 397 0 -1 0 884 0 0 0 9 0 0 0 20 0 1 0 373443158 2867200 636 18446744073709551615 134512640 134935624 4294956672 18446744073709551615 134609325 0 0 4096 0 0 0 0 17 1 0 0
/proc/460/statm: 700 636 40 103 0 595 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3800

[startup+0.201462 s]
/proc/loadavg: 0.00 0.00 0.13 3/77 459
/proc/meminfo: memFree=1271312/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=1000 CPUtime=0
/proc/459/stat : 459 (aig-cmusat) S 457 459 397 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 373443158 1024000 94 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/459/statm: 250 94 83 233 0 10 0
[pid=460] ppid=459 vsize=2800 CPUtime=0.19
/proc/460/stat : 460 (aigtocnf) R 459 459 397 0 -1 0 884 0 0 0 18 1 0 0 20 0 1 0 373443158 2867200 636 18446744073709551615 134512640 134935624 4294956672 18446744073709551615 134609325 0 0 4096 0 0 0 0 17 1 0 0
/proc/460/statm: 700 636 40 103 0 595 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3800

[startup+0.301478 s]
/proc/loadavg: 0.00 0.00 0.13 3/77 459
/proc/meminfo: memFree=1271312/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=5324 CPUtime=0.28
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 1142 885 0 0 2 0 24 2 17 0 1 0 373443158 5451776 1119 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134519608 0 0 4096 35 0 0 0 17 0 0 0
/proc/459/statm: 1331 1119 101 233 0 1091 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5324

[startup+0.701512 s]
/proc/loadavg: 0.00 0.00 0.13 3/77 459
/proc/meminfo: memFree=1271312/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=35312 CPUtime=0.68
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 7724 885 0 0 38 4 24 2 20 0 1 0 373443158 36159488 7701 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134530017 0 0 4096 35 0 0 0 17 0 0 0
/proc/459/statm: 8828 7701 111 233 0 8588 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35312

[startup+1.50157 s]
/proc/loadavg: 0.00 0.00 0.13 2/78 461
/proc/meminfo: memFree=1228424/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=38520 CPUtime=1.48
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 10396 885 0 0 116 6 24 2 25 0 1 0 373443158 39444480 8915 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135026075 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 9630 8915 111 233 0 9390 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38520

[startup+3.10171 s]
/proc/loadavg: 0.08 0.02 0.14 2/78 461
/proc/meminfo: memFree=1239048/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=27404 CPUtime=3.08
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 11142 885 0 0 275 7 24 2 25 0 1 0 373443158 28061696 6724 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584168 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 6851 6724 117 233 0 6611 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27404

[startup+6.30199 s]
/proc/loadavg: 0.08 0.02 0.14 2/78 461
/proc/meminfo: memFree=1238856/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=27404 CPUtime=6.28
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 11142 885 0 0 595 7 24 2 25 0 1 0 373443158 28061696 6724 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583559 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 6851 6724 117 233 0 6611 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27404

[startup+12.7015 s]
/proc/loadavg: 0.22 0.05 0.15 2/78 461
/proc/meminfo: memFree=1238992/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=27404 CPUtime=12.68
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 11142 885 0 0 1235 7 24 2 25 0 1 0 373443158 28061696 6724 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 135022594 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 6851 6724 117 233 0 6611 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27404

[startup+25.5017 s]
/proc/loadavg: 0.34 0.08 0.15 2/78 461
/proc/meminfo: memFree=1239056/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=27404 CPUtime=25.47
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 11142 885 0 0 2514 7 24 2 25 0 1 0 373443158 28061696 6724 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583538 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 6851 6724 117 233 0 6611 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 27404

[startup+51.1019 s]
/proc/loadavg: 0.56 0.15 0.18 2/78 461
/proc/meminfo: memFree=1235216/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=31412 CPUtime=51.06
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 12143 885 0 0 5072 8 24 2 25 0 1 0 373443158 32165888 7725 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 7853 7725 117 233 0 7613 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 31412

[startup+102.301 s]
/proc/loadavg: 0.82 0.29 0.22 2/78 461
/proc/meminfo: memFree=1228368/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=40992 CPUtime=102.25
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 14675 885 0 0 10189 10 24 2 25 0 1 0 373443158 41975808 9400 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583608 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 10248 9400 117 233 0 10008 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 40992

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.27 2/78 461
/proc/meminfo: memFree=1204880/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=64548 CPUtime=162.23
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 21153 885 0 0 16180 17 24 2 25 0 1 0 373443158 66097152 15375 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584177 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 16137 15375 117 233 0 15897 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 64548

[startup+222.306 s]
/proc/loadavg: 0.97 0.52 0.31 2/78 461
/proc/meminfo: memFree=1164176/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=104988 CPUtime=222.22
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 31810 885 0 0 22166 30 24 2 25 0 1 0 373443158 107507712 25471 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 26247 25471 117 233 0 26007 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 104988

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.35 2/78 461
/proc/meminfo: memFree=1162896/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=105544 CPUtime=282.2
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 32435 885 0 0 28163 31 24 2 25 0 1 0 373443158 108077056 25787 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 26386 25787 117 233 0 26146 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 105544

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.39 2/78 461
/proc/meminfo: memFree=1146128/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=122772 CPUtime=342.19
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 37292 885 0 0 34155 38 24 2 25 0 1 0 373443158 125718528 29965 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134570961 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 30693 29965 117 233 0 30453 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 122772

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.42 2/84 637
/proc/meminfo: memFree=1143312/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=123908 CPUtime=402.06
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 38052 885 0 0 40140 40 24 2 25 0 1 0 373443158 126881792 30353 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 30977 30353 117 233 0 30737 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 123908

[startup+462.302 s]
/proc/loadavg: 0.99 0.78 0.46 2/78 659
/proc/meminfo: memFree=1143304/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=124036 CPUtime=462.04
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 38704 885 0 0 46137 41 24 2 25 0 1 0 373443158 127012864 30617 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583621 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 31009 30617 117 233 0 30769 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 124036

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.49 2/78 659
/proc/meminfo: memFree=1097160/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=170536 CPUtime=522.02
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 50649 885 0 0 52123 53 24 2 25 0 1 0 373443158 174628864 42142 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583621 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 42634 42142 117 233 0 42394 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 170536

[startup+582.302 s]
/proc/loadavg: 0.99 0.85 0.52 2/78 659
/proc/meminfo: memFree=1090184/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=177768 CPUtime=582
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 52445 885 0 0 58119 55 24 2 25 0 1 0 373443158 182034432 43938 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583693 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 44442 43938 117 233 0 44202 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 177768

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.55 2/78 659
/proc/meminfo: memFree=957768/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=315848 CPUtime=641.99
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 87283 885 0 0 64099 74 24 2 25 0 1 0 373443158 323428352 76928 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584173 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 78962 76928 117 233 0 78722 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 315848

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.57 2/78 659
/proc/meminfo: memFree=957256/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=315980 CPUtime=701.98
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 87898 885 0 0 70097 75 24 2 25 0 1 0 373443158 323563520 77061 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584083 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 78995 77061 117 233 0 78755 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 315980

[startup+762.302 s]
/proc/loadavg: 0.99 0.91 0.59 2/78 659
/proc/meminfo: memFree=957264/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=315980 CPUtime=761.96
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 87898 885 0 0 76095 75 24 2 25 0 1 0 373443158 323563520 77061 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134571200 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 78995 77061 117 233 0 78755 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 315980

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.62 2/78 659
/proc/meminfo: memFree=956688/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=316124 CPUtime=821.95
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 88564 885 0 0 82093 76 24 2 25 0 1 0 373443158 323710976 77212 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584045 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 79031 77212 117 233 0 78791 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 316124

[startup+882.306 s]
/proc/loadavg: 0.99 0.93 0.64 2/78 659
/proc/meminfo: memFree=955600/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=316304 CPUtime=881.94
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 89379 885 0 0 88091 77 24 2 25 0 1 0 373443158 323895296 77476 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 79076 77476 117 233 0 78836 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 316304

[startup+942.301 s]
/proc/loadavg: 0.99 0.94 0.66 2/78 659
/proc/meminfo: memFree=955664/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=316304 CPUtime=941.91
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 89379 885 0 0 94088 77 24 2 25 0 1 0 373443158 323895296 77476 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584168 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 79076 77476 117 233 0 78836 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 316304

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.67 2/78 659
/proc/meminfo: memFree=955088/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=316304 CPUtime=1001.9
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 89522 885 0 0 100086 78 24 2 25 0 1 0 373443158 323895296 77619 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134571718 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 79076 77619 117 233 0 78836 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 316304

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.69 2/78 659
/proc/meminfo: memFree=954896/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=316488 CPUtime=1061.89
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 90176 885 0 0 106084 79 24 2 25 0 1 0 373443158 324083712 77677 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 79122 77677 117 233 0 78882 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 316488

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.71 2/78 659
/proc/meminfo: memFree=954640/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=316488 CPUtime=1121.87
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 90222 885 0 0 112082 79 24 2 25 0 1 0 373443158 324083712 77723 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 79122 77723 117 233 0 78882 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 316488

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.73 2/78 659
/proc/meminfo: memFree=953616/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=316740 CPUtime=1181.86
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 91124 885 0 0 118079 81 24 2 25 0 1 0 373443158 324341760 77983 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584168 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 79185 77983 117 233 0 78945 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 316740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.73 2/78 659
/proc/meminfo: memFree=953616/2055920 swapFree=4169412/4192956
[pid=459] ppid=457 vsize=316740 CPUtime=1200.06
/proc/459/stat : 459 (aig-cmusat) R 457 459 397 0 -1 0 91124 885 0 0 119899 81 24 2 25 0 1 0 373443158 324341760 77983 18446744073709551615 134512640 135469250 4294956672 18446744073709551615 134584094 0 0 4096 35 0 0 0 17 1 0 0
/proc/459/statm: 79185 77983 117 233 0 78945 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 316740

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.56
CPU time (s): 1200.13
CPU user time (s): 1199.25
CPU system time (s): 0.882865
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 316740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.25
system time used= 0.882865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92009
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= 13
involuntary context switches= 25429

runsolver used 1.25381 second user time and 3.11952 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue May 15 18:55:13 UTC 2007

IDJOB= 460424
IDBENCH= 48450
IDSOLVER= 204
FILE ID= node41/460424-1179255312

PBS_JOBID= 5277524

Free space on /tmp= 66547 MiB

SOLVER NAME= aig-cmusat 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/fuhs/hard/AProVE07-26.aig
COMMAND LINE= /tmp/evaluation/460424-1179255312/aig-cmusat /tmp/evaluation/460424-1179255312/instance-460424-1179255312.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-460424-1179255312 -o ROOT/results/node41/solver-460424-1179255312 -C 1200 -W 1800 -M 1800 --output-limit 1,15  /tmp/evaluation/460424-1179255312/aig-cmusat /tmp/evaluation/460424-1179255312/instance-460424-1179255312.aig

META MD5SUM SOLVER= 46c0b88679dc7b9c7f6dd96ef04c5851
MD5SUM BENCH=  a36aefa06d40a31bfacb04f086a87f20

RANDOM SEED= 637727019

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.232
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.232
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:       1271592 kB
Buffers:         43684 kB
Cached:         600308 kB
SwapCached:       3096 kB
Active:         292660 kB
Inactive:       374928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271592 kB
SwapTotal:     4192956 kB
SwapFree:      4169412 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:          31112 kB
Slab:           102020 kB
Committed_AS:  8659528 kB
PageTables:       2008 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= 66542 MiB

End job on node41 on Tue May 15 19:15:15 UTC 2007