Trace number 320139

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.12 1200.64

General information on the benchmark

Nameindustrial/
manolios/manol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark383.993
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
Number of clauses of size 40
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:  183371                                               |
0.00/0.00	|  Number of clauses:    547078                                               |
1.89/1.94	|  Parsing time:         1.86         s                                       |
7.09/7.12	============================[ Search Statistics ]==============================
7.09/7.12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.09/7.12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.09/7.12	===============================================================================
7.09/7.12	|         0 |   35624   229953   987538 |    76651        0    nan |  0.000 % |
7.19/7.27	|       100 |   35624   229953   987538 |    84316      100     10 |  0.279 % |
7.49/7.51	|       250 |   35624   229953   987538 |    92747      250     16 |  0.279 % |
7.89/7.95	|       475 |   35619   229953   987538 |   102022      470     16 |  0.294 % |
8.49/8.59	|       812 |   35619   229953   987538 |   112224      807     16 |  0.294 % |
9.29/9.38	|      1319 |   35595   229714   986349 |   123447     1313     17 |  0.297 % |
10.29/10.34	|      2079 |   35570   229573   986005 |   135791     2067     20 |  0.312 % |
11.19/11.28	|      3219 |   35504   228881   983602 |   149371     3182     18 |  0.353 % |
12.69/12.79	|      4928 |   35457   228321   981535 |   164308     4876     20 |  0.387 % |
15.59/15.66	|      7490 |   35457   228321   981535 |   180739     7438     25 |  0.387 % |
16.99/17.06	|     11334 |   35425   227349   977059 |   198812    11219     26 |  0.387 % |
20.29/20.37	|     17100 |   35415   227241   976733 |   218694    16976     27 |  0.393 % |
25.19/25.25	|     25749 |   35415   227241   976733 |   240563    25625     28 |  0.393 % |
32.48/32.60	|     38723 |   35409   227204   976608 |   264620    38597     33 |  0.396 % |
45.48/45.57	|     58184 |   35409   227204   976608 |   291082    58058     36 |  0.396 % |
68.47/68.53	|     87376 |   35408   227199   976593 |   320190    87248     39 |  0.397 % |
115.35/115.42	|    131165 |   35397   227159   976492 |   352209   131033     43 |  0.464 % |
183.63/183.78	|    196849 |   35397   227159   976492 |   387430   196717     44 |  0.464 % |
361.97/362.14	|    295375 |   35267   225595   970997 |   426173   295232     47 |  0.473 % |
814.99/815.30	|    443164 |   35267   225595   970997 |   468790    47511     55 |  0.473 % |
1080.51/1081.03	|    664847 |   35120   223408   962627 |   515669   224027     46 |  0.555 % |

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/node48/watcher-320139-1173041248 -o ROOT/results/node48/solver-320139-1173041248 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320139-1173041248/minimarch /tmp/evaluation/320139-1173041248/instance-320139-1173041248.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.91 0.98 0.97 3/64 2768
/proc/meminfo: memFree=1604104/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=1872 CPUtime=0
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 393 0 0 0 0 0 0 0 18 0 1 0 29918792 1916928 377 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 468 377 51 132 0 333 0

[startup+0.048611 s]
/proc/loadavg: 0.91 0.98 0.97 3/64 2768
/proc/meminfo: memFree=1604104/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=5568 CPUtime=0.04
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 1212 0 0 0 4 0 0 0 18 0 1 0 29918792 5701632 1196 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533486 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 1392 1199 51 132 0 1257 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5568

[startup+0.10162 s]
/proc/loadavg: 0.91 0.98 0.97 3/64 2768
/proc/meminfo: memFree=1604104/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=8952 CPUtime=0.09
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 2053 0 0 0 8 1 0 0 18 0 1 0 29918792 9166848 2037 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 2238 2038 51 132 0 2103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8952

[startup+0.301654 s]
/proc/loadavg: 0.91 0.98 0.97 3/64 2768
/proc/meminfo: memFree=1604104/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=24208 CPUtime=0.29
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 5254 0 0 0 26 3 0 0 19 0 1 0 29918792 24788992 5238 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 6052 5238 51 132 0 5917 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24208

