Trace number 1807375

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.13 1200.43

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes1.cnf
MD5SUMd217d44a5e3291823bfd6ded60a7812f
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 variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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:  1150                                                 |
0.00/0.00	|  Number of clauses:    84314                                                |
0.02/0.03	|  Parsing time:         0.03         s                                       |
0.02/0.03	============================[ Search Statistics ]==============================
0.02/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.02/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.02/0.03	===============================================================================
0.02/0.03	|         0 |    1150    84314   169678 |    28104        0    nan |  0.000 % |
0.02/0.04	|       102 |    1150    84314   169678 |    30915      102    138 |  0.000 % |
0.02/0.05	|       252 |    1150    84314   169678 |    34006      252    150 |  0.000 % |
0.02/0.07	|       478 |    1150    84314   169678 |    37407      478    146 |  0.000 % |
0.09/0.11	|       815 |    1150    84314   169678 |    41148      815    164 |  0.000 % |
0.09/0.17	|      1321 |    1150    84314   169678 |    45262     1321    178 |  0.000 % |
0.19/0.28	|      2080 |    1150    84314   169678 |    49789     2080    170 |  0.000 % |
0.39/0.45	|      3219 |    1150    84314   169678 |    54768     3219    167 |  0.000 % |
0.69/0.75	|      4928 |    1150    84314   169678 |    60244     4928    162 |  0.000 % |
1.29/1.32	|      7490 |    1150    84314   169678 |    66269     7490    159 |  0.000 % |
2.39/2.46	|     11336 |    1150    84314   169678 |    72896    11336    160 |  0.000 % |
5.39/5.46	|     17104 |    1150    84314   169678 |    80185    17104    169 |  0.000 % |
13.19/13.24	|     25754 |    1150    84314   169678 |    88204    25754    175 |  0.000 % |
27.77/27.81	|     38728 |    1150    84314   169678 |    97024    38728    175 |  0.000 % |
59.77/59.87	|     58190 |    1150    84314   169678 |   106727    58190    169 |  0.000 % |
139.35/139.46	|     87384 |    1150    84314   169678 |   117400    87384    175 |  0.000 % |
251.02/251.14	|    131174 |    1150    84314   169678 |   129140    32549    155 |  0.000 % |
412.69/412.85	|    196859 |    1150    84314   169678 |   142054    98234    163 |  0.000 % |
771.19/771.42	|    295386 |    1150    84314   169678 |   156259    75457    162 |  0.000 % |
1105.31/1105.66	|    443176 |    1150    84314   169678 |   171885    88040    220 |  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-1807375-1242157578/watcher-1807375-1242157578 -o /tmp/evaluation-result-1807375-1242157578/solver-1807375-1242157578 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807375-1242157578.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.85 0.97 0.99 3/67 4080
/proc/meminfo: memFree=1707280/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=2160 CPUtime=0
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 406 0 0 0 0 0 0 0 18 0 1 0 243783989 2211840 391 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 540 391 58 171 0 366 0

[startup+0.0338331 s]
/proc/loadavg: 0.85 0.97 0.99 3/67 4080
/proc/meminfo: memFree=1707280/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=5012 CPUtime=0.02
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 1122 0 0 0 2 0 0 0 18 0 1 0 243783989 5132288 1107 1992294400 134512640 135213614 4294956256 18446744073709551615 134515458 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 1253 1108 58 171 0 1079 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5012

[startup+0.102846 s]
/proc/loadavg: 0.85 0.97 0.99 3/67 4080
/proc/meminfo: memFree=1707280/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=5668 CPUtime=0.09
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 1294 0 0 0 9 0 0 0 18 0 1 0 243783989 5804032 1279 1992294400 134512640 135213614 4294956256 18446744073709551615 134536142 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 1417 1279 78 171 0 1243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5668

[startup+0.301855 s]
/proc/loadavg: 0.85 0.97 0.99 3/67 4080
/proc/meminfo: memFree=1707280/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=6724 CPUtime=0.29
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 1578 0 0 0 29 0 0 0 19 0 1 0 243783989 6885376 1563 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 1681 1563 78 171 0 1507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6724

