Trace number 331143

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.24 1200.6

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
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 variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  306095                                               |
4.18/4.27	c |  Number of clauses:    6069108                                              |

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/node58/watcher-331143-1173180890 -o ROOT/results/node58/solver-331143-1173180890 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331143-1173180890/cmusat /tmp/evaluation/331143-1173180890/instance-331143-1173180890.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: 1.00 0.99 0.99 3/64 25784
/proc/meminfo: memFree=1627968/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=2320 CPUtime=0
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 436 0 0 0 0 0 0 0 18 0 1 0 338046490 2375680 419 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 580 419 97 243 0 334 0

[startup+0.09756 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 25784
/proc/meminfo: memFree=1627968/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=9264 CPUtime=0.09
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 2072 0 0 0 8 1 0 0 18 0 1 0 338046490 9486336 2055 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 2349 2056 97 243 0 2103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9264

[startup+0.10256 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 25784
/proc/meminfo: memFree=1627968/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=9660 CPUtime=0.09
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 2156 0 0 0 8 1 0 0 18 0 1 0 338046490 9891840 2139 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 2415 2139 97 243 0 2169 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9660

[startup+0.301581 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 25784
/proc/meminfo: memFree=1627968/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=22484 CPUtime=0.29
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 5348 0 0 0 26 3 0 0 19 0 1 0 338046490 23023616 5331 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 5621 5331 97 243 0 5375 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22484

[startup+0.702625 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 25784
/proc/meminfo: memFree=1627968/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=48836 CPUtime=0.69
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 11651 0 0 0 61 8 0 0 23 0 1 0 338046490 50008064 11634 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 12209 11635 97 243 0 11963 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48836

[startup+1.50171 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=1560312/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=98588 CPUtime=1.49
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 23996 0 0 0 133 16 0 0 25 0 1 0 338046490 100954112 23979 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 24647 23979 97 243 0 24401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98588

[startup+3.10189 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=1494328/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=202624 CPUtime=3.09
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 48391 0 0 0 278 31 0 0 25 0 1 0 338046490 207486976 48374 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 50656 48375 97 243 0 50410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 202624

[startup+6.30124 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=1270456/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=291612 CPUtime=6.29
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 91325 0 0 0 575 54 0 0 25 0 1 0 338046490 298610688 72671 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 72903 72671 110 243 0 72657 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 291612

[startup+12.7019 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=1185528/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=499484 CPUtime=12.69
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 141417 0 0 0 1193 76 0 0 25 0 1 0 338046490 511471616 122697 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134586964 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 124871 122702 111 243 0 124625 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 499484

[startup+25.5013 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=945208/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=25.48
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189540 0 0 0 2455 93 0 0 25 0 1 0 338046490 803459072 170820 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134591296 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 170820 118 243 0 195911 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 784628

[startup+51.1012 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=945208/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=51.06
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189573 0 0 0 5013 93 0 0 25 0 1 0 338046490 803459072 170853 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 170853 118 243 0 195911 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 784628

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=945144/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=102.25
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189603 0 0 0 10132 93 0 0 25 0 1 0 338046490 803459072 170883 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 170883 118 243 0 195911 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 784628

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=944888/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=162.23
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189645 0 0 0 16130 93 0 0 25 0 1 0 338046490 803459072 170925 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 170925 118 243 0 195911 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 784628

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=944760/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=222.21
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189678 0 0 0 22128 93 0 0 25 0 1 0 338046490 803459072 170958 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 170958 118 243 0 195911 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 784628

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=944504/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=282.19
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189747 0 0 0 28126 93 0 0 25 0 1 0 338046490 803459072 171027 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589563 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 171027 118 243 0 195911 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 784628

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=944440/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=342.18
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189767 0 0 0 34125 93 0 0 25 0 1 0 338046490 803459072 171047 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134591326 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 171047 118 243 0 195911 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 784628

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=944248/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=402.17
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189794 0 0 0 40123 94 0 0 25 0 1 0 338046490 803459072 171074 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134592078 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 171074 118 243 0 195911 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 784628

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25785
/proc/meminfo: memFree=944184/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=462.15
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189825 0 0 0 46121 94 0 0 25 0 1 0 338046490 803459072 171105 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 171105 118 243 0 195911 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 784628

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=943992/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=784628 CPUtime=522.13
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 189851 0 0 0 52119 94 0 0 25 0 1 0 338046490 803459072 171131 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134591993 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 196157 171131 118 243 0 195911 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 784628

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=861048/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=873388 CPUtime=582.11
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 210561 0 0 0 58105 106 0 0 25 0 1 0 338046490 894349312 191841 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 218347 191841 118 243 0 218101 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 873388

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=855352/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=878948 CPUtime=642.1
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 211961 0 0 0 64102 108 0 0 25 0 1 0 338046490 900042752 193241 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 219737 193241 118 243 0 219491 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 878948

[startup+702.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=767800/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=974180 CPUtime=702.08
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 233934 0 0 0 70088 120 0 0 25 0 1 0 338046490 997560320 215214 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 243545 215214 118 243 0 243299 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 974180

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=683256/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=1065940 CPUtime=762.07
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 254898 0 0 0 76075 132 0 0 25 0 1 0 338046490 1091522560 236178 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 266485 236178 118 243 0 266239 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 1065940

[startup+822.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=638328/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=1117000 CPUtime=822.04
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 266383 0 0 0 82066 138 0 0 25 0 1 0 338046490 1143808000 247663 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134578847 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 279250 247663 118 243 0 279004 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 1117000

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=580792/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=1180152 CPUtime=882.03
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 280425 0 0 0 88056 147 0 0 25 0 1 0 338046490 1208475648 261705 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 295038 261705 118 243 0 294792 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 1180152

[startup+942.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=567288/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=1193688 CPUtime=942.01
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 283814 0 0 0 94051 150 0 0 25 0 1 0 338046490 1222336512 265094 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589495 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 298422 265094 118 243 0 298176 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 1193688

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=551480/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=1209700 CPUtime=1001.99
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 287808 0 0 0 100045 154 0 0 25 0 1 0 338046490 1238732800 269088 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 302425 269088 118 243 0 302179 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 1209700

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=498680/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=1267580 CPUtime=1061.98
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 301400 0 0 0 106035 163 0 0 25 0 1 0 338046490 1298001920 282680 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134581701 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 316895 282680 118 243 0 316649 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1267580

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=432760/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=1337516 CPUtime=1121.95
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 317381 0 0 0 112026 169 0 0 25 0 1 0 338046490 1369616384 298628 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 334379 298628 118 243 0 334133 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1337516

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=394424/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=1378812 CPUtime=1181.94
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 327038 0 0 0 118019 175 0 0 25 0 1 0 338046490 1411903488 308252 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 344703 308252 118 243 0 344457 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 1378812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=380600/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=1393348 CPUtime=1200.04
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4194304 330437 0 0 0 119828 176 0 0 25 0 1 0 338046490 1426788352 311651 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 348337 311651 118 243 0 348091 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1393348

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25787
/proc/meminfo: memFree=380600/2055920 swapFree=4184232/4192956
[pid=25784] ppid=25782 vsize=0 CPUtime=1200.14
/proc/25784/stat : 25784 (cmusat) R 25782 25784 24828 0 -1 4195332 330437 0 0 0 119828 186 0 0 25 0 1 0 338046490 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/25784/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.6
CPU time (s): 1200.24
CPU user time (s): 1198.28
CPU system time (s): 1.9617
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 1393348

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

runsolver used 0.895863 second user time and 2.41963 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Mar  6 11:34:58 UTC 2007

IDJOB= 331143
IDBENCH= 20580
IDSOLVER= 121
FILE ID= node58/331143-1173180890

PBS_JOBID= 4015258

Free space on /tmp= 66333 MiB

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

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  0fbc00fde383cec371bb97d621c5e7e5

RANDOM SEED= 435322878

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1628376 kB
Buffers:         17352 kB
Cached:         335728 kB
SwapCached:       2696 kB
Active:         211220 kB
Inactive:       151456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628376 kB
SwapTotal:     4192956 kB
SwapFree:      4184232 kB
Dirty:          134204 kB
Writeback:           0 kB
Mapped:          15640 kB
Slab:            50976 kB
Committed_AS:   779788 kB
PageTables:       1380 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= 66333 MiB

End job on node58 on Tue Mar  6 11:55:01 UTC 2007