Trace number 331594

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.24 1200.66

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, 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.87/58.98	|  Parsing time:         57.65        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/node1/watcher-331594-1173185392 -o ROOT/results/node1/solver-331594-1173185392 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331594-1173185392/minimarch /tmp/evaluation/331594-1173185392/instance-331594-1173185392.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 22404
/proc/meminfo: memFree=1529224/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=1876 CPUtime=0
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 381 0 0 0 0 0 0 0 18 0 1 0 338496132 1921024 365 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691521 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 469 370 51 132 0 334 0

[startup+0.0257281 s]
/proc/loadavg: 0.94 0.98 0.99 3/77 22404
/proc/meminfo: memFree=1529224/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=3612 CPUtime=0.01
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 764 0 0 0 1 0 0 0 18 0 1 0 338496132 3698688 748 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 903 756 51 132 0 768 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3612

[startup+0.101739 s]
/proc/loadavg: 0.94 0.98 0.99 3/77 22404
/proc/meminfo: memFree=1529224/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=8408 CPUtime=0.09
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 1924 0 0 0 8 1 0 0 18 0 1 0 338496132 8609792 1908 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 2102 1908 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.30176 s]
/proc/loadavg: 0.94 0.98 0.99 3/77 22404
/proc/meminfo: memFree=1529224/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=21036 CPUtime=0.29
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 4811 0 0 0 26 3 0 0 19 0 1 0 338496132 21540864 4795 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 5259 4795 51 132 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21036

[startup+0.701808 s]
/proc/loadavg: 0.94 0.98 0.99 3/77 22404
/proc/meminfo: memFree=1529224/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=43328 CPUtime=0.69
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 10291 0 0 0 62 7 0 0 23 0 1 0 338496132 44367872 10275 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 10832 10275 51 132 0 10697 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43328

