Trace number 420934

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
minisat SAT 2007? (TO) 1200.04 1200.61

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1380126410-13.UNSAT.shuffled.cnf
MD5SUM686dd485c2804890e53697263a117786
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark175.909
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  90                                                   |
0.00/0.00	c |  Number of clauses:    1917                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |      90     1917     9585 |      639        0    nan |  0.000 % |
0.00/0.01	c |       100 |      90     1917     9585 |      702      100     21 |  0.012 % |
0.00/0.01	c |       251 |      90     1917     9585 |      773      251     21 |  0.012 % |
0.00/0.02	c |       479 |      90     1917     9585 |      850      479     20 |  0.012 % |
0.00/0.03	c |       816 |      90     1917     9585 |      935      816     20 |  0.012 % |
0.00/0.04	c |      1324 |      90     1917     9585 |     1029      842     19 |  0.012 % |
0.05/0.06	c |      2084 |      90     1917     9585 |     1132      551     17 |  0.012 % |
0.05/0.10	c |      3223 |      90     1917     9585 |     1245     1115     19 |  0.012 % |
0.10/0.15	c |      4932 |      90     1917     9585 |     1369      931     18 |  0.012 % |
0.20/0.23	c |      7495 |      90     1917     9585 |     1506      718     17 |  0.012 % |
0.30/0.36	c |     11339 |      90     1917     9585 |     1657     1518     18 |  0.012 % |
0.50/0.55	c |     17105 |      90     1917     9585 |     1823     1417     18 |  0.012 % |
0.79/0.85	c |     25754 |      90     1917     9585 |     2005     1777     18 |  0.012 % |
1.29/1.32	c |     38728 |      90     1917     9585 |     2206     1552     19 |  0.012 % |
1.99/2.03	c |     58189 |      90     1917     9585 |     2426     2076     18 |  0.012 % |
3.09/3.14	c |     87382 |      90     1917     9585 |     2669     1879     18 |  0.012 % |
4.79/4.88	c |    131171 |      90     1917     9585 |     2936     2586     17 |  0.012 % |
7.49/7.59	c |    196855 |      90     1917     9585 |     3229     1662     18 |  0.012 % |
11.69/11.77	c |    295381 |      90     1917     9585 |     3552     2571     19 |  0.012 % |
18.29/18.34	c |    443170 |      90     1917     9585 |     3908     1943     18 |  0.012 % |
28.38/28.46	c |    664854 |      90     1917     9585 |     4298     3378     20 |  0.012 % |
44.27/44.37	c |    997379 |      90     1917     9585 |     4728     3152     18 |  0.012 % |
69.36/69.46	c |   1496167 |      90     1917     9585 |     5201     3173     17 |  0.012 % |
108.35/108.47	c |   2244349 |      90     1917     9585 |     5721     4433     17 |  0.012 % |
169.72/169.88	c |   3366623 |      90     1917     9585 |     6293     3879     18 |  0.012 % |
265.59/265.77	c |   5050034 |      90     1917     9585 |     6923     4311     18 |  0.012 % |
416.83/417.01	c |   7575151 |      90     1917     9585 |     7615     4995     17 |  0.012 % |
653.53/653.87	c |  11362826 |      90     1917     9585 |     8377     5177     17 |  0.012 % |
1026.69/1027.11	c |  17044341 |      90     1917     9585 |     9215     5515     17 |  0.013 % |

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/node10/watcher-420934-1177490528 -o ROOT/results/node10/solver-420934-1177490528 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/420934-1177490528/minisat_noassertions /tmp/evaluation/420934-1177490528/instance-420934-1177490528.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.06 0.01 0.00 3/77 7024
/proc/meminfo: memFree=1827672/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=1852 CPUtime=0
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 225090344 1896448 127 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 463 127 62 130 0 330 0

[startup+0.05429 s]
/proc/loadavg: 0.06 0.01 0.00 3/77 7024
/proc/meminfo: memFree=1827672/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=1852 CPUtime=0.05
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 158 0 0 0 5 0 0 0 18 0 1 0 225090344 1896448 144 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 463 144 66 130 0 330 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1852

[startup+0.101298 s]
/proc/loadavg: 0.06 0.01 0.00 3/77 7024
/proc/meminfo: memFree=1827672/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=1984 CPUtime=0.1
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 165 0 0 0 10 0 0 0 18 0 1 0 225090344 2031616 151 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 496 151 66 130 0 363 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1984

[startup+0.301342 s]
/proc/loadavg: 0.06 0.01 0.00 3/77 7024
/proc/meminfo: memFree=1827672/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=1984 CPUtime=0.3
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 181 0 0 0 30 0 0 0 19 0 1 0 225090344 2031616 167 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 496 167 66 130 0 363 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1984

