Trace number 334960

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.09 1200.45

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
MD5SUM73bcef7c584867538ae0bed90374a7ab
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 variables61649
Number of clauses3157120
Sum of the clauses size6361883
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23150117
Number of clauses of size 31
Number of clauses of size 413
Number of clauses of size 58
Number of clauses of size over 56981

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:  61649                                                |
0.00/0.00	|  Number of clauses:    3157120                                              |
14.29/14.30	|  Parsing time:         14.05        s                                       |
157.43/157.55	============================[ Search Statistics ]==============================
157.43/157.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
157.43/157.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
157.43/157.55	===============================================================================
157.43/157.55	|         0 |   45596  2359527  6010123 |   786509        0    nan |  0.000 % |
157.93/158.07	|       100 |   45593  2359527  6010123 |   865159       97      7 | 13.131 % |
158.23/158.33	|       250 |   45593  2359527  6010123 |   951675      247      9 | 13.131 % |
158.73/158.88	|       475 |   45592  2359527  6010123 |  1046843      471     10 | 13.132 % |
159.83/159.94	|       812 |   45592  2359527  6010123 |  1151527      808     12 | 13.132 % |
161.73/161.84	|      1318 |   45591  2359527  6010123 |  1266680     1313     11 | 13.134 % |
163.63/163.80	|      2077 |   45587  2359527  6010123 |  1393348     2068     10 | 13.141 % |
166.13/166.25	|      3216 |   45582  2359527  6010123 |  1532683     3202     10 | 13.149 % |
170.03/170.19	|      4924 |   45581  2358395  6007556 |  1685951     4884     10 | 13.150 % |
176.93/177.07	|      7486 |   45574  2358395  6007556 |  1854547     7439     12 | 13.162 % |
188.13/188.23	|     11330 |   45567  2357360  6005233 |  2040001    11215     13 | 13.173 % |
206.83/206.94	|     17096 |   45556  2355993  6002150 |  2244001    16956     15 | 13.191 % |
235.42/235.51	|     25745 |   45539  2354177  5997881 |  2468402    25436     17 | 13.220 % |
285.60/285.73	|     38719 |   45525  2352556  5994125 |  2715242    38345     22 | 13.241 % |
368.58/368.78	|     58181 |   45496  2350508  5989555 |  2986766    57693     29 | 13.288 % |
513.73/513.98	|     87374 |   45461  2345782  5978806 |  3285443    86544     34 | 13.345 % |
771.76/772.04	|    131163 |   45426  2342586  5971641 |  3613987   130131     52 | 13.402 % |
1193.34/1193.78	|    196848 |   45400  2340009  5965764 |  3975386   195433     66 | 13.444 % |

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/node7/watcher-334960-1173602236 -o ROOT/results/node7/solver-334960-1173602236 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334960-1173602236/minimarch /tmp/evaluation/334960-1173602236/instance-334960-1173602236.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.06 1.05 1.02 3/77 31773
/proc/meminfo: memFree=1625104/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=2440 CPUtime=0
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 521 0 0 0 0 0 0 0 18 0 1 0 380179089 2498560 505 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553765 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 655 506 49 132 0 520 0

[startup+0.0660371 s]
/proc/loadavg: 1.06 1.05 1.02 3/77 31773
/proc/meminfo: memFree=1625104/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=11540 CPUtime=0.05
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 2235 0 0 0 5 0 0 0 18 0 1 0 380179089 11816960 2219 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 2885 2225 51 132 0 2750 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11540

[startup+0.10104 s]
/proc/loadavg: 1.06 1.05 1.02 3/77 31773
/proc/meminfo: memFree=1625104/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=12396 CPUtime=0.09
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 2465 0 0 0 8 1 0 0 18 0 1 0 380179089 12693504 2449 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 3099 2449 51 132 0 2964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12396

[startup+0.301061 s]
/proc/loadavg: 1.06 1.05 1.02 3/77 31773
/proc/meminfo: memFree=1625104/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=16984 CPUtime=0.29
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 3613 0 0 0 27 2 0 0 19 0 1 0 380179089 17391616 3597 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 4246 3597 51 132 0 4111 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16984

[startup+0.7011 s]
/proc/loadavg: 1.06 1.05 1.02 3/77 31773
/proc/meminfo: memFree=1625104/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=25720 CPUtime=0.69
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 5783 0 0 0 65 4 0 0 22 0 1 0 380179089 26337280 5767 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 6430 5767 51 132 0 6295 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25720

[startup+1.50118 s]
/proc/loadavg: 1.06 1.05 1.02 2/78 31774
/proc/meminfo: memFree=1595592/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=43676 CPUtime=1.49
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 10150 0 0 0 143 6 0 0 25 0 1 0 380179089 44724224 10134 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 10919 10136 51 132 0 10784 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43676

