Trace number 337396

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.1 1200.43

General information on the benchmark

Namecrafted/Hard/contest03/others/
bqwh.60.1080.sat05-436.reshuffled-07.cnf
MD5SUM55013aff92da670c8aded0070c1f7bbe
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6283
Number of clauses53810
Sum of the clauses size120037
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 250644
Number of clauses of size 3222
Number of clauses of size 4438
Number of clauses of size 5649
Number of clauses of size over 51857

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:  6283                                                 |
0.00/0.00	|  Number of clauses:    53810                                                |
0.09/0.12	|  Parsing time:         0.12         s                                       |
0.19/0.28	============================[ Search Statistics ]==============================
0.19/0.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.28	===============================================================================
0.19/0.28	|         0 |    6283    53810   120037 |    17936        0    nan |  0.000 % |
0.29/0.31	|       101 |    6282    53810   120037 |    19730      100     63 |  0.016 % |
0.29/0.35	|       251 |    6281    53810   120037 |    21703      249     56 |  0.032 % |
0.39/0.40	|       476 |    6281    53791   119999 |    23873      474     56 |  0.032 % |
0.39/0.49	|       814 |    6280    53778   119973 |    26261      810     57 |  0.064 % |
0.59/0.61	|      1320 |    6279    53768   119953 |    28887     1316     71 |  0.064 % |
0.79/0.80	|      2080 |    6279    53768   119953 |    31775     2076     78 |  0.064 % |
1.09/1.15	|      3219 |    6279    53768   119953 |    34953     3215     98 |  0.064 % |
1.69/1.71	|      4927 |    6279    53768   119953 |    38448     4923    118 |  0.064 % |
2.49/2.52	|      7489 |    6279    53768   119953 |    42293     7485    115 |  0.064 % |
3.89/3.95	|     11334 |    6279    53768   119953 |    46523    11330    115 |  0.064 % |
6.49/6.57	|     17100 |    6278    53760   119937 |    51175    17095    121 |  0.080 % |
11.49/11.52	|     25749 |    6278    53760   119937 |    56292    25744    135 |  0.080 % |
20.28/20.39	|     38723 |    6277    53748   119913 |    61922    38717    134 |  0.096 % |
45.88/45.98	|     58184 |    6277    53748   119913 |    68114    58178    186 |  0.096 % |
75.27/75.40	|     87376 |    6277    53748   119913 |    74925    30230    222 |  0.096 % |
123.55/123.65	|    131165 |    6275    53736   119889 |    82418    74017    217 |  0.127 % |
228.43/228.50	|    196849 |    6275    53736   119889 |    90660    68584    277 |  0.127 % |
402.28/402.47	|    295375 |    6275    53723   119863 |    99726    88259    278 |  0.127 % |
673.01/673.23	|    443164 |    6275    53723   119863 |   109699    64743    306 |  0.127 % |
1171.17/1171.53	|    664847 |    6275    53723   119863 |   120668    95005    379 |  0.127 % |

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/node75/watcher-337396-1173666240 -o ROOT/results/node75/solver-337396-1173666240 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337396-1173666240/minimarch /tmp/evaluation/337396-1173666240/instance-337396-1173666240.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.99 0.98 1.00 3/64 25532
/proc/meminfo: memFree=1866248/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=2692 CPUtime=0
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 499 0 0 0 0 0 0 0 20 0 1 0 386589858 2756608 483 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553814 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 673 483 51 132 0 538 0

