Trace number 334918

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.14 1200.55

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
MD5SUM41f1c0479c607ce4a810d6cbab59e2f9
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 variables49509
Number of clauses3649657
Sum of the clauses size7337555
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23644023
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 58
Number of clauses of size over 55618

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:  49509                                                |
0.00/0.00	|  Number of clauses:    3649657                                              |
15.18/15.28	|  Parsing time:         14.99        s                                       |
220.11/220.23	============================[ Search Statistics ]==============================
220.11/220.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
220.11/220.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
220.11/220.23	===============================================================================
220.11/220.23	|         0 |   33595  2249061  5580988 |   749687        0    nan |  0.000 % |
220.31/220.48	|       100 |   33594  2249061  5580988 |   824655       99      9 | 19.619 % |
220.81/220.93	|       250 |   33592  2249061  5580988 |   907121      247     10 | 19.623 % |
221.41/221.53	|       475 |   33590  2249061  5580988 |   997833      470     10 | 19.629 % |
222.81/222.92	|       812 |   33588  2249061  5580988 |  1097616      805     10 | 19.633 % |
224.21/224.34	|      1318 |   33587  2249061  5580988 |  1207378     1309     10 | 19.637 % |
227.00/227.12	|      2077 |   33571  2249061  5580988 |  1328116     2063     11 | 19.736 % |
232.40/232.50	|      3216 |   33557  2249061  5580988 |  1460927     3195     11 | 19.782 % |
240.00/240.12	|      4925 |   33501  2237980  5556356 |  1607020     4833     12 | 19.807 % |
256.30/256.43	|      7488 |   33394  2226492  5530595 |  1767722     7238     13 | 20.023 % |
277.99/278.20	|     11332 |   33220  2217226  5510313 |  1944495    11018     16 | 20.392 % |
310.38/310.53	|     17098 |   33185  2209497  5492983 |  2138944    16621     22 | 20.445 % |
361.87/362.05	|     25747 |   33140  2204939  5482982 |  2352838    25177     27 | 20.536 % |
451.23/451.45	|     38721 |   32987  2189118  5447808 |  2588122    37765     39 | 20.847 % |
611.67/611.97	|     58182 |   32940  2183356  5434338 |  2846935    56844     85 | 21.010 % |
833.70/834.06	|     87375 |   32761  2160300  5383622 |  3131628    85403     94 | 21.301 % |

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/node12/watcher-334918-1173600240 -o ROOT/results/node12/solver-334918-1173600240 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334918-1173600240/minimarch /tmp/evaluation/334918-1173600240/instance-334918-1173600240.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.97 0.91 3/77 3089
/proc/meminfo: memFree=1777712/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=2440 CPUtime=0
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 521 0 0 0 0 0 0 0 18 0 1 0 379979307 2498560 505 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553765 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 655 510 49 132 0 520 0

