Trace number 428629

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_bug10.cnf
MD5SUMb96b75461795057ef2d559ebb6ae2ba1
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.176
Satisfiable
(Un)Satisfiability was proved
Number of variables521182
Number of clauses13378625
Sum of the clauses size39204931
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714562
Number of clauses of size 34209401
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:  521182                                               |
0.00/0.00	|  Number of clauses:    13378625                                             |
60.96/61.09	|  Parsing time:         59.82        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/node15/watcher-428629-1177739622 -o ROOT/results/node15/solver-428629-1177739622 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428629-1177739622/minimarch_fixed /tmp/evaluation/428629-1177739622/instance-428629-1177739622.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.23 1.05 1.02 3/77 8182
/proc/meminfo: memFree=1188712/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=1876 CPUtime=0
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 385 0 0 0 0 0 0 0 18 0 1 0 221881657 1921024 370 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 469 370 51 132 0 334 0

[startup+0.0942419 s]
/proc/loadavg: 1.23 1.05 1.02 3/77 8182
/proc/meminfo: memFree=1188712/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=8144 CPUtime=0.09
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 1846 0 0 0 8 1 0 0 18 0 1 0 221881657 8339456 1831 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134687117 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 2036 1831 51 132 0 1901 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8144

[startup+0.101243 s]
/proc/loadavg: 1.23 1.05 1.02 3/77 8182
/proc/meminfo: memFree=1188712/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=8408 CPUtime=0.09
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 1942 0 0 0 8 1 0 0 18 0 1 0 221881657 8609792 1927 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 2102 1927 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.30127 s]
/proc/loadavg: 1.23 1.05 1.02 3/77 8182
/proc/meminfo: memFree=1188712/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=21036 CPUtime=0.29
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 4839 0 0 0 26 3 0 0 19 0 1 0 221881657 21540864 4824 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134687117 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 5259 4824 51 132 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21036

[startup+0.701301 s]
/proc/loadavg: 1.23 1.05 1.02 3/77 8182
/proc/meminfo: memFree=1188712/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=44452 CPUtime=0.69
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 10649 0 0 0 63 6 0 0 23 0 1 0 221881657 45518848 10634 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134515929 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 11113 10634 51 132 0 10978 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44452

[startup+1.50137 s]
/proc/loadavg: 1.23 1.05 1.02 2/78 8183
/proc/meminfo: memFree=1128096/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=92740 CPUtime=1.49
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 21724 0 0 0 137 12 0 0 25 0 1 0 221881657 94965760 21709 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533300 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 23185 21712 51 132 0 23050 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92740

[startup+3.10153 s]
/proc/loadavg: 1.23 1.05 1.02 2/78 8183
/proc/meminfo: memFree=1071136/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=185968 CPUtime=3.08
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 43222 0 0 0 283 25 0 0 25 0 1 0 221881657 190431232 43207 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134526278 0 0 4096 3 0 0 0 17 0 0 0
/proc/8182/statm: 46492 43207 51 132 0 46357 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 185968

[startup+6.30181 s]
/proc/loadavg: 1.29 1.06 1.02 2/78 8183
/proc/meminfo: memFree=901856/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=339584 CPUtime=6.28
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 83007 0 0 0 579 49 0 0 25 0 1 0 221881657 347734016 82992 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 84896 82992 51 132 0 84761 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 339584

[startup+12.7014 s]
/proc/loadavg: 1.27 1.06 1.02 2/78 8183
/proc/meminfo: memFree=578656/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=686252 CPUtime=12.67
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 162748 0 0 0 1171 96 0 0 25 0 1 0 221881657 702722048 162733 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 171563 162733 51 132 0 171428 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 686252

[startup+25.5016 s]
/proc/loadavg: 1.21 1.06 1.02 2/78 8183
/proc/meminfo: memFree=366624/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=880408 CPUtime=25.47
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 205776 0 0 0 2423 124 0 0 25 0 1 0 221881657 901537792 205761 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 220102 205761 51 132 0 219967 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 880408

[startup+51.1019 s]
/proc/loadavg: 1.14 1.05 1.02 2/78 8183
/proc/meminfo: memFree=366880/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=880408 CPUtime=51.07
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 205776 0 0 0 4983 124 0 0 25 0 1 0 221881657 901537792 205761 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523000 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 220102 205761 51 132 0 219967 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 880408

[startup+102.306 s]
/proc/loadavg: 1.06 1.04 1.01 2/78 8183
/proc/meminfo: memFree=366880/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=880404 CPUtime=102.25
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 205822 0 0 0 10101 124 0 0 25 0 1 0 221881657 901533696 205807 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531673 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 220101 205807 63 132 0 219966 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 880404

