Trace number 1806872

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.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.05/0.06	|      2085 |     300      720     1800 |      425      294     26 |  0.001 % |
0.05/0.09	|      3224 |     300      720     1800 |      467      412     32 |  0.001 % |
0.10/0.15	|      4932 |     300      720     1800 |      514      410     34 |  0.001 % |
0.20/0.23	|      7495 |     300      720     1800 |      565      530     38 |  0.001 % |
0.30/0.36	|     11339 |     300      720     1800 |      622      444     31 |  0.001 % |
0.50/0.56	|     17107 |     300      720     1800 |      684      717     40 |  0.001 % |
0.80/0.88	|     25756 |     300      720     1800 |      753      709     39 |  0.001 % |
1.30/1.37	|     38730 |     300      720     1800 |      828      675     36 |  0.001 % |
2.10/2.12	|     58191 |     300      720     1800 |      911      628     34 |  0.001 % |
3.30/3.31	|     87383 |     300      720     1800 |     1002      795     38 |  0.001 % |
5.09/5.13	|    131175 |     300      720     1800 |     1102      692     38 |  0.001 % |
7.89/7.92	|    196860 |     300      720     1800 |     1213     1035     41 |  0.001 % |
12.19/12.28	|    295386 |     300      720     1800 |     1334     1288     45 |  0.001 % |
18.98/19.08	|    443176 |     300      720     1800 |     1467     1281     43 |  0.001 % |
29.58/29.60	|    664860 |     300      720     1800 |     1614     1355     46 |  0.001 % |
45.68/45.77	|    997388 |     300      720     1800 |     1776     1183     45 |  0.001 % |
71.17/71.25	|   1496176 |     300      720     1800 |     1953     1318     45 |  0.001 % |
110.07/110.15	|   2244359 |     300      720     1800 |     2149     1230     44 |  0.001 % |
170.75/170.84	|   3366633 |     300      720     1800 |     2363     1542     43 |  0.001 % |
262.52/262.65	|   5050044 |     300      720     1800 |     2600     1658     47 |  0.001 % |
409.08/409.29	|   7575160 |     300      720     1800 |     2860     1807     45 |  0.001 % |
634.62/634.88	|  11362838 |     300      720     1800 |     3146     2644     50 |  0.001 % |
985.63/985.92	|  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-1806872-1242153287/watcher-1806872-1242153287 -o /tmp/evaluation-result-1806872-1242153287/solver-1806872-1242153287 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806872-1242153287.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 16971
/proc/meminfo: memFree=1828160/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=1920 CPUtime=0
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 243362653 1966080 127 1992294400 134512640 135243866 4294956256 18446744073709551615 134770254 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 480 127 85 178 0 300 0

