Trace number 428631

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

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug9.cnf
MD5SUM838f83d2fc04e408a3e66700f0dc0173
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.1635
Satisfiable
(Un)Satisfiability was proved
Number of variables521187
Number of clauses13378624
Sum of the clauses size39204898
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714594
Number of clauses of size 34209357
Number of clauses of size 425258
Number of clauses of size 515686
Number of clauses of size over 5413728

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:  521187                                               |
0.00/0.00	|  Number of clauses:    13378624                                             |
59.98/60.03	|  Parsing time:         58.73        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/node30/watcher-428631-1177739665 -o ROOT/results/node30/solver-428631-1177739665 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428631-1177739665/minimarch_fixed /tmp/evaluation/428631-1177739665/instance-428631-1177739665.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: 0.94 0.98 0.99 3/77 26493
/proc/meminfo: memFree=1239168/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=1876 CPUtime=0
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 386 0 0 0 0 0 0 0 18 0 1 0 221884063 1921024 371 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 469 371 51 132 0 334 0

[startup+0.106889 s]
/proc/loadavg: 0.94 0.98 0.99 3/77 26493
/proc/meminfo: memFree=1239168/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=8864 CPUtime=0.1
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 2016 0 0 0 9 1 0 0 18 0 1 0 221884063 9076736 2001 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 2216 2001 51 132 0 2081 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8864

[startup+0.202895 s]
/proc/loadavg: 0.94 0.98 0.99 3/77 26493
/proc/meminfo: memFree=1239168/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=14756 CPUtime=0.19
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 3412 0 0 0 18 1 0 0 18 0 1 0 221884063 15110144 3397 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 3689 3397 51 132 0 3554 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14756

[startup+0.301902 s]
/proc/loadavg: 0.94 0.98 0.99 3/77 26493
/proc/meminfo: memFree=1239168/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=20904 CPUtime=0.29
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 4796 0 0 0 27 2 0 0 19 0 1 0 221884063 21405696 4781 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 5259 4782 51 132 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20904

[startup+0.701926 s]
/proc/loadavg: 0.94 0.98 0.99 3/77 26493
/proc/meminfo: memFree=1239168/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=43196 CPUtime=0.69
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 10266 0 0 0 64 5 0 0 23 0 1 0 221884063 44232704 10251 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 10799 10251 51 132 0 10664 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43196