[startup+0.701428 s]
/proc/loadavg: 0.06 0.01 0.00 3/77 7024
/proc/meminfo: memFree=1827672/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=2116 CPUtime=0.69
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 204 0 0 0 69 0 0 0 23 0 1 0 225090344 2166784 190 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 529 190 66 130 0 396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.5016 s]
/proc/loadavg: 0.06 0.01 0.00 2/78 7025
/proc/meminfo: memFree=1827024/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=2116 CPUtime=1.49
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 225 0 0 0 149 0 0 0 25 0 1 0 225090344 2166784 211 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 529 211 66 130 0 396 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2116

[startup+3.10194 s]
/proc/loadavg: 0.06 0.01 0.00 2/78 7025
/proc/meminfo: memFree=1826832/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=2248 CPUtime=3.09
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 252 0 0 0 309 0 0 0 25 0 1 0 225090344 2301952 238 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546882 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 562 238 66 130 0 429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.30163 s]
/proc/loadavg: 0.13 0.03 0.01 2/78 7025
/proc/meminfo: memFree=1826512/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=2380 CPUtime=6.29
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 292 0 0 0 629 0 0 0 25 0 1 0 225090344 2437120 278 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 595 278 66 130 0 462 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2380

[startup+12.702 s]
/proc/loadavg: 0.20 0.05 0.01 2/78 7025
/proc/meminfo: memFree=1826264/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=2648 CPUtime=12.69
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 337 0 0 0 1269 0 0 0 25 0 1 0 225090344 2711552 323 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552987 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 662 323 66 130 0 529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2648

[startup+25.5018 s]
/proc/loadavg: 0.45 0.11 0.03 2/78 7025
/proc/meminfo: memFree=1826008/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=2776 CPUtime=25.48
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 390 0 0 0 2548 0 0 0 25 0 1 0 225090344 2842624 376 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 694 376 66 130 0 561 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2776

[startup+51.1012 s]
/proc/loadavg: 0.64 0.18 0.06 2/78 7025
/proc/meminfo: memFree=1825752/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=3172 CPUtime=51.07
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 465 0 0 0 5107 0 0 0 25 0 1 0 225090344 3248128 451 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 793 451 66 130 0 660 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3172

[startup+102.305 s]
/proc/loadavg: 0.84 0.30 0.10 2/78 7025
/proc/meminfo: memFree=1825432/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=3308 CPUtime=102.25
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 520 0 0 0 10225 0 0 0 25 0 1 0 225090344 3387392 506 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 827 506 66 130 0 694 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 3308

[startup+162.301 s]
/proc/loadavg: 0.94 0.43 0.16 2/78 7025
/proc/meminfo: memFree=1825112/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=3596 CPUtime=162.22
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 591 0 0 0 16222 0 0 0 25 0 1 0 225090344 3682304 577 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546916 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 899 577 66 130 0 766 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 3596

[startup+222.302 s]
/proc/loadavg: 0.98 0.53 0.21 2/78 7025
/proc/meminfo: memFree=1825048/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=3736 CPUtime=222.21
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 628 0 0 0 22220 1 0 0 25 0 1 0 225090344 3825664 614 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 934 614 66 130 0 801 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 3736

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.25 2/78 7025
/proc/meminfo: memFree=1824792/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4016 CPUtime=282.18
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 677 0 0 0 28217 1 0 0 25 0 1 0 225090344 4112384 663 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1004 663 66 130 0 871 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 4016

[startup+342.302 s]
/proc/loadavg: 0.99 0.68 0.30 2/78 7025
/proc/meminfo: memFree=1824664/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4156 CPUtime=342.15
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 712 0 0 0 34214 1 0 0 25 0 1 0 225090344 4255744 698 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1039 698 66 130 0 906 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 4156

[startup+402.302 s]
/proc/loadavg: 0.99 0.74 0.34 2/78 7025
/proc/meminfo: memFree=1824664/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4156 CPUtime=402.13
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 717 0 0 0 40211 2 0 0 25 0 1 0 225090344 4255744 703 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1039 703 66 130 0 906 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 4156

[startup+462.302 s]
/proc/loadavg: 0.99 0.78 0.38 2/78 7025
/proc/meminfo: memFree=1824536/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4304 CPUtime=462.11
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 741 0 0 0 46209 2 0 0 25 0 1 0 225090344 4407296 727 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1076 727 66 130 0 943 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 4304

[startup+522.301 s]
/proc/loadavg: 0.99 0.82 0.41 2/78 7025
/proc/meminfo: memFree=1824472/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4304 CPUtime=522.09
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 752 0 0 0 52206 3 0 0 25 0 1 0 225090344 4407296 738 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1076 738 66 130 0 943 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 4304

