Trace number 331258

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minimarch 2007-02-08? (TO) 1200.22 1200.75

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, 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                                             |
56.54/56.63	|  Parsing time:         55.38        s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node18/watcher-331258-1173182882 -o ROOT/results/node18/solver-331258-1173182882 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331258-1173182882/minimarch /tmp/evaluation/331258-1173182882/instance-331258-1173182882.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.21 1.09 1.02 3/77 23812
/proc/meminfo: memFree=1573168/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=1876 CPUtime=0
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 388 0 0 0 0 0 0 0 18 0 1 0 338244604 1921024 372 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 469 372 51 132 0 334 0

[startup+0.064789 s]
/proc/loadavg: 1.21 1.09 1.02 3/77 23812
/proc/meminfo: memFree=1573168/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=6336 CPUtime=0.05
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 1442 0 0 0 5 0 0 0 18 0 1 0 338244604 6488064 1426 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 1584 1429 51 132 0 1449 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6336

[startup+0.101793 s]
/proc/loadavg: 1.21 1.09 1.02 3/77 23812
/proc/meminfo: memFree=1573168/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=8864 CPUtime=0.09
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 2034 0 0 0 9 0 0 0 18 0 1 0 338244604 9076736 2018 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 2216 2021 51 132 0 2081 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8864

[startup+0.301812 s]
/proc/loadavg: 1.21 1.09 1.02 3/77 23812
/proc/meminfo: memFree=1573168/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=21956 CPUtime=0.29
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 5096 0 0 0 27 2 0 0 20 0 1 0 338244604 22482944 5080 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 5489 5080 51 132 0 5354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21956

[startup+0.70185 s]
/proc/loadavg: 1.21 1.09 1.02 3/77 23812
/proc/meminfo: memFree=1573168/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=45372 CPUtime=0.7
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 10951 0 0 0 64 6 0 0 24 0 1 0 338244604 46460928 10935 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 11343 10937 51 132 0 11208 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 45372

[startup+1.50193 s]
/proc/loadavg: 1.27 1.10 1.02 2/78 23813
/proc/meminfo: memFree=1512872/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=95392 CPUtime=1.49
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 22553 0 0 0 136 13 0 0 25 0 1 0 338244604 97681408 22537 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 23848 22539 51 132 0 23713 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95392

[startup+3.10108 s]
/proc/loadavg: 1.27 1.10 1.02 2/78 23813
/proc/meminfo: memFree=1452840/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=191984 CPUtime=3.09
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 45059 0 0 0 285 24 0 0 25 0 1 0 338244604 196591616 45043 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 47996 45043 51 132 0 47861 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191984

[startup+6.30139 s]
/proc/loadavg: 1.27 1.10 1.02 2/78 23813
/proc/meminfo: memFree=1273960/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=383748 CPUtime=6.29
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 86973 0 0 0 582 47 0 0 25 0 1 0 338244604 392957952 86957 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 95937 86957 51 132 0 95802 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 383748

[startup+12.702 s]
/proc/loadavg: 1.23 1.10 1.02 2/78 23813
/proc/meminfo: memFree=921064/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=724932 CPUtime=12.69
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 174119 0 0 0 1169 100 0 0 25 0 1 0 338244604 742330368 174103 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 181233 174103 51 132 0 181098 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 724932

[startup+25.5012 s]
/proc/loadavg: 1.19 1.10 1.02 2/78 23813
/proc/meminfo: memFree=752360/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=880416 CPUtime=25.47
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 205800 0 0 0 2428 119 0 0 25 0 1 0 338244604 901545984 205784 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 220104 205784 51 132 0 219969 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 880416

[startup+51.1017 s]
/proc/loadavg: 1.13 1.09 1.02 2/78 23813
/proc/meminfo: memFree=752488/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=880416 CPUtime=51.04
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 205800 0 0 0 4985 119 0 0 25 0 1 0 338244604 901545984 205784 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 220104 205784 51 132 0 219969 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 880416

[startup+102.306 s]
/proc/loadavg: 1.05 1.07 1.02 2/78 23813
/proc/meminfo: memFree=752424/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=880412 CPUtime=102.22
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 205846 0 0 0 10103 119 0 0 25 0 1 0 338244604 901541888 205830 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531532 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 220103 205830 63 132 0 219968 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 880412

[startup+162.301 s]
/proc/loadavg: 1.02 1.05 1.01 2/78 23813
/proc/meminfo: memFree=744104/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=888140 CPUtime=162.18
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 209785 0 0 0 16097 121 0 0 25 0 1 0 338244604 909455360 207810 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 222035 207810 63 132 0 221900 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 888140