[startup+1.50298 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 26494
/proc/meminfo: memFree=1178040/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=90356 CPUtime=1.48
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 20998 0 0 0 134 14 0 0 25 0 1 0 221884063 92524544 20983 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134564001 0 0 4096 3 0 0 0 17 0 0 0
/proc/26493/statm: 22589 20983 51 132 0 22454 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90356

[startup+3.10107 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 26494
/proc/meminfo: memFree=1119608/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=184584 CPUtime=3.08
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 42773 0 0 0 281 27 0 0 25 0 1 0 221884063 189014016 42758 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 46146 42759 51 132 0 46011 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 184584

[startup+6.30127 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 26494
/proc/meminfo: memFree=951096/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=337472 CPUtime=6.29
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 82466 0 0 0 577 52 0 0 25 0 1 0 221884063 345571328 82451 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134708937 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 84368 82451 51 132 0 84233 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 337472

[startup+12.7017 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 26494
/proc/meminfo: memFree=626104/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=685592 CPUtime=12.68
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 162556 0 0 0 1166 102 0 0 25 0 1 0 221884063 702046208 162541 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 171398 162541 51 132 0 171263 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 685592

[startup+25.5015 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 26494
/proc/meminfo: memFree=418360/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=880412 CPUtime=25.48
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 205798 0 0 0 2420 128 0 0 25 0 1 0 221884063 901541888 205783 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523501 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 220103 205783 51 132 0 219968 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 880412

[startup+51.1011 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 26494
/proc/meminfo: memFree=418616/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=880412 CPUtime=51.08
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 205798 0 0 0 4979 129 0 0 25 0 1 0 221884063 901541888 205783 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523101 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 220103 205783 51 132 0 219968 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 880412

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26494
/proc/meminfo: memFree=418552/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=880408 CPUtime=102.27
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 205845 0 0 0 10098 129 0 0 25 0 1 0 221884063 901537792 205830 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531685 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 220102 205830 63 132 0 219967 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 880408

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26494
/proc/meminfo: memFree=413432/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=885312 CPUtime=162.24
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 208637 0 0 0 16094 130 0 0 25 0 1 0 221884063 906559488 207076 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 221328 207076 63 132 0 221193 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 885312

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26494
/proc/meminfo: memFree=387512/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=910756 CPUtime=222.24
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 218013 0 0 0 22089 135 0 0 25 0 1 0 221884063 932614144 213506 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 227689 213506 63 132 0 227554 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 910756

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26494
/proc/meminfo: memFree=382648/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=915444 CPUtime=282.23
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 222417 0 0 0 28085 138 0 0 25 0 1 0 221884063 937414656 214723 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 228861 214723 63 132 0 228726 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 915444

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26494
/proc/meminfo: memFree=380728/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=917184 CPUtime=342.21
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 226091 0 0 0 34081 140 0 0 25 0 1 0 221884063 939196416 215193 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523033 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 229296 215193 63 132 0 229161 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 917184

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 26632
/proc/meminfo: memFree=377216/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=919424 CPUtime=402.13
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 229862 0 0 0 40071 142 0 0 25 0 1 0 221884063 941490176 215801 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 229856 215801 63 132 0 229721 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 919424

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26692
/proc/meminfo: memFree=374712/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=922564 CPUtime=462.07
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 233842 0 0 0 46063 144 0 0 25 0 1 0 221884063 944705536 216661 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 230641 216661 63 132 0 230506 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 922564

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26692
/proc/meminfo: memFree=370296/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=926724 CPUtime=522.05
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 237846 0 0 0 52058 147 0 0 25 0 1 0 221884063 948965376 217794 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 231681 217794 63 132 0 231546 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 926724

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26692
/proc/meminfo: memFree=367032/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=930004 CPUtime=582.04
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 241804 0 0 0 58054 150 0 0 25 0 1 0 221884063 952324096 218685 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 232501 218685 63 132 0 232366 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 930004

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26692
/proc/meminfo: memFree=364984/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=931604 CPUtime=642.03
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 245471 0 0 0 64050 153 0 0 25 0 1 0 221884063 953962496 219124 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 232901 219124 63 132 0 232766 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 931604

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 26692
/proc/meminfo: memFree=364344/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=932440 CPUtime=702.02
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 249068 0 0 0 70046 156 0 0 25 0 1 0 221884063 954818560 219332 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 233110 219332 63 132 0 232975 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 932440

[startup+762.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 26692
/proc/meminfo: memFree=364280/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=932236 CPUtime=762.01
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 252565 0 0 0 76043 158 0 0 25 0 1 0 221884063 954609664 219283 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523101 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 233059 219283 63 132 0 232924 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 932236

[startup+822.301 s]
/proc/loadavg: 1.09 1.02 1.01 2/78 26692
/proc/meminfo: memFree=363704/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=932804 CPUtime=822
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 255842 0 0 0 82040 160 0 0 25 0 1 0 221884063 955191296 219435 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522210 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 233201 219435 63 132 0 233066 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 932804

[startup+882.306 s]
/proc/loadavg: 1.10 1.03 1.00 2/78 26692
/proc/meminfo: memFree=363064/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=933404 CPUtime=881.99
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 259046 0 0 0 88037 162 0 0 25 0 1 0 221884063 955805696 219588 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 233351 219588 63 132 0 233216 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 933404

[startup+942.301 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 26692
/proc/meminfo: memFree=362680/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=933892 CPUtime=941.97
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 262021 0 0 0 94033 164 0 0 25 0 1 0 221884063 956305408 219712 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 233473 219712 63 132 0 233338 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 933892

[startup+1002.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 26692
/proc/meminfo: memFree=362488/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=934120 CPUtime=1001.95
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 264891 0 0 0 100029 166 0 0 25 0 1 0 221884063 956538880 219779 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 233530 219779 63 132 0 233395 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 934120

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 26692
/proc/meminfo: memFree=361400/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=935128 CPUtime=1061.95
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 266286 0 0 0 106027 168 0 0 25 0 1 0 221884063 957571072 220052 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 233782 220052 63 132 0 233647 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 935128

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26692
/proc/meminfo: memFree=361016/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=935480 CPUtime=1121.93
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 269259 0 0 0 112023 170 0 0 25 0 1 0 221884063 957931520 220147 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 233870 220147 63 132 0 233735 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 935480

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26692
/proc/meminfo: memFree=360312/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=936272 CPUtime=1181.92
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 271092 0 0 0 118021 171 0 0 25 0 1 0 221884063 958742528 220359 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 234068 220359 63 132 0 233933 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 936272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26692
/proc/meminfo: memFree=360184/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=936272 CPUtime=1200.02
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4194304 271489 0 0 0 119830 172 0 0 25 0 1 0 221884063 958742528 220360 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522224 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/statm: 234068 220360 63 132 0 233933 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 936272

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 26692
/proc/meminfo: memFree=360184/2055920 swapFree=4157020/4192956
[pid=26493] ppid=26491 vsize=0 CPUtime=1200.12
/proc/26493/stat : 26493 (minimarch_fixed) R 26491 26493 25949 0 -1 4195332 271489 0 0 0 119830 182 0 0 25 0 1 0 221884063 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/26493/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.55
CPU time (s): 1200.18
CPU user time (s): 1198.31
CPU system time (s): 1.86971
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 936576

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

runsolver used 0.960853 second user time and 2.53661 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Apr 28 05:54:44 UTC 2007

IDJOB= 428631
IDBENCH= 20585
IDSOLVER= 198
FILE ID= node30/428631-1177739665

PBS_JOBID= 4715442

Free space on /tmp= 66128 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  838f83d2fc04e408a3e66700f0dc0173

RANDOM SEED= 387995996

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1239576 kB
Buffers:         49128 kB
Cached:         668780 kB
SwapCached:      15608 kB
Active:         532964 kB
Inactive:       208520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1239576 kB
SwapTotal:     4192956 kB
SwapFree:      4157020 kB
Dirty:          219272 kB
Writeback:           0 kB
Mapped:          30268 kB
Slab:            60388 kB
Committed_AS:  3613384 kB
PageTables:       1776 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= 66128 MiB

End job on node30 on Sat Apr 28 06:14:46 UTC 2007