Trace number 1595540

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
SAT07 reference solver: minisat SAT 2007? (TO) 1200.07 1200.42

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes8.cnf
MD5SUM0b0881d9187e7912564ae88556ada128
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.6625
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

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:  945                                                  |
0.00/0.00	c |  Number of clauses:    61409                                                |
0.00/0.04	c |  Parsing time:         0.04         s                                       |
1.00/1.05	c ============================[ Search Statistics ]==============================
1.00/1.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.00/1.05	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.00/1.05	c ===============================================================================
1.00/1.05	c |         0 |     900    60464   180938 |    20154        0    nan |  0.000 % |
1.00/1.06	c |       100 |     900    60464   180938 |    22170      100    184 |  0.000 % |
1.00/1.08	c |       254 |     900    60464   180938 |    24387      254    174 |  0.000 % |
1.10/1.11	c |       480 |     900    60464   180938 |    26825      480    155 |  0.000 % |
1.10/1.15	c |       824 |     900    60464   180938 |    29508      824    149 |  0.000 % |
1.19/1.22	c |      1331 |     900    60464   180938 |    32459     1331    138 |  0.000 % |
1.29/1.34	c |      2094 |     900    60464   180938 |    35705     2094    130 |  0.000 % |
1.49/1.53	c |      3236 |     900    60464   180938 |    39275     3236    126 |  0.000 % |
1.79/1.84	c |      4945 |     900    60464   180938 |    43203     4945    129 |  0.000 % |
2.39/2.45	c |      7509 |     900    60464   180938 |    47523     7509    133 |  0.000 % |
3.69/3.72	c |     11353 |     900    60464   180938 |    52276    11353    135 |  0.000 % |
6.29/6.30	c |     17122 |     900    60464   180938 |    57503    17122    131 |  0.000 % |
12.29/12.39	c |     25771 |     900    60464   180938 |    63253    25771    125 |  0.000 % |
22.78/22.83	c |     38745 |     900    60464   180938 |    69579    38745    120 |  0.000 % |
49.27/49.39	c |     58207 |     900    60464   180938 |    76537    58207    115 |  0.000 % |
95.17/95.20	c |     87401 |     900    60464   180938 |    84191    26056    101 |  0.000 % |
149.05/149.15	c |    131190 |     900    60464   180938 |    92610    69845    104 |  0.000 % |
229.64/229.72	c |    196874 |     900    60464   180938 |   101871    60654     99 |  0.000 % |
335.90/336.02	c |    295401 |     900    60464   180938 |   112058    73749    110 |  0.000 % |
550.54/550.79	c |    443190 |     900    60464   180938 |   123264    30913    107 |  0.000 % |
811.65/811.95	c |    664876 |     900    60464   180938 |   135590    40524    111 |  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-1595540-1239356936/watcher-1595540-1239356936 -o /tmp/evaluation-result-1595540-1239356936/solver-1595540-1239356936 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1595540-1239356936.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
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.99 0.90 3/65 2545
/proc/meminfo: memFree=1959016/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=1996 CPUtime=0
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 318 0 0 0 0 0 0 0 18 0 1 0 336651 2043904 304 1992294400 134512640 135048876 4294956224 18446744073709551615 134515215 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 499 304 50 130 0 366 0

[startup+0.0599519 s]
/proc/loadavg: 0.92 0.99 0.90 3/65 2545
/proc/meminfo: memFree=1959016/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=4988 CPUtime=0.05
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 1095 0 0 0 5 0 0 0 18 0 1 0 336651 5107712 1081 1992294400 134512640 135048876 4294956224 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 1247 1081 62 130 0 1114 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4988

[startup+0.101955 s]
/proc/loadavg: 0.92 0.99 0.90 3/65 2545
/proc/meminfo: memFree=1959016/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=4988 CPUtime=0.09
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 1095 0 0 0 9 0 0 0 18 0 1 0 336651 5107712 1081 1992294400 134512640 135048876 4294956224 18446744073709551615 134529674 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 1247 1081 62 130 0 1114 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4988

[startup+0.301966 s]
/proc/loadavg: 0.92 0.99 0.90 3/65 2545
/proc/meminfo: memFree=1959016/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=6152 CPUtime=0.29
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 1343 0 0 0 29 0 0 0 19 0 1 0 336651 6299648 1329 1992294400 134512640 135048876 4294956224 18446744073709551615 134521205 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 1538 1329 62 130 0 1405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6152

[startup+0.701991 s]
/proc/loadavg: 0.92 0.99 0.90 3/65 2545
/proc/meminfo: memFree=1959016/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=6600 CPUtime=0.69
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 1414 0 0 0 69 0 0 0 22 0 1 0 336651 6758400 1400 1992294400 134512640 135048876 4294956224 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 1650 1400 62 130 0 1517 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6600

