Trace number 1805794

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 070721UNSAT 564.902 565.121

General information on the benchmark

Namecrafted/Medium/contest05/others/
pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
MD5SUMab810788a5ff5edde690e75706c8dd18
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark391.416
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses562
Sum of the clauses size1684
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3560
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:  169                                                  |
0.00/0.00	|  Number of clauses:    562                                                  |
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 |      91      336     1007 |      112        0    nan |  0.000 % |
0.00/0.00	|       103 |      91      336     1007 |      123      103     17 |  0.004 % |
0.00/0.00	|       255 |      91      336     1007 |      135      169     18 |  0.011 % |
0.00/0.01	|       480 |      91      336     1007 |      149      118     14 |  0.004 % |
0.00/0.01	|       817 |      91      336     1007 |      163      157     15 |  0.011 % |
0.00/0.02	|      1323 |      91      336     1007 |      180      141     12 |  0.011 % |
0.00/0.03	|      2083 |      91      336     1007 |      198      212     14 |  0.004 % |
0.00/0.05	|      3223 |      91      336     1007 |      218      138     11 |  0.004 % |
0.05/0.08	|      4932 |      91      336     1007 |      240      236     13 |  0.014 % |
0.09/0.13	|      7495 |      91      336     1007 |      264      291     15 |  0.004 % |
0.09/0.20	|     11339 |      91      336     1007 |      290      308     16 |  0.004 % |
0.29/0.30	|     17106 |      91      336     1007 |      319      309     15 |  0.004 % |
0.39/0.46	|     25756 |      91      336     1007 |      351      202     10 |  0.007 % |
0.69/0.72	|     38731 |      91      336     1007 |      386      281     13 |  0.007 % |
1.00/1.10	|     58192 |      91      336     1007 |      425      365     13 |  0.011 % |
1.59/1.68	|     87384 |      91      336     1007 |      467      295     12 |  0.004 % |
2.49/2.58	|    131174 |      91      336     1007 |      514      378     13 |  0.011 % |
3.89/3.97	|    196858 |      91      336     1007 |      566      528     14 |  0.007 % |
5.99/6.09	|    295385 |      91      336     1007 |      622      553     13 |  0.007 % |
9.29/9.37	|    443175 |      91      336     1007 |      684      363     12 |  0.004 % |
14.39/14.48	|    664858 |      91      336     1007 |      753      722     14 |  0.004 % |
22.18/22.24	|    997384 |      91      336     1007 |      828      503     13 |  0.007 % |
34.38/34.41	|   1496173 |      91      336     1007 |      911      547     13 |  0.004 % |
53.17/53.29	|   2244357 |      91      336     1007 |     1002      861     16 |  0.004 % |
82.56/82.66	|   3366632 |      91      336     1007 |     1103      910     16 |  0.004 % |
127.74/127.88	|   5050043 |      91      336     1007 |     1213      839     17 |  0.004 % |
197.41/197.54	|   7575159 |      91      336     1007 |     1334      651     14 |  0.004 % |
306.57/306.71	|  11362835 |      91      336     1007 |     1468     1271     16 |  0.007 % |
476.61/476.85	|  17044347 |      89      324      969 |     1615     1472     16 |  1.187 % |
564.88/565.12	===============================================================================
564.88/565.12	restarts              : 29
564.88/565.12	conflicts             : 19958886       (35332 /sec)
564.88/565.12	decisions             : 21673432       (1.10 % random) (38367 /sec)
564.88/565.12	propagations          : 478605221      (847239 /sec)
564.88/565.12	conflict literals     : 361764816      (24.84 % deleted)
564.88/565.12	Memory used           : 2.39 MB
564.88/565.12	CPU time              : 564.9 s
564.88/565.12	
564.88/565.12	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1805794-1242142215/watcher-1805794-1242142215 -o /tmp/evaluation-result-1805794-1242142215/solver-1805794-1242142215 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805794-1242142215.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.00 0.13 0.68 3/64 21231
/proc/meminfo: memFree=839936/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=1920 CPUtime=0
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 141 0 0 0 0 0 0 0 20 0 1 0 242254788 1966080 126 1992294400 134512640 135243866 4294956256 18446744073709551615 134558435 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 480 126 86 178 0 300 0

