Trace number 331384

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-02-08? (TO) 1200.24 1200.55

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug4.cnf
MD5SUMc9a9723a58c9cb8a0b55a82eb452ac90
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.7625
Satisfiable
(Un)Satisfiability was proved
Number of variables520721
Number of clauses13348117
Sum of the clauses size39114325
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28684529
Number of clauses of size 34209371
Number of clauses of size 425262
Number of clauses of size 515676
Number of clauses of size over 5413278

Solver Data (download as text)

0.00/0.00	This is MiniMarch, 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:  520721                                               |
0.00/0.00	|  Number of clauses:    13348117                                             |
60.08/60.15	|  Parsing time:         58.84        s                                       |

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/node19/watcher-331384-1173183829 -o ROOT/results/node19/solver-331384-1173183829 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331384-1173183829/minimarch /tmp/evaluation/331384-1173183829/instance-331384-1173183829.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.21 1.03 1.01 3/77 3263
/proc/meminfo: memFree=1608432/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=1876 CPUtime=0
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 387 0 0 0 0 0 0 0 18 0 1 0 338338858 1921024 371 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 469 371 51 132 0 334 0

[startup+0.0432839 s]
/proc/loadavg: 1.21 1.03 1.01 3/77 3263
/proc/meminfo: memFree=1608432/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=4728 CPUtime=0.03
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 1048 0 0 0 3 0 0 0 18 0 1 0 338338858 4841472 1032 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553932 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 1182 1032 51 132 0 1047 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4728

[startup+0.101288 s]
/proc/loadavg: 1.21 1.03 1.01 3/77 3263
/proc/meminfo: memFree=1608432/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=8408 CPUtime=0.09
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 1930 0 0 0 9 0 0 0 18 0 1 0 338338858 8609792 1915 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553966 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 2102 1917 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.30131 s]
/proc/loadavg: 1.21 1.03 1.01 3/77 3263
/proc/meminfo: memFree=1608432/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=21036 CPUtime=0.29
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 4830 0 0 0 27 2 0 0 19 0 1 0 338338858 21540864 4814 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 5259 4816 51 132 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21036

[startup+0.701374 s]
/proc/loadavg: 1.21 1.03 1.01 3/77 3263
/proc/meminfo: memFree=1608432/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=43332 CPUtime=0.69
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 10318 0 0 0 64 5 0 0 23 0 1 0 338338858 44371968 10302 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 10833 10302 51 132 0 10698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43332

[startup+1.50144 s]
/proc/loadavg: 1.21 1.03 1.01 2/78 3264
/proc/meminfo: memFree=1549864/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=91020 CPUtime=1.5
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 21214 0 0 0 139 11 0 0 25 0 1 0 338338858 93204480 21198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 22755 21198 51 132 0 22620 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 91020

[startup+3.10161 s]
/proc/loadavg: 1.21 1.03 1.01 2/78 3264
/proc/meminfo: memFree=1492136/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=183536 CPUtime=3.09
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 42479 0 0 0 284 25 0 0 25 0 1 0 338338858 187940864 42463 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 45884 42464 51 132 0 45749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183536

[startup+6.30196 s]
/proc/loadavg: 1.19 1.03 1.01 2/78 3264
/proc/meminfo: memFree=1323176/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=337348 CPUtime=6.29
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 82446 0 0 0 580 49 0 0 25 0 1 0 338338858 345444352 82430 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 84337 82431 51 132 0 84202 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 337348

[startup+12.7027 s]
/proc/loadavg: 1.18 1.03 1.01 2/78 3264
/proc/meminfo: memFree=995880/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=687592 CPUtime=12.69
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 163170 0 0 0 1167 102 0 0 25 0 1 0 338338858 704094208 163154 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 171898 163154 51 132 0 171763 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 687592

[startup+25.501 s]
/proc/loadavg: 1.14 1.03 1.01 2/78 3264
/proc/meminfo: memFree=787176/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=878976 CPUtime=25.48
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 205365 0 0 0 2420 128 0 0 25 0 1 0 338338858 900071424 205349 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 219744 205349 51 132 0 219609 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 878976

[startup+51.1018 s]
/proc/loadavg: 1.09 1.03 1.01 2/78 3264
/proc/meminfo: memFree=787304/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=878976 CPUtime=51.08
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 205365 0 0 0 4979 129 0 0 25 0 1 0 338338858 900071424 205349 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 219744 205349 51 132 0 219609 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 878976