[startup+0.701724 s]
/proc/loadavg: 0.91 0.98 0.97 3/64 2768
/proc/meminfo: memFree=1604104/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=52004 CPUtime=0.69
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 11251 0 0 0 62 7 0 0 22 0 1 0 29918792 53252096 11235 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 13001 11235 51 132 0 12866 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52004

[startup+1.50186 s]
/proc/loadavg: 0.91 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1554112/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=54776 CPUtime=1.49
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 12525 0 0 0 141 8 0 0 25 0 1 0 29918792 56090624 12509 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523000 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 13694 12509 51 132 0 13559 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54776

[startup+3.10114 s]
/proc/loadavg: 0.91 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1552320/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=80744 CPUtime=3.09
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 18775 0 0 0 298 11 0 0 25 0 1 0 29918792 82681856 18759 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 20186 18759 62 132 0 20051 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80744

[startup+6.30169 s]
/proc/loadavg: 0.92 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1499648/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=110136 CPUtime=6.29
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 26446 0 0 0 615 14 0 0 25 0 1 0 29918792 112779264 26421 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134524356 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 27534 26422 62 132 0 27399 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110136

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1507848/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=98632 CPUtime=12.69
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 27350 0 0 0 1254 15 0 0 25 0 1 0 29918792 100999168 23992 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551293 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 24658 23992 67 132 0 24523 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98632