[startup+0.0580371 s]
/proc/loadavg: 0.00 0.13 0.68 3/64 21231
/proc/meminfo: memFree=839936/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=1920 CPUtime=0.05
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 141 0 0 0 5 0 0 0 20 0 1 0 242254788 1966080 126 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 480 126 86 178 0 300 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1920

[startup+0.102046 s]
/proc/loadavg: 0.00 0.13 0.68 3/64 21231
/proc/meminfo: memFree=839936/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=1920 CPUtime=0.09
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 141 0 0 0 9 0 0 0 20 0 1 0 242254788 1966080 126 1992294400 134512640 135243866 4294956256 18446744073709551615 134565525 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 480 126 86 178 0 300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1920

[startup+0.302093 s]
/proc/loadavg: 0.00 0.13 0.68 3/64 21231
/proc/meminfo: memFree=839936/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=1920 CPUtime=0.29
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 145 0 0 0 29 0 0 0 21 0 1 0 242254788 1966080 130 1992294400 134512640 135243866 4294956256 18446744073709551615 134568294 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 480 130 86 178 0 300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1920

[startup+0.701163 s]
/proc/loadavg: 0.00 0.13 0.68 3/64 21231
/proc/meminfo: memFree=839936/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2048 CPUtime=0.69
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 148 0 0 0 69 0 0 0 25 0 1 0 242254788 2097152 133 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 512 133 86 178 0 332 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2048

[startup+1.50132 s]
/proc/loadavg: 0.00 0.13 0.68 2/65 21232
/proc/meminfo: memFree=839736/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2048 CPUtime=1.49
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 153 0 0 0 149 0 0 0 25 0 1 0 242254788 2097152 138 1992294400 134512640 135243866 4294956256 18446744073709551615 134565190 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 512 138 86 178 0 332 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2048

[startup+3.10163 s]
/proc/loadavg: 0.08 0.14 0.68 2/65 21232
/proc/meminfo: memFree=839544/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2048 CPUtime=3.09
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 159 0 0 0 309 0 0 0 25 0 1 0 242254788 2097152 144 1992294400 134512640 135243866 4294956256 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 512 144 86 178 0 332 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2048

[startup+6.30126 s]
/proc/loadavg: 0.08 0.14 0.68 2/65 21232
/proc/meminfo: memFree=839480/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2048 CPUtime=6.29
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 166 0 0 0 629 0 0 0 25 0 1 0 242254788 2097152 151 1992294400 134512640 135243866 4294956256 18446744073709551615 134566583 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 512 151 86 178 0 332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2048

[startup+12.7015 s]
/proc/loadavg: 0.22 0.17 0.69 2/65 21232
/proc/meminfo: memFree=839288/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2048 CPUtime=12.69
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 176 0 0 0 1269 0 0 0 25 0 1 0 242254788 2097152 161 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 512 161 86 178 0 332 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2048

[startup+25.503 s]
/proc/loadavg: 0.34 0.19 0.69 2/65 21232
/proc/meminfo: memFree=839224/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2176 CPUtime=25.48
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 188 0 0 0 2548 0 0 0 25 0 1 0 242254788 2228224 173 1992294400 134512640 135243866 4294956256 18446744073709551615 134572853 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 544 173 86 178 0 364 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2176

[startup+51.102 s]
/proc/loadavg: 0.56 0.26 0.70 2/65 21232
/proc/meminfo: memFree=839160/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2176 CPUtime=51.07
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 200 0 0 0 5107 0 0 0 25 0 1 0 242254788 2228224 185 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 544 185 86 178 0 364 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2176