[startup+582.301 s]
/proc/loadavg: 0.99 0.85 0.45 2/78 7025
/proc/meminfo: memFree=1824408/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4304 CPUtime=582.06
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 768 0 0 0 58203 3 0 0 25 0 1 0 225090344 4407296 754 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552910 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1076 754 66 130 0 943 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 4304

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/78 7025
/proc/meminfo: memFree=1824344/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4304 CPUtime=642.04
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 768 0 0 0 64201 3 0 0 25 0 1 0 225090344 4407296 754 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1076 754 66 130 0 943 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 4304

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.51 2/78 7025
/proc/meminfo: memFree=1824216/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4596 CPUtime=702.02
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 813 0 0 0 70198 4 0 0 25 0 1 0 225090344 4706304 799 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1149 799 66 130 0 1016 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 4596

[startup+762.306 s]
/proc/loadavg: 0.99 0.91 0.54 2/78 7025
/proc/meminfo: memFree=1824152/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4596 CPUtime=761.99
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 823 0 0 0 76195 4 0 0 25 0 1 0 225090344 4706304 809 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1149 809 66 130 0 1016 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 4596

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/78 7025
/proc/meminfo: memFree=1824088/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4744 CPUtime=821.97
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 843 0 0 0 82192 5 0 0 25 0 1 0 225090344 4857856 829 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1186 829 66 130 0 1053 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 4744

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.59 2/78 7025
/proc/meminfo: memFree=1823960/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4744 CPUtime=881.94
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 873 0 0 0 88189 5 0 0 25 0 1 0 225090344 4857856 859 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1186 859 66 130 0 1053 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 4744

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/78 7025
/proc/meminfo: memFree=1823896/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4892 CPUtime=941.92
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 898 0 0 0 94187 5 0 0 25 0 1 0 225090344 5009408 884 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1223 884 66 130 0 1090 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 4892

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/78 7025
/proc/meminfo: memFree=1823832/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=4892 CPUtime=1001.9
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 903 0 0 0 100184 6 0 0 25 0 1 0 225090344 5009408 889 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1223 889 66 130 0 1090 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 4892

[startup+1062.3 s]
/proc/loadavg: 0.99 0.96 0.65 2/78 7025
/proc/meminfo: memFree=1823704/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=5040 CPUtime=1061.87
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 932 0 0 0 106181 6 0 0 25 0 1 0 225090344 5160960 918 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1260 918 66 130 0 1127 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 5040

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/78 7025
/proc/meminfo: memFree=1823512/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=5188 CPUtime=1121.85
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 972 0 0 0 112178 7 0 0 25 0 1 0 225090344 5312512 958 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1297 958 66 130 0 1164 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 5188

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/84 7199
/proc/meminfo: memFree=1822160/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=5336 CPUtime=1181.75
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 991 0 0 0 118167 8 0 0 25 0 1 0 225090344 5464064 977 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1334 977 66 130 0 1201 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 5336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.69 2/78 7223
/proc/meminfo: memFree=1823256/2055920 swapFree=4145420/4192956
[pid=7024] ppid=7022 vsize=5336 CPUtime=1200.03
/proc/7024/stat : 7024 (minisat_noasser) R 7022 7024 6922 0 -1 4194304 991 0 0 0 119995 8 0 0 25 0 1 0 225090344 5464064 977 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545953 0 0 4096 3 0 0 0 17 1 0 0
/proc/7024/statm: 1334 977 66 130 0 1201 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 5336

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.61
CPU time (s): 1200.04
CPU user time (s): 1199.96
CPU system time (s): 0.082987
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 5336

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

runsolver used 0.930858 second user time and 2.57961 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Wed Apr 25 08:42:08 UTC 2007

IDJOB= 420934
IDBENCH= 19843
IDSOLVER= 188
FILE ID= node10/420934-1177490528

PBS_JOBID= 4685810

Free space on /tmp= 66274 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1380126410-13.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/420934-1177490528/minisat_noassertions /tmp/evaluation/420934-1177490528/instance-420934-1177490528.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-420934-1177490528 -o ROOT/results/node10/solver-420934-1177490528 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/420934-1177490528/minisat_noassertions /tmp/evaluation/420934-1177490528/instance-420934-1177490528.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  686dd485c2804890e53697263a117786

RANDOM SEED= 469161701

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1828080 kB
Buffers:         38808 kB
Cached:         122832 kB
SwapCached:      16248 kB
Active:         117360 kB
Inactive:        67928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828080 kB
SwapTotal:     4192956 kB
SwapFree:      4145420 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          29856 kB
Slab:            28200 kB
Committed_AS:  3732548 kB
PageTables:       1708 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= 66274 MiB

End job on node10 on Wed Apr 25 09:02:11 UTC 2007