Trace number 1806186

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-simp 070721? (TO) 1200.04 1200.41

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
MD5SUM67e3f1c82b3561160730d7e2b008579e
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 variables400
Number of clauses1400
Sum of the clauses size4200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31400
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:  400                                                  |
0.00/0.00	|  Number of clauses:    1400                                                 |
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 |     400     1400     4200 |      466        0    nan |  0.000 % |
0.00/0.00	|       102 |     400     1400     4200 |      513      102     27 |  0.001 % |
0.00/0.01	|       253 |     400     1400     4200 |      564      253     26 |  0.001 % |
0.00/0.01	|       479 |     400     1400     4200 |      621      479     26 |  0.001 % |
0.00/0.03	|       818 |     400     1400     4200 |      683      479     26 |  0.001 % |
0.04/0.04	|      1325 |     400     1400     4200 |      751      616     26 |  0.001 % |
0.04/0.07	|      2085 |     400     1400     4200 |      826      565     25 |  0.001 % |
0.09/0.11	|      3225 |     400     1400     4200 |      909      806     26 |  0.001 % |
0.09/0.18	|      4933 |     400     1400     4200 |     1000      541     23 |  0.001 % |
0.19/0.28	|      7496 |     400     1400     4200 |     1100      968     26 |  0.001 % |
0.39/0.44	|     11341 |     400     1400     4200 |     1210      758     23 |  0.001 % |
0.59/0.69	|     17109 |     400     1400     4200 |     1331      809     23 |  0.001 % |
1.00/1.08	|     25758 |     400     1400     4200 |     1464     1122     25 |  0.001 % |
1.59/1.66	|     38732 |     400     1400     4200 |     1611     1120     25 |  0.001 % |
2.49/2.57	|     58194 |     400     1400     4200 |     1772     1410     26 |  0.001 % |
3.89/3.99	|     87386 |     400     1400     4200 |     1949     1286     25 |  0.001 % |
6.09/6.19	|    131176 |     400     1400     4200 |     2144     1950     27 |  0.001 % |
9.59/9.62	|    196860 |     400     1400     4200 |     2358     1607     25 |  0.001 % |
14.89/14.98	|    295388 |     400     1400     4200 |     2594     2218     26 |  0.001 % |
23.29/23.33	|    443178 |     400     1400     4200 |     2854     2328     25 |  0.001 % |
36.18/36.27	|    664862 |     400     1400     4200 |     3139     2138     27 |  0.001 % |
56.47/56.55	|    997389 |     400     1400     4200 |     3453     3169     27 |  0.001 % |
87.76/87.84	|   1496179 |     400     1400     4200 |     3798     2294     26 |  0.001 % |
136.84/136.99	|   2244361 |     400     1400     4200 |     4178     3726     27 |  0.001 % |
214.33/214.45	|   3366635 |     400     1400     4200 |     4596     3558     29 |  0.001 % |
335.79/335.91	|   5050046 |     400     1400     4200 |     5056     2845     27 |  0.001 % |
523.53/523.72	|   7575164 |     400     1400     4200 |     5561     2619     25 |  0.001 % |
822.64/822.93	|  11362839 |     400     1400     4200 |     6117     4784     28 |  0.001 % |

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-1806186-1242146344/watcher-1806186-1242146344 -o /tmp/evaluation-result-1806186-1242146344/solver-1806186-1242146344 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806186-1242146344.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.99 0.97 0.91 3/64 14265
/proc/meminfo: memFree=1378096/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=2052 CPUtime=0
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 242667145 2101248 142 1992294400 134512640 135243866 4294956256 18446744073709551615 134558529 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 513 142 83 178 0 333 0