[startup+102.302 s]
/proc/loadavg: 0.82 0.38 0.71 2/65 21232
/proc/meminfo: memFree=839032/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2308 CPUtime=102.25
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 222 0 0 0 10225 0 0 0 25 0 1 0 242254788 2363392 207 1992294400 134512640 135243866 4294956256 18446744073709551615 134558476 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 577 207 86 178 0 397 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 2308

[startup+162.302 s]
/proc/loadavg: 0.93 0.49 0.73 2/65 21232
/proc/meminfo: memFree=838904/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2308 CPUtime=162.23
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 234 0 0 0 16223 0 0 0 25 0 1 0 242254788 2363392 219 1992294400 134512640 135243866 4294956256 18446744073709551615 134565192 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 577 219 86 178 0 397 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 2308

[startup+222.305 s]
/proc/loadavg: 0.97 0.58 0.74 2/65 21232
/proc/meminfo: memFree=838776/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=222.21
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 254 0 0 0 22221 0 0 0 25 0 1 0 242254788 2498560 239 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 239 86 178 0 430 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 2440

[startup+282.301 s]
/proc/loadavg: 0.99 0.65 0.75 2/65 21232
/proc/meminfo: memFree=838776/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=282.18
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 255 0 0 0 28218 0 0 0 25 0 1 0 242254788 2498560 240 1992294400 134512640 135243866 4294956256 18446744073709551615 134567872 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 240 86 178 0 430 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 2440

[startup+342.302 s]
/proc/loadavg: 0.99 0.71 0.77 2/65 21232
/proc/meminfo: memFree=838712/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=342.16
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 261 0 0 0 34216 0 0 0 25 0 1 0 242254788 2498560 246 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 246 86 178 0 430 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 2440

[startup+402.302 s]
/proc/loadavg: 0.99 0.76 0.78 2/65 21232
/proc/meminfo: memFree=838712/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=402.14
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 266 0 0 0 40214 0 0 0 25 0 1 0 242254788 2498560 251 1992294400 134512640 135243866 4294956256 18446744073709551615 134559103 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 251 86 178 0 430 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 2440

[startup+462.301 s]
/proc/loadavg: 0.99 0.80 0.79 2/65 21232
/proc/meminfo: memFree=838712/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=462.11
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 269 0 0 0 46211 0 0 0 25 0 1 0 242254788 2498560 254 1992294400 134512640 135243866 4294956256 18446744073709551615 134556083 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 254 86 178 0 430 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 2440

[startup+522.302 s]
/proc/loadavg: 0.99 0.84 0.80 2/65 21232
/proc/meminfo: memFree=838904/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=522.09
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 277 0 0 0 52209 0 0 0 25 0 1 0 242254788 2498560 262 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 262 86 178 0 430 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 2440

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

[startup+537.602 s]
/proc/loadavg: 0.99 0.84 0.80 2/65 21232
/proc/meminfo: memFree=838840/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=537.39
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 278 0 0 0 53739 0 0 0 25 0 1 0 242254788 2498560 263 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 263 86 178 0 430 0
Current children cumulated CPU time (s) 537.39
Current children cumulated vsize (KiB) 2440

[startup+550.401 s]
/proc/loadavg: 0.99 0.85 0.81 2/65 21232
/proc/meminfo: memFree=838840/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=550.18
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 278 0 0 0 55018 0 0 0 25 0 1 0 242254788 2498560 263 1992294400 134512640 135243866 4294956256 18446744073709551615 134555878 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 263 86 178 0 430 0
Current children cumulated CPU time (s) 550.18
Current children cumulated vsize (KiB) 2440

[startup+556.802 s]
/proc/loadavg: 0.99 0.85 0.81 2/65 21232
/proc/meminfo: memFree=838840/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=556.58
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 278 0 0 0 55658 0 0 0 25 0 1 0 242254788 2498560 263 1992294400 134512640 135243866 4294956256 18446744073709551615 134566376 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 263 86 178 0 430 0
Current children cumulated CPU time (s) 556.58
Current children cumulated vsize (KiB) 2440