[startup+0.70189 s]
/proc/loadavg: 0.85 0.97 0.99 3/67 4080
/proc/meminfo: memFree=1707280/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=8440 CPUtime=0.69
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 1993 0 0 0 69 0 0 0 22 0 1 0 243783989 8642560 1978 1992294400 134512640 135213614 4294956256 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 2110 1978 78 171 0 1936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8440

[startup+1.50196 s]
/proc/loadavg: 0.85 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1698696/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=10848 CPUtime=1.49
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 2584 0 0 0 149 0 0 0 25 0 1 0 243783989 11108352 2569 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 2712 2569 78 171 0 2538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10848

[startup+3.1011 s]
/proc/loadavg: 0.85 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1695688/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=14204 CPUtime=3.09
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 3446 0 0 0 308 1 0 0 25 0 1 0 243783989 14544896 3431 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 3551 3431 78 171 0 3377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14204

[startup+6.30139 s]
/proc/loadavg: 0.86 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1690184/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=18564 CPUtime=6.29
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 4536 0 0 0 628 1 0 0 25 0 1 0 243783989 19009536 4521 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 4641 4521 78 171 0 4467 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18564

[startup+12.702 s]
/proc/loadavg: 0.87 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1683792/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=24400 CPUtime=12.69
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 5989 0 0 0 1267 2 0 0 25 0 1 0 243783989 24985600 5974 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 6100 5974 78 171 0 5926 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24400

[startup+25.5021 s]
/proc/loadavg: 0.90 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1674960/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=33060 CPUtime=25.48
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 8153 0 0 0 2543 5 0 0 25 0 1 0 243783989 33853440 8138 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 8265 8138 78 171 0 8091 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33060

[startup+51.1024 s]
/proc/loadavg: 0.93 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1663376/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=44644 CPUtime=51.07
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 11042 0 0 0 5098 9 0 0 25 0 1 0 243783989 45715456 11027 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 11161 11027 78 171 0 10987 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44644

