Trace number 1807264

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.05 1200.42

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes3.cnf
MD5SUM3e5b6d8ea2e7f58efa9d9a4dc4048be5
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 variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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:  1150                                                 |
0.00/0.00	|  Number of clauses:    84314                                                |
0.00/0.05	|  Parsing time:         0.05         s                                       |
1.39/1.45	============================[ Search Statistics ]==============================
1.39/1.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.45	===============================================================================
1.39/1.45	|         0 |    1100    79938   234774 |    26646        0    nan |  0.000 % |
1.39/1.47	|       100 |    1100    79938   234774 |    29310      100    186 |  0.000 % |
1.39/1.49	|       250 |    1100    79938   234774 |    32241      250    181 |  0.000 % |
1.49/1.52	|       475 |    1100    79938   234774 |    35465      475    155 |  0.000 % |
1.49/1.57	|       813 |    1100    79938   234774 |    39012      813    138 |  0.000 % |
1.59/1.64	|      1323 |    1100    79938   234774 |    42913     1323    136 |  0.000 % |
1.69/1.75	|      2083 |    1100    79938   234774 |    47205     2083    139 |  0.000 % |
1.89/1.95	|      3222 |    1100    79938   234774 |    51925     3222    141 |  0.000 % |
2.29/2.31	|      4933 |    1100    79938   234774 |    57118     4933    141 |  0.000 % |
3.09/3.17	|      7495 |    1100    79938   234774 |    62829     7495    140 |  0.000 % |
4.39/4.44	|     11339 |    1100    79938   234774 |    69112    11339    140 |  0.000 % |
7.59/7.62	|     17107 |    1100    79938   234774 |    76024    17107    142 |  0.000 % |
13.09/13.16	|     25757 |    1100    79938   234774 |    83626    25757    139 |  0.000 % |
24.49/24.55	|     38732 |    1100    79938   234774 |    91989    38732    137 |  0.000 % |
51.17/51.24	|     58194 |    1100    79938   234774 |   101188    58194    133 |  0.000 % |
100.86/100.97	|     87386 |    1100    79938   234774 |   111306    87386    133 |  0.000 % |
163.94/164.06	|    131176 |    1100    79938   234774 |   122437    35652    127 |  0.000 % |
242.22/242.39	|    196864 |    1100    79938   234774 |   134681   101340    132 |  0.000 % |
491.93/492.15	|    295390 |    1100    79938   234774 |   148149    83554    151 |  0.000 % |
914.50/914.83	|    443180 |    1100    79938   234774 |   162964   106254    144 |  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-1807264-1242156208/watcher-1807264-1242156208 -o /tmp/evaluation-result-1807264-1242156208/solver-1807264-1242156208 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807264-1242156208.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.08 1.01 1.00 3/64 14034
/proc/meminfo: memFree=1547696/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=2056 CPUtime=0
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 394 0 0 0 0 0 0 0 18 0 1 0 243653756 2105344 379 1992294400 134512640 135243866 4294956256 18446744073709551615 134750828 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 514 380 65 178 0 334 0

[startup+0.088624 s]
/proc/loadavg: 1.08 1.01 1.00 3/64 14034
/proc/meminfo: memFree=1547696/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=6496 CPUtime=0.08
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 1487 0 0 0 8 0 0 0 18 0 1 0 243653756 6651904 1472 1992294400 134512640 135243866 4294956256 18446744073709551615 134535471 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 1624 1472 80 178 0 1444 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6496

[startup+0.101625 s]
/proc/loadavg: 1.08 1.01 1.00 3/64 14034
/proc/meminfo: memFree=1547696/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=6496 CPUtime=0.09
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 1487 0 0 0 9 0 0 0 18 0 1 0 243653756 6651904 1472 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 1624 1472 80 178 0 1444 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6496

