Trace number 428637

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
minimarch 2007-04-26 (fixed)? (TO) 1200.16 1200.65

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug1.cnf
MD5SUM1911de49ec477d3e34b9a95eb8bf0845
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.587
Satisfiable
(Un)Satisfiability was proved
Number of variables521188
Number of clauses13378641
Sum of the clauses size39204979
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714562
Number of clauses of size 34209417
Number of clauses of size 425257
Number of clauses of size 515681
Number of clauses of size over 5413723

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  521188                                               |
0.00/0.00	|  Number of clauses:    13378641                                             |
60.09/60.24	|  Parsing time:         58.89        s                                       |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node58/watcher-428637-1177740040 -o ROOT/results/node58/solver-428637-1177740040 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428637-1177740040/minimarch_fixed /tmp/evaluation/428637-1177740040/instance-428637-1177740040.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.32 1.07 1.02 3/64 8114
/proc/meminfo: memFree=1326656/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=1876 CPUtime=0
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 385 0 0 0 0 0 0 0 18 0 1 0 221915481 1921024 370 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 469 370 51 132 0 334 0

[startup+0.034878 s]
/proc/loadavg: 1.32 1.07 1.02 3/64 8114
/proc/meminfo: memFree=1326656/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=4216 CPUtime=0.02
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 930 0 0 0 2 0 0 0 18 0 1 0 221915481 4317184 915 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533776 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 1054 915 51 132 0 919 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4216

[startup+0.10189 s]
/proc/loadavg: 1.32 1.07 1.02 3/64 8114
/proc/meminfo: memFree=1326656/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=8408 CPUtime=0.09
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 1936 0 0 0 9 0 0 0 18 0 1 0 221915481 8609792 1921 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 2102 1921 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.301921 s]
/proc/loadavg: 1.32 1.07 1.02 3/64 8114
/proc/meminfo: memFree=1326656/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=21036 CPUtime=0.29
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 4827 0 0 0 28 1 0 0 19 0 1 0 221915481 21540864 4812 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 5259 4812 51 132 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21036

[startup+0.701997 s]
/proc/loadavg: 1.32 1.07 1.02 3/64 8114
/proc/meminfo: memFree=1326656/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=43328 CPUtime=0.69
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 10305 0 0 0 65 4 0 0 22 0 1 0 221915481 44367872 10290 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 10832 10290 51 132 0 10697 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43328

[startup+1.50112 s]
/proc/loadavg: 1.32 1.07 1.02 2/65 8115
/proc/meminfo: memFree=1269496/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=91020 CPUtime=1.49
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 21200 0 0 0 138 11 0 0 25 0 1 0 221915481 93204480 21185 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 22755 21187 51 132 0 22620 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91020

[startup+3.1014 s]
/proc/loadavg: 1.37 1.08 1.03 2/65 8115
/proc/meminfo: memFree=1211192/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=183232 CPUtime=3.09
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 42380 0 0 0 286 23 0 0 25 0 1 0 221915481 187629568 42365 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533303 0 0 4096 3 0 0 0 17 0 0 0
/proc/8114/statm: 45808 42365 51 132 0 45673 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183232

[startup+6.30194 s]
/proc/loadavg: 1.37 1.08 1.03 2/71 8141
/proc/meminfo: memFree=1043912/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=336016 CPUtime=6.28
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 82012 0 0 0 582 46 0 0 25 0 1 0 221915481 344080384 81997 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533460 0 0 4096 3 0 0 0 17 0 0 0
/proc/8114/statm: 84004 81997 51 132 0 83869 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 336016

[startup+12.702 s]
/proc/loadavg: 1.31 1.08 1.02 2/71 8187
/proc/meminfo: memFree=719176/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=684008 CPUtime=12.66
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 162086 0 0 0 1169 97 0 0 25 0 1 0 221915481 700424192 162071 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 171002 162072 51 132 0 170867 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 684008

[startup+25.5011 s]
/proc/loadavg: 1.27 1.08 1.02 2/71 8237
/proc/meminfo: memFree=504576/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=880408 CPUtime=25.44
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 205793 0 0 0 2419 125 0 0 25 0 1 0 221915481 901537792 205778 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 220102 205778 51 132 0 219967 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 880408

[startup+51.1014 s]
/proc/loadavg: 1.17 1.07 1.02 2/71 8289
/proc/meminfo: memFree=499848/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=880408 CPUtime=51.01
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 205793 0 0 0 4976 125 0 0 25 0 1 0 221915481 901537792 205778 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 220102 205778 51 132 0 219967 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 880408

[startup+102.306 s]
/proc/loadavg: 1.07 1.05 1.02 2/65 8313
/proc/meminfo: memFree=505976/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=880404 CPUtime=102.18
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 205840 0 0 0 10093 125 0 0 25 0 1 0 221915481 901533696 205825 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531702 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 220101 205825 63 132 0 219966 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 880404

[startup+162.301 s]
/proc/loadavg: 1.02 1.04 1.01 2/65 8313
/proc/meminfo: memFree=501176/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=885220 CPUtime=162.15
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 208553 0 0 0 16089 126 0 0 25 0 1 0 221915481 906465280 207042 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 221305 207042 63 132 0 221170 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 885220

