Trace number 428643

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.22 1200.16

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug8.cnf
MD5SUM5fe5b52b05e512edbe82e7d139ac7362
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.7064
Satisfiable
(Un)Satisfiability was proved
Number of variables521179
Number of clauses13378617
Sum of the clauses size39204907
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714562
Number of clauses of size 34209393
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 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:  521179                                               |
0.00/0.00	|  Number of clauses:    13378617                                             |
58.89/58.99	|  Parsing time:         57.78        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/node16/watcher-428643-1177740350 -o ROOT/results/node16/solver-428643-1177740350 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428643-1177740350/minimarch_fixed /tmp/evaluation/428643-1177740350/instance-428643-1177740350.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.23 1.05 1.02 3/77 31812
/proc/meminfo: memFree=1219704/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=1876 CPUtime=0
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 386 0 0 0 0 0 0 0 18 0 1 0 221954456 1921024 371 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 469 371 51 132 0 334 0

[startup+0.010365 s]
/proc/loadavg: 1.23 1.05 1.02 3/77 31812
/proc/meminfo: memFree=1219704/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=2284 CPUtime=0
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 486 0 0 0 0 0 0 0 18 0 1 0 221954456 2338816 471 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134526710 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 571 471 51 132 0 436 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2284

[startup+0.101346 s]
/proc/loadavg: 1.23 1.05 1.02 3/77 31812
/proc/meminfo: memFree=1219704/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=8408 CPUtime=0.09
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 1923 0 0 0 9 0 0 0 18 0 1 0 221954456 8609792 1908 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 2102 1909 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.301305 s]
/proc/loadavg: 1.23 1.05 1.02 3/77 31812
/proc/meminfo: memFree=1219704/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=21036 CPUtime=0.29
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 4817 0 0 0 27 2 0 0 19 0 1 0 221954456 21540864 4802 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 5259 4802 51 132 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21036

[startup+0.70122 s]
/proc/loadavg: 1.23 1.05 1.02 3/77 31812
/proc/meminfo: memFree=1219704/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=43328 CPUtime=0.69
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 10297 0 0 0 64 5 0 0 23 0 1 0 221954456 44367872 10282 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 10832 10282 51 132 0 10697 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43328

[startup+1.50205 s]
/proc/loadavg: 1.23 1.05 1.02 2/78 31813
/proc/meminfo: memFree=1162864/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=90892 CPUtime=1.49
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 21164 0 0 0 138 11 0 0 25 0 1 0 221954456 93073408 21149 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 22723 21150 51 132 0 22588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90892

[startup+3.10172 s]
/proc/loadavg: 1.23 1.05 1.02 2/78 31813
/proc/meminfo: memFree=1105456/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=182964 CPUtime=3.09
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 42301 0 0 0 285 24 0 0 25 0 1 0 221954456 187355136 42286 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 45741 42286 51 132 0 45606 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 182964

[startup+6.30105 s]
/proc/loadavg: 1.29 1.06 1.02 2/78 31813
/proc/meminfo: memFree=938736/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=335500 CPUtime=6.29
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 81895 0 0 0 581 48 0 0 25 0 1 0 221954456 343552000 81880 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 83875 81880 51 132 0 83740 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 335500

[startup+12.7017 s]
/proc/loadavg: 1.27 1.06 1.02 2/78 31813
/proc/meminfo: memFree=613680/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=684272 CPUtime=12.69
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 162154 0 0 0 1173 96 0 0 25 0 1 0 221954456 700694528 162140 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 171068 162140 51 132 0 170933 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 684272

[startup+25.501 s]
/proc/loadavg: 1.21 1.06 1.02 2/78 31813
/proc/meminfo: memFree=399024/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=880412 CPUtime=25.49
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 205788 0 0 0 2429 120 0 0 25 0 1 0 221954456 901541888 205773 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523347 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 220103 205773 51 132 0 219968 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 880412

[startup+51.1017 s]
/proc/loadavg: 1.14 1.05 1.02 2/78 31813
/proc/meminfo: memFree=399344/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=880412 CPUtime=51.09
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 205788 0 0 0 4988 121 0 0 25 0 1 0 221954456 901541888 205773 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 220103 205773 51 132 0 219968 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 880412

[startup+102.306 s]
/proc/loadavg: 1.06 1.04 1.01 2/78 31813
/proc/meminfo: memFree=399280/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=880408 CPUtime=102.29
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 205835 0 0 0 10108 121 0 0 25 0 1 0 221954456 901537792 205820 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531673 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 220102 205820 63 132 0 219967 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 880408

