Trace number 1806815

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat2-core 070721? (TO) 1200.1 1200.41

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-145-100.cnf
MD5SUM8691e3b6431437da05017ed8abe8cba2
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 variables145
Number of clauses300
Sum of the clauses size900
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3300
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:  145                                                  |
0.00/0.00	|  Number of clauses:    300                                                  |
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 |     145      300      900 |      100        0    nan |  0.000 % |
0.00/0.00	|       101 |     145      300      900 |      110      101     20 |  0.005 % |
0.00/0.00	|       252 |     145      300      900 |      121      156     15 |  0.005 % |
0.00/0.00	|       477 |     145      300      900 |      133      117     14 |  0.005 % |
0.00/0.01	|       814 |     145      300      900 |      146      150     13 |  0.005 % |
0.00/0.02	|      1321 |     145      300      900 |      161      168     13 |  0.005 % |
0.02/0.03	|      2081 |     145      300      900 |      177      200     15 |  0.005 % |
0.02/0.05	|      3220 |     145      300      900 |      194      133     11 |  0.005 % |
0.02/0.08	|      4928 |     145      300      900 |      214      248     17 |  0.005 % |
0.10/0.13	|      7491 |     145      300      900 |      235      182     13 |  0.005 % |
0.10/0.19	|     11335 |     145      300      900 |      259      177     12 |  0.005 % |
0.20/0.29	|     17103 |     145      300      900 |      285      296     17 |  0.005 % |
0.40/0.46	|     25752 |     145      300      900 |      313      309     19 |  0.005 % |
0.70/0.71	|     38726 |     145      300      900 |      345      295     16 |  0.005 % |
1.00/1.09	|     58188 |     145      300      900 |      379      243     13 |  0.005 % |
1.60/1.68	|     87381 |     145      300      900 |      417      320     15 |  0.005 % |
2.49/2.59	|    131170 |     145      300      900 |      459      432     20 |  0.005 % |
3.89/3.96	|    196855 |     145      300      900 |      505      295     13 |  0.005 % |
5.99/6.02	|    295384 |     145      300      900 |      555      399     16 |  0.005 % |
8.99/9.03	|    443176 |     145      300      900 |      611      473     17 |  0.005 % |
13.99/14.07	|    664859 |     145      300      900 |      672      566     20 |  0.005 % |
21.79/21.82	|    997384 |     145      300      900 |      740      652     20 |  0.005 % |
33.68/33.74	|   1496174 |     145      300      900 |      814      505     15 |  0.005 % |
52.27/52.32	|   2244357 |     145      300      900 |      895      839     19 |  0.005 % |
83.77/83.86	|   3366631 |     145      300      900 |      984      821     20 |  0.005 % |
131.26/131.36	|   5050042 |     145      300      900 |     1083      598     16 |  0.005 % |
202.35/202.40	|   7575159 |     145      300      900 |     1191     1031     18 |  0.005 % |
308.11/308.23	|  11362835 |     145      300      900 |     1310      901     17 |  0.005 % |
467.27/467.50	|  17044347 |     145      300      900 |     1442     1050     22 |  0.005 % |
712.90/713.15	|  25566616 |     145      300      900 |     1586     1094     20 |  0.005 % |
1108.11/1108.43	|  38350019 |     145      300      900 |     1744     1079     18 |  0.005 % |

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-1806815-1242152503/watcher-1806815-1242152503 -o /tmp/evaluation-result-1806815-1242152503/solver-1806815-1242152503 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806815-1242152503.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 1.00 3/64 14629
/proc/meminfo: memFree=1671584/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=1892 CPUtime=0
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 243278219 1937408 101 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 473 101 77 171 0 299 0