[startup+0.05827 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 16971
/proc/meminfo: memFree=1828160/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=2052 CPUtime=0.05
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 161 0 0 0 5 0 0 0 18 0 1 0 243362653 2101248 146 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 513 146 85 178 0 333 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2052

[startup+0.101274 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 16971
/proc/meminfo: memFree=1828160/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=2052 CPUtime=0.1
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 163 0 0 0 10 0 0 0 18 0 1 0 243362653 2101248 148 1992294400 134512640 135243866 4294956256 18446744073709551615 134556167 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 513 149 85 178 0 333 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2052

[startup+0.301297 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 16971
/proc/meminfo: memFree=1828160/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=2052 CPUtime=0.3
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 180 0 0 0 30 0 0 0 19 0 1 0 243362653 2101248 165 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 513 165 85 178 0 333 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2052

[startup+0.70134 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 16971
/proc/meminfo: memFree=1828160/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=2184 CPUtime=0.7
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 200 0 0 0 70 0 0 0 23 0 1 0 243362653 2236416 185 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 546 185 85 178 0 366 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2184

[startup+1.50143 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1827640/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=2312 CPUtime=1.5
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 221 0 0 0 150 0 0 0 25 0 1 0 243362653 2367488 206 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 578 206 85 178 0 398 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2312

[startup+3.10161 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1827448/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=2312 CPUtime=3.09
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 245 0 0 0 309 0 0 0 25 0 1 0 243362653 2367488 230 1992294400 134512640 135243866 4294956256 18446744073709551615 134555903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 578 230 85 178 0 398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2312

[startup+6.30197 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1827192/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=2576 CPUtime=6.29
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 280 0 0 0 629 0 0 0 25 0 1 0 243362653 2637824 265 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 644 265 85 178 0 464 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2576

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1826936/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=2696 CPUtime=12.69
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 326 0 0 0 1269 0 0 0 25 0 1 0 243362653 2760704 311 1992294400 134512640 135243866 4294956256 18446744073709551615 134565121 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 674 311 85 178 0 494 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2696

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1826680/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=2960 CPUtime=25.48
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 387 0 0 0 2548 0 0 0 25 0 1 0 243362653 3031040 372 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 740 372 85 178 0 560 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2960

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1826360/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=3212 CPUtime=51.07
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 467 0 0 0 5107 0 0 0 25 0 1 0 243362653 3289088 452 1992294400 134512640 135243866 4294956256 18446744073709551615 134558476 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 803 452 85 178 0 623 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3212

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1825976/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=3600 CPUtime=102.27
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 543 0 0 0 10226 1 0 0 25 0 1 0 243362653 3686400 528 1992294400 134512640 135243866 4294956256 18446744073709551615 134572828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 900 528 85 178 0 720 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3600

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1825656/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=3856 CPUtime=162.25
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 609 0 0 0 16224 1 0 0 25 0 1 0 243362653 3948544 594 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 964 594 85 178 0 784 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3856

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1825464/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=3988 CPUtime=222.23
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 662 0 0 0 22222 1 0 0 25 0 1 0 243362653 4083712 647 1992294400 134512640 135243866 4294956256 18446744073709551615 134556199 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 997 647 85 178 0 817 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 3988

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1825272/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=4248 CPUtime=282.22
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 710 0 0 0 28221 1 0 0 25 0 1 0 243362653 4349952 695 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1062 695 85 178 0 882 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4248

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16972
/proc/meminfo: memFree=1825016/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=4372 CPUtime=342.2
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 738 0 0 0 34219 1 0 0 25 0 1 0 243362653 4476928 723 1992294400 134512640 135243866 4294956256 18446744073709551615 134564008 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1093 723 85 178 0 913 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 4372

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1824696/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=4372 CPUtime=402.18
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 759 0 0 0 40217 1 0 0 25 0 1 0 243362653 4476928 744 1992294400 134512640 135243866 4294956256 18446744073709551615 134565160 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1093 744 85 178 0 913 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 4372

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1824632/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=4636 CPUtime=462.17
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 806 0 0 0 46215 2 0 0 25 0 1 0 243362653 4747264 791 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1159 791 85 178 0 979 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 4636

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1824504/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=4764 CPUtime=522.16
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 831 0 0 0 52214 2 0 0 25 0 1 0 243362653 4878336 816 1992294400 134512640 135243866 4294956256 18446744073709551615 134564808 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1191 816 85 178 0 1011 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 4764

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1824568/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=4764 CPUtime=582.14
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 848 0 0 0 58212 2 0 0 25 0 1 0 243362653 4878336 833 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1191 833 85 178 0 1011 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 4764

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1824376/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=4896 CPUtime=642.13
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 883 0 0 0 64211 2 0 0 25 0 1 0 243362653 5013504 868 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1224 868 85 178 0 1044 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 4896

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1824184/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5028 CPUtime=702.1
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 915 0 0 0 70208 2 0 0 25 0 1 0 243362653 5148672 900 1992294400 134512640 135243866 4294956256 18446744073709551615 134555641 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1257 900 85 178 0 1077 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 5028

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1824120/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5160 CPUtime=762.09
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 929 0 0 0 76207 2 0 0 25 0 1 0 243362653 5283840 914 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1290 914 85 178 0 1110 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 5160

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1824056/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5160 CPUtime=822.07
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 948 0 0 0 82205 2 0 0 25 0 1 0 243362653 5283840 933 1992294400 134512640 135243866 4294956256 18446744073709551615 134565517 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1290 933 85 178 0 1110 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 5160

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1823992/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5160 CPUtime=882.05
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 953 0 0 0 88203 2 0 0 25 0 1 0 243362653 5283840 938 1992294400 134512640 135243866 4294956256 18446744073709551615 134556188 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1290 938 85 178 0 1110 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 5160

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1823928/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5288 CPUtime=942.04
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 965 0 0 0 94202 2 0 0 25 0 1 0 243362653 5414912 950 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1322 950 85 178 0 1142 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 5288

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1823800/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5420 CPUtime=1002.03
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 997 0 0 0 100200 3 0 0 25 0 1 0 243362653 5550080 982 1992294400 134512640 135243866 4294956256 18446744073709551615 134565348 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1355 982 85 178 0 1175 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 5420

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1823672/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5556 CPUtime=1062.01
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 1023 0 0 0 106198 3 0 0 25 0 1 0 243362653 5689344 1008 1992294400 134512640 135243866 4294956256 18446744073709551615 134555708 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1389 1008 85 178 0 1209 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 5556

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1823608/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5556 CPUtime=1121.99
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 1032 0 0 0 112196 3 0 0 25 0 1 0 243362653 5689344 1017 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1389 1017 85 178 0 1209 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 5556

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1823544/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5556 CPUtime=1181.98
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 1053 0 0 0 118195 3 0 0 25 0 1 0 243362653 5689344 1038 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1389 1038 85 178 0 1209 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 5556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 16974
/proc/meminfo: memFree=1823544/2055920 swapFree=4180428/4192956
[pid=16971] ppid=16969 vsize=5688 CPUtime=1200.07
/proc/16971/stat : 16971 (minisat_static) R 16969 16971 16586 0 -1 4194304 1056 0 0 0 120004 3 0 0 25 0 1 0 243362653 5824512 1041 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/16971/statm: 1422 1041 85 178 0 1242 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5688

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.05
CPU system time (s): 0.039993
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 5688

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

runsolver used 1.12583 second user time and 2.17867 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-12 20:34:47
IDJOB=1806872
IDBENCH=71121
IDSOLVER=568
FILE ID=node5/1806872-1242153287
PBS_JOBID= 9289716
Free space on /tmp= 66292 MiB

SOLVER NAME= minisat2-simp 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-1806872-1242153287/watcher-1806872-1242153287 -o /tmp/evaluation-result-1806872-1242153287/solver-1806872-1242153287 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806872-1242153287.cnf

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

MD5SUM BENCH= cda4bb923e6fa0cab57f8920411a2abd
RANDOM SEED=878473512

node5.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.212
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.212
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:       1828576 kB
Buffers:         26172 kB
Cached:         142944 kB
SwapCached:       6324 kB
Active:          44076 kB
Inactive:       132776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828576 kB
SwapTotal:     4192956 kB
SwapFree:      4180428 kB
Dirty:             840 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            36500 kB
Committed_AS:   951344 kB
PageTables:       1388 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= 66288 MiB
End job on node5 at 2009-05-12 20:54:50