[startup+102.305 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 3264
/proc/meminfo: memFree=787240/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=878972 CPUtime=102.27
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 205411 0 0 0 10098 129 0 0 25 0 1 0 338338858 900067328 205395 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531673 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 219743 205395 63 132 0 219608 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 878972

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 3264
/proc/meminfo: memFree=782376/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=883792 CPUtime=162.25
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 208229 0 0 0 16094 131 0 0 25 0 1 0 338338858 905003008 206637 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535644 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 220948 206637 63 132 0 220813 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 883792

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 3264
/proc/meminfo: memFree=756264/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=909168 CPUtime=222.24
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 217635 0 0 0 22087 137 0 0 25 0 1 0 338338858 930988032 213052 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 227292 213052 63 132 0 227157 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 909168

[startup+282.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 3264
/proc/meminfo: memFree=752488/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=912972 CPUtime=282.22
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 221899 0 0 0 28083 139 0 0 25 0 1 0 338338858 934883328 214035 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 228243 214035 63 132 0 228108 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 912972

[startup+342.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 3264
/proc/meminfo: memFree=749288/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=915764 CPUtime=342.21
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 225927 0 0 0 34079 142 0 0 25 0 1 0 338338858 937742336 214786 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535893 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 228941 214786 63 132 0 228806 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 915764

[startup+402.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 3264
/proc/meminfo: memFree=747240/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=917480 CPUtime=402.19
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 229431 0 0 0 40075 144 0 0 25 0 1 0 338338858 939499520 215240 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523051 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 229370 215240 63 132 0 229235 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 917480

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=743720/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=920592 CPUtime=462.17
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 233412 0 0 0 46071 146 0 0 25 0 1 0 338338858 942686208 216092 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 230148 216092 63 132 0 230013 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 920592

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=740008/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=923944 CPUtime=522.16
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 237440 0 0 0 52067 149 0 0 25 0 1 0 338338858 946118656 217000 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 230986 217000 63 132 0 230851 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 923944

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=737000/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=926584 CPUtime=582.14
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 241340 0 0 0 58062 152 0 0 25 0 1 0 338338858 948822016 217727 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 231646 217727 63 132 0 231511 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 926584

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=733544/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=929712 CPUtime=642.13
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 245340 0 0 0 64059 154 0 0 25 0 1 0 338338858 952025088 218571 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523451 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 232428 218571 63 132 0 232293 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 929712

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=732584/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=930696 CPUtime=702.11
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 248813 0 0 0 70053 158 0 0 25 0 1 0 338338858 953032704 218831 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 232674 218831 63 132 0 232539 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 930696

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=732264/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=930768 CPUtime=762.1
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 252337 0 0 0 76050 160 0 0 25 0 1 0 338338858 953106432 218842 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523446 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 232692 218842 63 132 0 232557 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 930768

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=731816/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=931148 CPUtime=822.08
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 255645 0 0 0 82046 162 0 0 25 0 1 0 338338858 953495552 218945 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 232787 218945 63 132 0 232652 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 931148

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=730792/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=931996 CPUtime=882.06
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 258794 0 0 0 88042 164 0 0 25 0 1 0 338338858 954363904 219166 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 232999 219166 63 132 0 232864 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 931996

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=730600/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=932128 CPUtime=942.05
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 261953 0 0 0 94039 166 0 0 25 0 1 0 338338858 954499072 219204 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523051 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 233032 219204 63 132 0 232897 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 932128

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=730024/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=932596 CPUtime=1002.03
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 265041 0 0 0 100036 167 0 0 25 0 1 0 338338858 954978304 219329 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 233149 219329 63 132 0 233014 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 932596

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=729064/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=933576 CPUtime=1062.01
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 266427 0 0 0 106033 168 0 0 25 0 1 0 338338858 955981824 219568 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 233394 219568 63 132 0 233259 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 933576

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3264
/proc/meminfo: memFree=728488/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=933880 CPUtime=1122
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 268943 0 0 0 112030 170 0 0 25 0 1 0 338338858 956293120 219668 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 233470 219668 63 132 0 233335 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 933880

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3266
/proc/meminfo: memFree=727400/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=934660 CPUtime=1181.98
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 271492 0 0 0 118026 172 0 0 25 0 1 0 338338858 957091840 219880 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 233665 219880 63 132 0 233530 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 934660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 3266
/proc/meminfo: memFree=727208/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=934820 CPUtime=1200.08
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4194304 271903 0 0 0 119836 172 0 0 25 0 1 0 338338858 957255680 219924 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522181 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 233705 219924 63 132 0 233570 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 934820

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 1.00 1.00 2/78 3266
/proc/meminfo: memFree=727208/2055920 swapFree=4169404/4192956
[pid=3263] ppid=3261 vsize=0 CPUtime=1200.18
/proc/3263/stat : 3263 (minimarch) R 3261 3263 2045 0 -1 4195332 271903 0 0 0 119836 182 0 0 25 0 1 0 338338858 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/3263/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.24
CPU user time (s): 1198.37
CPU system time (s): 1.87571
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 935024

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

runsolver used 1.46178 second user time and 2.88356 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Mar  6 12:24:08 UTC 2007

IDJOB= 331384
IDBENCH= 20586
IDSOLVER= 110
FILE ID= node19/331384-1173183829

PBS_JOBID= 4015023

Free space on /tmp= 66164 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug4.cnf
COMMAND LINE= /tmp/evaluation/331384-1173183829/minimarch /tmp/evaluation/331384-1173183829/instance-331384-1173183829.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-331384-1173183829 -o ROOT/results/node19/solver-331384-1173183829 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331384-1173183829/minimarch /tmp/evaluation/331384-1173183829/instance-331384-1173183829.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  c9a9723a58c9cb8a0b55a82eb452ac90

RANDOM SEED= 228468361

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1609288 kB
Buffers:          1248 kB
Cached:         363280 kB
SwapCached:       1992 kB
Active:         340380 kB
Inactive:        46336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609288 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:          221980 kB
Writeback:           0 kB
Mapped:          29912 kB
Slab:            45428 kB
Committed_AS:  1371160 kB
PageTables:       1756 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= 66164 MiB

End job on node19 on Tue Mar  6 12:44:11 UTC 2007