[startup+3.10134 s]
/proc/loadavg: 1.06 1.05 1.02 2/78 31774
/proc/meminfo: memFree=1571272/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=80340 CPUtime=3.08
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 18948 0 0 0 298 10 0 0 25 0 1 0 380179089 82268160 18932 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 20085 18932 51 132 0 19950 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80340

[startup+6.30267 s]
/proc/loadavg: 1.06 1.04 1.02 2/78 31774
/proc/meminfo: memFree=1497992/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=155520 CPUtime=6.29
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 36584 0 0 0 607 22 0 0 25 0 1 0 380179089 159252480 36568 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533283 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 38880 36568 51 132 0 38745 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 155520

[startup+12.7013 s]
/proc/loadavg: 1.05 1.04 1.02 2/78 31774
/proc/meminfo: memFree=1453384/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=177168 CPUtime=12.68
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 42925 0 0 0 1243 25 0 0 25 0 1 0 380179089 181420032 42909 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523062 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 44292 42909 51 132 0 44157 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 177168

[startup+25.5016 s]
/proc/loadavg: 1.12 1.06 1.02 2/78 31774
/proc/meminfo: memFree=1453448/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=177164 CPUtime=25.48
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 42937 0 0 0 2523 25 0 0 25 0 1 0 380179089 181415936 42921 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 44291 42921 63 132 0 44156 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 177164

[startup+51.1012 s]
/proc/loadavg: 1.21 1.08 1.03 2/78 31774
/proc/meminfo: memFree=1423176/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=209240 CPUtime=51.06
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 51439 0 0 0 5077 29 0 0 25 0 1 0 380179089 214261760 51423 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 52310 51423 63 132 0 52175 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 209240

[startup+102.305 s]
/proc/loadavg: 1.09 1.07 1.02 2/78 31774
/proc/meminfo: memFree=1369800/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=264360 CPUtime=102.26
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 63829 0 0 0 10191 35 0 0 25 0 1 0 380179089 270704640 63813 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 66090 63813 63 132 0 65955 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 264360

[startup+162.301 s]
/proc/loadavg: 1.03 1.05 1.02 2/78 31774
/proc/meminfo: memFree=1399240/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234076 CPUtime=162.23
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67327 0 0 0 16186 37 0 0 25 0 1 0 380179089 239693824 56422 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58519 56422 66 132 0 58384 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 234076

[startup+222.301 s]
/proc/loadavg: 1.01 1.04 1.01 2/78 31774
/proc/meminfo: memFree=1399176/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234156 CPUtime=222.22
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67343 0 0 0 22184 38 0 0 25 0 1 0 380179089 239775744 56438 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58539 56438 66 132 0 58404 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 234156

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 31774
/proc/meminfo: memFree=1398984/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234320 CPUtime=282.2
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67381 0 0 0 28182 38 0 0 25 0 1 0 380179089 239943680 56476 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58580 56476 66 132 0 58445 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 234320

[startup+342.302 s]
/proc/loadavg: 1.04 1.04 1.00 2/78 31774
/proc/meminfo: memFree=1398920/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234400 CPUtime=342.18
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67396 0 0 0 34180 38 0 0 25 0 1 0 380179089 240025600 56491 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550698 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58600 56491 66 132 0 58465 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 234400

[startup+402.302 s]
/proc/loadavg: 1.10 1.06 1.01 2/78 31776
/proc/meminfo: memFree=1398664/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234520 CPUtime=402.17
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67410 0 0 0 40178 39 0 0 25 0 1 0 380179089 240148480 56505 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58630 56505 66 132 0 58495 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 234520

[startup+462.302 s]
/proc/loadavg: 1.08 1.06 1.01 2/78 31776
/proc/meminfo: memFree=1398728/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234520 CPUtime=462.15
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67421 0 0 0 46176 39 0 0 25 0 1 0 380179089 240148480 56516 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58630 56516 66 132 0 58495 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 234520

[startup+522.302 s]
/proc/loadavg: 1.16 1.09 1.02 2/78 31776
/proc/meminfo: memFree=1398664/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234520 CPUtime=522.13
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67433 0 0 0 52173 40 0 0 25 0 1 0 380179089 240148480 56528 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58630 56528 66 132 0 58495 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 234520

[startup+582.302 s]
/proc/loadavg: 1.06 1.07 1.01 2/78 31776
/proc/meminfo: memFree=1398664/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234700 CPUtime=582.11
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67444 0 0 0 58171 40 0 0 25 0 1 0 380179089 240332800 56539 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550712 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58675 56539 66 132 0 58540 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 234700