[startup+0.0257929 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14629
/proc/meminfo: memFree=1671584/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=1892 CPUtime=0.02
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 120 0 0 0 2 0 0 0 18 0 1 0 243278219 1937408 105 1992294400 134512640 135213614 4294956256 18446744073709551615 134530150 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 473 105 77 171 0 299 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1892

[startup+0.1018 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14629
/proc/meminfo: memFree=1671584/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=1892 CPUtime=0.1
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 125 0 0 0 10 0 0 0 18 0 1 0 243278219 1937408 110 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 473 110 77 171 0 299 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1892

[startup+0.30182 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14629
/proc/meminfo: memFree=1671584/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=1892 CPUtime=0.3
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 132 0 0 0 30 0 0 0 19 0 1 0 243278219 1937408 117 1992294400 134512640 135213614 4294956256 18446744073709551615 134526778 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 473 117 77 171 0 299 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1892

[startup+0.701861 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14629
/proc/meminfo: memFree=1671584/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=1892 CPUtime=0.7
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 137 0 0 0 70 0 0 0 22 0 1 0 243278219 1937408 122 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 473 122 77 171 0 299 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1892

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1671320/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2020 CPUtime=1.5
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 144 0 0 0 150 0 0 0 25 0 1 0 243278219 2068480 129 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 505 129 77 171 0 331 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2020

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1671128/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2020 CPUtime=3.09
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 152 0 0 0 309 0 0 0 25 0 1 0 243278219 2068480 137 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 505 137 77 171 0 331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2020

[startup+6.30144 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1671064/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2020 CPUtime=6.29
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 162 0 0 0 629 0 0 0 25 0 1 0 243278219 2068480 147 1992294400 134512640 135213614 4294956256 18446744073709551615 134536246 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 505 147 77 171 0 331 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2020

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670872/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2152 CPUtime=12.69
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 176 0 0 0 1269 0 0 0 25 0 1 0 243278219 2203648 161 1992294400 134512640 135213614 4294956256 18446744073709551615 134530599 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 538 161 77 171 0 364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2152

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670808/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2152 CPUtime=25.48
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 190 0 0 0 2548 0 0 0 25 0 1 0 243278219 2203648 175 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 538 175 77 171 0 364 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2152

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670744/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2276 CPUtime=51.07
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 207 0 0 0 5107 0 0 0 25 0 1 0 243278219 2330624 192 1992294400 134512640 135213614 4294956256 18446744073709551615 134537832 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 569 192 77 171 0 395 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2276

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670616/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2404 CPUtime=102.27
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 238 0 0 0 10226 1 0 0 25 0 1 0 243278219 2461696 223 1992294400 134512640 135213614 4294956256 18446744073709551615 134535900 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 601 223 77 171 0 427 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2404

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670552/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2404 CPUtime=162.25
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 257 0 0 0 16224 1 0 0 25 0 1 0 243278219 2461696 242 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 601 242 77 171 0 427 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2404

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670424/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2536 CPUtime=222.24
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 273 0 0 0 22223 1 0 0 25 0 1 0 243278219 2596864 258 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 634 258 77 171 0 460 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2536

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670360/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2536 CPUtime=282.22
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 282 0 0 0 28221 1 0 0 25 0 1 0 243278219 2596864 267 1992294400 134512640 135213614 4294956256 18446744073709551615 134526957 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 634 267 77 171 0 460 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2536

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670232/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2536 CPUtime=342.2
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 299 0 0 0 34219 1 0 0 25 0 1 0 243278219 2596864 284 1992294400 134512640 135213614 4294956256 18446744073709551615 134538918 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 634 284 77 171 0 460 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2536

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670232/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2668 CPUtime=402.19
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 303 0 0 0 40218 1 0 0 25 0 1 0 243278219 2732032 288 1992294400 134512640 135213614 4294956256 18446744073709551615 134536699 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 667 288 77 171 0 493 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2668

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670168/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2668 CPUtime=462.17
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 304 0 0 0 46216 1 0 0 25 0 1 0 243278219 2732032 289 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 667 289 77 171 0 493 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 2668

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670104/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2668 CPUtime=522.16
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 317 0 0 0 52215 1 0 0 25 0 1 0 243278219 2732032 302 1992294400 134512640 135213614 4294956256 18446744073709551615 134529763 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 667 302 77 171 0 493 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 2668

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670040/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2668 CPUtime=582.14
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 330 0 0 0 58213 1 0 0 25 0 1 0 243278219 2732032 315 1992294400 134512640 135213614 4294956256 18446744073709551615 134526928 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 667 315 77 171 0 493 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 2668

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14630
/proc/meminfo: memFree=1670040/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2668 CPUtime=642.13
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 332 0 0 0 64212 1 0 0 25 0 1 0 243278219 2732032 317 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 667 317 77 171 0 493 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 2668

[startup+702.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 14630
/proc/meminfo: memFree=1669976/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2668 CPUtime=702.11
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 332 0 0 0 70210 1 0 0 25 0 1 0 243278219 2732032 317 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 667 317 77 171 0 493 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 2668

[startup+762.305 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 14630
/proc/meminfo: memFree=1669912/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2808 CPUtime=762.11
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 351 0 0 0 76209 2 0 0 25 0 1 0 243278219 2875392 336 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 702 336 77 171 0 528 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 2808

[startup+822.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 14630
/proc/meminfo: memFree=1669848/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2808 CPUtime=822.09
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 355 0 0 0 82207 2 0 0 25 0 1 0 243278219 2875392 340 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 702 340 77 171 0 528 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 2808

[startup+882.302 s]
/proc/loadavg: 1.08 1.04 1.00 2/65 14630
/proc/meminfo: memFree=1669784/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2808 CPUtime=882.07
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 363 0 0 0 88205 2 0 0 25 0 1 0 243278219 2875392 348 1992294400 134512640 135213614 4294956256 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 702 348 77 171 0 528 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 2808

[startup+942.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/65 14630
/proc/meminfo: memFree=1669720/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2808 CPUtime=942.05
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 367 0 0 0 94203 2 0 0 25 0 1 0 243278219 2875392 352 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 702 352 77 171 0 528 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 2808

[startup+1002.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 14630
/proc/meminfo: memFree=1669720/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2808 CPUtime=1002.04
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 367 0 0 0 100202 2 0 0 25 0 1 0 243278219 2875392 352 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 702 352 77 171 0 528 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 2808

[startup+1062.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 14630
/proc/meminfo: memFree=1669784/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2808 CPUtime=1062.02
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 367 0 0 0 106200 2 0 0 25 0 1 0 243278219 2875392 352 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 702 352 77 171 0 528 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 2808

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 14630
/proc/meminfo: memFree=1669720/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2936 CPUtime=1122
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 376 0 0 0 112198 2 0 0 25 0 1 0 243278219 3006464 361 1992294400 134512640 135213614 4294956256 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 734 361 77 171 0 560 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 2936

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14630
/proc/meminfo: memFree=1669656/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2936 CPUtime=1181.99
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 384 0 0 0 118197 2 0 0 25 0 1 0 243278219 3006464 369 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 734 369 77 171 0 560 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 2936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14630
/proc/meminfo: memFree=1669656/2055920 swapFree=4179768/4192956
[pid=14629] ppid=14627 vsize=2936 CPUtime=1200.09
/proc/14629/stat : 14629 (minisat_static) R 14627 14629 14246 0 -1 4194304 388 0 0 0 120007 2 0 0 25 0 1 0 243278219 3006464 373 1992294400 134512640 135213614 4294956256 18446744073709551615 134526922 0 0 4096 3 0 0 0 17 1 0 0
/proc/14629/statm: 734 373 77 171 0 560 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 2936

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.1
CPU user time (s): 1200.07
CPU system time (s): 0.027995
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 2936

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

runsolver used 0.968852 second user time and 2.33364 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-12 20:21:43
IDJOB=1806815
IDBENCH=71109
IDSOLVER=651
FILE ID=node45/1806815-1242152503
PBS_JOBID= 9289678
Free space on /tmp= 66212 MiB

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

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

MD5SUM BENCH= 8691e3b6431437da05017ed8abe8cba2
RANDOM SEED=189266877

node45.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.231
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.231
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:       1672000 kB
Buffers:         45952 kB
Cached:         255616 kB
SwapCached:       6948 kB
Active:          67568 kB
Inactive:       242284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672000 kB
SwapTotal:     4192956 kB
SwapFree:      4179768 kB
Dirty:             780 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            60100 kB
Committed_AS:   873984 kB
PageTables:       1376 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= 66208 MiB
End job on node45 at 2009-05-12 20:41:46