Trace number 320344

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.04 1200.54

General information on the benchmark

Nameindustrial/
manolios/manol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.565
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
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:  185149                                               |
0.00/0.00	|  Number of clauses:    552412                                               |
1.79/1.89	|  Parsing time:         1.83         s                                       |
6.99/7.02	============================[ Search Statistics ]==============================
6.99/7.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.99/7.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.99/7.02	===============================================================================
6.99/7.02	|         0 |   36022   231603   994947 |    77201        0    nan |  0.000 % |
7.09/7.18	|       100 |   35956   231603   994947 |    84921       89     10 |  0.292 % |
7.39/7.43	|       250 |   35955   231603   994947 |    93413      238     13 |  0.299 % |
7.69/7.73	|       476 |   35954   231603   994947 |   102754      463     17 |  0.302 % |
8.39/8.44	|       813 |   35954   231603   994947 |   113029      800     16 |  0.302 % |
8.59/8.68	|      1319 |   35924   231066   993232 |   124332     1304     19 |  0.302 % |
9.19/9.25	|      2078 |   35906   231066   993232 |   136766     2056     21 |  0.339 % |
10.39/10.43	|      3217 |   35760   229031   985720 |   150442     3165     20 |  0.391 % |
11.19/11.23	|      4925 |   35743   229031   985720 |   165487     4869     24 |  0.400 % |
14.09/14.11	|      7487 |   35716   228506   983564 |   182035     7420     24 |  0.419 % |
16.19/16.26	|     11331 |   35708   228409   983271 |   200239    11258     29 |  0.419 % |
19.08/19.18	|     17097 |   35708   228409   983271 |   220263    17024     31 |  0.419 % |
22.38/22.48	|     25747 |   35699   228232   982573 |   242289    25672     39 |  0.424 % |
29.68/29.73	|     38722 |   35698   228229   982565 |   266518    38645     39 |  0.425 % |
44.96/45.09	|     58184 |   35698   228229   982565 |   293170    58107     40 |  0.425 % |
63.76/63.90	|     87376 |   35663   227921   981775 |   322487    87177     43 |  0.446 % |
121.33/121.48	|    131166 |   35663   227921   981775 |   354736   130967     44 |  0.446 % |
225.80/225.97	|    196851 |   35659   227884   981666 |   390210   196651     51 |  0.446 % |
417.25/417.47	|    295377 |   35646   227843   981515 |   429231   295174     52 |  0.461 % |
858.91/859.27	|    443166 |   35622   227502   980336 |   472154    47327     46 |  0.481 % |

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/node13/watcher-320344-1173044558 -o ROOT/results/node13/solver-320344-1173044558 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320344-1173044558/minimarch /tmp/evaluation/320344-1173044558/instance-320344-1173044558.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.92 0.98 0.98 3/77 12485
/proc/meminfo: memFree=950080/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=2020 CPUtime=0
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 324410247 2068480 384 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553752 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 505 384 51 132 0 370 0

