Trace number 1807529

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-127-100.cnf
MD5SUMdec8fe955e0593e4d06e90539beb035d
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 variables129
Number of clauses268
Sum of the clauses size804
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3268
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:  129                                                  |
0.00/0.00	|  Number of clauses:    268                                                  |
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 |     129      268      804 |       89        0    nan |  0.000 % |
0.00/0.00	|       101 |     129      268      804 |       98      101     18 |  0.006 % |
0.00/0.00	|       251 |     129      268      804 |      108      127     17 |  0.006 % |
0.00/0.00	|       476 |     129      268      804 |      118      136     16 |  0.006 % |
0.00/0.01	|       813 |     129      268      804 |      130      142     13 |  0.006 % |
0.00/0.02	|      1319 |     129      268      804 |      143      117     11 |  0.006 % |
0.00/0.03	|      2078 |     129      268      804 |      158      174     14 |  0.006 % |
0.00/0.05	|      3217 |     129      268      804 |      174      155     12 |  0.006 % |
0.00/0.08	|      4927 |     129      268      804 |      191      226     15 |  0.006 % |
0.09/0.12	|      7493 |     129      268      804 |      210      212     15 |  0.006 % |
0.09/0.19	|     11337 |     129      268      804 |      231      131     11 |  0.006 % |
0.19/0.29	|     17104 |     129      268      804 |      254      151     11 |  0.006 % |
0.39/0.44	|     25755 |     129      268      804 |      280      259     16 |  0.006 % |
0.59/0.66	|     38729 |     129      268      804 |      308      199     11 |  0.006 % |
1.00/1.03	|     58191 |     129      268      804 |      339      185     11 |  0.006 % |
1.49/1.56	|     87384 |     129      268      804 |      373      255     14 |  0.006 % |
2.39/2.40	|    131174 |     129      268      804 |      410      277     14 |  0.006 % |
3.59/3.63	|    196858 |     129      268      804 |      451      464     17 |  0.006 % |
5.59/5.61	|    295384 |     129      268      804 |      496      438     14 |  0.006 % |
8.49/8.57	|    443174 |     129      268      804 |      546      309     14 |  0.006 % |
13.29/13.32	|    664857 |     129      268      804 |      600      488     18 |  0.006 % |
20.29/20.31	|    997382 |     129      268      804 |      661      513     16 |  0.006 % |
31.99/32.01	|   1496172 |     129      268      804 |      727      379     13 |  0.006 % |
48.58/48.70	|   2244354 |     129      268      804 |      799      629     16 |  0.006 % |
74.47/74.56	|   3366628 |     129      268      804 |      879      559     15 |  0.006 % |
117.67/117.71	|   5050039 |     129      268      804 |      967      829     17 |  0.006 % |
182.14/182.27	|   7575157 |     129      268      804 |     1064      679     15 |  0.006 % |
279.12/279.29	|  11362833 |     129      268      804 |     1171      666     15 |  0.006 % |
429.87/430.06	|  17044347 |     129      268      804 |     1288      774     16 |  0.006 % |
658.62/658.87	|  25566616 |     129      268      804 |     1417     1347     17 |  0.006 % |
1019.71/1020.03	|  38350019 |     129      268      804 |     1558     1023     16 |  0.006 % |

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-1807529-1242158058/watcher-1807529-1242158058 -o /tmp/evaluation-result-1807529-1242158058/solver-1807529-1242158058 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807529-1242158058.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.06 0.99 0.92 3/64 25307
/proc/meminfo: memFree=1350436/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=1892 CPUtime=0
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 243838390 1937408 100 1992294400 134512640 135213614 4294956256 18446744073709551615 134741534 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 473 100 77 171 0 299 0

[startup+0.097428 s]
/proc/loadavg: 1.06 0.99 0.92 3/64 25307
/proc/meminfo: memFree=1350436/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=1892 CPUtime=0.09
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 123 0 0 0 9 0 0 0 18 0 1 0 243838390 1937408 108 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 473 108 77 171 0 299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1892

