Trace number 427179

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-04-26 (fixed)? (TO) 1200.09 1200.51

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1329819842-01.UNSAT.shuffled.cnf
MD5SUM7d4d1c68f4daca29fa40e5d7ec25d0c3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark191.974
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, 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:  90                                                   |
0.00/0.00	|  Number of clauses:    1917                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.01/0.02	============================[ Search Statistics ]==============================
0.01/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.02	===============================================================================
0.01/0.02	|         0 |      90     1917     9585 |      639        0    nan |  0.000 % |
0.01/0.02	|       102 |      90     1917     9585 |      702      102     22 |  0.012 % |
0.01/0.03	|       252 |      90     1917     9585 |      773      252     22 |  0.012 % |
0.01/0.03	|       481 |      90     1917     9585 |      850      481     22 |  0.012 % |
0.01/0.04	|       818 |      90     1917     9585 |      935      818     22 |  0.012 % |
0.01/0.06	|      1325 |      90     1917     9585 |     1029      846     20 |  0.012 % |
0.01/0.08	|      2084 |      90     1917     9585 |     1132      554     19 |  0.012 % |
0.10/0.12	|      3224 |      90     1917     9585 |     1245     1119     19 |  0.012 % |
0.10/0.18	|      4932 |      90     1917     9585 |     1369      928     18 |  0.012 % |
0.20/0.27	|      7494 |      90     1917     9585 |     1506      709     19 |  0.012 % |
0.40/0.40	|     11340 |      90     1917     9585 |     1657     1494     19 |  0.012 % |
0.60/0.61	|     17108 |      90     1917     9585 |     1823     1386     20 |  0.012 % |
0.90/0.94	|     25759 |      90     1917     9585 |     2005     1743     19 |  0.012 % |
1.40/1.45	|     38733 |      90     1917     9585 |     2206     1522     19 |  0.012 % |
2.20/2.24	|     58195 |      90     1917     9585 |     2426     2021     18 |  0.012 % |
3.39/3.46	|     87388 |      90     1917     9585 |     2669     1819     19 |  0.012 % |
5.29/5.34	|    131177 |      90     1917     9585 |     2936     2463     20 |  0.012 % |
8.19/8.27	|    196862 |      90     1917     9585 |     3229     1536     18 |  0.012 % |
12.79/12.83	|    295388 |      90     1917     9585 |     3552     2463     19 |  0.012 % |
19.79/19.83	|    443178 |      90     1917     9585 |     3908     1820     18 |  0.012 % |
30.69/30.73	|    664861 |      90     1917     9585 |     4298     3263     20 |  0.012 % |
47.87/47.92	|    997387 |      90     1917     9585 |     4728     2906     18 |  0.012 % |
74.67/74.79	|   1496176 |      90     1917     9585 |     5201     2754     18 |  0.012 % |
116.25/116.39	|   2244359 |      90     1917     9585 |     5721     3695     19 |  0.012 % |
181.23/181.40	|   3366633 |      90     1917     9585 |     6293     2941     17 |  0.012 % |
283.09/283.29	|   5050044 |      90     1917     9585 |     6923     3274     19 |  0.012 % |
444.44/444.67	|   7575160 |      90     1917     9585 |     7615     3761     18 |  0.012 % |
699.15/699.43	|  11362836 |      90     1917     9585 |     8377     7096     17 |  0.012 % |
1096.32/1096.76	|  17044349 |      90     1917     9585 |     9215     6719     16 |  0.012 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-427179-1177630166 -o ROOT/results/node39/solver-427179-1177630166 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427179-1177630166/minimarch_fixed /tmp/evaluation/427179-1177630166/instance-427179-1177630166.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.00 1.00 0.96 3/77 18193
/proc/meminfo: memFree=1658872/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=1868 CPUtime=0
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 210928663 1912832 116 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 467 116 51 132 0 332 0

