Trace number 1806878

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/sat/
sgen1-sat-300-100.cnf
MD5SUMcda4bb923e6fa0cab57f8920411a2abd
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 variables300
Number of clauses720
Sum of the clauses size1800
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2600
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5120
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:  300                                                  |
0.00/0.00	|  Number of clauses:    720                                                  |
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 |     300      720     1800 |      240        0    nan |  0.000 % |
0.00/0.00	|       102 |     300      720     1800 |      264      102     45 |  0.001 % |
0.00/0.00	|       256 |     300      720     1800 |      290      256     43 |  0.001 % |
0.00/0.01	|       482 |     300      720     1800 |      319      300     35 |  0.001 % |
0.00/0.02	|       820 |     300      720     1800 |      351      223     27 |  0.001 % |
0.00/0.03	|      1326 |     300      720     1800 |      386      268     29 |  0.001 % |
0.04/0.06	|      2085 |     300      720     1800 |      425      294     26 |  0.001 % |
0.04/0.09	|      3224 |     300      720     1800 |      467      412     32 |  0.001 % |
0.09/0.15	|      4932 |     300      720     1800 |      514      410     34 |  0.001 % |
0.19/0.23	|      7495 |     300      720     1800 |      565      530     38 |  0.001 % |
0.29/0.36	|     11339 |     300      720     1800 |      622      444     31 |  0.001 % |
0.49/0.56	|     17107 |     300      720     1800 |      684      717     40 |  0.001 % |
0.79/0.88	|     25756 |     300      720     1800 |      753      709     39 |  0.001 % |
1.29/1.37	|     38730 |     300      720     1800 |      828      675     36 |  0.001 % |
2.10/2.11	|     58191 |     300      720     1800 |      911      628     34 |  0.001 % |
3.20/3.30	|     87383 |     300      720     1800 |     1002      795     38 |  0.001 % |
5.09/5.11	|    131175 |     300      720     1800 |     1102      692     38 |  0.001 % |
7.79/7.87	|    196860 |     300      720     1800 |     1213     1035     41 |  0.001 % |
12.19/12.20	|    295386 |     300      720     1800 |     1334     1288     45 |  0.001 % |
18.99/19.03	|    443176 |     300      720     1800 |     1467     1281     43 |  0.001 % |
29.38/29.48	|    664860 |     300      720     1800 |     1614     1355     46 |  0.001 % |
45.58/45.63	|    997388 |     300      720     1800 |     1776     1183     45 |  0.001 % |
70.87/70.97	|   1496176 |     300      720     1800 |     1953     1318     45 |  0.001 % |
109.66/109.79	|   2244359 |     300      720     1800 |     2149     1230     44 |  0.001 % |
170.24/170.39	|   3366633 |     300      720     1800 |     2363     1542     43 |  0.001 % |
262.13/262.22	|   5050044 |     300      720     1800 |     2600     1658     47 |  0.001 % |
408.38/408.58	|   7575160 |     300      720     1800 |     2860     1807     45 |  0.001 % |
633.52/633.75	|  11362838 |     300      720     1800 |     3146     2644     50 |  0.001 % |
984.13/984.49	|  17044350 |     300      720     1800 |     3461     3050     50 |  0.001 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1806878-1242153308/watcher-1806878-1242153308 -o /tmp/evaluation-result-1806878-1242153308/solver-1806878-1242153308 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806878-1242153308.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.91 0.95 0.90 2/64 13255
/proc/meminfo: memFree=1188456/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=1892 CPUtime=0
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 243358974 1937408 112 1992294400 134512640 135213614 4294956256 18446744073709551615 134535856 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 473 112 77 171 0 299 0

[startup+0.0460161 s]
/proc/loadavg: 0.91 0.95 0.90 2/64 13255
/proc/meminfo: memFree=1188456/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=2024 CPUtime=0.04
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 149 0 0 0 4 0 0 0 18 0 1 0 243358974 2072576 134 1992294400 134512640 135213614 4294956256 18446744073709551615 134543884 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 506 134 77 171 0 332 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2024

[startup+0.101022 s]
/proc/loadavg: 0.91 0.95 0.90 2/64 13255
/proc/meminfo: memFree=1188456/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=2024 CPUtime=0.09
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 153 0 0 0 9 0 0 0 18 0 1 0 243358974 2072576 138 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 506 138 77 171 0 332 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2024