[startup+102.307 s]
/proc/loadavg: 0.97 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1646864/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=60988 CPUtime=102.26
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 15108 0 0 0 10212 14 0 0 25 0 1 0 243783989 62451712 15093 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 15247 15093 78 171 0 15073 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60988

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1630288/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=77756 CPUtime=162.24
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 19253 0 0 0 16206 18 0 0 25 0 1 0 243783989 79622144 19238 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 19439 19238 78 171 0 19265 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 77756

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1616400/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=91460 CPUtime=222.23
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 22698 0 0 0 22200 23 0 0 25 0 1 0 243783989 93655040 22683 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 22865 22683 78 171 0 22691 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 91460

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1612816/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=94936 CPUtime=282.22
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 23571 0 0 0 28198 24 0 0 25 0 1 0 243783989 97214464 23556 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 23734 23556 78 171 0 23560 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 94936

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1612816/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=94936 CPUtime=342.2
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 23574 0 0 0 34196 24 0 0 25 0 1 0 243783989 97214464 23559 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 23734 23559 78 171 0 23560 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 94936

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1612816/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=94936 CPUtime=402.19
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 23575 0 0 0 40194 25 0 0 25 0 1 0 243783989 97214464 23560 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 23734 23560 78 171 0 23560 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 94936

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1612816/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=94936 CPUtime=462.18
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 23575 0 0 0 46193 25 0 0 25 0 1 0 243783989 97214464 23560 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 23734 23560 78 171 0 23560 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 94936

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1612176/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=95728 CPUtime=522.16
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 23757 0 0 0 52191 25 0 0 25 0 1 0 243783989 98025472 23742 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 23932 23742 78 171 0 23758 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 95728

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1605008/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=102800 CPUtime=582.14
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 25511 0 0 0 58188 26 0 0 25 0 1 0 243783989 105267200 25496 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 25700 25496 78 171 0 25526 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 102800

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1597264/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=110780 CPUtime=642.13
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 27437 0 0 0 64185 28 0 0 25 0 1 0 243783989 113438720 27422 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 27695 27422 78 171 0 27521 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 110780

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1594192/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=113712 CPUtime=702.11
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 28170 0 0 0 70182 29 0 0 25 0 1 0 243783989 116441088 28155 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 28428 28155 78 171 0 28254 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 113712

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1594128/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=113712 CPUtime=762.1
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 28173 0 0 0 76181 29 0 0 25 0 1 0 243783989 116441088 28158 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 28428 28158 78 171 0 28254 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 113712

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1594064/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=113712 CPUtime=822.08
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 28176 0 0 0 82179 29 0 0 25 0 1 0 243783989 116441088 28161 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 28428 28161 78 171 0 28254 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 113712

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4081
/proc/meminfo: memFree=1592400/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=115500 CPUtime=882.07
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 28614 0 0 0 88177 30 0 0 25 0 1 0 243783989 118272000 28599 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 28875 28599 78 171 0 28701 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 115500

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4087
/proc/meminfo: memFree=1575120/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=132996 CPUtime=942.05
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 32943 0 0 0 94170 35 0 0 25 0 1 0 243783989 136187904 32928 1992294400 134512640 135213614 4294956256 18446744073709551615 134526874 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 33249 32928 78 171 0 33075 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 132996

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4087
/proc/meminfo: memFree=1569616/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=138296 CPUtime=1002.04
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 34278 0 0 0 100167 37 0 0 25 0 1 0 243783989 141615104 34263 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 34574 34263 78 171 0 34400 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 138296

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4087
/proc/meminfo: memFree=1569616/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=138296 CPUtime=1062.02
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 34278 0 0 0 106165 37 0 0 25 0 1 0 243783989 141615104 34263 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 34574 34263 78 171 0 34400 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 138296

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4087
/proc/meminfo: memFree=1569616/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=138296 CPUtime=1122.01
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 34282 0 0 0 112164 37 0 0 25 0 1 0 243783989 141615104 34267 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 34574 34267 78 171 0 34400 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 138296

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4087
/proc/meminfo: memFree=1569552/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=138296 CPUtime=1181.99
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 34284 0 0 0 118162 37 0 0 25 0 1 0 243783989 141615104 34269 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 34574 34269 78 171 0 34400 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 138296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 4087
/proc/meminfo: memFree=1569552/2055920 swapFree=4172764/4192956
[pid=4080] ppid=4078 vsize=138296 CPUtime=1200.09
/proc/4080/stat : 4080 (minisat_static) R 4078 4080 4043 0 -1 4194304 34284 0 0 0 119972 37 0 0 25 0 1 0 243783989 141615104 34269 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4080/statm: 34574 34269 78 171 0 34400 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 138296

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.43
CPU time (s): 1200.13
CPU user time (s): 1199.73
CPU system time (s): 0.399939
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 138296

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

runsolver used 1.11383 second user time and 3.2635 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-12 21:46:18
IDJOB=1807375
IDBENCH=71613
IDSOLVER=651
FILE ID=node68/1807375-1242157578
PBS_JOBID= 9289758
Free space on /tmp= 66280 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1150c84314gyes1.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807375-1242157578/watcher-1807375-1242157578 -o /tmp/evaluation-result-1807375-1242157578/solver-1807375-1242157578 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807375-1242157578.cnf

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

MD5SUM BENCH= d217d44a5e3291823bfd6ded60a7812f
RANDOM SEED=1071614824

node68.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.223
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.223
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:       1707760 kB
Buffers:         46776 kB
Cached:         231028 kB
SwapCached:      12080 kB
Active:          79604 kB
Inactive:       212580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707760 kB
SwapTotal:     4192956 kB
SwapFree:      4172764 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          14660 kB
Slab:            41628 kB
Committed_AS:   786732 kB
PageTables:       1560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node68 at 2009-05-12 22:06:21