Trace number 427223

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.05 1200.41

General information on the benchmark

Namerandom/OnTreshold/5SAT/v110/
unif-k5-r21.3-v110-c2343-S1869272420-19.SAT.shuffled.cnf
MD5SUM4c82e15dddaac18e48f58e3db4a1e7b5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
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 52343
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:  110                                                  |
0.00/0.00	|  Number of clauses:    2343                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     110     2343    11715 |      781        0    nan |  0.000 % |
0.00/0.03	|       101 |     110     2343    11715 |      859      101     26 |  0.008 % |
0.00/0.03	|       252 |     110     2343    11715 |      945      252     25 |  0.008 % |
0.00/0.04	|       477 |     110     2343    11715 |     1039      477     24 |  0.008 % |
0.00/0.05	|       815 |     110     2343    11715 |     1143      815     24 |  0.008 % |
0.06/0.07	|      1321 |     110     2343    11715 |     1257      731     23 |  0.008 % |
0.06/0.10	|      2080 |     110     2343    11715 |     1383      844     25 |  0.008 % |
0.10/0.14	|      3220 |     110     2343    11715 |     1521     1283     24 |  0.008 % |
0.20/0.20	|      4928 |     110     2343    11715 |     1674     1437     24 |  0.008 % |
0.30/0.31	|      7491 |     110     2343    11715 |     1841     1454     23 |  0.008 % |
0.40/0.46	|     11335 |     110     2343    11715 |     2025     1553     24 |  0.008 % |
0.70/0.72	|     17101 |     110     2343    11715 |     2228     1142     21 |  0.008 % |
1.10/1.11	|     25750 |     110     2343    11715 |     2451     1873     22 |  0.008 % |
1.70/1.71	|     38725 |     110     2343    11715 |     2696     2420     23 |  0.008 % |
2.60/2.63	|     58187 |     110     2343    11715 |     2965     1424     21 |  0.008 % |
4.00/4.07	|     87379 |     110     2343    11715 |     3262     2125     23 |  0.008 % |
6.29/6.33	|    131168 |     110     2343    11715 |     3588     3052     24 |  0.008 % |
9.80/9.83	|    196852 |     110     2343    11715 |     3947     3561     23 |  0.008 % |
15.29/15.33	|    295381 |     110     2343    11715 |     4342     2615     23 |  0.008 % |
23.79/23.85	|    443170 |     110     2343    11715 |     4776     3807     24 |  0.008 % |
37.28/37.38	|    664855 |     110     2343    11715 |     5254     4292     23 |  0.008 % |
58.28/58.37	|    997381 |     110     2343    11715 |     5779     3811     23 |  0.008 % |
90.26/90.35	|   1496169 |     110     2343    11715 |     6357     2965     22 |  0.008 % |
140.85/140.95	|   2244351 |     110     2343    11715 |     6993     3635     23 |  0.008 % |
220.03/220.19	|   3366625 |     110     2343    11715 |     7692     5688     23 |  0.008 % |
344.48/344.69	|   5050037 |     110     2343    11715 |     8461     5499     22 |  0.008 % |
539.84/540.02	|   7575155 |     110     2343    11715 |     9308     4353     22 |  0.008 % |
847.04/847.38	|  11362832 |     110     2343    11715 |    10238     5580     23 |  0.008 % |

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/node35/watcher-427223-1177632255 -o ROOT/results/node35/solver-427223-1177632255 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427223-1177632255/minimarch_fixed /tmp/evaluation/427223-1177632255/instance-427223-1177632255.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 26328
/proc/meminfo: memFree=1643840/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=1868 CPUtime=0
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 211140910 1912832 126 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523002 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 467 126 51 132 0 332 0