[startup+1.50104 s]
/proc/loadavg: 0.92 0.99 0.90 2/66 2546
/proc/meminfo: memFree=1953568/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=6580 CPUtime=1.49
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 1610 0 0 0 149 0 0 0 25 0 1 0 336651 6737920 1454 1992294400 134512640 135048876 4294956224 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 1645 1454 67 130 0 1512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6580

[startup+3.10113 s]
/proc/loadavg: 0.92 0.99 0.90 2/66 2546
/proc/meminfo: memFree=1951520/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=10436 CPUtime=3.09
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 2573 0 0 0 308 1 0 0 25 0 1 0 336651 10686464 2417 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 2609 2417 67 130 0 2476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10436

[startup+6.30131 s]
/proc/loadavg: 0.93 0.99 0.90 2/66 2546
/proc/meminfo: memFree=1946080/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=14664 CPUtime=6.29
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 3637 0 0 0 627 2 0 0 25 0 1 0 336651 15015936 3481 1992294400 134512640 135048876 4294956224 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 3666 3481 67 130 0 3533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14664

[startup+12.7017 s]
/proc/loadavg: 0.93 0.99 0.90 2/66 2546
/proc/meminfo: memFree=1941024/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=19188 CPUtime=12.69
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 4777 0 0 0 1266 3 0 0 25 0 1 0 336651 19648512 4621 1992294400 134512640 135048876 4294956224 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 4797 4621 67 130 0 4664 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19188

[startup+25.5014 s]
/proc/loadavg: 0.95 0.99 0.90 2/66 2546
/proc/meminfo: memFree=1933472/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=26308 CPUtime=25.49
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 6530 0 0 0 2544 5 0 0 25 0 1 0 336651 26939392 6374 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 6577 6374 67 130 0 6444 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26308

[startup+51.1018 s]
/proc/loadavg: 0.96 0.99 0.90 2/66 2546
/proc/meminfo: memFree=1925024/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=34868 CPUtime=51.08
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 8668 0 0 0 5100 8 0 0 25 0 1 0 336651 35704832 8512 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 8717 8512 67 130 0 8584 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34868

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.91 2/66 2546
/proc/meminfo: memFree=1916256/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=43536 CPUtime=102.27
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 10819 0 0 0 10218 9 0 0 25 0 1 0 336651 44580864 10663 1992294400 134512640 135048876 4294956224 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 10884 10663 67 130 0 10751 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43536

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 2546
/proc/meminfo: memFree=1915872/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=44056 CPUtime=162.25
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 10918 0 0 0 16216 9 0 0 25 0 1 0 336651 45113344 10762 1992294400 134512640 135048876 4294956224 18446744073709551615 134546931 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 11014 10762 67 130 0 10881 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 44056

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 2546
/proc/meminfo: memFree=1909984/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=50132 CPUtime=222.24
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 12376 0 0 0 22213 11 0 0 25 0 1 0 336651 51335168 12220 1992294400 134512640 135048876 4294956224 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 12533 12220 67 130 0 12400 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 50132

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 2546
/proc/meminfo: memFree=1904672/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=55308 CPUtime=282.23
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 13698 0 0 0 28211 12 0 0 25 0 1 0 336651 56635392 13542 1992294400 134512640 135048876 4294956224 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 13827 13542 67 130 0 13694 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 55308

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 2548
/proc/meminfo: memFree=1904416/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=55308 CPUtime=342.2
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 13698 0 0 0 34208 12 0 0 25 0 1 0 336651 56635392 13542 1992294400 134512640 135048876 4294956224 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 13827 13542 67 130 0 13694 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 55308

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 2548
/proc/meminfo: memFree=1900064/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=60120 CPUtime=402.18
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 14877 0 0 0 40204 14 0 0 25 0 1 0 336651 61562880 14721 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 15030 14721 67 130 0 14897 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 60120

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 2548
/proc/meminfo: memFree=1895392/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=64540 CPUtime=462.16
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 15968 0 0 0 46201 15 0 0 25 0 1 0 336651 66088960 15812 1992294400 134512640 135048876 4294956224 18446744073709551615 134552475 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 16135 15812 67 130 0 16002 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 64540

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 2548
/proc/meminfo: memFree=1895008/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=64936 CPUtime=522.14
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 16056 0 0 0 52199 15 0 0 25 0 1 0 336651 66494464 15900 1992294400 134512640 135048876 4294956224 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 16234 15900 67 130 0 16101 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 64936

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.91 2/66 2548
/proc/meminfo: memFree=1894944/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=64936 CPUtime=582.14
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 16058 0 0 0 58198 16 0 0 25 0 1 0 336651 66494464 15902 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 16234 15902 67 130 0 16101 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 64936