[startup+0.301043 s]
/proc/loadavg: 0.91 0.95 0.90 2/64 13255
/proc/meminfo: memFree=1188456/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=2024 CPUtime=0.29
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 169 0 0 0 29 0 0 0 19 0 1 0 243358974 2072576 154 1992294400 134512640 135213614 4294956256 18446744073709551615 134538941 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 506 154 77 171 0 332 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2024

[startup+0.701088 s]
/proc/loadavg: 0.91 0.95 0.90 2/64 13255
/proc/meminfo: memFree=1188456/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=2156 CPUtime=0.69
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 190 0 0 0 69 0 0 0 23 0 1 0 243358974 2207744 175 1992294400 134512640 135213614 4294956256 18446744073709551615 134536404 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 539 175 77 171 0 365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2156

[startup+1.50118 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 13256
/proc/meminfo: memFree=1188000/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=2288 CPUtime=1.49
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 210 0 0 0 149 0 0 0 25 0 1 0 243358974 2342912 195 1992294400 134512640 135213614 4294956256 18446744073709551615 134537411 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 572 195 77 171 0 398 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2288

[startup+3.10135 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 13256
/proc/meminfo: memFree=1187816/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=2288 CPUtime=3.09
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 234 0 0 0 309 0 0 0 25 0 1 0 243358974 2342912 219 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 572 219 77 171 0 398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2288

[startup+6.30171 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 13256
/proc/meminfo: memFree=1187560/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=2416 CPUtime=6.29
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 269 0 0 0 629 0 0 0 25 0 1 0 243358974 2473984 254 1992294400 134512640 135213614 4294956256 18446744073709551615 134537166 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 604 254 77 171 0 430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2416

[startup+12.7014 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 13256
/proc/meminfo: memFree=1187304/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=2680 CPUtime=12.69
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 314 0 0 0 1269 0 0 0 25 0 1 0 243358974 2744320 299 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 670 299 77 171 0 496 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2680

[startup+25.5018 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 13256
/proc/meminfo: memFree=1186984/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=2940 CPUtime=25.49
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 376 0 0 0 2549 0 0 0 25 0 1 0 243358974 3010560 361 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 735 361 77 171 0 561 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2940

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 13256
/proc/meminfo: memFree=1186664/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=3204 CPUtime=51.08
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 455 0 0 0 5108 0 0 0 25 0 1 0 243358974 3280896 440 1992294400 134512640 135213614 4294956256 18446744073709551615 134538941 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 801 440 77 171 0 627 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3204

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 13256
/proc/meminfo: memFree=1186344/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=3448 CPUtime=102.27
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 526 0 0 0 10227 0 0 0 25 0 1 0 243358974 3530752 511 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 862 511 77 171 0 688 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3448

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13256
/proc/meminfo: memFree=1186088/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=3820 CPUtime=162.25
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 598 0 0 0 16225 0 0 0 25 0 1 0 243358974 3911680 583 1992294400 134512640 135213614 4294956256 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 955 583 77 171 0 781 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3820

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13256
/proc/meminfo: memFree=1185832/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=4088 CPUtime=222.23
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 656 0 0 0 22223 0 0 0 25 0 1 0 243358974 4186112 641 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1022 641 77 171 0 848 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4088

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13256
/proc/meminfo: memFree=1185640/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=4220 CPUtime=282.22
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 704 0 0 0 28221 1 0 0 25 0 1 0 243358974 4321280 689 1992294400 134512640 135213614 4294956256 18446744073709551615 134526874 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1055 689 77 171 0 881 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4220

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13256
/proc/meminfo: memFree=1185512/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=4352 CPUtime=342.2
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 730 0 0 0 34219 1 0 0 25 0 1 0 243358974 4456448 715 1992294400 134512640 135213614 4294956256 18446744073709551615 134529797 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1088 715 77 171 0 914 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 4352

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13256
/proc/meminfo: memFree=1185384/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=4352 CPUtime=402.19
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 747 0 0 0 40218 1 0 0 25 0 1 0 243358974 4456448 732 1992294400 134512640 135213614 4294956256 18446744073709551615 134526832 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1088 732 77 171 0 914 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 4352

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13258
/proc/meminfo: memFree=1185128/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=4616 CPUtime=462.17
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 800 0 0 0 46216 1 0 0 25 0 1 0 243358974 4726784 785 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1154 785 77 171 0 980 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 4616

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13258
/proc/meminfo: memFree=1185064/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=4752 CPUtime=522.15
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 821 0 0 0 52214 1 0 0 25 0 1 0 243358974 4866048 806 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1188 806 77 171 0 1014 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 4752

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13258
/proc/meminfo: memFree=1185000/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=4752 CPUtime=582.13
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 845 0 0 0 58212 1 0 0 25 0 1 0 243358974 4866048 830 1992294400 134512640 135213614 4294956256 18446744073709551615 134536233 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1188 830 77 171 0 1014 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 4752

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13258
/proc/meminfo: memFree=1184872/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=4884 CPUtime=642.12
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 874 0 0 0 64211 1 0 0 25 0 1 0 243358974 5001216 859 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1221 859 77 171 0 1047 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 4884

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13258
/proc/meminfo: memFree=1184744/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5020 CPUtime=702.11
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 913 0 0 0 70209 2 0 0 25 0 1 0 243358974 5140480 898 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1255 898 77 171 0 1081 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 5020

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13258
/proc/meminfo: memFree=1184616/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5160 CPUtime=762.09
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 937 0 0 0 76207 2 0 0 25 0 1 0 243358974 5283840 922 1992294400 134512640 135213614 4294956256 18446744073709551615 134536669 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1290 922 77 171 0 1116 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 5160

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 13258
/proc/meminfo: memFree=1184488/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5292 CPUtime=822.07
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 963 0 0 0 82205 2 0 0 25 0 1 0 243358974 5419008 948 1992294400 134512640 135213614 4294956256 18446744073709551615 134536068 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1323 948 77 171 0 1149 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 5292

[startup+882.301 s]
/proc/loadavg: 1.03 0.99 0.91 2/65 13258
/proc/meminfo: memFree=1184488/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5292 CPUtime=882.06
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 970 0 0 0 88204 2 0 0 25 0 1 0 243358974 5419008 955 1992294400 134512640 135213614 4294956256 18446744073709551615 134536177 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1323 955 77 171 0 1149 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 5292

[startup+942.302 s]
/proc/loadavg: 1.01 0.99 0.91 2/65 13258
/proc/meminfo: memFree=1184488/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5292 CPUtime=942.04
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 974 0 0 0 94202 2 0 0 25 0 1 0 243358974 5419008 959 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1323 959 77 171 0 1149 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 5292

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 13258
/proc/meminfo: memFree=1184296/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5432 CPUtime=1002.02
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 1017 0 0 0 100200 2 0 0 25 0 1 0 243358974 5562368 1002 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1358 1002 77 171 0 1184 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 5432

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 13258
/proc/meminfo: memFree=1184232/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5564 CPUtime=1062.01
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 1036 0 0 0 106199 2 0 0 25 0 1 0 243358974 5697536 1021 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1391 1021 77 171 0 1217 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 5564

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 13258
/proc/meminfo: memFree=1184232/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5564 CPUtime=1121.99
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 1036 0 0 0 112197 2 0 0 25 0 1 0 243358974 5697536 1021 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1391 1021 77 171 0 1217 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 5564

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 13258
/proc/meminfo: memFree=1184168/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5564 CPUtime=1181.98
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 1047 0 0 0 118195 3 0 0 25 0 1 0 243358974 5697536 1032 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1391 1032 77 171 0 1217 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 5564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 13258
/proc/meminfo: memFree=1184104/2055920 swapFree=4180856/4192956
[pid=13255] ppid=13253 vsize=5564 CPUtime=1200.08
/proc/13255/stat : 13255 (minisat_static) R 13253 13255 12787 0 -1 4194304 1054 0 0 0 120005 3 0 0 25 0 1 0 243358974 5697536 1039 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/13255/statm: 1391 1039 77 171 0 1217 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 5564

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.031995
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 5564

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

runsolver used 0.85287 second user time and 2.54061 second system time

The end

Launcher Data

Begin job on node42 at 2009-05-12 20:35:08
IDJOB=1806878
IDBENCH=71121
IDSOLVER=651
FILE ID=node42/1806878-1242153308
PBS_JOBID= 9289681
Free space on /tmp= 66112 MiB

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

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

MD5SUM BENCH= cda4bb923e6fa0cab57f8920411a2abd
RANDOM SEED=1070977742

node42.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.232
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.232
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:       1188936 kB
Buffers:         77928 kB
Cached:         692716 kB
SwapCached:       5916 kB
Active:          93804 kB
Inactive:       685748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1188936 kB
SwapTotal:     4192956 kB
SwapFree:      4180856 kB
Dirty:             792 kB
Writeback:           0 kB
Mapped:          14592 kB
Slab:            73488 kB
Committed_AS:   965372 kB
PageTables:       1392 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= 66112 MiB
End job on node42 at 2009-05-12 20:55:10