Trace number 428639

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.23 1200.55

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug3.cnf
MD5SUMdc050785d671b86f856b07b158553686
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.1199
Satisfiable
(Un)Satisfiability was proved
Number of variables521046
Number of clauses13376161
Sum of the clauses size39197797
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28713411
Number of clauses of size 34208212
Number of clauses of size 425250
Number of clauses of size 515675
Number of clauses of size over 5413612

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:  521046                                               |
0.00/0.00	|  Number of clauses:    13376161                                             |
60.27/60.37	|  Parsing time:         59.17        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/node11/watcher-428639-1177740224 -o ROOT/results/node11/solver-428639-1177740224 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428639-1177740224/minimarch_fixed /tmp/evaluation/428639-1177740224/instance-428639-1177740224.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.24 1.05 1.02 3/77 27041
/proc/meminfo: memFree=1206464/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=1876 CPUtime=0
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 385 0 0 0 0 0 0 0 18 0 1 0 215073200 1921024 370 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134554341 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 469 370 51 132 0 334 0

[startup+0.0965541 s]
/proc/loadavg: 1.24 1.05 1.02 3/77 27041
/proc/meminfo: memFree=1206464/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=8144 CPUtime=0.09
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 1867 0 0 0 8 1 0 0 18 0 1 0 215073200 8339456 1852 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 2069 1853 51 132 0 1934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8144

[startup+0.101554 s]
/proc/loadavg: 1.24 1.05 1.02 3/77 27041
/proc/meminfo: memFree=1206464/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=8408 CPUtime=0.09
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 1942 0 0 0 8 1 0 0 18 0 1 0 215073200 8609792 1927 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 2102 1928 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.301577 s]
/proc/loadavg: 1.24 1.05 1.02 3/77 27041
/proc/meminfo: memFree=1206464/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=21020 CPUtime=0.29
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 4805 0 0 0 26 3 0 0 19 0 1 0 215073200 21524480 4790 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 5255 4790 51 132 0 5120 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21020

[startup+0.701623 s]
/proc/loadavg: 1.24 1.05 1.02 3/77 27041
/proc/meminfo: memFree=1206464/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=43320 CPUtime=0.69
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 10280 0 0 0 63 6 0 0 23 0 1 0 215073200 44359680 10265 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 10830 10265 51 132 0 10695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43320

[startup+1.50172 s]
/proc/loadavg: 1.30 1.06 1.02 2/78 27042
/proc/meminfo: memFree=1148088/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=90836 CPUtime=1.49
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 21148 0 0 0 136 13 0 0 25 0 1 0 215073200 93016064 21133 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 22709 21133 51 132 0 22574 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90836

[startup+3.10191 s]
/proc/loadavg: 1.30 1.06 1.02 2/78 27042
/proc/meminfo: memFree=1090424/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=182796 CPUtime=3.09
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 42242 0 0 0 283 26 0 0 25 0 1 0 215073200 187183104 42227 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 45699 42227 51 132 0 45564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 182796

[startup+6.30129 s]
/proc/loadavg: 1.27 1.06 1.02 2/78 27042
/proc/meminfo: memFree=924024/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=334684 CPUtime=6.29
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 81667 0 0 0 583 46 0 0 25 0 1 0 215073200 342716416 81652 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 83671 81652 51 132 0 83536 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 334684

[startup+12.701 s]
/proc/loadavg: 1.25 1.06 1.02 2/78 27042
/proc/meminfo: memFree=600632/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=682500 CPUtime=12.69
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 161616 0 0 0 1177 92 0 0 25 0 1 0 215073200 698880000 161601 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 170625 161601 51 132 0 170490 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 682500

[startup+25.5016 s]
/proc/loadavg: 1.21 1.06 1.02 2/78 27042
/proc/meminfo: memFree=384056/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=880352 CPUtime=25.48
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 205757 0 0 0 2430 118 0 0 25 0 1 0 215073200 901480448 205742 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523398 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 220088 205742 51 132 0 219953 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 880352

[startup+51.1016 s]
/proc/loadavg: 1.13 1.05 1.02 2/78 27042
/proc/meminfo: memFree=379640/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=880352 CPUtime=51.07
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 205757 0 0 0 4989 118 0 0 25 0 1 0 215073200 901480448 205742 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 220088 205742 51 132 0 219953 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 880352

[startup+102.305 s]
/proc/loadavg: 1.05 1.04 1.01 2/78 27042
/proc/meminfo: memFree=384248/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=880348 CPUtime=102.27
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 205803 0 0 0 10108 119 0 0 25 0 1 0 215073200 901476352 205788 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531487 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 220087 205788 63 132 0 219952 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 880348