[startup+0.301657 s]
/proc/loadavg: 1.08 1.01 1.00 3/64 14034
/proc/meminfo: memFree=1547696/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=6496 CPUtime=0.29
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 1487 0 0 0 29 0 0 0 19 0 1 0 243653756 6651904 1472 1992294400 134512640 135243866 4294956256 18446744073709551615 134535483 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 1624 1472 80 178 0 1444 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6496

[startup+0.70172 s]
/proc/loadavg: 1.08 1.01 1.00 3/64 14034
/proc/meminfo: memFree=1547696/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=8132 CPUtime=0.69
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 1891 0 0 0 69 0 0 0 22 0 1 0 243653756 8327168 1876 1992294400 134512640 135243866 4294956256 18446744073709551615 134535638 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 2033 1876 81 178 0 1853 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8132

[startup+1.50185 s]
/proc/loadavg: 1.08 1.01 1.00 2/65 14035
/proc/meminfo: memFree=1540456/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=7320 CPUtime=1.49
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 1924 0 0 0 149 0 0 0 25 0 1 0 243653756 7495680 1711 1992294400 134512640 135243866 4294956256 18446744073709551615 134555878 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 1830 1711 87 178 0 1650 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7320

[startup+3.1021 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 14035
/proc/meminfo: memFree=1539880/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=10488 CPUtime=3.09
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 2724 0 0 0 308 1 0 0 25 0 1 0 243653756 10739712 2511 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 2622 2511 87 178 0 2442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10488

[startup+6.30161 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 14035
/proc/meminfo: memFree=1534056/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=15112 CPUtime=6.29
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 3876 0 0 0 627 2 0 0 25 0 1 0 243653756 15474688 3663 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 3778 3663 87 178 0 3598 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15112

[startup+12.7016 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 14035
/proc/meminfo: memFree=1527592/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=21184 CPUtime=12.69
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 5390 0 0 0 1265 4 0 0 25 0 1 0 243653756 21692416 5177 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 5296 5177 87 178 0 5116 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21184

[startup+25.5017 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 14035
/proc/meminfo: memFree=1518824/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=29440 CPUtime=25.48
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 7448 0 0 0 2542 6 0 0 25 0 1 0 243653756 30146560 7235 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 7360 7235 87 178 0 7180 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29440

[startup+51.1018 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 14035
/proc/meminfo: memFree=1508584/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=39780 CPUtime=51.07
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 10026 0 0 0 5099 8 0 0 25 0 1 0 243653756 40734720 9813 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 9945 9813 87 178 0 9765 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39780

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1490856/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=57412 CPUtime=102.26
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 14402 0 0 0 10213 13 0 0 25 0 1 0 243653756 58789888 14189 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 14353 14189 87 178 0 14173 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 57412

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1476648/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=71748 CPUtime=162.24
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 17945 0 0 0 16206 18 0 0 25 0 1 0 243653756 73469952 17732 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 17937 17732 87 178 0 17757 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 71748

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1476328/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=72176 CPUtime=222.22
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 18015 0 0 0 22204 18 0 0 25 0 1 0 243653756 73908224 17802 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 18044 17802 87 178 0 17864 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 72176

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1474728/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=73860 CPUtime=282.21
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 18434 0 0 0 28202 19 0 0 25 0 1 0 243653756 75632640 18221 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 18465 18221 87 178 0 18285 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 73860

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1465704/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=82860 CPUtime=342.18
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 20668 0 0 0 34197 21 0 0 25 0 1 0 243653756 84848640 20455 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 20715 20455 87 178 0 20535 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 82860

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1457320/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=91244 CPUtime=402.16
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 22767 0 0 0 40191 25 0 0 25 0 1 0 243653756 93433856 22554 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 22811 22554 87 178 0 22631 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 91244

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1457192/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=91416 CPUtime=462.14
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 22790 0 0 0 46189 25 0 0 25 0 1 0 243653756 93609984 22577 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 22854 22577 87 178 0 22674 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 91416

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1456744/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=91796 CPUtime=522.13
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 22896 0 0 0 52187 26 0 0 25 0 1 0 243653756 93999104 22683 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 22949 22683 87 178 0 22769 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 91796

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1456744/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=91796 CPUtime=582.11
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 22898 0 0 0 58185 26 0 0 25 0 1 0 243653756 93999104 22685 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 22949 22685 87 178 0 22769 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 91796

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1456424/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=92220 CPUtime=642.1
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 22979 0 0 0 64184 26 0 0 25 0 1 0 243653756 94433280 22766 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 23055 22766 87 178 0 22875 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 92220

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1447848/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=100792 CPUtime=702.07
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 25123 0 0 0 70179 28 0 0 25 0 1 0 243653756 103211008 24910 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 25198 24910 87 178 0 25018 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 100792

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1437288/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=111528 CPUtime=762.06
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 27750 0 0 0 76175 31 0 0 25 0 1 0 243653756 114204672 27537 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 27882 27537 87 178 0 27702 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 111528

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14035
/proc/meminfo: memFree=1437160/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=111752 CPUtime=822.04
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 27774 0 0 0 82173 31 0 0 25 0 1 0 243653756 114434048 27561 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 27938 27561 87 178 0 27758 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 111752

[startup+882.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 14035
/proc/meminfo: memFree=1436840/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=112072 CPUtime=882.02
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 27853 0 0 0 88171 31 0 0 25 0 1 0 243653756 114761728 27640 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 28018 27640 87 178 0 27838 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 112072

[startup+942.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 14035
/proc/meminfo: memFree=1435752/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=113396 CPUtime=941.99
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 28116 0 0 0 94168 31 0 0 25 0 1 0 243653756 116117504 27903 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 28349 27903 87 178 0 28169 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 113396

[startup+1002.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 14035
/proc/meminfo: memFree=1435560/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=113680 CPUtime=1001.98
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 28168 0 0 0 100166 32 0 0 25 0 1 0 243653756 116408320 27955 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 28420 27955 87 178 0 28240 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 113680

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14037
/proc/meminfo: memFree=1435176/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=114004 CPUtime=1061.96
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 28255 0 0 0 106164 32 0 0 25 0 1 0 243653756 116740096 28042 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 28501 28042 87 178 0 28321 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 114004

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14037
/proc/meminfo: memFree=1434472/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=114868 CPUtime=1121.94
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 28434 0 0 0 112162 32 0 0 25 0 1 0 243653756 117624832 28221 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 28717 28221 87 178 0 28537 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 114868

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14037
/proc/meminfo: memFree=1429608/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=119796 CPUtime=1181.92
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 29639 0 0 0 118159 33 0 0 25 0 1 0 243653756 122671104 29426 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 29949 29426 87 178 0 29769 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 119796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14037
/proc/meminfo: memFree=1429608/2055920 swapFree=4181456/4192956
[pid=14034] ppid=14032 vsize=119796 CPUtime=1200.02
/proc/14034/stat : 14034 (minisat_static) R 14032 14034 13496 0 -1 4194304 29639 0 0 0 119969 33 0 0 25 0 1 0 243653756 122671104 29426 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14034/statm: 29949 29426 87 178 0 29769 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 119796

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.42
CPU time (s): 1200.05
CPU user time (s): 1199.69
CPU system time (s): 0.354946
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 119796

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

runsolver used 1.14882 second user time and 2.16667 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-12 21:23:28
IDJOB=1807264
IDBENCH=71410
IDSOLVER=568
FILE ID=node26/1807264-1242156208
PBS_JOBID= 9289695
Free space on /tmp= 66060 MiB

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

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

MD5SUM BENCH= 3e5b6d8ea2e7f58efa9d9a4dc4048be5
RANDOM SEED=1735805403

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1548112 kB
Buffers:         47044 kB
Cached:         378520 kB
SwapCached:       5352 kB
Active:          97608 kB
Inactive:       335816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548112 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            60352 kB
Committed_AS:   870736 kB
PageTables:       1368 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= 66060 MiB
End job on node26 at 2009-05-12 21:43:30