Trace number 1807348

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.12 1200.46

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes8.cnf
MD5SUM930a5df7b1f1625c5486319e8b2ac554
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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:  2640                                                 |
0.00/0.00	|  Number of clauses:    305320                                               |
0.19/0.20	|  Parsing time:         0.18         s                                       |
11.39/11.45	============================[ Search Statistics ]==============================
11.39/11.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.39/11.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.39/11.45	===============================================================================
11.39/11.45	|         0 |    2560   302680   935456 |   100893        0    nan |  0.000 % |
11.49/11.50	|       101 |    2560   302680   935456 |   110982      101    232 |  0.000 % |
11.49/11.56	|       251 |    2560   302680   935456 |   122080      251    235 |  0.000 % |
11.59/11.64	|       477 |    2560   302680   935456 |   134289      477    245 |  0.000 % |
11.69/11.77	|       820 |    2560   302680   935456 |   147717      820    297 |  0.000 % |
11.89/11.98	|      1327 |    2560   302680   935456 |   162489     1327    312 |  0.000 % |
12.20/12.27	|      2087 |    2560   302680   935456 |   178738     2087    296 |  0.000 % |
12.69/12.78	|      3227 |    2560   302680   935456 |   196612     3227    282 |  0.000 % |
13.59/13.70	|      4936 |    2560   302680   935456 |   216273     4936    280 |  0.000 % |
15.19/15.28	|      7498 |    2560   302680   935456 |   237901     7498    281 |  0.000 % |
17.59/17.62	|     11342 |    2560   302680   935456 |   261691    11342    277 |  0.000 % |
21.58/21.62	|     17108 |    2560   302680   935456 |   287860    17108    289 |  0.000 % |
29.59/29.61	|     25759 |    2560   302680   935456 |   316646    25759    285 |  0.000 % |
43.68/43.72	|     38734 |    2560   302680   935456 |   348311    38734    285 |  0.000 % |
78.77/78.86	|     58197 |    2560   302680   935456 |   383142    58197    288 |  0.000 % |
149.95/150.04	|     87390 |    2560   302680   935456 |   421456    87390    290 |  0.000 % |
306.41/306.57	|    131179 |    2560   302680   935456 |   463602   131179    286 |  0.000 % |
710.40/710.64	|    196863 |    2560   302680   935456 |   509962   196863    287 |  0.000 % |

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-1807348-1242157394/watcher-1807348-1242157394 -o /tmp/evaluation-result-1807348-1242157394/solver-1807348-1242157394 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807348-1242157394.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.85 0.97 0.95 3/64 17257
/proc/meminfo: memFree=733696/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=2056 CPUtime=0
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 404 0 0 0 0 0 0 0 18 0 1 0 243773456 2105344 389 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 514 390 65 178 0 334 0

