Trace number 337438

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.41

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n28-01-S136611085.sat05-491.reshuffled-07.cnf
MD5SUM8f639a3496db30a888324b756894fb43
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 variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

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:  184                                                  |
0.00/0.00	|  Number of clauses:    896                                                  |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     129      786     3154 |      262        0    nan |  0.000 % |
0.00/0.01	|       100 |     129      786     3154 |      288      100     23 |  0.003 % |
0.00/0.01	|       250 |     129      786     3154 |      317      250     24 |  0.003 % |
0.00/0.02	|       475 |     129      786     3154 |      348      299     18 |  0.003 % |
0.02/0.03	|       812 |     129      786     3154 |      383      228     12 |  0.003 % |
0.02/0.04	|      1318 |     129      786     3154 |      421      317     13 |  0.003 % |
0.02/0.06	|      2078 |     129      786     3154 |      464      374     14 |  0.003 % |
0.02/0.10	|      3218 |     129      786     3154 |      510      503     14 |  0.003 % |
0.10/0.14	|      4927 |     129      786     3154 |      561      315     11 |  0.003 % |
0.20/0.23	|      7490 |     129      786     3154 |      617      487     14 |  0.003 % |
0.30/0.35	|     11334 |     129      786     3154 |      679      436     12 |  0.003 % |
0.50/0.54	|     17100 |     129      786     3154 |      747      530     12 |  0.003 % |
0.80/0.84	|     25749 |     129      786     3154 |      822      661     14 |  0.003 % |
1.20/1.29	|     38723 |     129      786     3154 |      904      881     15 |  0.003 % |
1.89/1.98	|     58185 |     129      786     3154 |      994      681     14 |  0.003 % |
2.89/2.99	|     87378 |     129      786     3154 |     1094      813     14 |  0.003 % |
4.49/4.59	|    131167 |     129      786     3154 |     1203      989     15 |  0.003 % |
6.89/6.96	|    196851 |     129      786     3154 |     1324      689     12 |  0.003 % |
10.49/10.54	|    295377 |     129      786     3154 |     1456      983     14 |  0.003 % |
15.99/16.07	|    443166 |     129      786     3154 |     1602      929     14 |  0.003 % |
25.19/25.24	|    664850 |     129      786     3154 |     1762     1219     15 |  0.003 % |
38.68/38.71	|    997375 |     129      786     3154 |     1938     1173     14 |  0.003 % |
59.58/59.65	|   1496163 |     129      786     3154 |     2132     1493     15 |  0.003 % |
91.67/91.78	|   2244345 |     129      786     3154 |     2346     1475     14 |  0.003 % |
143.46/143.52	|   3366619 |     129      786     3154 |     2580     1716     16 |  0.003 % |
223.63/223.76	|   5050031 |     129      786     3154 |     2838     1535     13 |  0.003 % |
346.80/346.96	|   7575147 |     129      786     3154 |     3122     2717     16 |  0.003 % |
535.45/535.68	|  11362823 |     129      786     3154 |     3434     1788     14 |  0.003 % |
832.27/832.53	|  17044336 |     129      786     3154 |     3778     1968     14 |  0.003 % |

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/node67/watcher-337438-1173667152 -o ROOT/results/node67/solver-337438-1173667152 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337438-1173667152/minimarch /tmp/evaluation/337438-1173667152/instance-337438-1173667152.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.78 0.95 1.04 3/64 14381
/proc/meminfo: memFree=1865968/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=1732 CPUtime=0
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 119 0 0 0 0 0 0 0 18 0 1 0 386672842 1773568 103 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134536021 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 433 103 63 132 0 298 0

[startup+0.0258471 s]
/proc/loadavg: 0.78 0.95 1.04 3/64 14381
/proc/meminfo: memFree=1865968/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=1864 CPUtime=0.02
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 127 0 0 0 2 0 0 0 18 0 1 0 386672842 1908736 111 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134563543 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 466 111 66 132 0 331 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1864

[startup+0.101854 s]
/proc/loadavg: 0.78 0.95 1.04 3/64 14381
/proc/meminfo: memFree=1865968/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=1864 CPUtime=0.1
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 130 0 0 0 10 0 0 0 18 0 1 0 386672842 1908736 114 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551539 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 466 114 66 132 0 331 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1864