[startup+642.302 s]
/proc/loadavg: 1.13 1.03 0.93 2/65 3042
/proc/meminfo: memFree=1846184/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=65596 CPUtime=642.12
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 16231 0 0 0 64190 22 0 0 25 0 1 0 336651 67170304 16075 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 16399 16075 67 130 0 16266 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 65596

[startup+702.302 s]
/proc/loadavg: 1.05 1.03 0.93 2/65 3042
/proc/meminfo: memFree=1839720/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=72192 CPUtime=702.09
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 17864 0 0 0 70186 23 0 0 25 0 1 0 336651 73924608 17708 1992294400 134512640 135048876 4294956224 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 18048 17708 67 130 0 17915 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 72192

[startup+762.306 s]
/proc/loadavg: 1.02 1.02 0.93 2/65 3048
/proc/meminfo: memFree=1839464/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=72192 CPUtime=762.06
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 17888 0 0 0 76183 23 0 0 25 0 1 0 336651 73924608 17732 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 18048 17732 67 130 0 17915 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 72192

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 3048
/proc/meminfo: memFree=1838312/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=73516 CPUtime=822.05
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 18190 0 0 0 82181 24 0 0 25 0 1 0 336651 75280384 18034 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 18379 18034 67 130 0 18246 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 73516

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 3048
/proc/meminfo: memFree=1838248/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=73516 CPUtime=882.03
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 18191 0 0 0 88179 24 0 0 25 0 1 0 336651 75280384 18035 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 18379 18035 67 130 0 18246 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 73516

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3048
/proc/meminfo: memFree=1835304/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=76552 CPUtime=942.01
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 18966 0 0 0 94175 26 0 0 25 0 1 0 336651 78389248 18810 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 19138 18810 67 130 0 19005 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 76552

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3048
/proc/meminfo: memFree=1822248/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=89464 CPUtime=1001.99
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 22192 0 0 0 100170 29 0 0 25 0 1 0 336651 91611136 22036 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 22366 22036 67 130 0 22233 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 89464

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3048
/proc/meminfo: memFree=1818728/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=92860 CPUtime=1061.97
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 23040 0 0 0 106167 30 0 0 25 0 1 0 336651 95088640 22884 1992294400 134512640 135048876 4294956224 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 23215 22884 67 130 0 23082 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 92860

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3048
/proc/meminfo: memFree=1818600/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=93024 CPUtime=1121.96
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 23074 0 0 0 112165 31 0 0 25 0 1 0 336651 95256576 22918 1992294400 134512640 135048876 4294956224 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 23256 22918 67 130 0 23123 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 93024

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3048
/proc/meminfo: memFree=1818152/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=93540 CPUtime=1181.95
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 23177 0 0 0 118164 31 0 0 25 0 1 0 336651 95784960 23021 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 23385 23021 67 130 0 23252 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 93540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3048
/proc/meminfo: memFree=1818088/2055920 swapFree=4192956/4192956
[pid=2545] ppid=2543 vsize=93540 CPUtime=1200.04
/proc/2545/stat : 2545 (minisat_noasser) R 2543 2545 2452 0 -1 4194304 23177 0 0 0 119973 31 0 0 25 0 1 0 336651 95784960 23021 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2545/statm: 23385 23021 67 130 0 23252 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 93540

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.42
CPU time (s): 1200.07
CPU user time (s): 1199.74
CPU system time (s): 0.329949
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 93540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.74
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23177
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= 2
involuntary context switches= 1689

runsolver used 1.13683 second user time and 2.55661 second system time

The end

Launcher Data

Begin job on node15 at 2009-04-10 11:48:56
IDJOB=1595540
IDBENCH=71554
IDSOLVER=556
FILE ID=node15/1595540-1239356936
PBS_JOBID= 9115485
Free space on /tmp= 65348 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes8.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1595540-1239356936/watcher-1595540-1239356936 -o /tmp/evaluation-result-1595540-1239356936/solver-1595540-1239356936 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1595540-1239356936.cnf

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

MD5SUM BENCH= 0b0881d9187e7912564ae88556ada128
RANDOM SEED=737056054

node15.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.242
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.242
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:       1959432 kB
Buffers:         14120 kB
Cached:          41096 kB
SwapCached:          0 kB
Active:          42748 kB
Inactive:        25260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1959432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:          22612 kB
Slab:            14336 kB
Committed_AS:    50448 kB
PageTables:       1484 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= 65348 MiB
End job on node15 at 2009-04-10 12:08:59