[startup+0.046052 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 14265
/proc/meminfo: memFree=1378096/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=2052 CPUtime=0.04
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 174 0 0 0 4 0 0 0 18 0 1 0 242667145 2101248 159 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 513 159 85 178 0 333 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2052

[startup+0.101059 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 14265
/proc/meminfo: memFree=1378096/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=2052 CPUtime=0.09
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 183 0 0 0 9 0 0 0 18 0 1 0 242667145 2101248 168 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 513 168 85 178 0 333 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2052

[startup+0.301088 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 14265
/proc/meminfo: memFree=1378096/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=2184 CPUtime=0.29
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 202 0 0 0 29 0 0 0 20 0 1 0 242667145 2236416 187 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 546 187 85 178 0 366 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2184

[startup+0.701145 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 14265
/proc/meminfo: memFree=1378096/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=2316 CPUtime=0.69
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 218 0 0 0 69 0 0 0 22 0 1 0 242667145 2371584 203 1992294400 134512640 135243866 4294956256 18446744073709551615 134565348 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 579 203 85 178 0 399 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2316

[startup+1.50126 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14266
/proc/meminfo: memFree=1377576/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=2316 CPUtime=1.49
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 244 0 0 0 149 0 0 0 25 0 1 0 242667145 2371584 229 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 579 229 85 178 0 399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2316

[startup+3.10149 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14266
/proc/meminfo: memFree=1377320/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=2448 CPUtime=3.09
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 279 0 0 0 309 0 0 0 25 0 1 0 242667145 2506752 264 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 612 264 85 178 0 432 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2448

[startup+6.30196 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14266
/proc/meminfo: memFree=1377064/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=2708 CPUtime=6.29
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 319 0 0 0 629 0 0 0 25 0 1 0 242667145 2772992 304 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 677 304 85 178 0 497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2708

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14266
/proc/meminfo: memFree=1376744/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=2844 CPUtime=12.69
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 377 0 0 0 1269 0 0 0 25 0 1 0 242667145 2912256 362 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 711 362 85 178 0 531 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2844

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14266
/proc/meminfo: memFree=1376424/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=3108 CPUtime=25.49
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 446 0 0 0 2549 0 0 0 25 0 1 0 242667145 3182592 431 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 777 431 85 178 0 597 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3108

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1376104/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=3504 CPUtime=51.07
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 524 0 0 0 5107 0 0 0 25 0 1 0 242667145 3588096 509 1992294400 134512640 135243866 4294956256 18446744073709551615 134565689 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 876 509 85 178 0 696 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3504

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1375656/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=3900 CPUtime=102.26
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 640 0 0 0 10226 0 0 0 25 0 1 0 242667145 3993600 625 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 975 625 85 178 0 795 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3900

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1375208/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=4292 CPUtime=162.23
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 734 0 0 0 16223 0 0 0 25 0 1 0 242667145 4395008 719 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1073 719 85 178 0 893 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4292

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1374952/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=4556 CPUtime=222.22
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 806 0 0 0 22221 1 0 0 25 0 1 0 242667145 4665344 791 1992294400 134512640 135243866 4294956256 18446744073709551615 134555815 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1139 791 85 178 0 959 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 4556

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1374632/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=4816 CPUtime=282.21
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 866 0 0 0 28220 1 0 0 25 0 1 0 242667145 4931584 851 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1204 851 85 178 0 1024 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 4816

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1374440/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=5072 CPUtime=342.18
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 914 0 0 0 34217 1 0 0 25 0 1 0 242667145 5193728 899 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1268 899 85 178 0 1088 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 5072

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1374184/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=5208 CPUtime=402.17
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 956 0 0 0 40216 1 0 0 25 0 1 0 242667145 5332992 941 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1302 941 85 178 0 1122 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 5208

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1374056/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=5328 CPUtime=462.15
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 999 0 0 0 46214 1 0 0 25 0 1 0 242667145 5455872 984 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1332 984 85 178 0 1152 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 5328

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1373928/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=5460 CPUtime=522.13
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1021 0 0 0 52212 1 0 0 25 0 1 0 242667145 5591040 1006 1992294400 134512640 135243866 4294956256 18446744073709551615 134555576 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1365 1006 85 178 0 1185 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 5460

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14268
/proc/meminfo: memFree=1373672/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=5720 CPUtime=582.11
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1072 0 0 0 58210 1 0 0 25 0 1 0 242667145 5857280 1057 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1430 1057 85 178 0 1250 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 5720

[startup+642.301 s]
/proc/loadavg: 1.04 0.99 0.91 2/65 14268
/proc/meminfo: memFree=1373608/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=5852 CPUtime=642.09
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1105 0 0 0 64208 1 0 0 25 0 1 0 242667145 5992448 1090 1992294400 134512640 135243866 4294956256 18446744073709551615 134559670 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1463 1090 85 178 0 1283 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 5852

[startup+702.302 s]
/proc/loadavg: 1.05 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1373480/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=5852 CPUtime=702.07
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1117 0 0 0 70206 1 0 0 25 0 1 0 242667145 5992448 1102 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1463 1102 85 178 0 1283 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 5852

[startup+762.305 s]
/proc/loadavg: 1.02 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1373352/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=5988 CPUtime=762.07
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1142 0 0 0 76205 2 0 0 25 0 1 0 242667145 6131712 1127 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1497 1127 85 178 0 1317 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 5988

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1373224/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=5988 CPUtime=822.04
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1163 0 0 0 82202 2 0 0 25 0 1 0 242667145 6131712 1148 1992294400 134512640 135243866 4294956256 18446744073709551615 134742422 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1497 1148 85 178 0 1317 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 5988

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1373096/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=6120 CPUtime=882.03
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1194 0 0 0 88201 2 0 0 25 0 1 0 242667145 6266880 1179 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1530 1179 85 178 0 1350 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 6120

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1373032/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=6256 CPUtime=942.01
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1213 0 0 0 94199 2 0 0 25 0 1 0 242667145 6406144 1198 1992294400 134512640 135243866 4294956256 18446744073709551615 134558753 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1564 1198 85 178 0 1384 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 6256

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1372968/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=6388 CPUtime=1001.99
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1239 0 0 0 100197 2 0 0 25 0 1 0 242667145 6541312 1224 1992294400 134512640 135243866 4294956256 18446744073709551615 134565086 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1597 1224 85 178 0 1417 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 6388

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1372840/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=6388 CPUtime=1061.97
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1257 0 0 0 106195 2 0 0 25 0 1 0 242667145 6541312 1242 1992294400 134512640 135243866 4294956256 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1597 1242 85 178 0 1417 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 6388

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1372840/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=6388 CPUtime=1121.95
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1263 0 0 0 112193 2 0 0 25 0 1 0 242667145 6541312 1248 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1597 1248 85 178 0 1417 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 6388

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1372776/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=6524 CPUtime=1181.93
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1275 0 0 0 118191 2 0 0 25 0 1 0 242667145 6680576 1260 1992294400 134512640 135243866 4294956256 18446744073709551615 134565149 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1631 1260 85 178 0 1451 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 6524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 14268
/proc/meminfo: memFree=1372712/2055920 swapFree=4179692/4192956
[pid=14265] ppid=14263 vsize=6524 CPUtime=1200.03
/proc/14265/stat : 14265 (minisat_static) R 14263 14265 14072 0 -1 4194304 1282 0 0 0 120001 2 0 0 25 0 1 0 242667145 6680576 1267 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14265/statm: 1631 1267 85 178 0 1451 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 6524

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.02
CPU system time (s): 0.028995
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 6524

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

runsolver used 0.817875 second user time and 2.69059 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-12 18:39:04
IDJOB=1806186
IDBENCH=24687
IDSOLVER=568
FILE ID=node30/1806186-1242146344
PBS_JOBID= 9289691
Free space on /tmp= 66212 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806186-1242146344/watcher-1806186-1242146344 -o /tmp/evaluation-result-1806186-1242146344/solver-1806186-1242146344 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806186-1242146344.cnf

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

MD5SUM BENCH= 67e3f1c82b3561160730d7e2b008579e
RANDOM SEED=1086322051

node30.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.265
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.265
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:       1378512 kB
Buffers:         40192 kB
Cached:         564336 kB
SwapCached:       7064 kB
Active:          58264 kB
Inactive:       555416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378512 kB
SwapTotal:     4192956 kB
SwapFree:      4179692 kB
Dirty:             844 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            49752 kB
Committed_AS:   944752 kB
PageTables:       1356 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 node30 at 2009-05-12 18:59:06