[startup+162.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 27042
/proc/meminfo: memFree=378744/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=885432 CPUtime=162.25
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 208698 0 0 0 16104 121 0 0 25 0 1 0 215073200 906682368 207103 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 221358 207103 63 132 0 221223 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 885432

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 27042
/proc/meminfo: memFree=353848/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=910160 CPUtime=222.24
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 217849 0 0 0 22098 126 0 0 25 0 1 0 215073200 932003840 213339 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 227540 213339 63 132 0 227405 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 910160

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 27042
/proc/meminfo: memFree=350200/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=913724 CPUtime=282.22
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 222191 0 0 0 28093 129 0 0 25 0 1 0 215073200 935653376 214269 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 228431 214269 63 132 0 228296 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 913724

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 27042
/proc/meminfo: memFree=346872/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=916668 CPUtime=342.19
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 226161 0 0 0 34088 131 0 0 25 0 1 0 215073200 938668032 215057 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 229167 215057 63 132 0 229032 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 916668

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 27042
/proc/meminfo: memFree=345016/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=918432 CPUtime=402.18
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 229657 0 0 0 40084 134 0 0 25 0 1 0 215073200 940474368 215524 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 229608 215524 63 132 0 229473 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 918432

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=341752/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=921604 CPUtime=462.16
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 233685 0 0 0 46080 136 0 0 25 0 1 0 215073200 943722496 216397 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523042 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 230401 216397 63 132 0 230266 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 921604

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=337976/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=924956 CPUtime=522.15
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 237657 0 0 0 52076 139 0 0 25 0 1 0 215073200 947154944 217307 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 231239 217307 63 132 0 231104 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 924956

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=335224/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=927452 CPUtime=582.13
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 241514 0 0 0 58072 141 0 0 25 0 1 0 215073200 949710848 217992 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523000 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 231863 217992 63 132 0 231728 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 927452

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=331704/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=930700 CPUtime=642.12
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 245578 0 0 0 64068 144 0 0 25 0 1 0 215073200 953036800 218870 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 232675 218870 63 132 0 232540 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 930700

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=330744/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=931524 CPUtime=702.1
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 248980 0 0 0 70064 146 0 0 25 0 1 0 215073200 953880576 219093 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 232881 219093 63 132 0 232746 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 931524

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=330552/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=931732 CPUtime=762.09
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 252504 0 0 0 76060 149 0 0 25 0 1 0 215073200 954093568 219135 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 232933 219135 63 132 0 232798 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 931732

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=330104/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=932344 CPUtime=822.07
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 255844 0 0 0 82056 151 0 0 25 0 1 0 215073200 954720256 219291 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522169 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 233086 219291 63 132 0 232951 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 932344

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=329336/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=932848 CPUtime=882.05
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 258815 0 0 0 88052 153 0 0 25 0 1 0 215073200 955236352 219429 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 233212 219429 63 132 0 233077 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 932848

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=329144/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=933064 CPUtime=942.04
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 261963 0 0 0 94048 156 0 0 25 0 1 0 215073200 955457536 219487 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 233266 219487 63 132 0 233131 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 933064

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=328504/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=933604 CPUtime=1002.02
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 265153 0 0 0 100044 158 0 0 25 0 1 0 215073200 956010496 219629 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 233401 219629 63 132 0 233266 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 933604

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=327992/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=934260 CPUtime=1062
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 266527 0 0 0 106041 159 0 0 25 0 1 0 215073200 956682240 219778 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522178 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 233565 219778 63 132 0 233430 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 934260

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=327288/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=934804 CPUtime=1121.99
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 268987 0 0 0 112038 161 0 0 25 0 1 0 215073200 957239296 219945 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 233701 219945 63 132 0 233566 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 934804

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=326584/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=935476 CPUtime=1181.97
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 271493 0 0 0 118034 163 0 0 25 0 1 0 215073200 957927424 220128 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523677 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 233869 220128 63 132 0 233734 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 935476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27042
/proc/meminfo: memFree=326392/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=935708 CPUtime=1200.07
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4194304 271998 0 0 0 119844 163 0 0 25 0 1 0 215073200 958164992 220192 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522188 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 233927 220192 63 132 0 233792 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 935708

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 27042
/proc/meminfo: memFree=326392/2055920 swapFree=4146768/4192956
[pid=27041] ppid=27039 vsize=0 CPUtime=1200.17
/proc/27041/stat : 27041 (minimarch_fixed) R 27039 27041 26299 0 -1 4195332 271998 0 0 0 119844 173 0 0 25 0 1 0 215073200 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/27041/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.23
CPU user time (s): 1198.44
CPU system time (s): 1.78473
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 935780

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

runsolver used 0.904862 second user time and 2.54961 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Apr 28 06:04:03 UTC 2007

IDJOB= 428639
IDBENCH= 20589
IDSOLVER= 198
FILE ID= node11/428639-1177740224

PBS_JOBID= 4715452

Free space on /tmp= 66215 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  dc050785d671b86f856b07b158553686

RANDOM SEED= 547761208

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1207000 kB
Buffers:         53924 kB
Cached:         693036 kB
SwapCached:      15592 kB
Active:         552352 kB
Inactive:       219252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1207000 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:          231768 kB
Writeback:           0 kB
Mapped:          30312 kB
Slab:            62796 kB
Committed_AS:  6427016 kB
PageTables:       1848 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= 66215 MiB

End job on node11 on Sat Apr 28 06:24:05 UTC 2007