Trace number 1806801

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

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-133-100.cnf
MD5SUM3efe57b20c55b2dfc482f2ebb30d6794
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 variables133
Number of clauses276
Sum of the clauses size828
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3276
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:  133                                                  |
0.00/0.00	|  Number of clauses:    276                                                  |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     133      276      828 |       92        0    nan |  0.000 % |
0.00/0.00	|       100 |     133      276      828 |      101      100     19 |  0.006 % |
0.00/0.00	|       250 |     133      276      828 |      111       91     15 |  0.006 % |
0.00/0.00	|       475 |     133      276      828 |      122      128     15 |  0.006 % |
0.00/0.01	|       812 |     133      276      828 |      134      123     13 |  0.006 % |
0.00/0.02	|      1318 |     133      276      828 |      148      168     15 |  0.006 % |
0.00/0.03	|      2077 |     133      276      828 |      162      225     16 |  0.006 % |
0.00/0.05	|      3216 |     133      276      828 |      179      152     13 |  0.006 % |
0.05/0.08	|      4924 |     133      276      828 |      197      151     11 |  0.006 % |
0.09/0.12	|      7487 |     133      276      828 |      216      229     13 |  0.006 % |
0.09/0.18	|     11331 |     133      276      828 |      238      245     16 |  0.006 % |
0.19/0.28	|     17097 |     133      276      828 |      262      244     14 |  0.006 % |
0.39/0.45	|     25746 |     133      276      828 |      288      277     17 |  0.006 % |
0.69/0.70	|     38720 |     133      276      828 |      317      228     16 |  0.006 % |
1.00/1.06	|     58181 |     133      276      828 |      349      346     17 |  0.006 % |
1.59/1.64	|     87374 |     133      276      828 |      384      260     13 |  0.006 % |
2.39/2.46	|    131163 |     133      276      828 |      422      359     14 |  0.006 % |
3.69/3.75	|    196847 |     133      276      828 |      465      350     15 |  0.006 % |
5.59/5.67	|    295374 |     133      276      828 |      511      320     14 |  0.006 % |
8.69/8.71	|    443163 |     133      276      828 |      562      530     17 |  0.006 % |
13.09/13.15	|    664847 |     133      276      828 |      618      579     15 |  0.006 % |
20.69/20.72	|    997373 |     133      276      828 |      680      374     13 |  0.006 % |
31.98/32.08	|   1496161 |     133      276      828 |      748      499     14 |  0.006 % |
50.08/50.15	|   2244344 |     133      276      828 |      823      758     18 |  0.006 % |
78.97/79.00	|   3366618 |     133      276      828 |      906      489     13 |  0.006 % |
121.15/121.20	|   5050029 |     133      276      828 |      996      932     18 |  0.006 % |
188.13/188.23	|   7575145 |     133      276      828 |     1096      736     19 |  0.006 % |
287.30/287.43	|  11362820 |     133      276      828 |     1206      965     20 |  0.006 % |
439.35/439.56	|  17044332 |     133      276      828 |     1326      894     18 |  0.006 % |
687.88/688.13	|  25566601 |     133      276      828 |     1459     1055     20 |  0.006 % |
1058.06/1058.47	|  38350004 |     133      276      828 |     1605      953     17 |  0.006 % |

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-1806801-1242152360/watcher-1806801-1242152360 -o /tmp/evaluation-result-1806801-1242152360/solver-1806801-1242152360 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806801-1242152360.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: 1.00 1.00 0.96 3/64 5739
/proc/meminfo: memFree=1199656/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=1892 CPUtime=0
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 243269521 1937408 100 1992294400 134512640 135213614 4294956256 18446744073709551615 134530159 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 473 100 77 171 0 299 0

