Trace number 331468

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.17 1200.95

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug1.cnf
MD5SUM1911de49ec477d3e34b9a95eb8bf0845
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.587
Satisfiable
(Un)Satisfiability was proved
Number of variables521188
Number of clauses13378641
Sum of the clauses size39204979
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714562
Number of clauses of size 34209417
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, 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:  521188                                               |
0.00/0.00	|  Number of clauses:    13378641                                             |
57.45/57.57	|  Parsing time:         56.29        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/node5/watcher-331468-1173184477 -o ROOT/results/node5/solver-331468-1173184477 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331468-1173184477/minimarch /tmp/evaluation/331468-1173184477/instance-331468-1173184477.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.17 1.03 1.01 3/77 23669
/proc/meminfo: memFree=1567520/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=1876 CPUtime=0
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 389 0 0 0 0 0 0 0 18 0 1 0 338404395 1921024 373 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 469 374 51 132 0 334 0

[startup+0.0680911 s]
/proc/loadavg: 1.17 1.03 1.01 3/77 23669
/proc/meminfo: memFree=1567520/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=6496 CPUtime=0.06
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 1499 0 0 0 6 0 0 0 18 0 1 0 338404395 6651904 1483 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 1624 1484 51 132 0 1489 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6496

[startup+0.101082 s]
/proc/loadavg: 1.17 1.03 1.01 3/77 23669
/proc/meminfo: memFree=1567520/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=8864 CPUtime=0.09
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 2026 0 0 0 9 0 0 0 18 0 1 0 338404395 9076736 2010 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 2216 2010 51 132 0 2081 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8864

[startup+0.301104 s]
/proc/loadavg: 1.17 1.03 1.01 3/77 23669
/proc/meminfo: memFree=1567520/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=21960 CPUtime=0.29
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 5097 0 0 0 27 2 0 0 19 0 1 0 338404395 22487040 5081 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 5490 5081 51 132 0 5355 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21960

[startup+0.70115 s]
/proc/loadavg: 1.17 1.03 1.01 3/77 23669
/proc/meminfo: memFree=1567520/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=45348 CPUtime=0.69
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 10957 0 0 0 63 6 0 0 23 0 1 0 338404395 46436352 10941 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 11337 10942 51 132 0 11202 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45348

[startup+1.50124 s]
/proc/loadavg: 1.17 1.03 1.01 2/78 23670
/proc/meminfo: memFree=1507160/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=95388 CPUtime=1.49
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 22544 0 0 0 137 12 0 0 25 0 1 0 338404395 97677312 22528 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 23847 22529 51 132 0 23712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95388

[startup+3.10142 s]
/proc/loadavg: 1.24 1.05 1.02 2/78 23670
/proc/meminfo: memFree=1445592/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=191968 CPUtime=3.09
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 45028 0 0 0 283 26 0 0 25 0 1 0 338404395 196575232 45012 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 47992 45012 51 132 0 47857 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191968

[startup+6.30178 s]
/proc/loadavg: 1.24 1.05 1.02 2/78 23670
/proc/meminfo: memFree=1268632/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=383596 CPUtime=6.29
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 86900 0 0 0 578 51 0 0 25 0 1 0 338404395 392802304 86884 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 95899 86885 51 132 0 95764 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 383596

[startup+12.7015 s]
/proc/loadavg: 1.20 1.05 1.01 2/78 23670
/proc/meminfo: memFree=917272/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=723476 CPUtime=12.69
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 173675 0 0 0 1165 104 0 0 25 0 1 0 338404395 740839424 173659 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 180869 173660 51 132 0 180734 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 723476

[startup+25.502 s]
/proc/loadavg: 1.17 1.04 1.01 2/78 23670
/proc/meminfo: memFree=746648/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=880408 CPUtime=25.48
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 205794 0 0 0 2424 124 0 0 25 0 1 0 338404395 901537792 205778 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 220102 205778 51 132 0 219967 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 880408

[startup+51.1018 s]
/proc/loadavg: 1.11 1.04 1.01 2/78 23670
/proc/meminfo: memFree=746712/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=880408 CPUtime=51.05
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 205794 0 0 0 4981 124 0 0 25 0 1 0 338404395 901537792 205778 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 220102 205778 51 132 0 219967 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 880408

[startup+102.306 s]
/proc/loadavg: 1.04 1.03 1.01 2/78 23670
/proc/meminfo: memFree=746712/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=880404 CPUtime=102.21
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 205841 0 0 0 10097 124 0 0 25 0 1 0 338404395 901533696 205825 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 220101 205825 63 132 0 219966 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 880404