[startup+0.0100329 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 25532
/proc/meminfo: memFree=1866248/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=2972 CPUtime=0
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 544 0 0 0 0 0 0 0 20 0 1 0 386589858 3043328 528 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 743 528 51 132 0 608 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2972

[startup+0.102044 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 25532
/proc/meminfo: memFree=1866248/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=5576 CPUtime=0.09
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 1200 0 0 0 9 0 0 0 20 0 1 0 386589858 5709824 1184 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 1394 1184 51 132 0 1259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5576

[startup+0.302067 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 25532
/proc/meminfo: memFree=1866248/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=5436 CPUtime=0.29
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 1282 0 0 0 29 0 0 0 22 0 1 0 386589858 5566464 1160 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 1359 1160 66 132 0 1224 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5436

[startup+0.702121 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 25532
/proc/meminfo: memFree=1866248/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=5436 CPUtime=0.69
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 1284 0 0 0 69 0 0 0 25 0 1 0 386589858 5566464 1162 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 1359 1162 67 132 0 1224 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5436

[startup+1.50121 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1861504/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=6756 CPUtime=1.49
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 1612 0 0 0 149 0 0 0 25 0 1 0 386589858 6918144 1490 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 1689 1490 67 132 0 1554 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6756

[startup+3.1014 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1859392/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=9132 CPUtime=3.08
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 2227 0 0 0 308 0 0 0 25 0 1 0 386589858 9351168 2105 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551385 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 2283 2105 67 132 0 2148 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9132

[startup+6.30178 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1855168/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=13120 CPUtime=6.29
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 3199 0 0 0 628 1 0 0 25 0 1 0 386589858 13434880 3077 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551133 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 3280 3077 67 132 0 3145 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13120

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1847240/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=20292 CPUtime=12.69
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 4997 0 0 0 1266 3 0 0 25 0 1 0 386589858 20779008 4875 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552710 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 5073 4875 67 132 0 4938 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20292

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1836296/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=30932 CPUtime=25.48
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 7664 0 0 0 2543 5 0 0 25 0 1 0 386589858 31674368 7542 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 7733 7542 67 132 0 7598 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30932

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1814088/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=53252 CPUtime=51.08
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 13228 0 0 0 5097 11 0 0 25 0 1 0 386589858 54530048 13106 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 13313 13106 67 132 0 13178 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 53252

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1805704/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=61172 CPUtime=102.26
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 15209 0 0 0 10214 12 0 0 25 0 1 0 386589858 62640128 15087 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551185 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 15293 15087 67 132 0 15158 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 61172

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1785736/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=81112 CPUtime=162.25
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 20205 0 0 0 16206 19 0 0 25 0 1 0 386589858 83058688 20083 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 20278 20083 67 132 0 20143 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 81112

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1785480/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=81508 CPUtime=222.23
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 20289 0 0 0 22204 19 0 0 25 0 1 0 386589858 83464192 20167 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 20377 20167 67 132 0 20242 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 81508

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1767240/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=99644 CPUtime=282.21
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 24791 0 0 0 28197 24 0 0 25 0 1 0 386589858 102035456 24669 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 24911 24669 67 132 0 24776 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 99644

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1767304/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=99644 CPUtime=342.2
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 24791 0 0 0 34196 24 0 0 25 0 1 0 386589858 102035456 24669 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551425 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 24911 24669 67 132 0 24776 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 99644

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1759368/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=107828 CPUtime=402.18
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 26856 0 0 0 40192 26 0 0 25 0 1 0 386589858 110415872 26734 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 26957 26734 67 132 0 26822 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 107828

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1741064/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=125712 CPUtime=462.16
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 31332 0 0 0 46187 29 0 0 25 0 1 0 386589858 128729088 31210 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 31428 31210 67 132 0 31293 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 125712

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1741000/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=125712 CPUtime=522.15
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 31332 0 0 0 52185 30 0 0 25 0 1 0 386589858 128729088 31210 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 31428 31210 67 132 0 31293 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 125712

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1738248/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=128756 CPUtime=582.13
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 32081 0 0 0 58183 30 0 0 25 0 1 0 386589858 131846144 31959 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 32189 31959 67 132 0 32054 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 128756

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1732680/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=134044 CPUtime=642.12
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 33402 0 0 0 64180 32 0 0 25 0 1 0 386589858 137261056 33280 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557667 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 33511 33280 67 132 0 33376 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 134044

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1732680/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=134044 CPUtime=702.1
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 33402 0 0 0 70178 32 0 0 25 0 1 0 386589858 137261056 33280 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 33511 33280 67 132 0 33376 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 134044

[startup+762.304 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1730120/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=136552 CPUtime=762.09
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 34030 0 0 0 76176 33 0 0 25 0 1 0 386589858 139829248 33908 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 34138 33908 67 132 0 34003 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 136552

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1730120/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=136552 CPUtime=822.07
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 34030 0 0 0 82174 33 0 0 25 0 1 0 386589858 139829248 33908 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 34138 33908 67 132 0 34003 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 136552

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1730056/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=136552 CPUtime=882.05
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 34030 0 0 0 88172 33 0 0 25 0 1 0 386589858 139829248 33908 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 34138 33908 67 132 0 34003 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 136552

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1720712/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=146228 CPUtime=942.03
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 36475 0 0 0 94167 36 0 0 25 0 1 0 386589858 149737472 36353 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551328 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 36557 36353 67 132 0 36422 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 146228

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1710344/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=156128 CPUtime=1002.02
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 38946 0 0 0 100163 39 0 0 25 0 1 0 386589858 159875072 38824 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 39032 38824 67 132 0 38897 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 156128

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1710408/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=156128 CPUtime=1062.01
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 38946 0 0 0 106162 39 0 0 25 0 1 0 386589858 159875072 38824 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 39032 38824 67 132 0 38897 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 156128

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25533
/proc/meminfo: memFree=1710408/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=156128 CPUtime=1121.99
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 38946 0 0 0 112160 39 0 0 25 0 1 0 386589858 159875072 38824 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 39032 38824 67 132 0 38897 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 156128

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25535
/proc/meminfo: memFree=1703304/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=163660 CPUtime=1181.97
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 40802 0 0 0 118156 41 0 0 25 0 1 0 386589858 167587840 40680 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557574 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 40915 40680 67 132 0 40780 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 163660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 25535
/proc/meminfo: memFree=1695112/2055920 swapFree=4182240/4192956
[pid=25532] ppid=25530 vsize=171316 CPUtime=1200.06
/proc/25532/stat : 25532 (minimarch) R 25530 25532 24132 0 -1 4194304 42743 0 0 0 119963 43 0 0 25 0 1 0 386589858 175427584 42621 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25532/statm: 42829 42621 67 132 0 42694 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 171316

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.1
CPU user time (s): 1199.64
CPU system time (s): 0.464929
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 171316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.64
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42743
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= 8
involuntary context switches= 1611

runsolver used 0.742887 second user time and 2.54961 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Mar 12 02:24:00 UTC 2007

IDJOB= 337396
IDBENCH= 24698
IDSOLVER= 110
FILE ID= node75/337396-1173666240

PBS_JOBID= 4101403

Free space on /tmp= 66512 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/bqwh.60.1080.sat05-436.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337396-1173666240/minimarch /tmp/evaluation/337396-1173666240/instance-337396-1173666240.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-337396-1173666240 -o ROOT/results/node75/solver-337396-1173666240 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337396-1173666240/minimarch /tmp/evaluation/337396-1173666240/instance-337396-1173666240.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  55013aff92da670c8aded0070c1f7bbe

RANDOM SEED= 273969303

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1866656 kB
Buffers:         22204 kB
Cached:         128076 kB
SwapCached:       4760 kB
Active:          52812 kB
Inactive:       109168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866656 kB
SwapTotal:     4192956 kB
SwapFree:      4182240 kB
Dirty:            2988 kB
Writeback:           0 kB
Mapped:          15528 kB
Slab:            13180 kB
Committed_AS:   892716 kB
PageTables:       1432 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= 66512 MiB

End job on node75 on Mon Mar 12 02:44:03 UTC 2007