[startup+162.301 s]
/proc/loadavg: 1.02 1.03 1.01 2/78 31813
/proc/meminfo: memFree=394096/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=885308 CPUtime=162.3
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 208693 0 0 0 16107 123 0 0 25 0 1 0 221954456 906555392 207065 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 221327 207065 63 132 0 221192 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 885308

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31813
/proc/meminfo: memFree=369072/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=910216 CPUtime=222.3
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 217891 0 0 0 22101 129 0 0 25 0 1 0 221954456 932061184 213350 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 227554 213350 63 132 0 227419 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 910216

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31813
/proc/meminfo: memFree=365040/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=913876 CPUtime=282.3
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 222127 0 0 0 28099 131 0 0 25 0 1 0 221954456 935809024 214308 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 228469 214308 63 132 0 228334 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 913876

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 31813
/proc/meminfo: memFree=361904/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=916860 CPUtime=342.3
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 226113 0 0 0 34096 134 0 0 25 0 1 0 221954456 938864640 215106 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522163 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 229215 215106 63 132 0 229080 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 916860

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 3/78 31813
/proc/meminfo: memFree=359984/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=918540 CPUtime=402.31
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 229664 0 0 0 40095 136 0 0 25 0 1 0 221954456 940584960 215559 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 229635 215559 63 132 0 229500 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 918540

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=356464/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=921720 CPUtime=462.31
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 233696 0 0 0 46092 139 0 0 25 0 1 0 221954456 943841280 216430 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 230430 216430 63 132 0 230295 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 921720

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=352048/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=925940 CPUtime=522.31
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 237862 0 0 0 52089 142 0 0 25 0 1 0 221954456 948162560 217585 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 231485 217585 63 132 0 231350 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 925940

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=350000/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=927676 CPUtime=582.32
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 241532 0 0 0 58088 144 0 0 25 0 1 0 221954456 949940224 218063 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 231919 218063 63 132 0 231784 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 927676

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=346608/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=930820 CPUtime=642.32
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 245549 0 0 0 64086 146 0 0 25 0 1 0 221954456 953159680 218911 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523094 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 232705 218911 63 132 0 232570 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 930820

[startup+702.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 31813
/proc/meminfo: memFree=345712/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=931632 CPUtime=702.33
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 248962 0 0 0 70084 149 0 0 25 0 1 0 221954456 953991168 219130 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 232908 219130 63 132 0 232773 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 931632

[startup+762.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 31813
/proc/meminfo: memFree=345648/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=931980 CPUtime=762.33
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 252518 0 0 0 76082 151 0 0 25 0 1 0 221954456 954347520 219204 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522181 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 232995 219204 63 132 0 232860 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 931980

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=345136/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=932464 CPUtime=822.33
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 255857 0 0 0 82079 154 0 0 25 0 1 0 221954456 954843136 219324 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134535938 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 233116 219324 63 132 0 232981 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 932464

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=344368/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=933016 CPUtime=882.34
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 258878 0 0 0 88078 156 0 0 25 0 1 0 221954456 955408384 219480 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 233254 219480 63 132 0 233119 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 933016

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=344112/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=933200 CPUtime=942.34
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 262022 0 0 0 94075 159 0 0 25 0 1 0 221954456 955596800 219535 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 233300 219535 63 132 0 233165 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 933200

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=343600/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=933696 CPUtime=1002.34
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 264989 0 0 0 100074 160 0 0 25 0 1 0 221954456 956104704 219665 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 233424 219665 63 132 0 233289 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 933696

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=343024/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=934400 CPUtime=1062.34
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 266433 0 0 0 106073 161 0 0 25 0 1 0 221954456 956825600 219850 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 233600 219850 63 132 0 233465 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 934400

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=342384/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=934920 CPUtime=1122.35
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 268894 0 0 0 112073 162 0 0 25 0 1 0 221954456 957358080 219983 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 233730 219983 63 132 0 233595 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 934920

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=341552/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=935628 CPUtime=1182.35
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 271502 0 0 0 118071 164 0 0 25 0 1 0 221954456 958083072 220174 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 233907 220174 63 132 0 233772 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 935628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=341232/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=935924 CPUtime=1200.05
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4194304 271979 0 0 0 119841 164 0 0 25 0 1 0 221954456 958386176 220253 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 233981 220253 63 132 0 233846 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 935924

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

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

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31813
/proc/meminfo: memFree=341232/2055920 swapFree=4148656/4192956
[pid=31812] ppid=31810 vsize=0 CPUtime=1200.15
/proc/31812/stat : 31812 (minimarch_fixed) R 31810 31812 31069 0 -1 4195332 271979 0 0 0 119841 174 0 0 25 0 1 0 221954456 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/31812/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.16
CPU time (s): 1200.22
CPU user time (s): 1198.42
CPU system time (s): 1.79773
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 936228

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

runsolver used 0.902862 second user time and 2.6346 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Apr 28 06:06:08 UTC 2007

IDJOB= 428643
IDBENCH= 20591
IDSOLVER= 198
FILE ID= node16/428643-1177740350

PBS_JOBID= 4715454

Free space on /tmp= 66235 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  5fe5b52b05e512edbe82e7d139ac7362

RANDOM SEED= 284985980

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1221840 kB
Buffers:         47524 kB
Cached:         687260 kB
SwapCached:      12332 kB
Active:         531588 kB
Inactive:       226896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1221840 kB
SwapTotal:     4192956 kB
SwapFree:      4148656 kB
Dirty:          235976 kB
Writeback:           0 kB
Mapped:          30660 kB
Slab:            61180 kB
Committed_AS:  7596052 kB
PageTables:       1836 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= 66235 MiB

End job on node16 on Sat Apr 28 06:26:10 UTC 2007