[startup+162.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 23670
/proc/meminfo: memFree=739096/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=887912 CPUtime=162.17
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 209756 0 0 0 16091 126 0 0 25 0 1 0 338404395 909221888 207730 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522961 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 221978 207730 63 132 0 221843 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 887912

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 23670
/proc/meminfo: memFree=715608/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=910760 CPUtime=222.14
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 218671 0 0 0 22084 130 0 0 25 0 1 0 338404395 932618240 213501 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 227690 213501 63 132 0 227555 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 910760

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 23670
/proc/meminfo: memFree=710616/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=915416 CPUtime=282.11
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 223385 0 0 0 28079 132 0 0 25 0 1 0 338404395 937385984 214736 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523501 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 228854 214736 63 132 0 228719 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 915416

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 23670
/proc/meminfo: memFree=708184/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=917704 CPUtime=342.07
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 227287 0 0 0 34073 134 0 0 25 0 1 0 338404395 939728896 215353 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 229426 215353 63 132 0 229291 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 917704

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23670
/proc/meminfo: memFree=704984/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=920576 CPUtime=402.03
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 231404 0 0 0 40067 136 0 0 25 0 1 0 338404395 942669824 216128 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 230144 216128 63 132 0 230009 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 920576

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23670
/proc/meminfo: memFree=700952/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=923972 CPUtime=461.99
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 235549 0 0 0 46060 139 0 0 25 0 1 0 338404395 946147328 217068 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523451 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 230993 217068 63 132 0 230858 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 923972

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=697688/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=927036 CPUtime=521.93
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 239481 0 0 0 52053 140 0 0 25 0 1 0 338404395 949284864 217903 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 231759 217903 63 132 0 231624 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 927036

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=693336/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=930880 CPUtime=581.9
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 243845 0 0 0 58048 142 0 0 25 0 1 0 338404395 953221120 218944 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 232720 218944 63 132 0 232585 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 930880

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=692440/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=931564 CPUtime=641.86
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 247408 0 0 0 64042 144 0 0 25 0 1 0 338404395 953921536 219129 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523068 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 232891 219129 63 132 0 232756 0
Current children cumulated CPU time (s) 641.86
Current children cumulated vsize (KiB) 931564

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=691800/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=932148 CPUtime=701.81
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 251189 0 0 0 70035 146 0 0 25 0 1 0 338404395 954519552 219271 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523002 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 233037 219271 63 132 0 232902 0
Current children cumulated CPU time (s) 701.81
Current children cumulated vsize (KiB) 932148

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=691416/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=932384 CPUtime=761.79
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 254946 0 0 0 76031 148 0 0 25 0 1 0 338404395 954761216 219334 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522224 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 233096 219334 63 132 0 232961 0
Current children cumulated CPU time (s) 761.79
Current children cumulated vsize (KiB) 932384

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=690392/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=933404 CPUtime=821.74
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 257911 0 0 0 82025 149 0 0 25 0 1 0 338404395 955805696 219574 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 233351 219574 63 132 0 233216 0
Current children cumulated CPU time (s) 821.74
Current children cumulated vsize (KiB) 933404

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=690136/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=933556 CPUtime=881.69
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 261321 0 0 0 88018 151 0 0 25 0 1 0 338404395 955961344 219623 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 233389 219623 63 132 0 233254 0
Current children cumulated CPU time (s) 881.69
Current children cumulated vsize (KiB) 933556

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=689496/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=934092 CPUtime=941.66
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 264713 0 0 0 94013 153 0 0 25 0 1 0 338404395 956510208 219764 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 233523 219764 63 132 0 233388 0
Current children cumulated CPU time (s) 941.66
Current children cumulated vsize (KiB) 934092

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=688792/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=934728 CPUtime=1001.63
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 266125 0 0 0 100009 154 0 0 25 0 1 0 338404395 957161472 219936 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 233682 219936 63 132 0 233547 0
Current children cumulated CPU time (s) 1001.63
Current children cumulated vsize (KiB) 934728

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=688024/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=935452 CPUtime=1061.58
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 268883 0 0 0 106003 155 0 0 25 0 1 0 338404395 957902848 220126 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 233863 220126 63 132 0 233728 0
Current children cumulated CPU time (s) 1061.58
Current children cumulated vsize (KiB) 935452

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=686936/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=936280 CPUtime=1121.55
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 271600 0 0 0 111999 156 0 0 25 0 1 0 338404395 958750720 220353 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522171 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 234070 220353 63 132 0 233935 0
Current children cumulated CPU time (s) 1121.55
Current children cumulated vsize (KiB) 936280

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=686872/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=936280 CPUtime=1181.53
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 272395 0 0 0 117996 157 0 0 25 0 1 0 338404395 958750720 220356 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522181 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 234070 220356 63 132 0 233935 0
Current children cumulated CPU time (s) 1181.53
Current children cumulated vsize (KiB) 936280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=684696/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=938440 CPUtime=1200.02
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4194304 273115 0 0 0 119844 158 0 0 25 0 1 0 338404395 960962560 220908 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523051 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 234610 220908 63 132 0 234475 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 938440

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

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

[startup+1200.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23672
/proc/meminfo: memFree=684696/2055920 swapFree=4170416/4192956
[pid=23669] ppid=23667 vsize=0 CPUtime=1200.12
/proc/23669/stat : 23669 (minimarch) R 23667 23669 21992 0 -1 4195332 273115 0 0 0 119844 168 0 0 25 0 1 0 338404395 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/23669/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.95
CPU time (s): 1200.17
CPU user time (s): 1198.44
CPU system time (s): 1.72174
CPU usage (%): 99.935
Max. virtual memory (cumulated for all children) (KiB): 938744

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

runsolver used 1.18282 second user time and 3.19351 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Tue Mar  6 12:34:56 UTC 2007

IDJOB= 331468
IDBENCH= 20588
IDSOLVER= 110
FILE ID= node5/331468-1173184477

PBS_JOBID= 4015018

Free space on /tmp= 66081 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  1911de49ec477d3e34b9a95eb8bf0845

RANDOM SEED= 972359776

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1568440 kB
Buffers:          1352 kB
Cached:         364492 kB
SwapCached:       1900 kB
Active:         375036 kB
Inactive:        52004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568440 kB
SwapTotal:     4192956 kB
SwapFree:      4170416 kB
Dirty:          227036 kB
Writeback:           0 kB
Mapped:          69296 kB
Slab:            45928 kB
Committed_AS:  1228188 kB
PageTables:       1820 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= 66081 MiB

End job on node5 on Tue Mar  6 12:54:59 UTC 2007