[startup+0.101427 s]
/proc/loadavg: 1.06 0.99 0.92 3/64 25307
/proc/meminfo: memFree=1350436/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=1892 CPUtime=0.09
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 123 0 0 0 9 0 0 0 18 0 1 0 243838390 1937408 108 1992294400 134512640 135213614 4294956256 18446744073709551615 134536417 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 473 108 77 171 0 299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1892

[startup+0.30145 s]
/proc/loadavg: 1.06 0.99 0.92 3/64 25307
/proc/meminfo: memFree=1350436/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=1892 CPUtime=0.29
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 128 0 0 0 29 0 0 0 19 0 1 0 243838390 1937408 113 1992294400 134512640 135213614 4294956256 18446744073709551615 134529569 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 473 113 77 171 0 299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1892

[startup+0.701494 s]
/proc/loadavg: 1.06 0.99 0.92 3/64 25307
/proc/meminfo: memFree=1350436/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=1892 CPUtime=0.69
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 133 0 0 0 69 0 0 0 23 0 1 0 243838390 1937408 118 1992294400 134512640 135213614 4294956256 18446744073709551615 134526708 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 473 118 77 171 0 299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1892

[startup+1.50158 s]
/proc/loadavg: 1.06 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1350236/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2020 CPUtime=1.49
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 138 0 0 0 149 0 0 0 25 0 1 0 243838390 2068480 123 1992294400 134512640 135213614 4294956256 18446744073709551615 134536156 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 505 123 77 171 0 331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2020

[startup+3.10276 s]
/proc/loadavg: 1.06 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1350044/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2020 CPUtime=3.1
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 144 0 0 0 310 0 0 0 25 0 1 0 243838390 2068480 129 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 505 129 77 171 0 331 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2020

[startup+6.30112 s]
/proc/loadavg: 1.06 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349980/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2020 CPUtime=6.29
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 154 0 0 0 629 0 0 0 25 0 1 0 243838390 2068480 139 1992294400 134512640 135213614 4294956256 18446744073709551615 134526772 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 505 139 77 171 0 331 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2020

[startup+12.7018 s]
/proc/loadavg: 1.05 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349860/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2020 CPUtime=12.69
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 167 0 0 0 1269 0 0 0 25 0 1 0 243838390 2068480 152 1992294400 134512640 135213614 4294956256 18446744073709551615 134536526 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 505 152 77 171 0 331 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2020

[startup+25.5012 s]
/proc/loadavg: 1.04 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349796/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2148 CPUtime=25.49
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 178 0 0 0 2549 0 0 0 25 0 1 0 243838390 2199552 163 1992294400 134512640 135213614 4294956256 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 537 163 77 171 0 363 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2148