[startup+0.0192869 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 18193
/proc/meminfo: memFree=1658872/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=1864 CPUtime=0.01
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 143 0 0 0 1 0 0 0 18 0 1 0 210928663 1908736 128 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523098 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 466 128 63 132 0 331 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1864

[startup+0.1013 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 18193
/proc/meminfo: memFree=1658872/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=1864 CPUtime=0.1
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 161 0 0 0 10 0 0 0 18 0 1 0 210928663 1908736 146 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551351 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 466 146 67 132 0 331 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1864

[startup+0.301335 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 18193
/proc/meminfo: memFree=1658872/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=1996 CPUtime=0.3
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 183 0 0 0 30 0 0 0 19 0 1 0 210928663 2043904 168 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 499 168 67 132 0 364 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1996

[startup+0.701403 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 18193
/proc/meminfo: memFree=1658872/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=2128 CPUtime=0.7
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 206 0 0 0 70 0 0 0 22 0 1 0 210928663 2179072 191 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 532 191 67 132 0 397 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2128

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1658288/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=2128 CPUtime=1.5
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 227 0 0 0 150 0 0 0 25 0 1 0 210928663 2179072 212 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 532 212 67 132 0 397 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2128

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1658096/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=2260 CPUtime=3.09
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 255 0 0 0 309 0 0 0 25 0 1 0 210928663 2314240 240 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 565 240 67 132 0 430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2260

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1657776/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=2392 CPUtime=6.29
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 285 0 0 0 629 0 0 0 25 0 1 0 210928663 2449408 270 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 598 270 67 132 0 463 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2392

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1657584/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=2656 CPUtime=12.69
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 329 0 0 0 1269 0 0 0 25 0 1 0 210928663 2719744 314 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 664 314 67 132 0 529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2656

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1657328/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=2804 CPUtime=25.49
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 386 0 0 0 2549 0 0 0 25 0 1 0 210928663 2871296 371 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 701 371 67 132 0 566 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2804

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1657008/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=3072 CPUtime=51.07
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 451 0 0 0 5107 0 0 0 25 0 1 0 210928663 3145728 436 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 768 436 67 132 0 633 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3072

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1656752/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=3348 CPUtime=102.26
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 524 0 0 0 10226 0 0 0 25 0 1 0 210928663 3428352 509 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 837 509 67 132 0 702 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3348

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1656560/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=3624 CPUtime=162.23
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 573 0 0 0 16223 0 0 0 25 0 1 0 210928663 3710976 558 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557936 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 906 558 67 132 0 771 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 3624

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1656304/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=3760 CPUtime=222.22
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 616 0 0 0 22221 1 0 0 25 0 1 0 210928663 3850240 601 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 940 601 67 132 0 805 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 3760

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1656176/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=3904 CPUtime=282.2
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 657 0 0 0 28219 1 0 0 25 0 1 0 210928663 3997696 642 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 976 642 67 132 0 841 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 3904

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1655920/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4044 CPUtime=342.17
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 692 0 0 0 34216 1 0 0 25 0 1 0 210928663 4141056 677 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550353 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1011 677 67 132 0 876 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 4044

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1655920/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4044 CPUtime=402.15
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 707 0 0 0 40213 2 0 0 25 0 1 0 210928663 4141056 692 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1011 692 67 132 0 876 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 4044

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1655856/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4188 CPUtime=462.13
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 742 0 0 0 46211 2 0 0 25 0 1 0 210928663 4288512 727 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1047 727 67 132 0 912 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 4188

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18194
/proc/meminfo: memFree=1655856/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4324 CPUtime=522.11
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 746 0 0 0 52209 2 0 0 25 0 1 0 210928663 4427776 731 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1081 731 67 132 0 946 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 4324

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 3/78 18194
/proc/meminfo: memFree=1655792/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4324 CPUtime=582.09
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 765 0 0 0 58206 3 0 0 25 0 1 0 210928663 4427776 750 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1081 750 67 132 0 946 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 4324

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 3/78 18196
/proc/meminfo: memFree=1655728/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4324 CPUtime=642.07
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 777 0 0 0 64204 3 0 0 25 0 1 0 210928663 4427776 762 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1081 762 67 132 0 946 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 4324

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655664/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4464 CPUtime=702.05
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 790 0 0 0 70202 3 0 0 25 0 1 0 210928663 4571136 775 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1116 775 67 132 0 981 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 4464

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655536/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4596 CPUtime=762.03
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 823 0 0 0 76199 4 0 0 25 0 1 0 210928663 4706304 808 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1149 808 67 132 0 1014 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 4596

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655472/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4596 CPUtime=822.01
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 838 0 0 0 82197 4 0 0 25 0 1 0 210928663 4706304 823 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1149 823 67 132 0 1014 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 4596

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655408/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4744 CPUtime=881.98
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 861 0 0 0 88194 4 0 0 25 0 1 0 210928663 4857856 846 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1186 846 67 132 0 1051 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 4744

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655408/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4744 CPUtime=941.96
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 862 0 0 0 94191 5 0 0 25 0 1 0 210928663 4857856 847 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1186 847 67 132 0 1051 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 4744

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655344/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4892 CPUtime=1001.94
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 882 0 0 0 100189 5 0 0 25 0 1 0 210928663 5009408 867 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550390 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1223 867 67 132 0 1088 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 4892

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655280/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4892 CPUtime=1061.93
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 892 0 0 0 106187 6 0 0 25 0 1 0 210928663 5009408 877 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1223 877 67 132 0 1088 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 4892

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655216/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=4892 CPUtime=1121.9
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 899 0 0 0 112184 6 0 0 25 0 1 0 210928663 5009408 884 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134559085 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1223 884 67 132 0 1088 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 4892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655216/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=5040 CPUtime=1181.89
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 913 0 0 0 118182 7 0 0 25 0 1 0 210928663 5160960 898 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1260 898 67 132 0 1125 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 5040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655152/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=5040 CPUtime=1200.08
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 917 0 0 0 120001 7 0 0 25 0 1 0 210928663 5160960 902 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551525 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1260 902 67 132 0 1125 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 5040

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: 1.00 1.00 0.96 2/78 18196
/proc/meminfo: memFree=1655152/2055920 swapFree=4159384/4192956
[pid=18193] ppid=18191 vsize=5040 CPUtime=1200.08
/proc/18193/stat : 18193 (minimarch_fixed) R 18191 18193 16266 0 -1 4194304 917 0 0 0 120001 7 0 0 25 0 1 0 210928663 5160960 902 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551525 0 0 4096 3 0 0 0 17 1 0 0
/proc/18193/statm: 1260 902 67 132 0 1125 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 5040

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1200.02
CPU system time (s): 0.073988
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 5040

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

runsolver used 0.975851 second user time and 2.46362 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Thu Apr 26 23:29:26 UTC 2007

IDJOB= 427179
IDBENCH= 19845
IDSOLVER= 198
FILE ID= node39/427179-1177630166

PBS_JOBID= 4697190

Free space on /tmp= 66503 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1329819842-01.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427179-1177630166/minimarch_fixed /tmp/evaluation/427179-1177630166/instance-427179-1177630166.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-427179-1177630166 -o ROOT/results/node39/solver-427179-1177630166 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427179-1177630166/minimarch_fixed /tmp/evaluation/427179-1177630166/instance-427179-1177630166.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  7d4d1c68f4daca29fa40e5d7ec25d0c3

RANDOM SEED= 51601758

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1659280 kB
Buffers:         47392 kB
Cached:         256580 kB
SwapCached:      13996 kB
Active:         192496 kB
Inactive:       135772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659280 kB
SwapTotal:     4192956 kB
SwapFree:      4159384 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:          31196 kB
Slab:            53648 kB
Committed_AS:  2055060 kB
PageTables:       2012 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= 66503 MiB

End job on node39 on Thu Apr 26 23:49:29 UTC 2007