[startup+560.005 s]
/proc/loadavg: 0.99 0.85 0.81 2/65 21232
/proc/meminfo: memFree=838840/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=559.78
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 278 0 0 0 55978 0 0 0 25 0 1 0 242254788 2498560 263 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 263 86 178 0 430 0
Current children cumulated CPU time (s) 559.78
Current children cumulated vsize (KiB) 2440

[startup+563.202 s]
/proc/loadavg: 0.99 0.86 0.81 2/65 21232
/proc/meminfo: memFree=838840/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=562.98
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 278 0 0 0 56298 0 0 0 25 0 1 0 242254788 2498560 263 1992294400 134512640 135243866 4294956256 18446744073709551615 134568920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 263 86 178 0 430 0
Current children cumulated CPU time (s) 562.98
Current children cumulated vsize (KiB) 2440

[startup+564.002 s]
/proc/loadavg: 0.99 0.86 0.81 2/65 21232
/proc/meminfo: memFree=838840/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=563.78
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 278 0 0 0 56378 0 0 0 25 0 1 0 242254788 2498560 263 1992294400 134512640 135243866 4294956256 18446744073709551615 134555903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 263 86 178 0 430 0
Current children cumulated CPU time (s) 563.78
Current children cumulated vsize (KiB) 2440

[startup+564.801 s]
/proc/loadavg: 0.99 0.86 0.81 2/65 21232
/proc/meminfo: memFree=838840/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=564.58
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 278 0 0 0 56458 0 0 0 25 0 1 0 242254788 2498560 263 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 263 86 178 0 430 0
Current children cumulated CPU time (s) 564.58
Current children cumulated vsize (KiB) 2440

[startup+565.001 s]
/proc/loadavg: 0.99 0.86 0.81 2/65 21232
/proc/meminfo: memFree=838840/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=564.78
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 278 0 0 0 56478 0 0 0 25 0 1 0 242254788 2498560 263 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 263 86 178 0 430 0
Current children cumulated CPU time (s) 564.78
Current children cumulated vsize (KiB) 2440

[startup+565.101 s]
/proc/loadavg: 0.99 0.86 0.81 2/65 21232
/proc/meminfo: memFree=838840/2055920 swapFree=4180192/4192956
[pid=21231] ppid=21229 vsize=2440 CPUtime=564.88
/proc/21231/stat : 21231 (minisat_static) R 21229 21231 21194 0 -1 4194304 278 0 0 0 56488 0 0 0 25 0 1 0 242254788 2498560 263 1992294400 134512640 135243866 4294956256 18446744073709551615 134555901 0 0 4096 3 0 0 0 17 1 0 0
/proc/21231/statm: 610 263 86 178 0 430 0
Current children cumulated CPU time (s) 564.88
Current children cumulated vsize (KiB) 2440

Child status: 20
Real time (s): 565.121
CPU time (s): 564.902
CPU user time (s): 564.9
CPU system time (s): 0.001999
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 2440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 564.9
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288
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= 3
involuntary context switches= 1439

runsolver used 0.487925 second user time and 1.11583 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-12 17:30:15
IDJOB=1805794
IDBENCH=24600
IDSOLVER=568
FILE ID=node28/1805794-1242142215
PBS_JOBID= 9289693
Free space on /tmp= 66024 MiB

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

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

MD5SUM BENCH= ab810788a5ff5edde690e75706c8dd18
RANDOM SEED=229687625

node28.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.261
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.261
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:        840352 kB
Buffers:         77452 kB
Cached:        1037860 kB
SwapCached:       5940 kB
Active:          52224 kB
Inactive:      1071640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        840352 kB
SwapTotal:     4192956 kB
SwapFree:      4180192 kB
Dirty:            1024 kB
Writeback:           0 kB
Mapped:          14132 kB
Slab:            77480 kB
Committed_AS:   907156 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66020 MiB
End job on node28 at 2009-05-12 17:39:40