[startup+0.00759804 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 3089
/proc/meminfo: memFree=1777712/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=3308 CPUtime=0
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 698 0 0 0 0 0 0 0 18 0 1 0 379979307 3387392 682 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 827 683 49 132 0 692 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3308

[startup+0.102614 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 3089
/proc/meminfo: memFree=1777712/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=10436 CPUtime=0.09
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 2207 0 0 0 9 0 0 0 18 0 1 0 379979307 10686464 2191 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 2609 2191 51 132 0 2474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10436

[startup+0.301649 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 3089
/proc/meminfo: memFree=1777712/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=15288 CPUtime=0.29
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 3396 0 0 0 28 1 0 0 19 0 1 0 379979307 15654912 3380 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 3822 3382 51 132 0 3687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15288

[startup+0.701722 s]
/proc/loadavg: 0.99 0.97 0.91 3/77 3089
/proc/meminfo: memFree=1777712/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=24420 CPUtime=0.69
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 5699 0 0 0 66 3 0 0 23 0 1 0 379979307 25006080 5683 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 6105 5683 51 132 0 5970 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24420

[startup+1.50187 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1748776/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=43564 CPUtime=1.49
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 10422 0 0 0 143 6 0 0 25 0 1 0 379979307 44609536 10406 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 10891 10406 51 132 0 10756 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43564

[startup+3.10115 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1722728/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=82868 CPUtime=3.09
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 20005 0 0 0 297 12 0 0 25 0 1 0 379979307 84856832 19989 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 20717 19990 51 132 0 20582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82868

[startup+6.30173 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1644584/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=163988 CPUtime=6.28
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 39316 0 0 0 605 23 0 0 25 0 1 0 379979307 167923712 39300 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 40997 39300 51 132 0 40862 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 163988

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1586032/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=207396 CPUtime=12.69
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 48185 0 0 0 1241 28 0 0 25 0 1 0 379979307 212373504 48169 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 51849 48169 51 132 0 51714 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 207396

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1586032/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=207392 CPUtime=25.48
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 48197 0 0 0 2520 28 0 0 25 0 1 0 379979307 212369408 48181 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 51848 48181 63 132 0 51713 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 207392

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1586160/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=207392 CPUtime=51.06
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 48197 0 0 0 5078 28 0 0 25 0 1 0 379979307 212369408 48181 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 51848 48181 63 132 0 51713 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 207392

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1510704/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=274932 CPUtime=102.25
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 67028 0 0 0 10188 37 0 0 25 0 1 0 379979307 281530368 67012 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 68733 67012 63 132 0 68598 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 274932

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1504112/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=292352 CPUtime=162.23
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 68647 0 0 0 16183 40 0 0 25 0 1 0 379979307 299368448 68631 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 73088 68631 63 132 0 72953 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 292352

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1534576/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=249696 CPUtime=222.21
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72761 0 0 0 22178 43 0 0 25 0 1 0 379979307 255688704 60940 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62424 60940 66 132 0 62289 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 249696

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1534576/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=249696 CPUtime=282.19
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72761 0 0 0 28175 44 0 0 25 0 1 0 379979307 255688704 60940 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62424 60940 66 132 0 62289 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 249696

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1534576/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=249696 CPUtime=342.16
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72761 0 0 0 34172 44 0 0 25 0 1 0 379979307 255688704 60940 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62424 60940 66 132 0 62289 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 249696

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1534512/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=249860 CPUtime=402.15
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72792 0 0 0 40170 45 0 0 25 0 1 0 379979307 255856640 60971 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62465 60971 66 132 0 62330 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 249860

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1534448/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=249860 CPUtime=462.13
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72800 0 0 0 46168 45 0 0 25 0 1 0 379979307 255856640 60979 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62465 60979 66 132 0 62330 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 249860

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1534384/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=249940 CPUtime=522.11
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72807 0 0 0 52165 46 0 0 25 0 1 0 379979307 255938560 60986 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62485 60986 66 132 0 62350 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 249940

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1534320/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=249940 CPUtime=582.09
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72814 0 0 0 58163 46 0 0 25 0 1 0 379979307 255938560 60993 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62485 60993 66 132 0 62350 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 249940

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1534256/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=249940 CPUtime=642.07
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72821 0 0 0 64160 47 0 0 25 0 1 0 379979307 255938560 61000 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551281 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62485 61000 66 132 0 62350 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 249940

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1534064/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250060 CPUtime=702.05
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72829 0 0 0 70158 47 0 0 25 0 1 0 379979307 256061440 61008 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552542 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62515 61008 66 132 0 62380 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 250060

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533936/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250060 CPUtime=762.04
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72836 0 0 0 76156 48 0 0 25 0 1 0 379979307 256061440 61015 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62515 61015 66 132 0 62380 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 250060

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533872/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250060 CPUtime=822.01
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72843 0 0 0 82153 48 0 0 25 0 1 0 379979307 256061440 61022 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62515 61022 66 132 0 62380 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 250060

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533744/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250060 CPUtime=881.99
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72850 0 0 0 88150 49 0 0 25 0 1 0 379979307 256061440 61029 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62515 61029 66 132 0 62380 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 250060

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533680/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250240 CPUtime=941.97
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72857 0 0 0 94148 49 0 0 25 0 1 0 379979307 256245760 61036 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62560 61036 66 132 0 62425 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 250240

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533616/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250240 CPUtime=1001.95
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72863 0 0 0 100145 50 0 0 25 0 1 0 379979307 256245760 61042 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62560 61042 66 132 0 62425 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 250240

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533552/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250240 CPUtime=1061.93
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72870 0 0 0 106143 50 0 0 25 0 1 0 379979307 256245760 61049 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551345 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62560 61049 66 132 0 62425 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 250240

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533488/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250240 CPUtime=1121.91
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72875 0 0 0 112141 50 0 0 25 0 1 0 379979307 256245760 61054 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62560 61054 66 132 0 62425 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 250240

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533360/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250240 CPUtime=1181.89
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72881 0 0 0 118138 51 0 0 25 0 1 0 379979307 256245760 61060 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62560 61060 66 132 0 62425 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 250240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533360/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250240 CPUtime=1200.09
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72884 0 0 0 119958 51 0 0 25 0 1 0 379979307 256245760 61063 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62560 61063 66 132 0 62425 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 250240

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 3090
/proc/meminfo: memFree=1533360/2055920 swapFree=4156588/4192956
[pid=3089] ppid=3087 vsize=250240 CPUtime=1200.09
/proc/3089/stat : 3089 (minimarch) R 3087 3089 2734 0 -1 4194304 72884 0 0 0 119958 51 0 0 25 0 1 0 379979307 256245760 61063 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3089/statm: 62560 61063 66 132 0 62425 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 250240

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.14
CPU user time (s): 1199.58
CPU system time (s): 0.554915
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 297924

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

runsolver used 1.3078 second user time and 3.06953 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Mar 11 08:04:09 UTC 2007

IDJOB= 334918
IDBENCH= 24639
IDSOLVER= 110
FILE ID= node12/334918-1173600240

PBS_JOBID= 4101239

Free space on /tmp= 66381 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  41f1c0479c607ce4a810d6cbab59e2f9

RANDOM SEED= 485770292

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1778056 kB
Buffers:         11960 kB
Cached:         174248 kB
SwapCached:      14596 kB
Active:         109816 kB
Inactive:        98924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778056 kB
SwapTotal:     4192956 kB
SwapFree:      4156588 kB
Dirty:           54468 kB
Writeback:           0 kB
Mapped:          29536 kB
Slab:            54708 kB
Committed_AS:  1677444 kB
PageTables:       1692 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= 66381 MiB

End job on node12 on Sun Mar 11 08:24:11 UTC 2007