Trace number 428633

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.21 1200.65

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug4.cnf
MD5SUMc9a9723a58c9cb8a0b55a82eb452ac90
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.7625
Satisfiable
(Un)Satisfiability was proved
Number of variables520721
Number of clauses13348117
Sum of the clauses size39114325
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28684529
Number of clauses of size 34209371
Number of clauses of size 425262
Number of clauses of size 515676
Number of clauses of size over 5413278

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:  520721                                               |
0.00/0.00	|  Number of clauses:    13348117                                             |
60.18/60.23	|  Parsing time:         58.97        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/node71/watcher-428633-1177739826 -o ROOT/results/node71/solver-428633-1177739826 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428633-1177739826/minimarch_fixed /tmp/evaluation/428633-1177739826/instance-428633-1177739826.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.39 1.08 1.03 3/64 668
/proc/meminfo: memFree=1385344/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=1876 CPUtime=0
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 385 0 0 0 0 0 0 0 18 0 1 0 249973755 1921024 370 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134515985 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 469 370 51 132 0 334 0

[startup+0.0724869 s]
/proc/loadavg: 1.39 1.08 1.03 3/64 668
/proc/meminfo: memFree=1385344/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=6628 CPUtime=0.06
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 1507 0 0 0 6 0 0 0 18 0 1 0 249973755 6787072 1492 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 1657 1493 51 132 0 1522 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6628

[startup+0.101491 s]
/proc/loadavg: 1.39 1.08 1.03 3/64 668
/proc/meminfo: memFree=1385344/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=8408 CPUtime=0.09
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 1945 0 0 0 8 1 0 0 18 0 1 0 249973755 8609792 1930 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 2102 1930 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.301518 s]
/proc/loadavg: 1.39 1.08 1.03 3/64 668
/proc/meminfo: memFree=1385344/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=21168 CPUtime=0.29
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 4860 0 0 0 27 2 0 0 19 0 1 0 249973755 21676032 4845 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 5292 4846 51 132 0 5157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21168

[startup+0.701609 s]
/proc/loadavg: 1.39 1.08 1.03 3/64 668
/proc/meminfo: memFree=1385344/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=43596 CPUtime=0.69
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 10376 0 0 0 63 6 0 0 22 0 1 0 249973755 44642304 10361 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 10899 10362 51 132 0 10764 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43596

[startup+1.50168 s]
/proc/loadavg: 1.39 1.08 1.03 2/65 669
/proc/meminfo: memFree=1326712/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=90888 CPUtime=1.49
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 21178 0 0 0 137 12 0 0 25 0 1 0 249973755 93069312 21163 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 22722 21164 51 132 0 22587 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90888

[startup+3.1019 s]
/proc/loadavg: 1.44 1.10 1.03 2/65 669
/proc/meminfo: memFree=1269624/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=183008 CPUtime=3.09
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 42325 0 0 0 283 26 0 0 25 0 1 0 249973755 187400192 42310 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134704957 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 45752 42310 51 132 0 45617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183008

[startup+6.30134 s]
/proc/loadavg: 1.44 1.10 1.03 2/65 669
/proc/meminfo: memFree=1102008/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=335380 CPUtime=6.29
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 81883 0 0 0 577 52 0 0 25 0 1 0 249973755 343429120 81868 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533300 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 83845 81868 51 132 0 83710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 335380

[startup+12.7012 s]
/proc/loadavg: 1.37 1.09 1.03 2/65 669
/proc/meminfo: memFree=779256/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=682180 CPUtime=12.69
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 161571 0 0 0 1173 96 0 0 25 0 1 0 249973755 698552320 161556 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 170545 161557 51 132 0 170410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 682180

[startup+25.502 s]
/proc/loadavg: 1.31 1.09 1.03 2/65 669
/proc/meminfo: memFree=564344/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=878976 CPUtime=25.49
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 205364 0 0 0 2424 125 0 0 25 0 1 0 249973755 900071424 205349 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523071 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 219744 205349 51 132 0 219609 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 878976

[startup+51.1014 s]
/proc/loadavg: 1.21 1.08 1.03 2/65 669
/proc/meminfo: memFree=560376/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=878976 CPUtime=51.08
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 205364 0 0 0 4983 125 0 0 25 0 1 0 249973755 900071424 205349 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523000 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 219744 205349 51 132 0 219609 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 878976

[startup+102.305 s]
/proc/loadavg: 1.08 1.07 1.02 2/65 669
/proc/meminfo: memFree=564536/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=878972 CPUtime=102.27
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 205410 0 0 0 10102 125 0 0 25 0 1 0 249973755 900067328 205395 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531688 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 219743 205395 63 132 0 219608 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 878972

[startup+162.302 s]
/proc/loadavg: 1.03 1.05 1.02 2/65 669
/proc/meminfo: memFree=559672/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=883596 CPUtime=162.24
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 208129 0 0 0 16098 126 0 0 25 0 1 0 249973755 904802304 206567 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134692064 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 220899 206567 63 132 0 220764 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 883596

[startup+222.302 s]
/proc/loadavg: 1.01 1.04 1.01 2/71 735
/proc/meminfo: memFree=532416/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=909168 CPUtime=222.19
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 217591 0 0 0 22089 130 0 0 25 0 1 0 249973755 930988032 213052 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 227292 213052 63 132 0 227157 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 909168