[startup+0.0585399 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 5739
/proc/meminfo: memFree=1199656/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=1892 CPUtime=0.05
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 120 0 0 0 5 0 0 0 18 0 1 0 243269521 1937408 105 1992294400 134512640 135213614 4294956256 18446744073709551615 134530633 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 473 105 77 171 0 299 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1892

[startup+0.101544 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 5739
/proc/meminfo: memFree=1199656/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=1892 CPUtime=0.09
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 123 0 0 0 9 0 0 0 18 0 1 0 243269521 1937408 108 1992294400 134512640 135213614 4294956256 18446744073709551615 134535579 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 473 108 77 171 0 299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1892

[startup+0.30157 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 5739
/proc/meminfo: memFree=1199656/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=1892 CPUtime=0.29
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 128 0 0 0 29 0 0 0 19 0 1 0 243269521 1937408 113 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 473 113 77 171 0 299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1892

[startup+0.701623 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 5739
/proc/meminfo: memFree=1199656/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=1892 CPUtime=0.69
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 134 0 0 0 69 0 0 0 22 0 1 0 243269521 1937408 119 1992294400 134512640 135213614 4294956256 18446744073709551615 134526957 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 473 119 77 171 0 299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1892

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 5740
/proc/meminfo: memFree=1199456/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2020 CPUtime=1.49
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 138 0 0 0 149 0 0 0 25 0 1 0 243269521 2068480 123 1992294400 134512640 135213614 4294956256 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 505 123 77 171 0 331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2020

[startup+3.10194 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 5740
/proc/meminfo: memFree=1199264/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2020 CPUtime=3.09
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 148 0 0 0 309 0 0 0 25 0 1 0 243269521 2068480 133 1992294400 134512640 135213614 4294956256 18446744073709551615 134536507 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 505 133 77 171 0 331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2020

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 5740
/proc/meminfo: memFree=1199200/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2020 CPUtime=6.29
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 156 0 0 0 629 0 0 0 25 0 1 0 243269521 2068480 141 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 505 141 77 171 0 331 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2020

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 5740
/proc/meminfo: memFree=1199072/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2020 CPUtime=12.69
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 165 0 0 0 1269 0 0 0 25 0 1 0 243269521 2068480 150 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 505 150 77 171 0 331 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2020

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 5740
/proc/meminfo: memFree=1199008/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2148 CPUtime=25.49
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 181 0 0 0 2549 0 0 0 25 0 1 0 243269521 2199552 166 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 537 166 77 171 0 363 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2148

[startup+51.1013 s]
/proc/loadavg: 1.05 1.01 0.97 2/65 5740
/proc/meminfo: memFree=1198944/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2148 CPUtime=51.08
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 200 0 0 0 5108 0 0 0 25 0 1 0 243269521 2199552 185 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 537 185 77 171 0 363 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2148

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 0.97 2/65 5740
/proc/meminfo: memFree=1198816/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2276 CPUtime=102.27
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 221 0 0 0 10227 0 0 0 25 0 1 0 243269521 2330624 206 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 569 206 77 171 0 395 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2276

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198688/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2408 CPUtime=162.24
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 241 0 0 0 16224 0 0 0 25 0 1 0 243269521 2465792 226 1992294400 134512640 135213614 4294956256 18446744073709551615 134527176 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 602 226 77 171 0 428 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2408

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198560/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2408 CPUtime=222.22
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 250 0 0 0 22222 0 0 0 25 0 1 0 243269521 2465792 235 1992294400 134512640 135213614 4294956256 18446744073709551615 134718568 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 602 235 77 171 0 428 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 2408

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198560/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2408 CPUtime=282.2
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 259 0 0 0 28220 0 0 0 25 0 1 0 243269521 2465792 244 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 602 244 77 171 0 428 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 2408

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198496/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2540 CPUtime=342.18
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 274 0 0 0 34218 0 0 0 25 0 1 0 243269521 2600960 259 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 635 259 77 171 0 461 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 2540

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198496/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2540 CPUtime=402.16
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 277 0 0 0 40216 0 0 0 25 0 1 0 243269521 2600960 262 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 635 262 77 171 0 461 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 2540

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198496/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2540 CPUtime=462.14
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 289 0 0 0 46214 0 0 0 25 0 1 0 243269521 2600960 274 1992294400 134512640 135213614 4294956256 18446744073709551615 134536233 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 635 274 77 171 0 461 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 2540

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198496/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2540 CPUtime=522.12
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 298 0 0 0 52212 0 0 0 25 0 1 0 243269521 2600960 283 1992294400 134512640 135213614 4294956256 18446744073709551615 134544027 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 635 283 77 171 0 461 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 2540

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198432/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2672 CPUtime=582.11
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 302 0 0 0 58210 1 0 0 25 0 1 0 243269521 2736128 287 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 668 287 77 171 0 494 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 2672

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198432/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2672 CPUtime=642.1
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 306 0 0 0 64209 1 0 0 25 0 1 0 243269521 2736128 291 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 668 291 77 171 0 494 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 2672

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198304/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2672 CPUtime=702.08
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 314 0 0 0 70207 1 0 0 25 0 1 0 243269521 2736128 299 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 668 299 77 171 0 494 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 2672

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198304/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2672 CPUtime=762.06
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 321 0 0 0 76205 1 0 0 25 0 1 0 243269521 2736128 306 1992294400 134512640 135213614 4294956256 18446744073709551615 134537578 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 668 306 77 171 0 494 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 2672

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198240/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2672 CPUtime=822.04
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 321 0 0 0 82203 1 0 0 25 0 1 0 243269521 2736128 306 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 668 306 77 171 0 494 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 2672

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198240/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2672 CPUtime=882.02
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 330 0 0 0 88201 1 0 0 25 0 1 0 243269521 2736128 315 1992294400 134512640 135213614 4294956256 18446744073709551615 134526764 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 668 315 77 171 0 494 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 2672

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198240/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2672 CPUtime=942
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 332 0 0 0 94199 1 0 0 25 0 1 0 243269521 2736128 317 1992294400 134512640 135213614 4294956256 18446744073709551615 134527000 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 668 317 77 171 0 494 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 2672

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198240/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2672 CPUtime=1001.98
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 332 0 0 0 100197 1 0 0 25 0 1 0 243269521 2736128 317 1992294400 134512640 135213614 4294956256 18446744073709551615 134535934 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 668 317 77 171 0 494 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 2672

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198240/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2812 CPUtime=1061.96
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 335 0 0 0 106195 1 0 0 25 0 1 0 243269521 2879488 320 1992294400 134512640 135213614 4294956256 18446744073709551615 134527003 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 703 320 77 171 0 529 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 2812

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198176/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2812 CPUtime=1121.95
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 343 0 0 0 112193 2 0 0 25 0 1 0 243269521 2879488 328 1992294400 134512640 135213614 4294956256 18446744073709551615 134537125 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 703 328 77 171 0 529 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 2812

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198176/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2812 CPUtime=1181.93
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 345 0 0 0 118191 2 0 0 25 0 1 0 243269521 2879488 330 1992294400 134512640 135213614 4294956256 18446744073709551615 134543839 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 703 330 77 171 0 529 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 2812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5740
/proc/meminfo: memFree=1198176/2055920 swapFree=4181380/4192956
[pid=5739] ppid=5737 vsize=2812 CPUtime=1200.03
/proc/5739/stat : 5739 (minisat_static) R 5737 5739 5258 0 -1 4194304 348 0 0 0 120001 2 0 0 25 0 1 0 243269521 2879488 333 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/5739/statm: 703 333 77 171 0 529 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 2812

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.04
CPU user time (s): 1200.01
CPU system time (s): 0.023996
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 2812

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

runsolver used 0.869867 second user time and 2.45563 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-12 20:19:20
IDJOB=1806801
IDBENCH=71107
IDSOLVER=651
FILE ID=node13/1806801-1242152360
PBS_JOBID= 9289708
Free space on /tmp= 66412 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-133-100.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806801-1242152360/watcher-1806801-1242152360 -o /tmp/evaluation-result-1806801-1242152360/solver-1806801-1242152360 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806801-1242152360.cnf

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

MD5SUM BENCH= 3efe57b20c55b2dfc482f2ebb30d6794
RANDOM SEED=1027738534

node13.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.227
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.227
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:       1200136 kB
Buffers:         72836 kB
Cached:         701108 kB
SwapCached:       5336 kB
Active:         182208 kB
Inactive:       600068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1200136 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:             784 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            59492 kB
Committed_AS:   803544 kB
PageTables:       1468 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= 66412 MiB
End job on node13 at 2009-05-12 20:39:23