Trace number 428627

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.2 1200.76

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug6.cnf
MD5SUMabc624ca713aad9563ab3886d918a526
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.9177
Satisfiable
(Un)Satisfiability was proved
Number of variables521192
Number of clauses13378781
Sum of the clauses size39205391
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714698
Number of clauses of size 34209419
Number of clauses of size 425257
Number of clauses of size 515681
Number of clauses of size over 5413725

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:  521192                                               |
0.00/0.00	|  Number of clauses:    13378781                                             |
59.14/59.24	|  Parsing time:         57.90        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/node46/watcher-428627-1177739373 -o ROOT/results/node46/solver-428627-1177739373 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428627-1177739373/minimarch_fixed /tmp/evaluation/428627-1177739373/instance-428627-1177739373.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.95 0.98 0.99 3/78 28229
/proc/meminfo: memFree=1105656/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=1876 CPUtime=0
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 385 0 0 0 0 0 0 0 18 0 1 0 128623710 1921024 370 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134519044 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 469 370 51 132 0 334 0

[startup+0.0129001 s]
/proc/loadavg: 0.95 0.98 0.99 3/78 28229
/proc/meminfo: memFree=1105656/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=2604 CPUtime=0
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 539 0 0 0 0 0 0 0 18 0 1 0 128623710 2666496 524 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 651 524 51 132 0 516 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2604

[startup+0.101917 s]
/proc/loadavg: 0.95 0.98 0.99 3/78 28229
/proc/meminfo: memFree=1105656/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=8276 CPUtime=0.09
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 1916 0 0 0 8 1 0 0 18 0 1 0 128623710 8474624 1901 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 2069 1903 51 132 0 1934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8276

[startup+0.301954 s]
/proc/loadavg: 0.95 0.98 0.99 3/78 28229
/proc/meminfo: memFree=1105656/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=20896 CPUtime=0.29
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 4781 0 0 0 26 3 0 0 19 0 1 0 128623710 21397504 4766 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134515859 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 5224 4766 51 132 0 5089 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20896

[startup+0.702027 s]
/proc/loadavg: 0.95 0.98 0.99 3/78 28229
/proc/meminfo: memFree=1105656/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=43068 CPUtime=0.69
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 10212 0 0 0 62 7 0 0 22 0 1 0 128623710 44101632 10197 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 10767 10198 51 132 0 10632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43068

