Trace number 1805933

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
minisat2-core 070721? (TO) 1200.1 1200.51

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l2.sat05-519.reshuffled-07.cnf
MD5SUM5344c68d1511d70cde59fef7dc46c3a5
Bench CategoryCRAFTED (crafted 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 variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is 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:  4487                                                 |
0.00/0.00	|  Number of clauses:    18555                                                |
0.00/0.01	|  Parsing time:         0.01         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |    4487    18555    54310 |     6185        0    nan |  0.000 % |
0.00/0.03	|       100 |    4487    18555    54310 |     6803      100     18 |  0.000 % |
0.00/0.04	|       250 |    4487    18555    54310 |     7483      250     15 |  0.000 % |
0.00/0.08	|       475 |    4487    18555    54310 |     8232      475     20 |  0.000 % |
0.09/0.11	|       812 |    4487    18555    54310 |     9055      812     21 |  0.000 % |
0.09/0.19	|      1319 |    4487    18555    54310 |     9961     1319     23 |  0.000 % |
0.29/0.32	|      2079 |    4487    18555    54310 |    10957     2079     27 |  0.000 % |
0.59/0.63	|      3218 |    4487    18555    54310 |    12052     3218     31 |  0.000 % |
0.99/1.04	|      4926 |    4487    18555    54310 |    13258     4926     31 |  0.000 % |
1.69/1.75	|      7490 |    4487    18555    54310 |    14583     7490     33 |  0.000 % |
2.79/2.85	|     11335 |    4487    18555    54310 |    16042    11335     33 |  0.000 % |
4.58/4.66	|     17102 |    4487    18555    54310 |    17646    17102     35 |  0.000 % |
7.48/7.58	|     25751 |    4487    18555    54310 |    19411    15718     35 |  0.000 % |
12.78/12.81	|     38725 |    4487    18555    54310 |    21352    17850     40 |  0.000 % |
19.58/19.65	|     58187 |    4487    18555    54310 |    23487    12520     33 |  0.000 % |
35.58/35.62	|     87379 |    4487    18555    54310 |    25836    14140     43 |  0.000 % |
60.37/60.45	|    131169 |    4487    18555    54310 |    28419    24879     52 |  0.000 % |
110.06/110.12	|    196854 |    4487    18555    54310 |    31261    16770     69 |  0.000 % |
179.34/179.44	|    295381 |    4487    18555    54310 |    34388    29080     41 |  0.000 % |
301.29/301.48	|    443170 |    4487    18555    54310 |    37826    31008     36 |  0.000 % |
470.74/470.90	|    664853 |    4487    18555    54310 |    41609    33091     41 |  0.000 % |
762.13/762.43	|    997378 |    4487    18555    54310 |    45770    28700     44 |  0.000 % |
1195.49/1195.91	|   1496166 |    4487    18555    54310 |    50347    46926     45 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1805933-1242143412/watcher-1805933-1242143412 -o /tmp/evaluation-result-1805933-1242143412/solver-1805933-1242143412 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805933-1242143412.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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 6096
/proc/meminfo: memFree=1721200/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=1896 CPUtime=0
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 177 0 0 0 0 0 0 0 20 0 1 0 242367977 1941504 162 1992294400 134512640 135213614 4294956256 18446744073709551615 134722751 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 474 166 57 171 0 300 0

[startup+0.101408 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 6096
/proc/meminfo: memFree=1721200/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=3064 CPUtime=0.09
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 485 0 0 0 9 0 0 0 20 0 1 0 242367977 3137536 470 1992294400 134512640 135213614 4294956256 18446744073709551615 134537001 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 766 470 77 171 0 592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3064

[startup+0.201426 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 6096
/proc/meminfo: memFree=1721200/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=3196 CPUtime=0.19
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 509 0 0 0 19 0 0 0 21 0 1 0 242367977 3272704 494 1992294400 134512640 135213614 4294956256 18446744073709551615 134539004 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 799 494 77 171 0 625 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3196

[startup+0.301444 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 6096
/proc/meminfo: memFree=1721200/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=3328 CPUtime=0.29
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 534 0 0 0 29 0 0 0 21 0 1 0 242367977 3407872 519 1992294400 134512640 135213614 4294956256 18446744073709551615 134527247 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 832 519 77 171 0 658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3328

[startup+0.701516 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 6096
/proc/meminfo: memFree=1721200/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=3592 CPUtime=0.69
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 606 0 0 0 69 0 0 0 25 0 1 0 242367977 3678208 591 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 898 591 77 171 0 724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3592

[startup+1.50166 s]
/proc/loadavg: 0.92 0.97 0.90 2/65 6097
/proc/meminfo: memFree=1718888/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=4140 CPUtime=1.49
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 740 0 0 0 149 0 0 0 25 0 1 0 242367977 4239360 725 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 1035 725 77 171 0 861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4140

[startup+3.10195 s]
/proc/loadavg: 0.92 0.97 0.90 2/65 6097
/proc/meminfo: memFree=1718056/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=5064 CPUtime=3.09
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 981 0 0 0 309 0 0 0 25 0 1 0 242367977 5185536 966 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 1266 966 77 171 0 1092 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5064

[startup+6.30153 s]
/proc/loadavg: 0.93 0.97 0.90 2/65 6097
/proc/meminfo: memFree=1716016/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=6576 CPUtime=6.28
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 1352 0 0 0 628 0 0 0 25 0 1 0 242367977 6733824 1337 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 1644 1337 77 171 0 1470 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6576

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.90 2/65 6097
/proc/meminfo: memFree=1715248/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=7256 CPUtime=12.68
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 1503 0 0 0 1268 0 0 0 25 0 1 0 242367977 7430144 1488 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 1814 1488 77 171 0 1640 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7256

[startup+25.502 s]
/proc/loadavg: 0.95 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1714096/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=8332 CPUtime=25.48
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 1798 0 0 0 2547 1 0 0 25 0 1 0 242367977 8531968 1783 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 2083 1783 77 171 0 1909 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8332

[startup+51.1016 s]
/proc/loadavg: 0.96 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1712816/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=9712 CPUtime=51.07
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 2122 0 0 0 5106 1 0 0 25 0 1 0 242367977 9945088 2107 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 2428 2107 77 171 0 2254 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9712

[startup+102.302 s]
/proc/loadavg: 0.98 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1707248/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=15148 CPUtime=102.25
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 3481 0 0 0 10224 1 0 0 25 0 1 0 242367977 15511552 3466 1992294400 134512640 135213614 4294956256 18446744073709551615 134529786 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 3787 3466 77 171 0 3613 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 15148

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1707248/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=15148 CPUtime=162.24
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 3485 0 0 0 16222 2 0 0 25 0 1 0 242367977 15511552 3470 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 3787 3470 77 171 0 3613 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15148

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1707184/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=15148 CPUtime=222.22
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 3487 0 0 0 22220 2 0 0 25 0 1 0 242367977 15511552 3472 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 3787 3472 77 171 0 3613 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 15148

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1707184/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=15148 CPUtime=282.2
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 3487 0 0 0 28218 2 0 0 25 0 1 0 242367977 15511552 3472 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 3787 3472 77 171 0 3613 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 15148

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1707056/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=15296 CPUtime=342.18
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 3516 0 0 0 34216 2 0 0 25 0 1 0 242367977 15663104 3501 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 3824 3501 77 171 0 3650 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 15296

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1706352/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=16064 CPUtime=402.15
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 3686 0 0 0 40213 2 0 0 25 0 1 0 242367977 16449536 3671 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 4016 3671 77 171 0 3842 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 16064

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1705008/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=17316 CPUtime=462.14
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 4005 0 0 0 46211 3 0 0 25 0 1 0 242367977 17731584 3990 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 4329 3990 77 171 0 4155 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 17316

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1704752/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=17528 CPUtime=522.12
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 4060 0 0 0 52209 3 0 0 25 0 1 0 242367977 17948672 4045 1992294400 134512640 135213614 4294956256 18446744073709551615 134536598 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 4382 4045 77 171 0 4208 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 17528

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1704496/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=17892 CPUtime=582.09
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 4125 0 0 0 58206 3 0 0 25 0 1 0 242367977 18321408 4110 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 4473 4110 77 171 0 4299 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 17892

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6097
/proc/meminfo: memFree=1703984/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=18516 CPUtime=642.07
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 4271 0 0 0 64204 3 0 0 25 0 1 0 242367977 18960384 4256 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 4629 4256 77 171 0 4455 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 18516

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1703472/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=18792 CPUtime=702.05
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 4344 0 0 0 70201 4 0 0 25 0 1 0 242367977 19243008 4329 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 4698 4329 77 171 0 4524 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 18792

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1702704/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=19632 CPUtime=762.03
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 4531 0 0 0 76199 4 0 0 25 0 1 0 242367977 20103168 4516 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 4908 4516 77 171 0 4734 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 19632

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1700272/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=21980 CPUtime=822.01
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 5134 0 0 0 82196 5 0 0 25 0 1 0 242367977 22507520 5119 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 5495 5119 77 171 0 5321 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 21980

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1700272/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=21980 CPUtime=881.99
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 5138 0 0 0 88194 5 0 0 25 0 1 0 242367977 22507520 5123 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 5495 5123 77 171 0 5321 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 21980

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1700208/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=21980 CPUtime=941.97
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 5138 0 0 0 94192 5 0 0 25 0 1 0 242367977 22507520 5123 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 5495 5123 77 171 0 5321 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 21980

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1699184/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=23164 CPUtime=1001.95
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 5391 0 0 0 100190 5 0 0 25 0 1 0 242367977 23719936 5376 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 5791 5376 77 171 0 5617 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 23164

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1698928/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=23428 CPUtime=1061.93
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 5463 0 0 0 106188 5 0 0 25 0 1 0 242367977 23990272 5448 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 5857 5448 77 171 0 5683 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 23428

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1698608/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=23716 CPUtime=1121.91
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 5527 0 0 0 112185 6 0 0 25 0 1 0 242367977 24285184 5512 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 5929 5512 77 171 0 5755 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 23716

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1698608/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=23716 CPUtime=1181.89
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 5529 0 0 0 118183 6 0 0 25 0 1 0 242367977 24285184 5514 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 5929 5514 77 171 0 5755 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 23716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 6103
/proc/meminfo: memFree=1698544/2055920 swapFree=4180452/4192956
[pid=6096] ppid=6094 vsize=23716 CPUtime=1200.09
/proc/6096/stat : 6096 (minisat_static) R 6094 6096 6028 0 -1 4194304 5554 0 0 0 120003 6 0 0 25 0 1 0 242367977 24285184 5539 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/6096/statm: 5929 5539 77 171 0 5755 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 23716

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.51
CPU time (s): 1200.1
CPU user time (s): 1200.04
CPU system time (s): 0.065989
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 23716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5554
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= 3
involuntary context switches= 1603

runsolver used 0.902862 second user time and 2.6106 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-12 17:50:12
IDJOB=1805933
IDBENCH=24625
IDSOLVER=651
FILE ID=node60/1805933-1242143412
PBS_JOBID= 9289664
Free space on /tmp= 65992 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l2.sat05-519.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805933-1242143412/watcher-1805933-1242143412 -o /tmp/evaluation-result-1805933-1242143412/solver-1805933-1242143412 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1805933-1242143412.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5344c68d1511d70cde59fef7dc46c3a5
RANDOM SEED=1792798177

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1721680 kB
Buffers:         36364 kB
Cached:         228920 kB
SwapCached:       6308 kB
Active:          79144 kB
Inactive:       194956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721680 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            1108 kB
Writeback:           0 kB
Mapped:          14024 kB
Slab:            46092 kB
Committed_AS:   878880 kB
PageTables:       1448 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= 65992 MiB
End job on node60 at 2009-05-12 18:10:15