Trace number 328654

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.07 1200.53

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryINDUST (industrial 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 variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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:  45937                                                |
0.00/0.00	|  Number of clauses:    166840                                               |
0.39/0.47	|  Parsing time:         0.45         s                                       |
1.88/1.90	============================[ Search Statistics ]==============================
1.88/1.90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.88/1.90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.88/1.90	===============================================================================
1.88/1.90	|         0 |   17851   120592   434099 |    40197        0    nan |  0.000 % |
1.98/2.04	|       101 |   17851   120592   434099 |    44217      101     50 |  2.316 % |
2.09/2.13	|       252 |   17851   120592   434099 |    48638      252     27 |  2.316 % |
2.20/2.29	|       477 |   17851   120592   434099 |    53502      477     42 |  2.316 % |
2.59/2.63	|       815 |   17851   120592   434099 |    58852      815     40 |  2.316 % |
2.69/2.76	|      1322 |   17851   120592   434099 |    64738     1322     30 |  2.316 % |
2.89/2.98	|      2082 |   17851   120592   434099 |    71212     2082     37 |  2.316 % |
3.09/3.13	|      3222 |   17851   120592   434099 |    78333     3222     35 |  2.316 % |
4.39/4.40	|      4930 |   17851   120592   434099 |    86166     4930     54 |  2.316 % |
7.29/7.36	|      7492 |   17851   120592   434099 |    94783     7492     60 |  2.316 % |
9.39/9.40	|     11336 |   17851   120592   434099 |   104261    11336     65 |  2.316 % |
15.19/15.22	|     17102 |   17851   120592   434099 |   114687    17102     68 |  2.316 % |
23.48/23.56	|     25751 |   17850   120584   434081 |   126156    25750     73 |  2.318 % |
37.98/38.01	|     38725 |   17850   120584   434081 |   138772    38724     79 |  2.318 % |
62.37/62.48	|     58186 |   17850   120584   434081 |   152649    58185     88 |  2.318 % |
143.45/143.59	|     87379 |   17850   120584   434081 |   167914    87378    106 |  2.318 % |
166.84/166.97	|    131169 |   17850   120584   434081 |   184705   131168     88 |  2.318 % |
345.75/345.92	|    196854 |   17848   120578   434055 |   203176    18420    178 |  2.323 % |
690.18/690.53	|    295380 |   17848   120570   434037 |   223493   116946    185 |  2.323 % |
882.32/882.71	|    443169 |   17848   120570   434037 |   245843    48013    127 |  2.323 % |

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/node5/watcher-328654-1173120934 -o ROOT/results/node5/solver-328654-1173120934 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328654-1173120934/minimarch /tmp/evaluation/328654-1173120934/instance-328654-1173120934.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.95 0.69 3/77 16194
/proc/meminfo: memFree=1474272/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=1736 CPUtime=0
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 332048236 1777664 314 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134518904 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 434 314 45 132 0 299 0

[startup+0.074841 s]
/proc/loadavg: 0.92 0.95 0.69 3/77 16194
/proc/meminfo: memFree=1474272/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=6544 CPUtime=0.06
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 1465 0 0 0 6 0 0 0 18 0 1 0 332048236 6701056 1449 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 1636 1449 51 132 0 1501 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6544

[startup+0.101845 s]
/proc/loadavg: 0.92 0.95 0.69 3/77 16194
/proc/meminfo: memFree=1474272/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=8032 CPUtime=0.09
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 1841 0 0 0 8 1 0 0 18 0 1 0 332048236 8224768 1825 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 2008 1825 51 132 0 1873 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8032

[startup+0.301867 s]
/proc/loadavg: 0.92 0.95 0.69 3/77 16194
/proc/meminfo: memFree=1474272/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=17368 CPUtime=0.29
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 3920 0 0 0 27 2 0 0 19 0 1 0 332048236 17784832 3904 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523081 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 4342 3904 51 132 0 4207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17368

[startup+0.701912 s]
/proc/loadavg: 0.92 0.95 0.69 3/77 16194
/proc/meminfo: memFree=1474272/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=21324 CPUtime=0.69
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 4994 0 0 0 66 3 0 0 22 0 1 0 332048236 21835776 4978 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 5331 4978 63 132 0 5196 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21324

[startup+1.502 s]
/proc/loadavg: 0.92 0.95 0.69 2/78 16195
/proc/meminfo: memFree=1450136/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=27100 CPUtime=1.49
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 6314 0 0 0 146 3 0 0 25 0 1 0 332048236 27750400 6298 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523598 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 6775 6298 63 132 0 6640 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27100

[startup+3.10118 s]
/proc/loadavg: 0.92 0.95 0.69 2/78 16195
/proc/meminfo: memFree=1451352/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=24080 CPUtime=3.09
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 6670 0 0 0 305 4 0 0 25 0 1 0 332048236 24657920 5699 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 6020 5699 67 132 0 5885 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24080

[startup+6.30154 s]
/proc/loadavg: 0.93 0.95 0.69 2/78 16195
/proc/meminfo: memFree=1451224/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=24080 CPUtime=6.29
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 6670 0 0 0 625 4 0 0 25 0 1 0 332048236 24657920 5699 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 6020 5699 67 132 0 5885 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24080

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.69 3/78 16195
/proc/meminfo: memFree=1450136/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=25588 CPUtime=12.68
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 7025 0 0 0 1264 4 0 0 25 0 1 0 332048236 26202112 6054 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 6397 6054 67 132 0 6262 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25588

[startup+25.5017 s]
/proc/loadavg: 0.95 0.96 0.70 2/78 16195
/proc/meminfo: memFree=1445400/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=30268 CPUtime=25.48
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 8196 0 0 0 2543 5 0 0 25 0 1 0 332048236 30994432 7225 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553241 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 7567 7225 67 132 0 7432 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30268

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.71 2/78 16195
/proc/meminfo: memFree=1436312/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=39488 CPUtime=51.08
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 10484 0 0 0 5100 8 0 0 25 0 1 0 332048236 40435712 9513 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 9872 9513 67 132 0 9737 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39488

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.72 2/78 16195
/proc/meminfo: memFree=1423512/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=52168 CPUtime=102.27
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 13655 0 0 0 10216 11 0 0 25 0 1 0 332048236 53420032 12684 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 13042 12684 67 132 0 12907 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52168

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.74 2/78 16195
/proc/meminfo: memFree=1409240/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=66448 CPUtime=162.25
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 17223 0 0 0 16210 15 0 0 25 0 1 0 332048236 68042752 16252 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553257 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 16612 16252 67 132 0 16477 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 66448

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/78 16195
/proc/meminfo: memFree=1395800/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=79980 CPUtime=222.22
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 20552 0 0 0 22204 18 0 0 25 0 1 0 332048236 81899520 19581 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 19995 19581 67 132 0 19860 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 79980

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/78 16195
/proc/meminfo: memFree=1380760/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=95160 CPUtime=282.21
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 24357 0 0 0 28199 22 0 0 25 0 1 0 332048236 97443840 23386 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 23790 23386 67 132 0 23655 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 95160

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.77 2/84 16277
/proc/meminfo: memFree=1360360/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=113796 CPUtime=342.15
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 29057 0 0 0 34188 27 0 0 25 0 1 0 332048236 116527104 28086 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 28449 28086 67 132 0 28314 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 113796

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.78 2/84 16367
/proc/meminfo: memFree=1360360/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=113796 CPUtime=402.07
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 29057 0 0 0 40179 28 0 0 25 0 1 0 332048236 116527104 28086 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 28449 28086 67 132 0 28314 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 113796

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.79 2/78 16393
/proc/meminfo: memFree=1361432/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=113796 CPUtime=462.05
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 29057 0 0 0 46176 29 0 0 25 0 1 0 332048236 116527104 28086 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557326 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 28449 28086 67 132 0 28314 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 113796

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.81 2/78 16393
/proc/meminfo: memFree=1361432/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=113796 CPUtime=522.02
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 29057 0 0 0 52173 29 0 0 25 0 1 0 332048236 116527104 28086 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 28449 28086 67 132 0 28314 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 113796

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 16393
/proc/meminfo: memFree=1361432/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=113796 CPUtime=582.01
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 29057 0 0 0 58171 30 0 0 25 0 1 0 332048236 116527104 28086 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 28449 28086 67 132 0 28314 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 113796

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/78 16393
/proc/meminfo: memFree=1361432/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=113796 CPUtime=641.99
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 29057 0 0 0 64169 30 0 0 25 0 1 0 332048236 116527104 28086 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 28449 28086 67 132 0 28314 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 113796

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/78 16393
/proc/meminfo: memFree=1358680/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=116688 CPUtime=701.98
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 29758 0 0 0 70167 31 0 0 25 0 1 0 332048236 119488512 28787 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 29172 28787 67 132 0 29037 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 116688

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.84 2/78 16393
/proc/meminfo: memFree=1349272/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=126104 CPUtime=761.96
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 32091 0 0 0 76162 34 0 0 25 0 1 0 332048236 129130496 31120 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 31526 31120 67 132 0 31391 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 126104

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/78 16393
/proc/meminfo: memFree=1320792/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=155104 CPUtime=821.93
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 39318 0 0 0 82152 41 0 0 25 0 1 0 332048236 158826496 38347 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 38776 38347 67 132 0 38641 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 155104

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 16393
/proc/meminfo: memFree=1295384/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=180316 CPUtime=881.92
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 45531 0 0 0 88143 49 0 0 25 0 1 0 332048236 184643584 44560 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522037 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 45079 44560 67 132 0 44944 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 180316

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/78 16393
/proc/meminfo: memFree=1295640/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=180316 CPUtime=941.9
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 45531 0 0 0 94141 49 0 0 25 0 1 0 332048236 184643584 44560 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 45079 44560 67 132 0 44944 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 180316

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/78 16393
/proc/meminfo: memFree=1295704/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=180316 CPUtime=1001.89
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 45531 0 0 0 100139 50 0 0 25 0 1 0 332048236 184643584 44560 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551273 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 45079 44560 67 132 0 44944 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 180316

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/78 16393
/proc/meminfo: memFree=1295768/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=180316 CPUtime=1061.87
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 45531 0 0 0 106137 50 0 0 25 0 1 0 332048236 184643584 44560 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 45079 44560 67 132 0 44944 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 180316

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/78 16393
/proc/meminfo: memFree=1295704/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=180316 CPUtime=1121.85
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 45533 0 0 0 112134 51 0 0 25 0 1 0 332048236 184643584 44562 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 45079 44562 67 132 0 44944 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 180316

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 3/78 16393
/proc/meminfo: memFree=1295704/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=180316 CPUtime=1181.84
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 45533 0 0 0 118133 51 0 0 25 0 1 0 332048236 184643584 44562 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 45079 44562 67 132 0 44944 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 180316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.88 2/78 16393
/proc/meminfo: memFree=1295704/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=180316 CPUtime=1200.03
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 45533 0 0 0 119952 51 0 0 25 0 1 0 332048236 184643584 44562 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 45079 44562 67 132 0 44944 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 180316

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.88 2/78 16393
/proc/meminfo: memFree=1295704/2055920 swapFree=4174560/4192956
[pid=16194] ppid=16192 vsize=180316 CPUtime=1200.03
/proc/16194/stat : 16194 (minimarch) R 16192 16194 16077 0 -1 4194304 45533 0 0 0 119952 51 0 0 25 0 1 0 332048236 184643584 44562 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16194/statm: 45079 44562 67 132 0 44944 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 180316

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.07
CPU user time (s): 1199.53
CPU system time (s): 0.544917
CPU usage (%): 99.9614
Max. virtual memory (cumulated for all children) (KiB): 180316

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

runsolver used 1.36379 second user time and 3.01254 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Mar  5 18:55:34 UTC 2007

IDJOB= 328654
IDBENCH= 20521
IDSOLVER= 110
FILE ID= node5/328654-1173120934

PBS_JOBID= 4014957

Free space on /tmp= 66535 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= /tmp/evaluation/328654-1173120934/minimarch /tmp/evaluation/328654-1173120934/instance-328654-1173120934.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-328654-1173120934 -o ROOT/results/node5/solver-328654-1173120934 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328654-1173120934/minimarch /tmp/evaluation/328654-1173120934/instance-328654-1173120934.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  337e301d7c1a4748ec4a1ced7e688c38

RANDOM SEED= 102818326

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1474744 kB
Buffers:         39200 kB
Cached:         452952 kB
SwapCached:       2208 kB
Active:         127196 kB
Inactive:       392848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474744 kB
SwapTotal:     4192956 kB
SwapFree:      4174560 kB
Dirty:            6352 kB
Writeback:           0 kB
Mapped:          36616 kB
Slab:            46752 kB
Committed_AS:  1165400 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= 66535 MiB

End job on node5 on Mon Mar  5 19:15:37 UTC 2007