[startup+642.301 s]
/proc/loadavg: 1.06 1.07 1.01 2/78 31776
/proc/meminfo: memFree=1398600/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234700 CPUtime=642.1
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67454 0 0 0 64169 41 0 0 25 0 1 0 380179089 240332800 56549 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58675 56549 66 132 0 58540 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 234700

[startup+702.301 s]
/proc/loadavg: 1.02 1.05 1.01 2/78 31776
/proc/meminfo: memFree=1398536/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234700 CPUtime=702.08
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67463 0 0 0 70167 41 0 0 25 0 1 0 380179089 240332800 56558 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58675 56558 66 132 0 58540 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 234700

[startup+762.305 s]
/proc/loadavg: 1.01 1.04 1.00 2/78 31776
/proc/meminfo: memFree=1398472/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234700 CPUtime=762.07
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67472 0 0 0 76165 42 0 0 25 0 1 0 380179089 240332800 56567 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58675 56567 66 132 0 58540 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 234700

[startup+822.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 31776
/proc/meminfo: memFree=1398408/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234968 CPUtime=822.04
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67482 0 0 0 82162 42 0 0 25 0 1 0 380179089 240607232 56577 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58742 56577 66 132 0 58607 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 234968

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31776
/proc/meminfo: memFree=1398344/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234968 CPUtime=882.03
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67492 0 0 0 88160 43 0 0 25 0 1 0 380179089 240607232 56587 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58742 56587 66 132 0 58607 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 234968

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 31776
/proc/meminfo: memFree=1398344/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234968 CPUtime=942.01
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67502 0 0 0 94158 43 0 0 25 0 1 0 380179089 240607232 56597 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58742 56597 66 132 0 58607 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 234968

[startup+1002.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/78 31776
/proc/meminfo: memFree=1398216/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234968 CPUtime=1002
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67510 0 0 0 100156 44 0 0 25 0 1 0 380179089 240607232 56605 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551264 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58742 56605 66 132 0 58607 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 234968

[startup+1062.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/78 31776
/proc/meminfo: memFree=1398152/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234968 CPUtime=1061.97
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67519 0 0 0 106153 44 0 0 25 0 1 0 380179089 240607232 56614 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551177 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58742 56614 66 132 0 58607 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 234968

[startup+1122.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/78 31776
/proc/meminfo: memFree=1398088/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=234968 CPUtime=1121.96
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67528 0 0 0 112151 45 0 0 25 0 1 0 380179089 240607232 56623 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58742 56623 66 132 0 58607 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 234968

[startup+1182.3 s]
/proc/loadavg: 1.14 1.06 1.01 2/78 31776
/proc/meminfo: memFree=1397256/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=235892 CPUtime=1181.94
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 67750 0 0 0 118149 45 0 0 25 0 1 0 380179089 241553408 56845 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 58973 56845 66 132 0 58838 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 235892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.18 1.07 1.01 2/78 31776
/proc/meminfo: memFree=1395912/2055920 swapFree=4147416/4192956
[pid=31773] ppid=31771 vsize=237080 CPUtime=1200.04
/proc/31773/stat : 31773 (minimarch) R 31771 31773 31708 0 -1 4194304 68058 0 0 0 119958 46 0 0 25 0 1 0 380179089 242769920 57153 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/31773/statm: 59270 57153 66 132 0 59135 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 237080

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.45
CPU time (s): 1200.09
CPU user time (s): 1199.59
CPU system time (s): 0.504923
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 282988

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

runsolver used 1.43978 second user time and 2.93555 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Mar 11 08:37:24 UTC 2007

IDJOB= 334960
IDBENCH= 24640
IDSOLVER= 110
FILE ID= node7/334960-1173602236

PBS_JOBID= 4101255

Free space on /tmp= 66368 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334960-1173602236/minimarch /tmp/evaluation/334960-1173602236/instance-334960-1173602236.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-334960-1173602236 -o ROOT/results/node7/solver-334960-1173602236 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334960-1173602236/minimarch /tmp/evaluation/334960-1173602236/instance-334960-1173602236.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  73bcef7c584867538ae0bed90374a7ab

RANDOM SEED= 84438138

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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:       1625576 kB
Buffers:         21548 kB
Cached:         316468 kB
SwapCached:       8444 kB
Active:         237684 kB
Inactive:       122696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625576 kB
SwapTotal:     4192956 kB
SwapFree:      4147416 kB
Dirty:           48004 kB
Writeback:           0 kB
Mapped:          29420 kB
Slab:            55596 kB
Committed_AS:  1279508 kB
PageTables:       1764 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= 66368 MiB

End job on node7 on Sun Mar 11 08:57:26 UTC 2007