[startup+0.301875 s]
/proc/loadavg: 0.78 0.95 1.04 3/64 14381
/proc/meminfo: memFree=1865968/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=1864 CPUtime=0.3
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 137 0 0 0 30 0 0 0 19 0 1 0 386672842 1908736 121 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 466 121 66 132 0 331 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1864

[startup+0.701917 s]
/proc/loadavg: 0.78 0.95 1.04 3/64 14381
/proc/meminfo: memFree=1865968/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=1864 CPUtime=0.7
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 145 0 0 0 70 0 0 0 23 0 1 0 386672842 1908736 129 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 466 129 66 132 0 331 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1864

[startup+1.502 s]
/proc/loadavg: 0.78 0.95 1.04 2/65 14382
/proc/meminfo: memFree=1865640/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=1864 CPUtime=1.5
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 155 0 0 0 150 0 0 0 25 0 1 0 386672842 1908736 139 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550924 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 466 139 66 132 0 331 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1864

[startup+3.10117 s]
/proc/loadavg: 0.78 0.95 1.04 2/65 14382
/proc/meminfo: memFree=1865512/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=1992 CPUtime=3.09
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 166 0 0 0 309 0 0 0 25 0 1 0 386672842 2039808 150 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 498 150 66 132 0 363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1992

[startup+6.3015 s]
/proc/loadavg: 0.80 0.95 1.04 2/65 14382
/proc/meminfo: memFree=1865384/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=1992 CPUtime=6.29
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 180 0 0 0 629 0 0 0 25 0 1 0 386672842 2039808 164 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 498 164 66 132 0 363 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1992

[startup+12.7022 s]
/proc/loadavg: 0.81 0.95 1.04 2/65 14382
/proc/meminfo: memFree=1865208/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=2124 CPUtime=12.69
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 203 0 0 0 1269 0 0 0 25 0 1 0 386672842 2174976 187 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552891 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 531 187 66 132 0 396 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2124

[startup+25.5015 s]
/proc/loadavg: 0.85 0.95 1.04 2/65 14382
/proc/meminfo: memFree=1865144/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=2256 CPUtime=25.49
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 230 0 0 0 2549 0 0 0 25 0 1 0 386672842 2310144 214 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 564 214 66 132 0 429 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2256

