Trace number 1806417

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

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-12-UNSAT.sat05-3940.reshuffled-07.cnf
MD5SUMcb7fcc0a671d4e8fcabb476bdf51a2fc
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 variables190
Number of clauses632
Sum of the clauses size1894
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3630
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:  190                                                  |
0.00/0.00	|  Number of clauses:    632                                                  |
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 |     102      378     1136 |      126        0    nan |  0.000 % |
0.00/0.00	|       101 |     102      378     1136 |      138      101     19 |  0.003 % |
0.00/0.00	|       251 |     102      378     1136 |      152      147     16 |  0.008 % |
0.00/0.01	|       477 |     102      378     1136 |      167      167     15 |  0.003 % |
0.00/0.01	|       814 |     102      378     1136 |      184      199     14 |  0.003 % |
0.00/0.02	|      1320 |     102      378     1136 |      202      127     10 |  0.008 % |
0.00/0.03	|      2079 |     102      378     1136 |      223      142     11 |  0.006 % |
0.00/0.05	|      3218 |     102      378     1136 |      245      174     13 |  0.003 % |
0.00/0.09	|      4926 |     102      378     1136 |      270      252     14 |  0.006 % |
0.10/0.13	|      7488 |     102      378     1136 |      297      307     15 |  0.008 % |
0.20/0.21	|     11332 |     102      378     1136 |      326      224     12 |  0.008 % |
0.29/0.32	|     17099 |     102      378     1136 |      359      322     13 |  0.003 % |
0.40/0.49	|     25750 |     102      378     1136 |      395      237     12 |  0.008 % |
0.69/0.76	|     38725 |     102      378     1136 |      434      353     15 |  0.006 % |
1.10/1.16	|     58188 |     102      378     1136 |      478      367     14 |  0.003 % |
1.79/1.81	|     87381 |     102      378     1136 |      526      348     13 |  0.003 % |
2.69/2.77	|    131172 |     102      378     1136 |      578      360     13 |  0.006 % |
4.19/4.29	|    196856 |     102      378     1136 |      636      374     13 |  0.003 % |
6.60/6.63	|    295382 |     102      378     1136 |      700      466     14 |  0.006 % |
10.09/10.19	|    443171 |     102      378     1136 |      770      401     12 |  0.008 % |
15.49/15.56	|    664854 |     102      378     1136 |      847      789     16 |  0.008 % |
24.19/24.20	|    997379 |     102      378     1136 |      932      678     15 |  0.003 % |
36.78/36.87	|   1496168 |     102      378     1136 |     1025      619     13 |  0.003 % |
55.98/56.08	|   2244350 |     102      378     1136 |     1128      884     15 |  0.006 % |
87.67/87.74	|   3366624 |     102      378     1136 |     1241     1174     16 |  0.006 % |
136.86/136.96	|   5050036 |     102      378     1136 |     1365     1042     17 |  0.006 % |
212.34/212.45	|   7575152 |     102      378     1136 |     1501     1053     18 |  0.008 % |
325.10/325.21	|  11362828 |     102      378     1136 |     1651     1082     17 |  0.008 % |
509.07/509.28	|  17044340 |     102      378     1136 |     1817     1167     16 |  0.008 % |
796.79/797.02	|  25566610 |     102      378     1136 |     1998     1691     18 |  0.003 % |

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-1806417-1242148900/watcher-1806417-1242148900 -o /tmp/evaluation-result-1806417-1242148900/solver-1806417-1242148900 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806417-1242148900.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.98 0.94 2/64 9694
/proc/meminfo: memFree=1561120/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=1920 CPUtime=0
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 242923418 1966080 126 1992294400 134512640 135243866 4294956256 18446744073709551615 134565470 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 480 126 84 178 0 300 0