[startup+0.103322 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 17257
/proc/meminfo: memFree=733696/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=10208 CPUtime=0.09
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 2309 0 0 0 8 1 0 0 18 0 1 0 243773456 10452992 2294 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 2552 2295 65 178 0 2372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10208

[startup+0.201331 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 17257
/proc/meminfo: memFree=733696/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=17616 CPUtime=0.19
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 4251 0 0 0 17 2 0 0 18 0 1 0 243773456 18038784 4236 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 4404 4237 65 178 0 4224 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17616

[startup+0.301341 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 17257
/proc/meminfo: memFree=733696/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=17876 CPUtime=0.29
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 4352 0 0 0 27 2 0 0 19 0 1 0 243773456 18305024 4337 1992294400 134512640 135243866 4294956256 18446744073709551615 134535826 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 4469 4337 79 178 0 4289 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17876

[startup+0.70138 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 17257
/proc/meminfo: memFree=733696/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=17876 CPUtime=0.69
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 4352 0 0 0 67 2 0 0 22 0 1 0 243773456 18305024 4337 1992294400 134512640 135243866 4294956256 18446744073709551615 134535747 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 4469 4337 79 178 0 4289 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17876

[startup+1.50146 s]
/proc/loadavg: 0.85 0.97 0.95 2/65 17258
/proc/meminfo: memFree=716600/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=17876 CPUtime=1.49
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 4352 0 0 0 147 2 0 0 25 0 1 0 243773456 18305024 4337 1992294400 134512640 135243866 4294956256 18446744073709551615 134535630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 4469 4337 79 178 0 4289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17876

[startup+3.10162 s]
/proc/loadavg: 0.86 0.97 0.95 2/65 17258
/proc/meminfo: memFree=714168/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=24756 CPUtime=3.09
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 5873 0 0 0 307 2 0 0 25 0 1 0 243773456 25350144 5858 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 6189 5858 80 178 0 6009 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24756

[startup+6.30193 s]
/proc/loadavg: 0.86 0.97 0.95 2/65 17258
/proc/meminfo: memFree=710208/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=24756 CPUtime=6.3
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 5913 0 0 0 627 3 0 0 25 0 1 0 243773456 25350144 5898 1992294400 134512640 135243866 4294956256 18446744073709551615 134535728 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 6189 5898 80 178 0 6009 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 24756

[startup+12.7016 s]
/proc/loadavg: 0.87 0.97 0.95 2/65 17258
/proc/meminfo: memFree=712576/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=22020 CPUtime=12.69
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 5980 0 0 0 1266 3 0 0 25 0 1 0 243773456 22548480 5258 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 5505 5258 87 178 0 5325 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22020

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.95 2/65 17258
/proc/meminfo: memFree=692416/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=42640 CPUtime=25.49
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 11118 0 0 0 2542 7 0 0 25 0 1 0 243773456 43663360 10396 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 10660 10396 87 178 0 10480 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42640

[startup+51.1014 s]
/proc/loadavg: 0.93 0.97 0.95 2/65 17258
/proc/meminfo: memFree=667264/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=67844 CPUtime=51.08
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 17406 0 0 0 5095 13 0 0 25 0 1 0 243773456 69472256 16684 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 16961 16684 87 178 0 16781 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 67844

[startup+102.301 s]
/proc/loadavg: 0.97 0.97 0.95 2/65 17258
/proc/meminfo: memFree=634880/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=99968 CPUtime=102.26
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 25439 0 0 0 10205 21 0 0 25 0 1 0 243773456 102367232 24717 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 24992 24717 87 178 0 24812 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 99968

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=609408/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=125540 CPUtime=162.24
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 31834 0 0 0 16196 28 0 0 25 0 1 0 243773456 128552960 31112 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 31385 31112 87 178 0 31205 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 125540

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=589056/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=145800 CPUtime=222.24
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 36867 0 0 0 22190 34 0 0 25 0 1 0 243773456 149299200 36145 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 36450 36145 87 178 0 36270 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 145800

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=570688/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=164340 CPUtime=282.21
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 41497 0 0 0 28183 38 0 0 25 0 1 0 243773456 168284160 40775 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 41085 40775 87 178 0 40905 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 164340

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=555648/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=179248 CPUtime=342.2
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 45208 0 0 0 34178 42 0 0 25 0 1 0 243773456 183549952 44486 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 44812 44486 87 178 0 44632 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 179248

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=542464/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=192768 CPUtime=402.18
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 48522 0 0 0 40172 46 0 0 25 0 1 0 243773456 197394432 47800 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 48192 47800 87 178 0 48012 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 192768

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=531520/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=203648 CPUtime=462.17
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 51237 0 0 0 46168 49 0 0 25 0 1 0 243773456 208535552 50515 1992294400 134512640 135243866 4294956256 18446744073709551615 134748151 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 50912 50515 87 178 0 50732 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 203648

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=518016/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=217136 CPUtime=522.15
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 54633 0 0 0 52162 53 0 0 25 0 1 0 243773456 222347264 53911 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 54284 53911 87 178 0 54104 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 217136

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=506816/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=228152 CPUtime=582.13
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 57395 0 0 0 58158 55 0 0 25 0 1 0 243773456 233627648 56673 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 57038 56673 87 178 0 56858 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 228152

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=496512/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=238492 CPUtime=642.11
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 59986 0 0 0 64153 58 0 0 25 0 1 0 243773456 244215808 59264 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 59623 59264 87 178 0 59443 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 238492

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=486592/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=248332 CPUtime=702.1
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 62450 0 0 0 70149 61 0 0 25 0 1 0 243773456 254291968 61728 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 62083 61728 87 178 0 61903 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 248332

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=476160/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=258776 CPUtime=762.09
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 65013 0 0 0 76145 64 0 0 25 0 1 0 243773456 264986624 64291 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 64694 64291 87 178 0 64514 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 258776

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=462912/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=272420 CPUtime=822.06
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 68352 0 0 0 82138 68 0 0 25 0 1 0 243773456 278958080 67630 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 68105 67630 87 178 0 67925 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 272420

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=450560/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=284584 CPUtime=882.05
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 71405 0 0 0 88134 71 0 0 25 0 1 0 243773456 291414016 70683 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 71146 70683 87 178 0 70966 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 284584

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=439936/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=295328 CPUtime=942.03
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 74065 0 0 0 94128 75 0 0 25 0 1 0 243773456 302415872 73343 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 73832 73343 87 178 0 73652 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 295328

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=431296/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=303992 CPUtime=1002.02
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 76230 0 0 0 100124 78 0 0 25 0 1 0 243773456 311287808 75508 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 75998 75508 87 178 0 75818 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 303992

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17258
/proc/meminfo: memFree=422272/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=313044 CPUtime=1061.99
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 78495 0 0 0 106120 79 0 0 25 0 1 0 243773456 320557056 77773 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 78261 77773 87 178 0 78081 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 313044

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17264
/proc/meminfo: memFree=415680/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=319624 CPUtime=1121.98
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 80116 0 0 0 112116 82 0 0 25 0 1 0 243773456 327294976 79394 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 79906 79394 87 178 0 79726 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 319624

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17264
/proc/meminfo: memFree=406976/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=328384 CPUtime=1181.96
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 82338 0 0 0 118113 83 0 0 25 0 1 0 243773456 336265216 81616 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 82096 81616 87 178 0 81916 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 328384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 17264
/proc/meminfo: memFree=403968/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=331196 CPUtime=1200.06
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 83025 0 0 0 119922 84 0 0 25 0 1 0 243773456 339144704 82303 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 82799 82303 87 178 0 82619 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 331196

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.97 0.95 2/65 17264
/proc/meminfo: memFree=403968/2055920 swapFree=4181340/4192956
[pid=17257] ppid=17255 vsize=331196 CPUtime=1200.06
/proc/17257/stat : 17257 (minisat_static) R 17255 17257 17220 0 -1 4194304 83025 0 0 0 119922 84 0 0 25 0 1 0 243773456 339144704 82303 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/17257/statm: 82799 82303 87 178 0 82619 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 331196

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.12
CPU user time (s): 1199.23
CPU system time (s): 0.895863
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 331196

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

runsolver used 0.907861 second user time and 2.6016 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-12 21:43:15
IDJOB=1807348
IDBENCH=71564
IDSOLVER=568
FILE ID=node12/1807348-1242157394
PBS_JOBID= 9289731
Free space on /tmp= 66096 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes8.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807348-1242157394/watcher-1807348-1242157394 -o /tmp/evaluation-result-1807348-1242157394/solver-1807348-1242157394 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807348-1242157394.cnf

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

MD5SUM BENCH= 930a5df7b1f1625c5486319e8b2ac554
RANDOM SEED=118036341

node12.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.213
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.213
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:        734112 kB
Buffers:         83652 kB
Cached:        1146664 kB
SwapCached:       5448 kB
Active:         214564 kB
Inactive:      1023548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        734112 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:            4932 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            69680 kB
Committed_AS:  1025556 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= 66092 MiB
End job on node12 at 2009-05-12 22:03:17