[startup+222.301 s]
/proc/loadavg: 1.00 1.04 1.00 2/78 23813
/proc/meminfo: memFree=721512/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=910488 CPUtime=222.14
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 218785 0 0 0 22089 125 0 0 25 0 1 0 338244604 932339712 213443 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 227622 213443 63 132 0 227487 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 910488

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 23813
/proc/meminfo: memFree=716072/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=915708 CPUtime=282.12
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 223508 0 0 0 28084 128 0 0 25 0 1 0 338244604 937684992 214808 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523100 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 228927 214808 63 132 0 228792 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 915708

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 23813
/proc/meminfo: memFree=714024/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=917476 CPUtime=342.08
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 227307 0 0 0 34078 130 0 0 25 0 1 0 338244604 939495424 215288 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 229369 215288 63 132 0 229234 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 917476

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 23813
/proc/meminfo: memFree=710696/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=920360 CPUtime=402.04
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 231485 0 0 0 40072 132 0 0 25 0 1 0 338244604 942448640 216063 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 230090 216063 63 132 0 229955 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 920360

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 23813
/proc/meminfo: memFree=706920/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=923920 CPUtime=462.01
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 235688 0 0 0 46067 134 0 0 25 0 1 0 338244604 946094080 217038 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 230980 217038 63 132 0 230845 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 923920

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 23813
/proc/meminfo: memFree=703528/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=926996 CPUtime=521.97
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 239619 0 0 0 52061 136 0 0 25 0 1 0 338244604 949243904 217848 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 231749 217848 63 132 0 231614 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 926996

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23813
/proc/meminfo: memFree=699176/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=930860 CPUtime=581.93
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 244045 0 0 0 58054 139 0 0 25 0 1 0 338244604 953200640 218922 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523337 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 232715 218922 63 132 0 232580 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 930860

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23813
/proc/meminfo: memFree=698152/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=931748 CPUtime=641.91
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 247697 0 0 0 64050 141 0 0 25 0 1 0 338244604 954109952 219162 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523624 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 232937 219162 63 132 0 232802 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 931748

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23813
/proc/meminfo: memFree=697832/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=931952 CPUtime=701.89
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 251386 0 0 0 70046 143 0 0 25 0 1 0 338244604 954318848 219202 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 232988 219202 63 132 0 232853 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 931952

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23813
/proc/meminfo: memFree=697320/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=932360 CPUtime=761.88
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 254909 0 0 0 76043 145 0 0 25 0 1 0 338244604 954736640 219310 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 233090 219310 63 132 0 232955 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 932360

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23813
/proc/meminfo: memFree=696488/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=933092 CPUtime=821.86
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 258165 0 0 0 82039 147 0 0 25 0 1 0 338244604 955486208 219503 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 233273 219503 63 132 0 233138 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 933092

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23813
/proc/meminfo: memFree=696168/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=933296 CPUtime=881.85
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 261573 0 0 0 88035 150 0 0 25 0 1 0 338244604 955695104 219559 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 233324 219559 63 132 0 233189 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 933296

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23813
/proc/meminfo: memFree=695592/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=933804 CPUtime=941.83
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 264768 0 0 0 94032 151 0 0 25 0 1 0 338244604 956215296 219692 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522188 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 233451 219692 63 132 0 233316 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 933804

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23813
/proc/meminfo: memFree=694440/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=934760 CPUtime=1001.81
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 266444 0 0 0 100030 151 0 0 25 0 1 0 338244604 957194240 219941 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522210 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 233690 219941 63 132 0 233555 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 934760

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23813
/proc/meminfo: memFree=694312/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=935048 CPUtime=1061.8
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 269180 0 0 0 106027 153 0 0 25 0 1 0 338244604 957489152 220016 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 233762 220016 63 132 0 233627 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 935048

[startup+1122.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 23813
/proc/meminfo: memFree=693096/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=936016 CPUtime=1121.78
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 271654 0 0 0 112024 154 0 0 25 0 1 0 338244604 958480384 220272 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522224 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 234004 220272 63 132 0 233869 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 936016

[startup+1182.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 23813
/proc/meminfo: memFree=692840/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=936080 CPUtime=1181.77
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 272682 0 0 0 118022 155 0 0 25 0 1 0 338244604 958545920 220291 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 234020 220291 63 132 0 233885 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 936080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 23813
/proc/meminfo: memFree=690920/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=938076 CPUtime=1200.06
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4194304 273562 0 0 0 119851 155 0 0 25 0 1 0 338244604 960589824 220801 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 234519 220801 63 132 0 234384 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 938076

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.01 1.01 1.00 2/78 23813
/proc/meminfo: memFree=690920/2055920 swapFree=4149912/4192956
[pid=23812] ppid=23810 vsize=0 CPUtime=1200.16
/proc/23812/stat : 23812 (minimarch) R 23810 23812 22585 0 -1 4195332 273562 0 0 0 119851 165 0 0 25 0 1 0 338244604 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/23812/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.75
CPU time (s): 1200.22
CPU user time (s): 1198.52
CPU system time (s): 1.69874
CPU usage (%): 99.956
Max. virtual memory (cumulated for all children) (KiB): 938076

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

runsolver used 1.18482 second user time and 3.19251 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Mar  6 12:08:20 UTC 2007

IDJOB= 331258
IDBENCH= 20583
IDSOLVER= 110
FILE ID= node18/331258-1173182882

PBS_JOBID= 4015032

Free space on /tmp= 66206 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  abc624ca713aad9563ab3886d918a526

RANDOM SEED= 781412191

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1574024 kB
Buffers:          1328 kB
Cached:         363448 kB
SwapCached:       1064 kB
Active:         365908 kB
Inactive:        54396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574024 kB
SwapTotal:     4192956 kB
SwapFree:      4149912 kB
Dirty:          231232 kB
Writeback:           0 kB
Mapped:          63500 kB
Slab:            47100 kB
Committed_AS:  1238432 kB
PageTables:       1764 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= 66206 MiB

End job on node18 on Tue Mar  6 12:28:23 UTC 2007