Trace number 330933

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
CMUSAT 2007-02-08? (TO) 1200.21 1200.69

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  151669                                               |
2.89/2.98	c |  Number of clauses:    2465731                                              |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node71/watcher-330933-1173176789 -o ROOT/results/node71/solver-330933-1173176789 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330933-1173176789/cmusat /tmp/evaluation/330933-1173176789/instance-330933-1173176789.cnf 

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): 2400 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.92 0.98 0.98 3/64 22022
/proc/meminfo: memFree=1731532/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=2316 CPUtime=0
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 426 0 0 0 0 0 0 0 18 0 1 0 337637026 2371584 409 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135090869 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 579 410 96 243 0 333 0

[startup+0.0778551 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 22022
/proc/meminfo: memFree=1731532/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=7844 CPUtime=0.07
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 1677 0 0 0 7 0 0 0 18 0 1 0 337637026 8032256 1660 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 1961 1667 96 243 0 1715 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7844

[startup+0.101857 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 22022
/proc/meminfo: memFree=1731532/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=8752 CPUtime=0.09
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 1992 0 0 0 9 0 0 0 18 0 1 0 337637026 8962048 1975 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 2188 1975 96 243 0 1942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8752

[startup+0.301902 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 22022
/proc/meminfo: memFree=1731532/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=21040 CPUtime=0.29
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 4893 0 0 0 27 2 0 0 19 0 1 0 337637026 21544960 4876 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 5260 4876 96 243 0 5014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21040

[startup+0.701987 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 22022
/proc/meminfo: memFree=1731532/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=44196 CPUtime=0.69
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 10415 0 0 0 63 6 0 0 22 0 1 0 337637026 45256704 10398 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 11049 10398 96 243 0 10803 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44196

[startup+1.50116 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1673064/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=88128 CPUtime=1.49
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 21055 0 0 0 135 14 0 0 25 0 1 0 337637026 90243072 21038 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 22032 21038 96 243 0 21786 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88128

[startup+3.10151 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1617000/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=175380 CPUtime=3.08
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 40495 0 0 0 283 25 0 0 25 0 1 0 337637026 179589120 40478 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530326 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 43845 40478 106 243 0 43599 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 175380

[startup+6.3012 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1570216/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=175380 CPUtime=6.28
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 40537 0 0 0 603 25 0 0 25 0 1 0 337637026 179589120 40520 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530778 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 43845 40520 106 243 0 43599 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 175380

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1545008/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=206456 CPUtime=12.68
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 49331 0 0 0 1238 30 0 0 25 0 1 0 337637026 211410944 49197 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530807 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 51614 49197 107 243 0 51368 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 206456

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1523504/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=224008 CPUtime=25.48
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 52407 0 0 0 2516 32 0 0 25 0 1 0 337637026 229384192 52221 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 56002 52221 107 243 0 55756 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 224008

[startup+51.1019 s]
/proc/loadavg: 0.97 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1462832/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=307228 CPUtime=51.07
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 84938 0 0 0 5062 45 0 0 25 0 1 0 337637026 314601472 67391 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 76807 67391 119 243 0 76561 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 307228

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1462448/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=307228 CPUtime=102.26
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 85018 0 0 0 10181 45 0 0 25 0 1 0 337637026 314601472 67471 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 76807 67471 119 243 0 76561 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 307228

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1462128/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=307228 CPUtime=162.23
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 85096 0 0 0 16178 45 0 0 25 0 1 0 337637026 314601472 67549 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589814 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 76807 67549 119 243 0 76561 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 307228

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1412848/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=356024 CPUtime=222.2
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 97406 0 0 0 22166 54 0 0 25 0 1 0 337637026 364568576 79859 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589700 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 89006 79859 119 243 0 88760 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 356024

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1354608/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=413868 CPUtime=282.18
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 111985 0 0 0 28152 66 0 0 25 0 1 0 337637026 423800832 94438 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589993 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 103467 94438 119 243 0 103221 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 413868

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1312112/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=455640 CPUtime=342.16
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 122501 0 0 0 34142 74 0 0 25 0 1 0 337637026 466575360 104954 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 113910 104954 119 243 0 113664 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 455640

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1298928/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=469104 CPUtime=402.14
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 125952 0 0 0 40136 78 0 0 25 0 1 0 337637026 480362496 108372 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 117276 108372 119 243 0 117030 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 469104

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1269296/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=498168 CPUtime=462.1
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 133319 0 0 0 46127 83 0 0 25 0 1 0 337637026 510124032 115739 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590022 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 124542 115739 119 243 0 124296 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 498168

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1198768/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=568028 CPUtime=522.09
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 150845 0 0 0 52114 95 0 0 25 0 1 0 337637026 581660672 133265 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 142007 133265 119 243 0 141761 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 568028

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1174896/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=591428 CPUtime=582.06
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 156813 0 0 0 58104 102 0 0 25 0 1 0 337637026 605622272 139233 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134578999 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 147857 139233 119 243 0 147611 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 591428

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1121392/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=644260 CPUtime=642.04
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 170102 0 0 0 64092 112 0 0 25 0 1 0 337637026 659722240 152522 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 161065 152522 119 243 0 160819 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 644260

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1093616/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=672256 CPUtime=702.02
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 177166 0 0 0 70084 118 0 0 25 0 1 0 337637026 688390144 159553 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590157 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 168064 159553 119 243 0 167818 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 672256

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=1015600/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=749292 CPUtime=761.99
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 196560 0 0 0 76068 131 0 0 25 0 1 0 337637026 767275008 178947 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 187323 178947 119 243 0 187077 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 749292

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=948144/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=817180 CPUtime=821.96
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 213616 0 0 0 82050 146 0 0 25 0 1 0 337637026 836792320 195970 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 204295 195970 119 243 0 204049 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 817180

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=881008/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=883052 CPUtime=881.95
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 230206 0 0 0 88036 159 0 0 25 0 1 0 337637026 904245248 212527 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589656 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 220763 212527 119 243 0 220517 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 883052

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=809456/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=954892 CPUtime=941.92
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 248268 0 0 0 94022 170 0 0 25 0 1 0 337637026 977809408 230589 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 238723 230589 119 243 0 238477 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 954892

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=754416/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=1009028 CPUtime=1001.9
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 261910 0 0 0 100012 178 0 0 25 0 1 0 337637026 1033244672 244165 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 252257 244165 119 243 0 252011 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 1009028

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=696816/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=1066764 CPUtime=1061.87
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 276424 0 0 0 106000 187 0 0 25 0 1 0 337637026 1092366336 258646 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 266691 258646 119 243 0 266445 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 1066764

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22023
/proc/meminfo: memFree=650352/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=1112836 CPUtime=1121.85
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 287919 0 0 0 111989 196 0 0 25 0 1 0 337637026 1139544064 270108 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 278209 270108 119 243 0 277963 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 1112836

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22025
/proc/meminfo: memFree=613680/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=1149920 CPUtime=1181.82
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 297110 0 0 0 117980 202 0 0 25 0 1 0 337637026 1177518080 279299 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 287480 279299 119 243 0 287234 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 1149920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22025
/proc/meminfo: memFree=604784/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=1158340 CPUtime=1200.02
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4194304 299216 0 0 0 119799 203 0 0 25 0 1 0 337637026 1186140160 281405 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589771 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 289585 281405 119 243 0 289339 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1158340

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.61 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 22025
/proc/meminfo: memFree=604784/2055920 swapFree=4183144/4192956
[pid=22022] ppid=22020 vsize=0 CPUtime=1200.12
/proc/22022/stat : 22022 (cmusat) R 22020 22022 21870 0 -1 4195332 299216 0 0 0 119799 213 0 0 25 0 1 0 337637026 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/22022/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.69
CPU time (s): 1200.21
CPU user time (s): 1198
CPU system time (s): 2.21666
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 1158340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198
system time used= 2.21666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299216
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= 6
involuntary context switches= 1699

runsolver used 0.862868 second user time and 2.44063 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Tue Mar  6 10:26:32 UTC 2007

IDJOB= 330933
IDBENCH= 20575
IDSOLVER= 121
FILE ID= node71/330933-1173176789

PBS_JOBID= 4015272

Free space on /tmp= 66430 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= /tmp/evaluation/330933-1173176789/cmusat /tmp/evaluation/330933-1173176789/instance-330933-1173176789.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-330933-1173176789 -o ROOT/results/node71/solver-330933-1173176789 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330933-1173176789/cmusat /tmp/evaluation/330933-1173176789/instance-330933-1173176789.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  79c983ee7a6671238604da3040f85341

RANDOM SEED= 824855320

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1732112 kB
Buffers:         20668 kB
Cached:         232588 kB
SwapCached:       3716 kB
Active:          99660 kB
Inactive:       163016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732112 kB
SwapTotal:     4192956 kB
SwapFree:      4183144 kB
Dirty:           53328 kB
Writeback:           0 kB
Mapped:          15520 kB
Slab:            47188 kB
Committed_AS:   934652 kB
PageTables:       1448 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= 66430 MiB

End job on node71 on Tue Mar  6 10:46:35 UTC 2007