[startup+0.104241 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 12485
/proc/meminfo: memFree=950080/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=9084 CPUtime=0.09
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 2111 0 0 0 9 0 0 0 18 0 1 0 324410247 9302016 2095 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 2271 2095 51 132 0 2136 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9084

[startup+0.201254 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 12485
/proc/meminfo: memFree=950080/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=16832 CPUtime=0.19
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 3694 0 0 0 18 1 0 0 18 0 1 0 324410247 17235968 3678 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 4208 3678 51 132 0 4073 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16832

[startup+0.301267 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 12485
/proc/meminfo: memFree=950080/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=24212 CPUtime=0.29
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 5287 0 0 0 27 2 0 0 19 0 1 0 324410247 24793088 5271 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 6053 5271 51 132 0 5918 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24212

[startup+0.70132 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 12485
/proc/meminfo: memFree=950080/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=52140 CPUtime=0.69
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 11316 0 0 0 64 5 0 0 22 0 1 0 324410247 53391360 11300 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 13035 11301 51 132 0 12900 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52140

[startup+1.50143 s]
/proc/loadavg: 0.92 0.98 0.98 2/78 12486
/proc/meminfo: memFree=899640/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=55044 CPUtime=1.49
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 12641 0 0 0 143 6 0 0 25 0 1 0 324410247 56365056 12625 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 13761 12625 51 132 0 13626 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55044

[startup+3.10164 s]
/proc/loadavg: 0.92 0.98 0.98 2/78 12486
/proc/meminfo: memFree=894200/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=82196 CPUtime=3.09
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 19193 0 0 0 300 9 0 0 25 0 1 0 324410247 84168704 19177 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 20549 19177 62 132 0 20414 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82196

[startup+6.30106 s]
/proc/loadavg: 0.93 0.98 0.98 2/78 12486
/proc/meminfo: memFree=844664/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=113416 CPUtime=6.28
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 26778 0 0 0 615 13 0 0 25 0 1 0 324410247 116137984 26753 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134524541 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 28354 26753 62 132 0 28219 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 113416

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.98 2/78 12486
/proc/meminfo: memFree=853184/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=101344 CPUtime=12.69
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 27606 0 0 0 1255 14 0 0 25 0 1 0 324410247 103776256 24196 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 25336 24196 67 132 0 25201 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101344

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.98 2/78 12486
/proc/meminfo: memFree=853248/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=101508 CPUtime=25.48
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 27637 0 0 0 2534 14 0 0 25 0 1 0 324410247 103944192 24227 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 25377 24227 67 132 0 25242 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 101508

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.98 2/78 12486
/proc/meminfo: memFree=852992/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=101708 CPUtime=51.06
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 27676 0 0 0 5092 14 0 0 25 0 1 0 324410247 104148992 24266 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 25427 24266 67 132 0 25292 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 101708

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.98 2/78 12488
/proc/meminfo: memFree=843832/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=110900 CPUtime=102.25
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 29952 0 0 0 10207 18 0 0 25 0 1 0 324410247 113561600 26542 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 27725 26542 67 132 0 27590 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 110900

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=836032/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=118880 CPUtime=162.22
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 31934 0 0 0 16202 20 0 0 25 0 1 0 324410247 121733120 28524 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 29720 28524 67 132 0 29585 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 118880

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=825472/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=129344 CPUtime=222.21
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 34551 0 0 0 22198 23 0 0 25 0 1 0 324410247 132448256 31141 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 32336 31141 67 132 0 32201 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 129344

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=816832/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=138232 CPUtime=282.19
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 36721 0 0 0 28192 27 0 0 25 0 1 0 324410247 141549568 33311 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 34558 33311 67 132 0 34423 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 138232

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=809792/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=145160 CPUtime=342.17
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 38459 0 0 0 34187 30 0 0 25 0 1 0 324410247 148643840 35049 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 36290 35049 67 132 0 36155 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 145160

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=804160/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=150812 CPUtime=402.15
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 39886 0 0 0 40183 32 0 0 25 0 1 0 324410247 154431488 36476 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 37703 36476 67 132 0 37568 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 150812

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=795392/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=160036 CPUtime=462.14
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 42062 0 0 0 46179 35 0 0 25 0 1 0 324410247 163876864 38652 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 40009 38652 67 132 0 39874 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 160036

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=786816/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=168552 CPUtime=522.12
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 44222 0 0 0 52175 37 0 0 25 0 1 0 324410247 172597248 40812 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 42138 40812 67 132 0 42003 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 168552

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=777280/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=178016 CPUtime=582.09
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 46598 0 0 0 58170 39 0 0 25 0 1 0 324410247 182288384 43188 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 44504 43188 67 132 0 44369 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 178016

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=770816/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=184468 CPUtime=642.08
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 48226 0 0 0 64166 42 0 0 25 0 1 0 324410247 188895232 44816 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 46117 44816 67 132 0 45982 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 184468

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=765696/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=189376 CPUtime=702.06
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 49472 0 0 0 70162 44 0 0 25 0 1 0 324410247 193921024 46062 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 47344 46062 67 132 0 47209 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 189376

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=760448/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=194736 CPUtime=762.04
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 50791 0 0 0 76159 45 0 0 25 0 1 0 324410247 199409664 47381 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 48684 47381 67 132 0 48549 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 194736

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=756480/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=198688 CPUtime=822.02
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 51793 0 0 0 82155 47 0 0 25 0 1 0 324410247 203456512 48383 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551409 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 49672 48383 67 132 0 49537 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 198688

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=754240/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=200932 CPUtime=882.01
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 52349 0 0 0 88153 48 0 0 25 0 1 0 324410247 205754368 48939 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552604 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 50233 48939 67 132 0 50098 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 200932

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=754304/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=200932 CPUtime=941.98
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 52349 0 0 0 94150 48 0 0 25 0 1 0 324410247 205754368 48939 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 50233 48939 67 132 0 50098 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 200932

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=754240/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=200932 CPUtime=1001.97
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 52349 0 0 0 100148 49 0 0 25 0 1 0 324410247 205754368 48939 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 50233 48939 67 132 0 50098 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 200932

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12488
/proc/meminfo: memFree=754240/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=200932 CPUtime=1061.94
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 52349 0 0 0 106145 49 0 0 25 0 1 0 324410247 205754368 48939 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552710 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 50233 48939 67 132 0 50098 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 200932

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/84 12572
/proc/meminfo: memFree=752896/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=200932 CPUtime=1121.89
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 52350 0 0 0 112138 51 0 0 25 0 1 0 324410247 205754368 48940 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 50233 48940 67 132 0 50098 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 200932

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/84 12662
/proc/meminfo: memFree=752960/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=200932 CPUtime=1181.82
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 52350 0 0 0 118131 51 0 0 25 0 1 0 324410247 205754368 48940 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 50233 48940 67 132 0 50098 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 200932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 12686
/proc/meminfo: memFree=753856/2055920 swapFree=4192812/4192956
[pid=12485] ppid=12483 vsize=200932 CPUtime=1200
/proc/12485/stat : 12485 (minimarch) R 12483 12485 12336 0 -1 4194304 52350 0 0 0 119949 51 0 0 25 0 1 0 324410247 205754368 48940 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551222 0 0 4096 3 0 0 0 17 1 0 0
/proc/12485/statm: 50233 48940 67 132 0 50098 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 200932

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.54
CPU time (s): 1200.04
CPU user time (s): 1199.5
CPU system time (s): 0.541917
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 200932

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

runsolver used 1.3208 second user time and 3.05454 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Mar  4 21:42:38 UTC 2007

IDJOB= 320344
IDBENCH= 20501
IDSOLVER= 110
FILE ID= node13/320344-1173044558

PBS_JOBID= 4012255

Free space on /tmp= 66361 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  61e4a04a828a2cd33ae3f3dde54ef320

RANDOM SEED= 543947075

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        950552 kB
Buffers:         49140 kB
Cached:         931148 kB
SwapCached:          0 kB
Active:         565000 kB
Inactive:       469580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        950552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11896 kB
Writeback:           0 kB
Mapped:          73232 kB
Slab:            56368 kB
Committed_AS:  1526548 kB
PageTables:       1744 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= 66361 MiB

End job on node13 on Sun Mar  4 22:02:40 UTC 2007