Trace number 428625

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.55

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug5.cnf
MD5SUMc77a56af24208a6401c763e11a38de01
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.2141
Satisfiable
(Un)Satisfiability was proved
Number of variables520770
Number of clauses13380350
Sum of the clauses size39210884
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28710587
Number of clauses of size 34215482
Number of clauses of size 425225
Number of clauses of size 515593
Number of clauses of size over 5413462

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:  520770                                               |
0.00/0.00	|  Number of clauses:    13380350                                             |
60.08/60.11	|  Parsing time:         58.86        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/node45/watcher-428625-1177739347 -o ROOT/results/node45/solver-428625-1177739347 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428625-1177739347/minimarch_fixed /tmp/evaluation/428625-1177739347/instance-428625-1177739347.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.10 1.02 1.01 2/77 11274
/proc/meminfo: memFree=1156312/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=1876 CPUtime=0
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 385 0 0 0 0 0 0 0 18 0 1 0 128782161 1921024 370 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 469 370 51 132 0 334 0

[startup+0.0161411 s]
/proc/loadavg: 1.10 1.02 1.01 2/77 11274
/proc/meminfo: memFree=1156312/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=2800 CPUtime=0.01
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 591 0 0 0 1 0 0 0 18 0 1 0 128782161 2867200 577 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 700 584 51 132 0 565 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2800

[startup+0.10215 s]
/proc/loadavg: 1.10 1.02 1.01 2/77 11274
/proc/meminfo: memFree=1156312/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=8408 CPUtime=0.09
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 1942 0 0 0 9 0 0 0 18 0 1 0 128782161 8609792 1927 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533294 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 2102 1927 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.301176 s]
/proc/loadavg: 1.10 1.02 1.01 2/77 11274
/proc/meminfo: memFree=1156312/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=21036 CPUtime=0.29
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 4812 0 0 0 27 2 0 0 19 0 1 0 128782161 21540864 4797 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 5259 4797 51 132 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21036

[startup+0.701211 s]
/proc/loadavg: 1.10 1.02 1.01 2/77 11274
/proc/meminfo: memFree=1156312/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=43308 CPUtime=0.69
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 10290 0 0 0 65 4 0 0 23 0 1 0 128782161 44347392 10275 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134554100 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 10827 10276 51 132 0 10692 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43308

[startup+1.50129 s]
/proc/loadavg: 1.10 1.02 1.01 2/78 11275
/proc/meminfo: memFree=1097680/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=90932 CPUtime=1.49
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 21162 0 0 0 137 12 0 0 25 0 1 0 128782161 93114368 21147 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 22733 21147 51 132 0 22598 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90932

[startup+3.10146 s]
/proc/loadavg: 1.10 1.02 1.01 2/78 11275
/proc/meminfo: memFree=1040016/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=183088 CPUtime=3.09
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 42292 0 0 0 285 24 0 0 25 0 1 0 128782161 187482112 42277 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134563884 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 45772 42277 51 132 0 45637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183088

[startup+6.30179 s]
/proc/loadavg: 1.17 1.03 1.01 2/78 11275
/proc/meminfo: memFree=874064/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=335132 CPUtime=6.29
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 81733 0 0 0 581 48 0 0 25 0 1 0 128782161 343175168 81719 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 83783 81724 51 132 0 83648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 335132

[startup+12.7014 s]
/proc/loadavg: 1.15 1.03 1.01 2/78 11275
/proc/meminfo: memFree=548880/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=684280 CPUtime=12.68
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 162152 0 0 0 1171 97 0 0 25 0 1 0 128782161 700702720 162137 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 171070 162138 51 132 0 170935 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 684280

[startup+25.5027 s]
/proc/loadavg: 1.12 1.03 1.01 3/78 11275
/proc/meminfo: memFree=334032/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=880552 CPUtime=25.48
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 205816 0 0 0 2425 123 0 0 25 0 1 0 128782161 901685248 205801 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 220138 205801 51 132 0 220003 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 880552