[startup+1.50119 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 28230
/proc/meminfo: memFree=1049648/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=91684 CPUtime=1.49
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 21376 0 0 0 135 14 0 0 25 0 1 0 128623710 93884416 21361 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134562564 0 0 4096 3 0 0 0 17 0 0 0
/proc/28229/statm: 22921 21361 51 132 0 22786 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91684

[startup+3.10147 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 28230
/proc/meminfo: memFree=987952/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=185408 CPUtime=3.08
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 43051 0 0 0 281 27 0 0 25 0 1 0 128623710 189857792 43036 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533300 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 46352 43036 51 132 0 46217 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 185408

[startup+6.30106 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 28230
/proc/meminfo: memFree=820400/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=336992 CPUtime=6.28
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 82344 0 0 0 577 51 0 0 25 0 1 0 128623710 345079808 82329 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 84248 82330 51 132 0 84113 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 336992

[startup+12.7013 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 28230
/proc/meminfo: memFree=494832/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=686652 CPUtime=12.68
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 162882 0 0 0 1165 103 0 0 25 0 1 0 128623710 703131648 162867 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 171663 162867 51 132 0 171528 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 686652

[startup+25.5016 s]
/proc/loadavg: 0.97 0.98 0.99 2/79 28230
/proc/meminfo: memFree=282992/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=880416 CPUtime=25.47
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 205799 0 0 0 2418 129 0 0 25 0 1 0 128623710 901545984 205784 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523036 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 220104 205784 51 132 0 219969 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 880416

[startup+51.1014 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 28230
/proc/meminfo: memFree=282992/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=880416 CPUtime=51.05
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 205799 0 0 0 4976 129 0 0 25 0 1 0 128623710 901545984 205784 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 220104 205784 51 132 0 219969 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 880416

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 28230
/proc/meminfo: memFree=282992/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=880412 CPUtime=102.23
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 205845 0 0 0 10094 129 0 0 25 0 1 0 128623710 901541888 205830 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531706 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 220103 205830 63 132 0 219968 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 880412

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 28230
/proc/meminfo: memFree=277168/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=886316 CPUtime=162.21
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 208815 0 0 0 16090 131 0 0 25 0 1 0 128623710 907587584 207318 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 221579 207318 63 132 0 221444 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 886316

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 28230
/proc/meminfo: memFree=252272/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=910444 CPUtime=222.18
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 218103 0 0 0 22082 136 0 0 25 0 1 0 128623710 932294656 213430 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 227611 213430 63 132 0 227476 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 910444

[startup+282.301 s]
/proc/loadavg: 1.11 1.01 1.00 2/79 28230
/proc/meminfo: memFree=247280/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=915176 CPUtime=282.16
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 222625 0 0 0 28077 139 0 0 25 0 1 0 128623710 937140224 214659 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 228794 214659 63 132 0 228659 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 915176

[startup+342.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 28230
/proc/meminfo: memFree=245424/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=916936 CPUtime=342.14
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 226306 0 0 0 34073 141 0 0 25 0 1 0 128623710 938942464 215133 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 229234 215133 63 132 0 229099 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 916936

[startup+402.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 28230
/proc/meminfo: memFree=243056/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=919136 CPUtime=402.11
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 230075 0 0 0 40068 143 0 0 25 0 1 0 128623710 941195264 215733 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 229784 215733 63 132 0 229649 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 919136

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28230
/proc/meminfo: memFree=239600/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=922252 CPUtime=462.09
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 234095 0 0 0 46063 146 0 0 25 0 1 0 128623710 944386048 216584 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 230563 216584 63 132 0 230428 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 922252

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28230
/proc/meminfo: memFree=235248/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=926404 CPUtime=522.08
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 238122 0 0 0 52059 149 0 0 25 0 1 0 128623710 948637696 217710 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 231601 217710 63 132 0 231466 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 926404

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28230
/proc/meminfo: memFree=231600/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=929696 CPUtime=582.05
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 242176 0 0 0 58055 150 0 0 25 0 1 0 128623710 952008704 218601 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 232424 218601 63 132 0 232289 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 929696

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28230
/proc/meminfo: memFree=229936/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=931284 CPUtime=642.03
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 245911 0 0 0 64050 153 0 0 25 0 1 0 128623710 953634816 219035 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 232821 219035 63 132 0 232686 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 931284

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 28404
/proc/meminfo: memFree=227960/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=931952 CPUtime=701.93
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 249476 0 0 0 70038 155 0 0 25 0 1 0 128623710 954318848 219201 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 232988 219201 63 132 0 232853 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 931952

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28428
/proc/meminfo: memFree=229040/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=932100 CPUtime=761.9
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 253047 0 0 0 76032 158 0 0 25 0 1 0 128623710 954470400 219226 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 233025 219226 63 132 0 232890 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 932100

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28428
/proc/meminfo: memFree=228464/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=932640 CPUtime=821.87
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 256175 0 0 0 82027 160 0 0 25 0 1 0 128623710 955023360 219375 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523042 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 233160 219375 63 132 0 233025 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 932640

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28428
/proc/meminfo: memFree=227760/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=933204 CPUtime=881.85
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 259488 0 0 0 88023 162 0 0 25 0 1 0 128623710 955600896 219531 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 233301 219531 63 132 0 233166 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 933204

[startup+942.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 28428
/proc/meminfo: memFree=227312/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=933604 CPUtime=941.83
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 262512 0 0 0 94020 163 0 0 25 0 1 0 128623710 956010496 219631 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522171 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 233401 219631 63 132 0 233266 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 933604

[startup+1002.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 28428
/proc/meminfo: memFree=227056/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=933848 CPUtime=1001.81
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 265391 0 0 0 100017 164 0 0 25 0 1 0 128623710 956260352 219703 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522238 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 233462 219703 63 132 0 233327 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 933848

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28428
/proc/meminfo: memFree=226096/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=934760 CPUtime=1061.78
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 266641 0 0 0 106013 165 0 0 25 0 1 0 128623710 957194240 219941 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 233690 219941 63 132 0 233555 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 934760

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28428
/proc/meminfo: memFree=225648/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=935256 CPUtime=1121.76
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 269722 0 0 0 112009 167 0 0 25 0 1 0 128623710 957702144 220059 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 233814 220059 63 132 0 233679 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 935256

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28428
/proc/meminfo: memFree=224880/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=936016 CPUtime=1181.75
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 271653 0 0 0 118006 169 0 0 25 0 1 0 128623710 958480384 220272 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 234004 220272 63 132 0 233869 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 936016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28428
/proc/meminfo: memFree=224752/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=936080 CPUtime=1200.04
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4194304 272084 0 0 0 119835 169 0 0 25 0 1 0 128623710 958545920 220288 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522208 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/statm: 234020 220288 63 132 0 233885 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 936080

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

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

[startup+1200.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28428
/proc/meminfo: memFree=224752/2055920 swapFree=4159800/4192956
[pid=28229] ppid=28227 vsize=0 CPUtime=1200.14
/proc/28229/stat : 28229 (minimarch_fixed) R 28227 28229 27685 0 -1 4195332 272084 0 0 0 119835 179 0 0 25 0 1 0 128623710 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28229/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.76
CPU time (s): 1200.2
CPU user time (s): 1198.36
CPU system time (s): 1.84272
CPU usage (%): 99.9537
Max. virtual memory (cumulated for all children) (KiB): 936384

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

runsolver used 1.06484 second user time and 3.14552 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Sat Apr 28 05:50:07 UTC 2007

IDJOB= 428627
IDBENCH= 20583
IDSOLVER= 198
FILE ID= node46/428627-1177739373

PBS_JOBID= 4715436

Free space on /tmp= 65887 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  abc624ca713aad9563ab3886d918a526

RANDOM SEED= 660674135

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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.268
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:       1106128 kB
Buffers:         52212 kB
Cached:         796896 kB
SwapCached:       3476 kB
Active:         582020 kB
Inactive:       291696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1106128 kB
SwapTotal:     4192956 kB
SwapFree:      4159800 kB
Dirty:          206924 kB
Writeback:           0 kB
Mapped:          31684 kB
Slab:            61476 kB
Committed_AS:  3516868 kB
PageTables:       1992 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= 65887 MiB

End job on node46 on Sat Apr 28 06:10:10 UTC 2007