[startup+222.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 8313
/proc/meminfo: memFree=475064/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=910760 CPUtime=222.13
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 217981 0 0 0 22082 131 0 0 25 0 1 0 221915481 932618240 213501 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134535644 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 227690 213501 63 132 0 227555 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 910760

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 8313
/proc/meminfo: memFree=471480/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=914172 CPUtime=282.11
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 222197 0 0 0 28079 132 0 0 25 0 1 0 221915481 936112128 214409 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 228543 214409 63 132 0 228408 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 914172

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 8313
/proc/meminfo: memFree=468344/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=917132 CPUtime=342.09
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 226207 0 0 0 34075 134 0 0 25 0 1 0 221915481 939143168 215192 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 229283 215192 63 132 0 229148 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 917132

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 8313
/proc/meminfo: memFree=465912/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=919352 CPUtime=402.07
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 230016 0 0 0 40071 136 0 0 25 0 1 0 221915481 941416448 215793 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 229838 215793 63 132 0 229703 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 919352

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 8313
/proc/meminfo: memFree=462520/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=922460 CPUtime=462.04
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 233985 0 0 0 46066 138 0 0 25 0 1 0 221915481 944599040 216651 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 230615 216651 63 132 0 230480 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 922460

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=457976/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=926764 CPUtime=522.03
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 238061 0 0 0 52062 141 0 0 25 0 1 0 221915481 949006336 217809 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 231691 217809 63 132 0 231556 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 926764

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=456440/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=927984 CPUtime=582.01
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 241654 0 0 0 58058 143 0 0 25 0 1 0 221915481 950255616 218161 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522232 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 231996 218161 63 132 0 231861 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 927984

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=452664/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=931516 CPUtime=641.99
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 245734 0 0 0 64054 145 0 0 25 0 1 0 221915481 953872384 219115 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523098 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 232879 219115 63 132 0 232744 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 931516

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=452152/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=931984 CPUtime=701.97
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 249272 0 0 0 70049 148 0 0 25 0 1 0 221915481 954351616 219241 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523055 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 232996 219241 63 132 0 232861 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 931984

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=452024/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=932148 CPUtime=761.95
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 252849 0 0 0 76045 150 0 0 25 0 1 0 221915481 954519552 219272 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 233037 219272 63 132 0 232902 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 932148

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=451512/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=932716 CPUtime=821.92
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 256205 0 0 0 82040 152 0 0 25 0 1 0 221915481 955101184 219423 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 233179 219423 63 132 0 233044 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 932716

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=450872/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=933404 CPUtime=881.9
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 259297 0 0 0 88036 154 0 0 25 0 1 0 221915481 955805696 219582 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 233351 219582 63 132 0 233216 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 933404

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=450360/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=933864 CPUtime=941.88
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 262460 0 0 0 94032 156 0 0 25 0 1 0 221915481 956276736 219697 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522216 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 233466 219697 63 132 0 233331 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 933864

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=450104/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=934092 CPUtime=1001.86
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 265337 0 0 0 100029 157 0 0 25 0 1 0 221915481 956510208 219764 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522224 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 233523 219764 63 132 0 233388 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 934092

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=449016/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=935032 CPUtime=1061.84
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 266518 0 0 0 106026 158 0 0 25 0 1 0 221915481 957472768 220018 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 233758 220018 63 132 0 233623 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 935032

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=448568/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=935632 CPUtime=1121.82
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 269570 0 0 0 112022 160 0 0 25 0 1 0 221915481 958087168 220171 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134535938 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 233908 220171 63 132 0 233773 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 935632

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=447736/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=936280 CPUtime=1181.8
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 271599 0 0 0 118019 161 0 0 25 0 1 0 221915481 958750720 220353 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522219 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 234070 220353 63 132 0 233935 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 936280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=447672/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=936280 CPUtime=1200
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4194304 271996 0 0 0 119839 161 0 0 25 0 1 0 221915481 958750720 220354 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522210 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 234070 220354 63 132 0 233935 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 936280

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: 1.00 1.00 1.00 2/65 8313
/proc/meminfo: memFree=447672/2055920 swapFree=4184532/4192956
[pid=8114] ppid=8112 vsize=0 CPUtime=1200.1
/proc/8114/stat : 8114 (minimarch_fixed) R 8112 8114 7569 0 -1 4195332 271996 0 0 0 119839 171 0 0 25 0 1 0 221915481 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/8114/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.65
CPU time (s): 1200.16
CPU user time (s): 1198.39
CPU system time (s): 1.76073
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 936584

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

runsolver used 0.975851 second user time and 2.35964 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Sat Apr 28 06:00:58 UTC 2007

IDJOB= 428637
IDBENCH= 20588
IDSOLVER= 198
FILE ID= node58/428637-1177740040

PBS_JOBID= 4715451

Free space on /tmp= 66224 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug1.cnf
COMMAND LINE= /tmp/evaluation/428637-1177740040/minimarch_fixed /tmp/evaluation/428637-1177740040/instance-428637-1177740040.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-428637-1177740040 -o ROOT/results/node58/solver-428637-1177740040 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428637-1177740040/minimarch_fixed /tmp/evaluation/428637-1177740040/instance-428637-1177740040.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  1911de49ec477d3e34b9a95eb8bf0845

RANDOM SEED= 846504725

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.265
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.265
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:       1327128 kB
Buffers:         41500 kB
Cached:         600128 kB
SwapCached:       2604 kB
Active:         527372 kB
Inactive:       124264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1327128 kB
SwapTotal:     4192956 kB
SwapFree:      4184532 kB
Dirty:          244144 kB
Writeback:           0 kB
Mapped:          16364 kB
Slab:            63248 kB
Committed_AS:  1176028 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= 66224 MiB

End job on node58 on Sat Apr 28 06:21:01 UTC 2007