[startup+1.5019 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 22405
/proc/meminfo: memFree=1472768/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=90892 CPUtime=1.49
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 21145 0 0 0 134 15 0 0 25 0 1 0 338496132 93073408 21129 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 22723 21130 51 132 0 22588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90892

[startup+3.10109 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 22405
/proc/meminfo: memFree=1416768/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=183520 CPUtime=3.09
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 42468 0 0 0 281 28 0 0 25 0 1 0 338496132 187924480 42452 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 45880 42453 51 132 0 45745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183520

[startup+6.30146 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 22405
/proc/meminfo: memFree=1246080/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=337420 CPUtime=6.29
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 82480 0 0 0 577 52 0 0 25 0 1 0 338496132 345518080 82464 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134548685 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 84355 82466 51 132 0 84220 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 337420

[startup+12.7012 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 22405
/proc/meminfo: memFree=920640/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=685856 CPUtime=12.69
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 162650 0 0 0 1167 102 0 0 25 0 1 0 338496132 702316544 162634 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 171497 162635 51 132 0 171362 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 685856

[startup+25.5017 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 22405
/proc/meminfo: memFree=708416/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=880412 CPUtime=25.48
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 205789 0 0 0 2417 131 0 0 25 0 1 0 338496132 901541888 205773 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523457 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 220103 205773 51 132 0 219968 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 880412

[startup+51.1017 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 22405
/proc/meminfo: memFree=708544/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=880412 CPUtime=51.08
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 205789 0 0 0 4977 131 0 0 25 0 1 0 338496132 901541888 205773 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523257 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 220103 205773 51 132 0 219968 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 880412

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22405
/proc/meminfo: memFree=708544/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=880408 CPUtime=102.27
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 205836 0 0 0 10095 132 0 0 25 0 1 0 338496132 901537792 205820 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531676 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 220102 205820 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 22405
/proc/meminfo: memFree=703360/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=885308 CPUtime=162.25
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 208694 0 0 0 16091 134 0 0 25 0 1 0 338496132 906555392 207065 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 221327 207065 63 132 0 221192 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 885308

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22405
/proc/meminfo: memFree=678208/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=910216 CPUtime=222.23
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 217892 0 0 0 22084 139 0 0 25 0 1 0 338496132 932061184 213350 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523068 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 227554 213350 63 132 0 227419 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 910216

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22405
/proc/meminfo: memFree=674112/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=914012 CPUtime=282.22
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 222161 0 0 0 28081 141 0 0 25 0 1 0 338496132 935948288 214341 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535938 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 228503 214341 63 132 0 228368 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 914012

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22405
/proc/meminfo: memFree=670912/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=916860 CPUtime=342.2
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 226114 0 0 0 34077 143 0 0 25 0 1 0 338496132 938864640 215106 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522163 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 229215 215106 63 132 0 229080 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 916860

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22405
/proc/meminfo: memFree=668928/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=918540 CPUtime=402.18
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 229665 0 0 0 40074 144 0 0 25 0 1 0 338496132 940584960 215559 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523033 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 229635 215559 63 132 0 229500 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 918540

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22405
/proc/meminfo: memFree=665408/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=921720 CPUtime=462.16
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 233697 0 0 0 46069 147 0 0 25 0 1 0 338496132 943841280 216430 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 230430 216430 63 132 0 230295 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 921720

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22405
/proc/meminfo: memFree=660864/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=925940 CPUtime=522.15
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 237863 0 0 0 52065 150 0 0 25 0 1 0 338496132 948162560 217585 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 231485 217585 63 132 0 231350 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 925940

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22405
/proc/meminfo: memFree=658624/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=927676 CPUtime=582.14
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 241533 0 0 0 58061 153 0 0 25 0 1 0 338496132 949940224 218063 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523081 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 231919 218063 63 132 0 231784 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 927676

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22405
/proc/meminfo: memFree=655168/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=930820 CPUtime=642.12
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 245550 0 0 0 64057 155 0 0 25 0 1 0 338496132 953159680 218911 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 232705 218911 63 132 0 232570 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 930820

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 22543
/proc/meminfo: memFree=652408/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=931632 CPUtime=702.04
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 248963 0 0 0 70046 158 0 0 25 0 1 0 338496132 953991168 219130 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523071 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 232908 219130 63 132 0 232773 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 931632

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=653184/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=931980 CPUtime=762
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 252517 0 0 0 76040 160 0 0 25 0 1 0 338496132 954347520 219202 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535938 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 232995 219202 63 132 0 232860 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 931980

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=652736/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=932260 CPUtime=821.98
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 255817 0 0 0 82036 162 0 0 25 0 1 0 338496132 954634240 219283 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 233065 219283 63 132 0 232930 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 932260

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=651904/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=933016 CPUtime=881.96
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 258879 0 0 0 88031 165 0 0 25 0 1 0 338496132 955408384 219480 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 233254 219480 63 132 0 233119 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 933016

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=651712/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=933200 CPUtime=941.94
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 262023 0 0 0 94027 167 0 0 25 0 1 0 338496132 955596800 219535 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 233300 219535 63 132 0 233165 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 933200

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=651136/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=933696 CPUtime=1001.93
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 264990 0 0 0 100023 170 0 0 25 0 1 0 338496132 956104704 219665 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522163 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 233424 219665 63 132 0 233289 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 933696

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=650496/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=934400 CPUtime=1061.92
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 266434 0 0 0 106021 171 0 0 25 0 1 0 338496132 956825600 219850 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523433 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 233600 219850 63 132 0 233465 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 934400

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=649728/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=934920 CPUtime=1121.9
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 268895 0 0 0 112018 172 0 0 25 0 1 0 338496132 957358080 219983 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522210 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 233730 219983 63 132 0 233595 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 934920

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=648896/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=935628 CPUtime=1181.88
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 271503 0 0 0 118014 174 0 0 25 0 1 0 338496132 958083072 220174 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 233907 220174 63 132 0 233772 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 935628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=648512/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=936060 CPUtime=1200.08
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4194304 272011 0 0 0 119834 174 0 0 25 0 1 0 338496132 958525440 220284 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 234015 220284 63 132 0 233880 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 936060

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: 0.99 0.98 0.99 2/78 22603
/proc/meminfo: memFree=648512/2055920 swapFree=4159116/4192956
[pid=22404] ppid=22402 vsize=0 CPUtime=1200.18
/proc/22404/stat : 22404 (minimarch) R 22402 22404 21225 0 -1 4195332 272011 0 0 0 119834 184 0 0 25 0 1 0 338496132 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/22404/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.66
CPU time (s): 1200.24
CPU user time (s): 1198.34
CPU system time (s): 1.89671
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 936228

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

runsolver used 1.43078 second user time and 2.83357 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Mar  6 12:50:11 UTC 2007

IDJOB= 331594
IDBENCH= 20591
IDSOLVER= 110
FILE ID= node1/331594-1173185392

PBS_JOBID= 4015029

Free space on /tmp= 66099 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  5fe5b52b05e512edbe82e7d139ac7362

RANDOM SEED= 220771472

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1529632 kB
Buffers:          4080 kB
Cached:         402784 kB
SwapCached:      13036 kB
Active:         381208 kB
Inactive:        85460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529632 kB
SwapTotal:     4192956 kB
SwapFree:      4159116 kB
Dirty:          227108 kB
Writeback:           0 kB
Mapped:          67040 kB
Slab:            45076 kB
Committed_AS:  1167696 kB
PageTables:       1828 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= 66099 MiB

End job on node1 on Tue Mar  6 13:10:13 UTC 2007