[startup+51.1024 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 11275
/proc/meminfo: memFree=334224/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=880552 CPUtime=51.08
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 205816 0 0 0 4984 124 0 0 25 0 1 0 128782161 901685248 205801 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 220138 205801 51 132 0 220003 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 880552

[startup+102.306 s]
/proc/loadavg: 1.03 1.02 1.00 3/78 11275
/proc/meminfo: memFree=334288/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=880548 CPUtime=102.27
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 205863 0 0 0 10103 124 0 0 25 0 1 0 128782161 901681152 205848 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531702 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 220137 205848 63 132 0 220002 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 880548

[startup+162.303 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 11275
/proc/meminfo: memFree=329552/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=885376 CPUtime=162.25
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 208626 0 0 0 16100 125 0 0 25 0 1 0 128782161 906625024 207053 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 221344 207053 63 132 0 221209 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 885376

[startup+222.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 11275
/proc/meminfo: memFree=305104/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=909292 CPUtime=222.23
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 217835 0 0 0 22094 129 0 0 25 0 1 0 128782161 931115008 213111 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 227323 213111 63 132 0 227188 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 909292

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11275
/proc/meminfo: memFree=300176/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=913940 CPUtime=282.22
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 222184 0 0 0 28090 132 0 0 25 0 1 0 128782161 935874560 214318 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523042 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 228485 214318 63 132 0 228350 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 913940

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11275
/proc/meminfo: memFree=296848/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=917096 CPUtime=342.21
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 226124 0 0 0 34086 135 0 0 25 0 1 0 128782161 939106304 215159 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 229274 215159 63 132 0 229139 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 917096

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11275
/proc/meminfo: memFree=294864/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=918888 CPUtime=402.19
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 229782 0 0 0 40082 137 0 0 25 0 1 0 128782161 940941312 215635 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 229722 215635 63 132 0 229587 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 918888

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11275
/proc/meminfo: memFree=291472/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=922048 CPUtime=462.17
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 233798 0 0 0 46077 140 0 0 25 0 1 0 128782161 944177152 216496 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 230512 216496 63 132 0 230377 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 922048

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11275
/proc/meminfo: memFree=286736/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=926560 CPUtime=522.15
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 237852 0 0 0 52073 142 0 0 25 0 1 0 128782161 948797440 217727 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 231640 217727 63 132 0 231505 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 926560

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11275
/proc/meminfo: memFree=284944/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=927968 CPUtime=582.14
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 241560 0 0 0 58069 145 0 0 25 0 1 0 128782161 950239232 218123 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 231992 218123 63 132 0 231857 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 927968

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11275
/proc/meminfo: memFree=281104/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=931492 CPUtime=642.13
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 245622 0 0 0 64065 148 0 0 25 0 1 0 128782161 953847808 219065 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 232873 219065 63 132 0 232738 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 931492

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 11341
/proc/meminfo: memFree=279256/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=932072 CPUtime=702.08
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 249164 0 0 0 70057 151 0 0 25 0 1 0 128782161 954441728 219229 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 233018 219229 63 132 0 232883 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 932072

[startup+762.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11473
/proc/meminfo: memFree=280208/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=932112 CPUtime=762.01
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 252658 0 0 0 76047 154 0 0 25 0 1 0 128782161 954482688 219240 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 233028 219240 63 132 0 232893 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 932112

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11473
/proc/meminfo: memFree=279632/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=932660 CPUtime=822
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 255926 0 0 0 82044 156 0 0 25 0 1 0 128782161 955043840 219386 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 233165 219386 63 132 0 233030 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 932660

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11473
/proc/meminfo: memFree=279056/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=933300 CPUtime=881.97
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 259018 0 0 0 88039 158 0 0 25 0 1 0 128782161 955699200 219552 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 233325 219552 63 132 0 233190 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 933300

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 11473
/proc/meminfo: memFree=278544/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=933708 CPUtime=941.96
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 262214 0 0 0 94035 161 0 0 25 0 1 0 128782161 956116992 219657 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523051 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 233427 219657 63 132 0 233292 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 933708

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11473
/proc/meminfo: memFree=278416/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=933928 CPUtime=1001.95
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 264945 0 0 0 100032 163 0 0 25 0 1 0 128782161 956342272 219719 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 233482 219719 63 132 0 233347 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 933928

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11473
/proc/meminfo: memFree=277520/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=934856 CPUtime=1061.94
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 266450 0 0 0 106030 164 0 0 25 0 1 0 128782161 957292544 219959 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522219 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 233714 219959 63 132 0 233579 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 934856

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11473
/proc/meminfo: memFree=276944/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=935308 CPUtime=1121.91
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 269151 0 0 0 112026 165 0 0 25 0 1 0 128782161 957755392 220080 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 233827 220080 63 132 0 233692 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 935308

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11473
/proc/meminfo: memFree=276176/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=936112 CPUtime=1181.9
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 271664 0 0 0 118023 167 0 0 25 0 1 0 128782161 958578688 220299 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 234028 220299 63 132 0 233893 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 936112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11473
/proc/meminfo: memFree=276176/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=936112 CPUtime=1200
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4194304 271863 0 0 0 119833 167 0 0 25 0 1 0 128782161 958578688 220300 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523457 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/statm: 234028 220300 63 132 0 233893 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 936112

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 11473
/proc/meminfo: memFree=276176/2055920 swapFree=4157692/4192956
[pid=11274] ppid=11272 vsize=0 CPUtime=1200.1
/proc/11274/stat : 11274 (minimarch_fixed) R 11272 11274 10728 0 -1 4195332 271863 0 0 0 119833 177 0 0 25 0 1 0 128782161 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/11274/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.55
CPU time (s): 1200.16
CPU user time (s): 1198.34
CPU system time (s): 1.82372
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 936416

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

runsolver used 0.935857 second user time and 2.6296 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Apr 28 05:49:25 UTC 2007

IDJOB= 428625
IDBENCH= 20582
IDSOLVER= 198
FILE ID= node45/428625-1177739347

PBS_JOBID= 4715434

Free space on /tmp= 66234 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  c77a56af24208a6401c763e11a38de01

RANDOM SEED= 775674040

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.218
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.218
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:       1156848 kB
Buffers:         50212 kB
Cached:         748156 kB
SwapCached:      15048 kB
Active:         555088 kB
Inactive:       267052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1156848 kB
SwapTotal:     4192956 kB
SwapFree:      4157692 kB
Dirty:          227668 kB
Writeback:           0 kB
Mapped:          30152 kB
Slab:            62500 kB
Committed_AS:  1398408 kB
PageTables:       1732 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= 66234 MiB

End job on node45 on Sat Apr 28 06:09:28 UTC 2007