[startup+51.1011 s]
/proc/loadavg: 1.03 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349732/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2148 CPUtime=51.08
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 196 0 0 0 5108 0 0 0 25 0 1 0 243838390 2199552 181 1992294400 134512640 135213614 4294956256 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 537 181 77 171 0 363 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2148

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349604/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2280 CPUtime=102.27
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 215 0 0 0 10227 0 0 0 25 0 1 0 243838390 2334720 200 1992294400 134512640 135213614 4294956256 18446744073709551615 134527032 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 570 200 77 171 0 396 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2280

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349540/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2280 CPUtime=162.25
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 234 0 0 0 16225 0 0 0 25 0 1 0 243838390 2334720 219 1992294400 134512640 135213614 4294956256 18446744073709551615 134526745 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 570 219 77 171 0 396 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2280

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349476/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2412 CPUtime=222.23
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 247 0 0 0 22223 0 0 0 25 0 1 0 243838390 2469888 232 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 603 232 77 171 0 429 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2412

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349412/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2412 CPUtime=282.22
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 254 0 0 0 28222 0 0 0 25 0 1 0 243838390 2469888 239 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 603 239 77 171 0 429 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2412

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349348/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2412 CPUtime=342.2
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 267 0 0 0 34220 0 0 0 25 0 1 0 243838390 2469888 252 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 603 252 77 171 0 429 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2412

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25308
/proc/meminfo: memFree=1349348/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2544 CPUtime=402.18
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 270 0 0 0 40218 0 0 0 25 0 1 0 243838390 2605056 255 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 636 255 77 171 0 462 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 2544

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349092/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2544 CPUtime=462.17
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 280 0 0 0 46216 1 0 0 25 0 1 0 243838390 2605056 265 1992294400 134512640 135213614 4294956256 18446744073709551615 134536248 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 636 265 77 171 0 462 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 2544

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349220/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2544 CPUtime=522.15
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 293 0 0 0 52214 1 0 0 25 0 1 0 243838390 2605056 278 1992294400 134512640 135213614 4294956256 18446744073709551615 134535016 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 636 278 77 171 0 462 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 2544

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349220/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2544 CPUtime=582.14
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 293 0 0 0 58213 1 0 0 25 0 1 0 243838390 2605056 278 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 636 278 77 171 0 462 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 2544

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349220/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2544 CPUtime=642.12
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 299 0 0 0 64211 1 0 0 25 0 1 0 243838390 2605056 284 1992294400 134512640 135213614 4294956256 18446744073709551615 134529809 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 636 284 77 171 0 462 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 2544

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349156/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2676 CPUtime=702.1
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 303 0 0 0 70209 1 0 0 25 0 1 0 243838390 2740224 288 1992294400 134512640 135213614 4294956256 18446744073709551615 134527205 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 669 288 77 171 0 495 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 2676

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349156/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2676 CPUtime=762.09
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 307 0 0 0 76208 1 0 0 25 0 1 0 243838390 2740224 292 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 669 292 77 171 0 495 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 2676

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349092/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2676 CPUtime=822.07
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 312 0 0 0 82206 1 0 0 25 0 1 0 243838390 2740224 297 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 669 297 77 171 0 495 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 2676

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349028/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2676 CPUtime=882.05
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 315 0 0 0 88204 1 0 0 25 0 1 0 243838390 2740224 300 1992294400 134512640 135213614 4294956256 18446744073709551615 134527208 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 669 300 77 171 0 495 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 2676

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349092/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2676 CPUtime=942.04
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 318 0 0 0 94203 1 0 0 25 0 1 0 243838390 2740224 303 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 669 303 77 171 0 495 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 2676

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349028/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2676 CPUtime=1002.02
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 323 0 0 0 100201 1 0 0 25 0 1 0 243838390 2740224 308 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 669 308 77 171 0 495 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 2676

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1349028/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2676 CPUtime=1062
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 333 0 0 0 106199 1 0 0 25 0 1 0 243838390 2740224 318 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 669 318 77 171 0 495 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 2676

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1348964/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2808 CPUtime=1122
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 339 0 0 0 112198 2 0 0 25 0 1 0 243838390 2875392 324 1992294400 134512640 135213614 4294956256 18446744073709551615 134536242 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 702 324 77 171 0 528 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 2808

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1348964/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2808 CPUtime=1181.98
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 341 0 0 0 118196 2 0 0 25 0 1 0 243838390 2875392 326 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 702 326 77 171 0 528 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 2808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.92 2/65 25314
/proc/meminfo: memFree=1348964/2055920 swapFree=4181240/4192956
[pid=25307] ppid=25305 vsize=2808 CPUtime=1200.08
/proc/25307/stat : 25307 (minisat_static) R 25305 25307 24635 0 -1 4194304 341 0 0 0 120006 2 0 0 25 0 1 0 243838390 2875392 326 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/25307/statm: 702 326 77 171 0 528 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 2808

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.09
CPU user time (s): 1200.06
CPU system time (s): 0.022996
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 2808

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

runsolver used 0.993848 second user time and 2.32465 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-12 21:54:18
IDJOB=1807529
IDBENCH=71785
IDSOLVER=651
FILE ID=node35/1807529-1242158058
PBS_JOBID= 9289769
Free space on /tmp= 66096 MiB

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

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

MD5SUM BENCH= dec8fe955e0593e4d06e90539beb035d
RANDOM SEED=341677847

node35.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.214
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.214
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:       1350852 kB
Buffers:         66040 kB
Cached:         564828 kB
SwapCached:       6224 kB
Active:          95904 kB
Inactive:       543600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350852 kB
SwapTotal:     4192956 kB
SwapFree:      4181240 kB
Dirty:             784 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            51548 kB
Committed_AS:   948904 kB
PageTables:       1396 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 node35 at 2009-05-12 22:14:21