[startup+0.06347 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 26328
/proc/meminfo: memFree=1643840/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=1996 CPUtime=0.06
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 172 0 0 0 6 0 0 0 18 0 1 0 211140910 2043904 157 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557746 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 499 157 67 132 0 364 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1996

[startup+0.101474 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 26328
/proc/meminfo: memFree=1643840/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=1996 CPUtime=0.1
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 183 0 0 0 10 0 0 0 18 0 1 0 211140910 2043904 168 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 499 168 67 132 0 364 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1996

[startup+0.301497 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 26328
/proc/meminfo: memFree=1643840/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=2128 CPUtime=0.3
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 203 0 0 0 30 0 0 0 19 0 1 0 211140910 2179072 188 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552694 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 532 188 67 132 0 397 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2128

[startup+0.701544 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 26328
/proc/meminfo: memFree=1643840/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=2128 CPUtime=0.7
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 226 0 0 0 70 0 0 0 22 0 1 0 211140910 2179072 211 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 532 211 67 132 0 397 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2128

[startup+1.50164 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1643128/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=2260 CPUtime=1.5
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 258 0 0 0 150 0 0 0 25 0 1 0 211140910 2314240 243 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 565 243 67 132 0 430 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2260

[startup+3.10183 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1642872/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=2392 CPUtime=3.1
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 290 0 0 0 310 0 0 0 25 0 1 0 211140910 2449408 275 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551293 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 598 275 67 132 0 463 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2392

[startup+6.3012 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1642560/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=2524 CPUtime=6.29
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 322 0 0 0 629 0 0 0 25 0 1 0 211140910 2584576 307 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551318 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 631 307 67 132 0 496 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2524

[startup+12.7029 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1642368/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=2804 CPUtime=12.69
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 380 0 0 0 1269 0 0 0 25 0 1 0 211140910 2871296 365 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551391 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 701 365 67 132 0 566 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2804

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1642112/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=3068 CPUtime=25.49
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 439 0 0 0 2549 0 0 0 25 0 1 0 211140910 3141632 424 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 767 424 67 132 0 632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3068

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1641792/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=3336 CPUtime=51.08
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 512 0 0 0 5108 0 0 0 25 0 1 0 211140910 3416064 497 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557310 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 834 497 67 132 0 699 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3336

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1641472/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=3748 CPUtime=102.26
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 611 0 0 0 10226 0 0 0 25 0 1 0 211140910 3837952 596 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551344 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 937 596 67 132 0 802 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3748

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1641152/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=4012 CPUtime=162.24
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 699 0 0 0 16224 0 0 0 25 0 1 0 211140910 4108288 684 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550921 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1003 684 67 132 0 868 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 4012

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1640896/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=4284 CPUtime=222.23
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 751 0 0 0 22222 1 0 0 25 0 1 0 211140910 4386816 736 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1071 736 67 132 0 936 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4284

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1640832/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=4416 CPUtime=282.21
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 787 0 0 0 28220 1 0 0 25 0 1 0 211140910 4521984 772 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552694 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1104 772 67 132 0 969 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 4416

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1640768/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=4560 CPUtime=342.19
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 811 0 0 0 34218 1 0 0 25 0 1 0 211140910 4669440 796 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551550 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1140 796 67 132 0 1005 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 4560

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1640448/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=4692 CPUtime=402.17
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 870 0 0 0 40215 2 0 0 25 0 1 0 211140910 4804608 855 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1173 855 67 132 0 1038 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 4692

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1640448/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=4840 CPUtime=462.15
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 893 0 0 0 46213 2 0 0 25 0 1 0 211140910 4956160 878 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1210 878 67 132 0 1075 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 4840

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1640320/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=4840 CPUtime=522.14
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 905 0 0 0 52211 3 0 0 25 0 1 0 211140910 4956160 890 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551230 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1210 890 67 132 0 1075 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 4840

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1640192/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5108 CPUtime=582.12
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 950 0 0 0 58209 3 0 0 25 0 1 0 211140910 5230592 935 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1277 935 67 132 0 1142 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 5108

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1640128/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5108 CPUtime=642.1
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 965 0 0 0 64207 3 0 0 25 0 1 0 211140910 5230592 950 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1277 950 67 132 0 1142 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 5108

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 3/78 26329
/proc/meminfo: memFree=1640000/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5248 CPUtime=702.09
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 982 0 0 0 70205 4 0 0 25 0 1 0 211140910 5373952 967 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1312 967 67 132 0 1177 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 5248

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1639936/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5396 CPUtime=762.07
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 1010 0 0 0 76203 4 0 0 25 0 1 0 211140910 5525504 995 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1349 995 67 132 0 1214 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 5396

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1639936/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5396 CPUtime=822.05
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 1016 0 0 0 82201 4 0 0 25 0 1 0 211140910 5525504 1001 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1349 1001 67 132 0 1214 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 5396

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1639808/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5532 CPUtime=882.03
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 1049 0 0 0 88198 5 0 0 25 0 1 0 211140910 5664768 1034 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1383 1034 67 132 0 1248 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 5532

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1639680/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5532 CPUtime=942.01
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 1070 0 0 0 94196 5 0 0 25 0 1 0 211140910 5664768 1055 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1383 1055 67 132 0 1248 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 5532

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1639680/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5680 CPUtime=1002
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 1100 0 0 0 100194 6 0 0 25 0 1 0 211140910 5816320 1085 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551756 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1420 1085 67 132 0 1285 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 5680

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1639552/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5828 CPUtime=1061.98
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 1117 0 0 0 106192 6 0 0 25 0 1 0 211140910 5967872 1102 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1457 1102 67 132 0 1322 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 5828

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1639424/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5828 CPUtime=1121.96
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 1136 0 0 0 112190 6 0 0 25 0 1 0 211140910 5967872 1121 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1457 1121 67 132 0 1322 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 5828

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1639424/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5972 CPUtime=1181.95
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 1149 0 0 0 118188 7 0 0 25 0 1 0 211140910 6115328 1134 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1493 1134 67 132 0 1358 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 5972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 26329
/proc/meminfo: memFree=1639360/2055920 swapFree=4151088/4192956
[pid=26328] ppid=26326 vsize=5972 CPUtime=1200.04
/proc/26328/stat : 26328 (minimarch_fixed) R 26326 26328 25586 0 -1 4194304 1158 0 0 0 119997 7 0 0 25 0 1 0 211140910 6115328 1143 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550387 0 0 4096 3 0 0 0 17 1 0 0
/proc/26328/statm: 1493 1143 67 132 0 1358 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 5972

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.41
CPU time (s): 1200.05
CPU user time (s): 1199.98
CPU system time (s): 0.072988
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 5972

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

runsolver used 0.973851 second user time and 2.44463 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Fri Apr 27 00:04:15 UTC 2007

IDJOB= 427223
IDBENCH= 19867
IDSOLVER= 198
FILE ID= node35/427223-1177632255

PBS_JOBID= 4697227

Free space on /tmp= 66337 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v110/unif-k5-r21.3-v110-c2343-S1869272420-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427223-1177632255/minimarch_fixed /tmp/evaluation/427223-1177632255/instance-427223-1177632255.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-427223-1177632255 -o ROOT/results/node35/solver-427223-1177632255 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427223-1177632255/minimarch_fixed /tmp/evaluation/427223-1177632255/instance-427223-1177632255.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  4c82e15dddaac18e48f58e3db4a1e7b5

RANDOM SEED= 222978469

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.232
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.232
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:       1644184 kB
Buffers:         39672 kB
Cached:         291628 kB
SwapCached:       9720 kB
Active:         221972 kB
Inactive:       134132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644184 kB
SwapTotal:     4192956 kB
SwapFree:      4151088 kB
Dirty:            3000 kB
Writeback:           0 kB
Mapped:          30992 kB
Slab:            40864 kB
Committed_AS:  2610808 kB
PageTables:       1996 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= 66337 MiB

End job on node35 on Fri Apr 27 00:24:17 UTC 2007