[startup+51.1012 s]
/proc/loadavg: 0.90 0.96 1.03 2/65 14382
/proc/meminfo: memFree=1865016/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=2388 CPUtime=51.08
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 264 0 0 0 5108 0 0 0 25 0 1 0 386672842 2445312 248 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 597 248 66 132 0 462 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2388

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 1.03 2/65 14382
/proc/meminfo: memFree=1864760/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=2524 CPUtime=102.27
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 321 0 0 0 10227 0 0 0 25 0 1 0 386672842 2584576 305 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551691 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 631 305 66 132 0 496 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2524

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 1.02 2/65 14382
/proc/meminfo: memFree=1864568/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=2656 CPUtime=162.25
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 354 0 0 0 16225 0 0 0 25 0 1 0 386672842 2719744 338 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 664 338 66 132 0 529 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2656

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 1.02 2/65 14382
/proc/meminfo: memFree=1864440/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=2788 CPUtime=222.23
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 374 0 0 0 22223 0 0 0 25 0 1 0 386672842 2854912 358 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 697 358 66 132 0 562 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2788

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 1.01 2/65 14383
/proc/meminfo: memFree=1864184/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=2920 CPUtime=282.22
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 404 0 0 0 28222 0 0 0 25 0 1 0 386672842 2990080 388 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 730 388 66 132 0 595 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2920

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1864064/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=2920 CPUtime=342.2
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 418 0 0 0 34220 0 0 0 25 0 1 0 386672842 2990080 402 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134556555 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 730 402 66 132 0 595 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2920

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1864128/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3052 CPUtime=402.18
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 441 0 0 0 40218 0 0 0 25 0 1 0 386672842 3125248 425 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551435 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 763 425 66 132 0 628 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 3052

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1864000/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3052 CPUtime=462.17
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 456 0 0 0 46217 0 0 0 25 0 1 0 386672842 3125248 440 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134556571 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 763 440 66 132 0 628 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 3052

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1864000/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3188 CPUtime=522.15
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 464 0 0 0 52215 0 0 0 25 0 1 0 386672842 3264512 448 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557664 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 797 448 66 132 0 662 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 3188

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863872/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3188 CPUtime=582.14
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 487 0 0 0 58213 1 0 0 25 0 1 0 386672842 3264512 471 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 797 471 66 132 0 662 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 3188

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863808/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3320 CPUtime=642.13
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 498 0 0 0 64212 1 0 0 25 0 1 0 386672842 3399680 482 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 830 482 66 132 0 695 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 3320

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863808/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3320 CPUtime=702.11
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 503 0 0 0 70210 1 0 0 25 0 1 0 386672842 3399680 487 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134558568 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 830 487 66 132 0 695 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 3320

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863744/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3320 CPUtime=762.1
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 517 0 0 0 76209 1 0 0 25 0 1 0 386672842 3399680 501 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 830 501 66 132 0 695 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 3320

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863680/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3320 CPUtime=822.08
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 521 0 0 0 82207 1 0 0 25 0 1 0 386672842 3399680 505 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 830 505 66 132 0 695 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 3320

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863616/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3472 CPUtime=882.06
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 538 0 0 0 88205 1 0 0 25 0 1 0 386672842 3555328 522 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550941 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 868 522 66 132 0 733 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 3472

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863616/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3472 CPUtime=942.04
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 551 0 0 0 94203 1 0 0 25 0 1 0 386672842 3555328 535 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557837 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 868 535 66 132 0 733 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 3472

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863488/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3472 CPUtime=1002.04
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 560 0 0 0 100202 2 0 0 25 0 1 0 386672842 3555328 544 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 868 544 66 132 0 733 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 3472

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863616/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3608 CPUtime=1062.02
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 562 0 0 0 106200 2 0 0 25 0 1 0 386672842 3694592 546 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553318 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 902 546 66 132 0 767 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 3608

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863488/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3608 CPUtime=1122
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 578 0 0 0 112198 2 0 0 25 0 1 0 386672842 3694592 562 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 902 562 66 132 0 767 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 3608

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863488/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3608 CPUtime=1181.99
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 581 0 0 0 118197 2 0 0 25 0 1 0 386672842 3694592 565 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550947 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 902 565 66 132 0 767 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 3608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 14384
/proc/meminfo: memFree=1863488/2055920 swapFree=4180928/4192956
[pid=14381] ppid=14379 vsize=3608 CPUtime=1200.08
/proc/14381/stat : 14381 (minimarch) R 14379 14381 14316 0 -1 4194304 581 0 0 0 120006 2 0 0 25 0 1 0 386672842 3694592 565 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14381/statm: 902 565 66 132 0 767 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 3608

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.41
CPU time (s): 1200.1
CPU user time (s): 1200.07
CPU system time (s): 0.025996
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 3608

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

runsolver used 0.845871 second user time and 2.44663 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Mar 12 02:39:12 UTC 2007

IDJOB= 337438
IDBENCH= 24699
IDSOLVER= 110
FILE ID= node67/337438-1173667152

PBS_JOBID= 4101698

Free space on /tmp= 66537 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/hwb-n28-01-S136611085.sat05-491.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337438-1173667152/minimarch /tmp/evaluation/337438-1173667152/instance-337438-1173667152.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-337438-1173667152 -o ROOT/results/node67/solver-337438-1173667152 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337438-1173667152/minimarch /tmp/evaluation/337438-1173667152/instance-337438-1173667152.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  8f639a3496db30a888324b756894fb43

RANDOM SEED= 565751846

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:       1866376 kB
Buffers:         22052 kB
Cached:         126296 kB
SwapCached:       6080 kB
Active:          62156 kB
Inactive:        98696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866376 kB
SwapTotal:     4192956 kB
SwapFree:      4180928 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          15092 kB
Slab:            14672 kB
Committed_AS:   919372 kB
PageTables:       1452 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= 66537 MiB

End job on node67 on Mon Mar 12 02:59:15 UTC 2007