[startup+162.301 s]
/proc/loadavg: 1.02 1.03 1.01 2/78 8183
/proc/meminfo: memFree=362208/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=884872 CPUtime=162.24
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 208384 0 0 0 16098 126 0 0 25 0 1 0 221881657 906108928 206941 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 221218 206941 63 132 0 221083 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 884872

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 8183
/proc/meminfo: memFree=337248/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=909564 CPUtime=222.22
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 217576 0 0 0 22090 132 0 0 25 0 1 0 221881657 931393536 213159 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 227391 213159 63 132 0 227256 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 909564

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 8183
/proc/meminfo: memFree=332384/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=914124 CPUtime=282.21
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 221905 0 0 0 28085 136 0 0 25 0 1 0 221881657 936062976 214361 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 228531 214361 63 132 0 228396 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 914124

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 8183
/proc/meminfo: memFree=329120/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=917140 CPUtime=342.2
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 225891 0 0 0 34081 139 0 0 25 0 1 0 221881657 939151360 215160 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 229285 215160 63 132 0 229150 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 917140

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 8183
/proc/meminfo: memFree=327264/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=918904 CPUtime=402.18
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 229565 0 0 0 40077 141 0 0 25 0 1 0 221881657 940957696 215637 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523071 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 229726 215637 63 132 0 229591 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 918904

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 8353
/proc/meminfo: memFree=322544/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=922056 CPUtime=462.09
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 233645 0 0 0 46064 145 0 0 25 0 1 0 221881657 944185344 216500 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 230514 216500 63 132 0 230379 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 922056

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=319264/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=926460 CPUtime=522.06
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 237748 0 0 0 52058 148 0 0 25 0 1 0 221881657 948695040 217699 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522961 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 231615 217699 63 132 0 231480 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 926460

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=317152/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=928224 CPUtime=582.05
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 241483 0 0 0 58054 151 0 0 25 0 1 0 221881657 950501376 218175 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134536070 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 232056 218175 63 132 0 231921 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 928224

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=313696/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=931316 CPUtime=642.04
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 245544 0 0 0 64050 154 0 0 25 0 1 0 221881657 953667584 219007 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522171 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 232829 219007 63 132 0 232694 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 931316

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 8381
/proc/meminfo: memFree=312800/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=932032 CPUtime=702.02
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 249138 0 0 0 70045 157 0 0 25 0 1 0 221881657 954400768 219218 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 233008 219218 63 132 0 232873 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 932032

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=312672/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=932196 CPUtime=762
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 252714 0 0 0 76041 159 0 0 25 0 1 0 221881657 954568704 219248 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 233049 219248 63 132 0 232914 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 932196

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=312096/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=932788 CPUtime=821.99
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 256086 0 0 0 82037 162 0 0 25 0 1 0 221881657 955174912 219403 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 233197 219403 63 132 0 233062 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 932788

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=311392/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=933452 CPUtime=881.97
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 259266 0 0 0 88033 164 0 0 25 0 1 0 221881657 955854848 219580 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 233363 219580 63 132 0 233228 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 933452

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=310944/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=933848 CPUtime=941.96
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 262512 0 0 0 94030 166 0 0 25 0 1 0 221881657 956260352 219682 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 233462 219682 63 132 0 233327 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 933848

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=310752/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=934376 CPUtime=1001.94
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 265297 0 0 0 100026 168 0 0 25 0 1 0 221881657 956801024 219794 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 233594 219794 63 132 0 233459 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 934376

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=309856/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=934996 CPUtime=1061.93
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 266699 0 0 0 106023 170 0 0 25 0 1 0 221881657 957435904 219985 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522176 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 233749 219985 63 132 0 233614 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 934996

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=309344/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=935420 CPUtime=1121.92
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 269460 0 0 0 112021 171 0 0 25 0 1 0 221881657 957870080 220100 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523055 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 233855 220100 63 132 0 233720 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 935420

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=308512/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=936224 CPUtime=1181.9
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 271870 0 0 0 118018 172 0 0 25 0 1 0 221881657 958693376 220314 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522188 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 234056 220314 63 132 0 233921 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 936224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8381
/proc/meminfo: memFree=308384/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=936316 CPUtime=1200
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4194304 272291 0 0 0 119827 173 0 0 25 0 1 0 221881657 958787584 220338 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522195 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/statm: 234079 220338 63 132 0 233944 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 936316

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 8381
/proc/meminfo: memFree=308384/2055920 swapFree=4169140/4192956
[pid=8182] ppid=8180 vsize=0 CPUtime=1200.1
/proc/8182/stat : 8182 (minimarch_fixed) R 8180 8182 7638 0 -1 4195332 272291 0 0 0 119827 183 0 0 25 0 1 0 221881657 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/8182/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.28
CPU system time (s): 1.87671
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 936620

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

runsolver used 0.926859 second user time and 2.55761 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Apr 28 05:54:01 UTC 2007

IDJOB= 428629
IDBENCH= 20584
IDSOLVER= 198
FILE ID= node15/428629-1177739622

PBS_JOBID= 4715440

Free space on /tmp= 66241 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  b96b75461795057ef2d559ebb6ae2ba1

RANDOM SEED= 788159817

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1189248 kB
Buffers:         48920 kB
Cached:         710812 kB
SwapCached:       2956 kB
Active:         522456 kB
Inactive:       260788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1189248 kB
SwapTotal:     4192956 kB
SwapFree:      4169140 kB
Dirty:          219300 kB
Writeback:           0 kB
Mapped:          30648 kB
Slab:            68852 kB
Committed_AS:  7136016 kB
PageTables:       1868 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= 66241 MiB

End job on node15 on Sat Apr 28 06:14:03 UTC 2007