[startup+0.105094 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 9694
/proc/meminfo: memFree=1561120/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=1920 CPUtime=0.1
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 146 0 0 0 10 0 0 0 18 0 1 0 242923418 1966080 131 1992294400 134512640 135243866 4294956256 18446744073709551615 134566522 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 480 131 86 178 0 300 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.202104 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 9694
/proc/meminfo: memFree=1561120/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2052 CPUtime=0.2
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 149 0 0 0 20 0 0 0 18 0 1 0 242923418 2101248 134 1992294400 134512640 135243866 4294956256 18446744073709551615 134566438 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 513 134 86 178 0 333 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 2052

[startup+0.301114 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 9694
/proc/meminfo: memFree=1561120/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2052 CPUtime=0.29
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 150 0 0 0 29 0 0 0 19 0 1 0 242923418 2101248 135 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 513 135 86 178 0 333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2052

[startup+0.701154 s]
/proc/loadavg: 0.99 0.98 0.94 2/64 9694
/proc/meminfo: memFree=1561120/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2052 CPUtime=0.69
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 155 0 0 0 69 0 0 0 23 0 1 0 242923418 2101248 140 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 513 140 86 178 0 333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2052

[startup+1.50124 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1560856/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2052 CPUtime=1.49
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 161 0 0 0 149 0 0 0 25 0 1 0 242923418 2101248 146 1992294400 134512640 135243866 4294956256 18446744073709551615 134565643 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 513 146 86 178 0 333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2052

[startup+3.1014 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1560728/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2052 CPUtime=3.09
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 169 0 0 0 309 0 0 0 25 0 1 0 242923418 2101248 154 1992294400 134512640 135243866 4294956256 18446744073709551615 134558753 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 513 154 86 178 0 333 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2052

[startup+6.30172 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1560664/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2052 CPUtime=6.29
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 179 0 0 0 629 0 0 0 25 0 1 0 242923418 2101248 164 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 513 164 86 178 0 333 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2052

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1560472/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2184 CPUtime=12.69
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 191 0 0 0 1269 0 0 0 25 0 1 0 242923418 2236416 176 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 546 176 86 178 0 366 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2184

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1560408/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2184 CPUtime=25.49
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 208 0 0 0 2549 0 0 0 25 0 1 0 242923418 2236416 193 1992294400 134512640 135243866 4294956256 18446744073709551615 134558407 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 546 193 86 178 0 366 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2184

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1560408/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2316 CPUtime=51.08
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 224 0 0 0 5108 0 0 0 25 0 1 0 242923418 2371584 209 1992294400 134512640 135243866 4294956256 18446744073709551615 134556083 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 579 209 86 178 0 399 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2316

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1560280/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2316 CPUtime=102.27
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 247 0 0 0 10227 0 0 0 25 0 1 0 242923418 2371584 232 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 579 232 86 178 0 399 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2316

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1560088/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2448 CPUtime=162.25
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 275 0 0 0 16225 0 0 0 25 0 1 0 242923418 2506752 260 1992294400 134512640 135243866 4294956256 18446744073709551615 134567709 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 612 260 86 178 0 432 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2448

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1560024/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2580 CPUtime=222.24
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 286 0 0 0 22224 0 0 0 25 0 1 0 242923418 2641920 271 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 645 271 86 178 0 465 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2580

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559896/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2580 CPUtime=282.22
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 297 0 0 0 28222 0 0 0 25 0 1 0 242923418 2641920 282 1992294400 134512640 135243866 4294956256 18446744073709551615 134567922 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 645 282 86 178 0 465 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2580

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559832/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2580 CPUtime=342.2
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 306 0 0 0 34220 0 0 0 25 0 1 0 242923418 2641920 291 1992294400 134512640 135243866 4294956256 18446744073709551615 134568478 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 645 291 86 178 0 465 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2580

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559768/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2712 CPUtime=402.18
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 315 0 0 0 40218 0 0 0 25 0 1 0 242923418 2777088 300 1992294400 134512640 135243866 4294956256 18446744073709551615 134565625 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 678 300 86 178 0 498 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 2712

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559704/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2712 CPUtime=462.18
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 325 0 0 0 46217 1 0 0 25 0 1 0 242923418 2777088 310 1992294400 134512640 135243866 4294956256 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 678 310 86 178 0 498 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 2712

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559704/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2712 CPUtime=522.16
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 325 0 0 0 52215 1 0 0 25 0 1 0 242923418 2777088 310 1992294400 134512640 135243866 4294956256 18446744073709551615 134556208 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 678 310 86 178 0 498 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 2712

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559576/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2712 CPUtime=582.15
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 335 0 0 0 58214 1 0 0 25 0 1 0 242923418 2777088 320 1992294400 134512640 135243866 4294956256 18446744073709551615 134565192 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 678 320 86 178 0 498 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 2712

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559576/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2712 CPUtime=642.13
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 342 0 0 0 64212 1 0 0 25 0 1 0 242923418 2777088 327 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 678 327 86 178 0 498 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 2712

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559512/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2712 CPUtime=702.12
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 344 0 0 0 70211 1 0 0 25 0 1 0 242923418 2777088 329 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 678 329 86 178 0 498 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 2712

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559448/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2712 CPUtime=762.1
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 347 0 0 0 76209 1 0 0 25 0 1 0 242923418 2777088 332 1992294400 134512640 135243866 4294956256 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 678 332 86 178 0 498 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 2712

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559384/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2840 CPUtime=822.08
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 361 0 0 0 82207 1 0 0 25 0 1 0 242923418 2908160 346 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 710 346 86 178 0 530 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 2840

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559320/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2840 CPUtime=882.07
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 370 0 0 0 88206 1 0 0 25 0 1 0 242923418 2908160 355 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 710 355 86 178 0 530 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 2840

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559256/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2840 CPUtime=942.05
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 375 0 0 0 94204 1 0 0 25 0 1 0 242923418 2908160 360 1992294400 134512640 135243866 4294956256 18446744073709551615 134565470 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 710 360 86 178 0 530 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 2840

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559192/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2840 CPUtime=1002.03
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 379 0 0 0 100202 1 0 0 25 0 1 0 242923418 2908160 364 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 710 364 86 178 0 530 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 2840

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559256/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2972 CPUtime=1062.02
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 380 0 0 0 106201 1 0 0 25 0 1 0 242923418 3043328 365 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 743 365 86 178 0 563 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 2972

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9695
/proc/meminfo: memFree=1559192/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2972 CPUtime=1122
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 383 0 0 0 112199 1 0 0 25 0 1 0 242923418 3043328 368 1992294400 134512640 135243866 4294956256 18446744073709551615 134555811 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 743 368 86 178 0 563 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 2972

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9697
/proc/meminfo: memFree=1558936/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2972 CPUtime=1181.98
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 386 0 0 0 118197 1 0 0 25 0 1 0 242923418 3043328 371 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 743 371 86 178 0 563 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 2972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9697
/proc/meminfo: memFree=1558936/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2972 CPUtime=1200.08
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 386 0 0 0 120007 1 0 0 25 0 1 0 242923418 3043328 371 1992294400 134512640 135243866 4294956256 18446744073709551615 134566754 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 743 371 86 178 0 563 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 2972

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

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

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 9697
/proc/meminfo: memFree=1558936/2055920 swapFree=4176976/4192956
[pid=9694] ppid=9692 vsize=2972 CPUtime=1200.08
/proc/9694/stat : 9694 (minisat_static) R 9692 9694 9435 0 -1 4194304 386 0 0 0 120007 1 0 0 25 0 1 0 242923418 3043328 371 1992294400 134512640 135243866 4294956256 18446744073709551615 134566754 0 0 4096 3 0 0 0 17 1 0 0
/proc/9694/statm: 743 371 86 178 0 563 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 2972

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.1
CPU user time (s): 1200.08
CPU system time (s): 0.020996
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 2972

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

runsolver used 0.801878 second user time and 2.52462 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-12 19:21:40
IDJOB=1806417
IDBENCH=24733
IDSOLVER=568
FILE ID=node17/1806417-1242148900
PBS_JOBID= 9289704
Free space on /tmp= 66212 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-12-UNSAT.sat05-3940.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806417-1242148900/watcher-1806417-1242148900 -o /tmp/evaluation-result-1806417-1242148900/solver-1806417-1242148900 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806417-1242148900.cnf

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

MD5SUM BENCH= cb7fcc0a671d4e8fcabb476bdf51a2fc
RANDOM SEED=586873123

node17.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.234
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.234
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:       1561600 kB
Buffers:         43100 kB
Cached:         361796 kB
SwapCached:       9768 kB
Active:          82116 kB
Inactive:       334632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561600 kB
SwapTotal:     4192956 kB
SwapFree:      4176976 kB
Dirty:             836 kB
Writeback:           0 kB
Mapped:          14028 kB
Slab:            63548 kB
Committed_AS:   870716 kB
PageTables:       1452 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 node17 at 2009-05-12 19:41:43