[startup+282.302 s]
/proc/loadavg: 1.08 1.06 1.02 2/65 867
/proc/meminfo: memFree=529720/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=912972 CPUtime=282.12
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 221850 0 0 0 28079 133 0 0 25 0 1 0 249973755 934883328 214012 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523087 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 228243 214012 63 132 0 228108 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 912972

[startup+342.301 s]
/proc/loadavg: 1.02 1.04 1.01 2/65 867
/proc/meminfo: memFree=526712/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=915628 CPUtime=342.1
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 225936 0 0 0 34075 135 0 0 25 0 1 0 249973755 937603072 214753 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 228907 214753 63 132 0 228772 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 915628

[startup+402.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 867
/proc/meminfo: memFree=524728/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=917480 CPUtime=402.08
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 229473 0 0 0 40071 137 0 0 25 0 1 0 249973755 939499520 215240 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 229370 215240 63 132 0 229235 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 917480

[startup+462.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 867
/proc/meminfo: memFree=521336/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=920592 CPUtime=462.07
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 233493 0 0 0 46067 140 0 0 25 0 1 0 249973755 942686208 216093 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 230148 216093 63 132 0 230013 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 920592

[startup+522.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 867
/proc/meminfo: memFree=517688/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=924144 CPUtime=522.05
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 237557 0 0 0 52062 143 0 0 25 0 1 0 249973755 946323456 217030 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523033 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 231036 217030 63 132 0 230901 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 924144

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 867
/proc/meminfo: memFree=514744/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=926584 CPUtime=582.03
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 241452 0 0 0 58058 145 0 0 25 0 1 0 249973755 948822016 217727 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 231646 217727 63 132 0 231511 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 926584

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 867
/proc/meminfo: memFree=511352/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=929712 CPUtime=642.02
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 245493 0 0 0 64054 148 0 0 25 0 1 0 249973755 952025088 218571 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 232428 218571 63 132 0 232293 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 929712

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=510456/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=930560 CPUtime=702
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 248979 0 0 0 70050 150 0 0 25 0 1 0 249973755 952893440 218801 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 232640 218801 63 132 0 232505 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 930560

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=510328/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=930768 CPUtime=761.98
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 252533 0 0 0 76046 152 0 0 25 0 1 0 249973755 953106432 218842 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 232692 218842 63 132 0 232557 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 930768

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=510008/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=931304 CPUtime=821.96
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 255851 0 0 0 82042 154 0 0 25 0 1 0 249973755 953655296 218986 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523081 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 232826 218986 63 132 0 232691 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 931304

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=509176/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=931996 CPUtime=881.95
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 259031 0 0 0 88038 157 0 0 25 0 1 0 249973755 954363904 219166 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523087 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 232999 219166 63 132 0 232864 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 931996

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=509112/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=932128 CPUtime=941.92
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 262242 0 0 0 94034 158 0 0 25 0 1 0 249973755 954499072 219205 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 233032 219205 63 132 0 232897 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 932128

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=508536/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=932596 CPUtime=1001.91
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 265040 0 0 0 100031 160 0 0 25 0 1 0 249973755 954978304 219329 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 233149 219329 63 132 0 233014 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 932596

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=507768/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=933440 CPUtime=1061.89
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 266471 0 0 0 106027 162 0 0 25 0 1 0 249973755 955842560 219551 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522219 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 233360 219551 63 132 0 233225 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 933440

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=507064/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=934148 CPUtime=1121.88
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 269258 0 0 0 112025 163 0 0 25 0 1 0 249973755 956567552 219724 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134535938 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 233537 219724 63 132 0 233402 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 934148

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=506168/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=934776 CPUtime=1181.86
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 271674 0 0 0 118022 164 0 0 25 0 1 0 249973755 957210624 219913 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522163 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 233694 219913 63 132 0 233559 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 934776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=505976/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=934928 CPUtime=1200.06
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4194304 271982 0 0 0 119842 164 0 0 25 0 1 0 249973755 957366272 219951 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134535893 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/statm: 233732 219951 63 132 0 233597 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 934928

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

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

[startup+1200.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 867
/proc/meminfo: memFree=505976/2055920 swapFree=4184260/4192956
[pid=668] ppid=666 vsize=0 CPUtime=1200.16
/proc/668/stat : 668 (minimarch_fixed) R 666 668 32592 0 -1 4195332 271982 0 0 0 119842 174 0 0 25 0 1 0 249973755 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/668/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.65
CPU time (s): 1200.21
CPU user time (s): 1198.42
CPU system time (s): 1.79073
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 935232

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

runsolver used 0.998848 second user time and 2.33964 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Sat Apr 28 05:57:24 UTC 2007

IDJOB= 428633
IDBENCH= 20586
IDSOLVER= 198
FILE ID= node71/428633-1177739826

PBS_JOBID= 4715446

Free space on /tmp= 66206 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  c9a9723a58c9cb8a0b55a82eb452ac90

RANDOM SEED= 436796420

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:       1385880 kB
Buffers:         41368 kB
Cached:         543700 kB
SwapCached:       2792 kB
Active:         464064 kB
Inactive:       130944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385880 kB
SwapTotal:     4192956 kB
SwapFree:      4184260 kB
Dirty:          214580 kB
Writeback:           0 kB
Mapped:          15956 kB
Slab:            61124 kB
Committed_AS:  3688568 kB
PageTables:       1448 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 node71 on Sat Apr 28 06:17:27 UTC 2007