[startup+25.502 s]
/proc/loadavg: 0.94 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1507976/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=98632 CPUtime=25.49
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 27350 0 0 0 2534 15 0 0 25 0 1 0 29918792 100999168 23992 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 24658 23992 67 132 0 24523 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98632

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1507848/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=98996 CPUtime=51.08
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 27413 0 0 0 5093 15 0 0 25 0 1 0 29918792 101371904 24055 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 24749 24055 67 132 0 24614 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98996

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1500872/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=106076 CPUtime=102.26
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 29174 0 0 0 10209 17 0 0 25 0 1 0 29918792 108621824 25816 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 26519 25816 67 132 0 26384 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 106076

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1489672/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=117340 CPUtime=162.24
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 31975 0 0 0 16204 20 0 0 25 0 1 0 29918792 120156160 28617 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 29335 28617 67 132 0 29200 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 117340

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1480456/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=126696 CPUtime=222.21
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 34241 0 0 0 22199 22 0 0 25 0 1 0 29918792 129736704 30883 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 31674 30883 67 132 0 31539 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 126696

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1471880/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=135240 CPUtime=282.19
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 36410 0 0 0 28195 24 0 0 25 0 1 0 29918792 138485760 33052 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 33810 33052 67 132 0 33675 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 135240

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1465544/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=141364 CPUtime=342.17
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 37944 0 0 0 34191 26 0 0 25 0 1 0 29918792 144756736 34586 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 35341 34586 67 132 0 35206 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 141364

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1457032/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=150512 CPUtime=402.15
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 40095 0 0 0 40186 29 0 0 25 0 1 0 29918792 154124288 36737 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557374 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 37628 36737 67 132 0 37493 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 150512

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1446280/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=161084 CPUtime=462.13
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 42760 0 0 0 46182 31 0 0 25 0 1 0 29918792 164950016 39402 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552727 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 40271 39402 67 132 0 40136 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 161084

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1436424/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=170932 CPUtime=522.11
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 45237 0 0 0 52177 34 0 0 25 0 1 0 29918792 175034368 41879 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 42733 41879 67 132 0 42598 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 170932

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1428872/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=178324 CPUtime=582.09
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 47111 0 0 0 58172 37 0 0 25 0 1 0 29918792 182603776 43753 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 44581 43753 67 132 0 44446 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 178324

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1422600/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=184596 CPUtime=642.07
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 48667 0 0 0 64169 38 0 0 25 0 1 0 29918792 189026304 45309 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 46149 45309 67 132 0 46014 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 184596

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1416456/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=190628 CPUtime=702.04
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 50202 0 0 0 70165 39 0 0 25 0 1 0 29918792 195203072 46844 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 47657 46844 67 132 0 47522 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 190628

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2769
/proc/meminfo: memFree=1409864/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=197160 CPUtime=762.03
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 51838 0 0 0 76162 41 0 0 25 0 1 0 29918792 201891840 48480 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 49290 48480 67 132 0 49155 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 197160

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/71 2835
/proc/meminfo: memFree=1402392/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=203484 CPUtime=821.97
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 53399 0 0 0 82153 44 0 0 25 0 1 0 29918792 208367616 50041 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 50871 50041 67 132 0 50736 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 203484

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/71 2939
/proc/meminfo: memFree=1402184/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=203484 CPUtime=881.9
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 53399 0 0 0 88145 45 0 0 25 0 1 0 29918792 208367616 50041 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 50871 50041 67 132 0 50736 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 203484

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2967
/proc/meminfo: memFree=1403272/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=203484 CPUtime=941.86
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 53399 0 0 0 94141 45 0 0 25 0 1 0 29918792 208367616 50041 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553257 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 50871 50041 67 132 0 50736 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 203484

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2967
/proc/meminfo: memFree=1403208/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=203484 CPUtime=1001.84
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 53400 0 0 0 100139 45 0 0 25 0 1 0 29918792 208367616 50042 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 50871 50042 67 132 0 50736 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 203484

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2967
/proc/meminfo: memFree=1403272/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=203484 CPUtime=1061.82
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 53400 0 0 0 106137 45 0 0 25 0 1 0 29918792 208367616 50042 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 50871 50042 67 132 0 50736 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 203484

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2967
/proc/meminfo: memFree=1403208/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=203484 CPUtime=1121.79
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 53400 0 0 0 112134 45 0 0 25 0 1 0 29918792 208367616 50042 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 50871 50042 67 132 0 50736 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 203484

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2967
/proc/meminfo: memFree=1403208/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=203484 CPUtime=1181.78
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 53404 0 0 0 118132 46 0 0 25 0 1 0 29918792 208367616 50046 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 50871 50046 67 132 0 50736 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 203484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 2967
/proc/meminfo: memFree=1403208/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=203484 CPUtime=1200.08
/proc/2768/stat : 2768 (minimarch) R 2766 2768 1248 0 -1 4194304 53406 0 0 0 119962 46 0 0 25 0 1 0 29918792 208367616 50048 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557370 0 0 4096 3 0 0 0 17 1 0 0
/proc/2768/statm: 50871 50048 67 132 0 50736 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 203484

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.64
CPU time (s): 1200.12
CPU user time (s): 1199.62
CPU system time (s): 0.495924
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 203484

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

runsolver used 0.922859 second user time and 2.44363 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Sun Mar  4 20:47:28 UTC 2007

IDJOB= 320139
IDBENCH= 20496
IDSOLVER= 110
FILE ID= node48/320139-1173041248

PBS_JOBID= 4012450

Free space on /tmp= 66553 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-f9b.cnf
COMMAND LINE= /tmp/evaluation/320139-1173041248/minimarch /tmp/evaluation/320139-1173041248/instance-320139-1173041248.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-320139-1173041248 -o ROOT/results/node48/solver-320139-1173041248 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320139-1173041248/minimarch /tmp/evaluation/320139-1173041248/instance-320139-1173041248.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  c3e7cb16bced9d54ce489b6e95d89943

RANDOM SEED= 310495155

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.259
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.259
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:       1604512 kB
Buffers:         21652 kB
Cached:         348600 kB
SwapCached:        144 kB
Active:         176028 kB
Inactive:       213148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11800 kB
Writeback:           0 kB
Mapped:          28916 kB
Slab:            48264 kB
Committed_AS:    83468 kB
PageTables:       1400 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= 66553 MiB

End job on node48 on Sun Mar  4 21:07:31 UTC 2007