Trace number 1806787

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.08 1200.71

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-97-100.cnf
MD5SUM5f0ec9f87ae77ca0eb8468a4ddde217c
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 variables97
Number of clauses204
Sum of the clauses size612
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3204
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:  97                                                   |
0.00/0.00	|  Number of clauses:    204                                                  |
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 |      97      204      612 |       68        0    nan |  0.000 % |
0.00/0.00	|       104 |      97      204      612 |       74      104     16 |  0.011 % |
0.00/0.00	|       254 |      97      204      612 |       82       92     13 |  0.011 % |
0.00/0.00	|       480 |      97      204      612 |       90       86     11 |  0.011 % |
0.00/0.01	|       818 |      97      204      612 |       99      100     12 |  0.011 % |
0.00/0.01	|      1325 |      97      204      612 |      109       97     12 |  0.011 % |
0.00/0.02	|      2086 |      97      204      612 |      120       93     11 |  0.011 % |
0.03/0.04	|      3226 |      97      204      612 |      132       93      9 |  0.011 % |
0.03/0.06	|      4935 |      97      204      612 |      145      118     10 |  0.011 % |
0.10/0.10	|      7497 |      97      204      612 |      160      110     11 |  0.011 % |
0.10/0.15	|     11341 |      97      204      612 |      176      180     13 |  0.011 % |
0.20/0.23	|     17107 |      97      204      612 |      194      165     11 |  0.011 % |
0.30/0.35	|     25757 |      97      204      612 |      213      142     10 |  0.011 % |
0.50/0.54	|     38731 |      97      204      612 |      234      217     12 |  0.011 % |
0.80/0.82	|     58193 |      97      204      612 |      258      185     10 |  0.011 % |
1.20/1.23	|     87387 |      97      204      612 |      284      214     10 |  0.011 % |
1.80/1.88	|    131176 |      97      204      612 |      312      195      9 |  0.011 % |
2.89/2.91	|    196862 |      97      204      612 |      343      198     11 |  0.011 % |
4.40/4.44	|    295389 |      97      204      612 |      378      317     12 |  0.011 % |
6.69/6.73	|    443181 |      97      204      612 |      415      357     13 |  0.011 % |
10.09/10.13	|    664866 |      97      204      612 |      457      244     10 |  0.011 % |
15.19/15.27	|    997391 |      97      204      612 |      503      314     11 |  0.011 % |
23.38/23.48	|   1496179 |      97      204      612 |      553      492     13 |  0.011 % |
36.47/36.53	|   2244361 |      97      204      612 |      608      525     14 |  0.011 % |
55.46/55.54	|   3366637 |      97      204      612 |      669      528     13 |  0.011 % |
86.45/86.59	|   5050048 |      97      204      612 |      736      538     13 |  0.011 % |
131.83/131.99	|   7575164 |      97      204      612 |      810      643     14 |  0.011 % |
206.38/206.52	|  11362839 |      97      204      612 |      891      487     11 |  0.011 % |
321.13/321.38	|  17044351 |      97      204      612 |      980      654     14 |  0.011 % |
500.73/501.04	|  25566621 |      97      204      612 |     1078      912     13 |  0.011 % |
764.49/764.95	|  38350024 |      97      204      612 |     1186      668     13 |  0.022 % |
1196.17/1196.87	|  57525129 |      97      204      612 |     1305      861     12 |  0.043 % |

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-1806787-1242152273/watcher-1806787-1242152273 -o /tmp/evaluation-result-1806787-1242152273/solver-1806787-1242152273 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806787-1242152273.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.00 1.01 0.95 3/64 1723
/proc/meminfo: memFree=1158968/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=1892 CPUtime=0
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 243253486 1937408 98 1992294400 134512640 135213614 4294956256 18446744073709551615 134530720 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 473 98 77 171 0 299 0

[startup+0.0329789 s]
/proc/loadavg: 1.00 1.01 0.95 3/64 1723
/proc/meminfo: memFree=1158968/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=1892 CPUtime=0.03
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 114 0 0 0 3 0 0 0 18 0 1 0 243253486 1937408 99 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 473 99 77 171 0 299 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1892

[startup+0.101991 s]
/proc/loadavg: 1.00 1.01 0.95 3/64 1723
/proc/meminfo: memFree=1158968/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=1892 CPUtime=0.1
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 117 0 0 0 10 0 0 0 18 0 1 0 243253486 1937408 102 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 473 102 77 171 0 299 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1892

[startup+0.302027 s]
/proc/loadavg: 1.00 1.01 0.95 3/64 1723
/proc/meminfo: memFree=1158968/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=1892 CPUtime=0.3
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 120 0 0 0 30 0 0 0 19 0 1 0 243253486 1937408 105 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 473 105 77 171 0 299 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1892

[startup+0.701098 s]
/proc/loadavg: 1.00 1.01 0.95 3/64 1723
/proc/meminfo: memFree=1158968/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=1892 CPUtime=0.7
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 126 0 0 0 70 0 0 0 23 0 1 0 243253486 1937408 111 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 473 111 77 171 0 299 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1892

[startup+1.50124 s]
/proc/loadavg: 1.00 1.01 0.95 2/65 1724
/proc/meminfo: memFree=1158768/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=1892 CPUtime=1.5
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 130 0 0 0 150 0 0 0 25 0 1 0 243253486 1937408 115 1992294400 134512640 135213614 4294956256 18446744073709551615 134534817 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 473 115 77 171 0 299 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1892

[startup+3.10253 s]
/proc/loadavg: 1.00 1.01 0.95 2/65 1724
/proc/meminfo: memFree=1158640/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=1892 CPUtime=3.09
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 134 0 0 0 309 0 0 0 25 0 1 0 243253486 1937408 119 1992294400 134512640 135213614 4294956256 18446744073709551615 134526825 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 473 119 77 171 0 299 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1892

[startup+6.30112 s]
/proc/loadavg: 1.00 1.01 0.95 2/65 1724
/proc/meminfo: memFree=1158568/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2024 CPUtime=6.29
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 139 0 0 0 629 0 0 0 25 0 1 0 243253486 2072576 124 1992294400 134512640 135213614 4294956256 18446744073709551615 134536068 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 506 124 77 171 0 332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2024

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158512/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2024 CPUtime=12.69
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 146 0 0 0 1269 0 0 0 25 0 1 0 243253486 2072576 131 1992294400 134512640 135213614 4294956256 18446744073709551615 134527454 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 506 131 77 171 0 332 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2024

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158640/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2024 CPUtime=25.48
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 157 0 0 0 2548 0 0 0 25 0 1 0 243253486 2072576 142 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 506 142 77 171 0 332 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2024

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158704/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2024 CPUtime=51.07
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 168 0 0 0 5107 0 0 0 25 0 1 0 243253486 2072576 153 1992294400 134512640 135213614 4294956256 18446744073709551615 134536222 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 506 153 77 171 0 332 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2024

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158576/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2156 CPUtime=102.24
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 181 0 0 0 10224 0 0 0 25 0 1 0 243253486 2207744 166 1992294400 134512640 135213614 4294956256 18446744073709551615 134543661 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 539 166 77 171 0 365 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 2156

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158576/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2156 CPUtime=162.2
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 193 0 0 0 16220 0 0 0 25 0 1 0 243253486 2207744 178 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 539 178 77 171 0 365 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 2156

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158576/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2156 CPUtime=222.17
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 202 0 0 0 22217 0 0 0 25 0 1 0 243253486 2207744 187 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 539 187 77 171 0 365 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 2156

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158576/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2288 CPUtime=282.15
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 207 0 0 0 28215 0 0 0 25 0 1 0 243253486 2342912 192 1992294400 134512640 135213614 4294956256 18446744073709551615 134536669 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 572 192 77 171 0 398 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 2288

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158576/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2288 CPUtime=342.12
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 215 0 0 0 34212 0 0 0 25 0 1 0 243253486 2342912 200 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 572 200 77 171 0 398 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 2288

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158512/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2288 CPUtime=402.09
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 220 0 0 0 40209 0 0 0 25 0 1 0 243253486 2342912 205 1992294400 134512640 135213614 4294956256 18446744073709551615 134527003 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 572 205 77 171 0 398 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 2288

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158512/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2288 CPUtime=462.05
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 225 0 0 0 46205 0 0 0 25 0 1 0 243253486 2342912 210 1992294400 134512640 135213614 4294956256 18446744073709551615 134539007 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 572 210 77 171 0 398 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 2288

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158448/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2288 CPUtime=522.01
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 235 0 0 0 52201 0 0 0 25 0 1 0 243253486 2342912 220 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 572 220 77 171 0 398 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 2288

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158448/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2288 CPUtime=581.98
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 236 0 0 0 58198 0 0 0 25 0 1 0 243253486 2342912 221 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 572 221 77 171 0 398 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 2288

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158448/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2288 CPUtime=641.95
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 236 0 0 0 64195 0 0 0 25 0 1 0 243253486 2342912 221 1992294400 134512640 135213614 4294956256 18446744073709551615 134536142 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 572 221 77 171 0 398 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 2288

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158384/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2288 CPUtime=701.92
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 236 0 0 0 70192 0 0 0 25 0 1 0 243253486 2342912 221 1992294400 134512640 135213614 4294956256 18446744073709551615 134717045 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 572 221 77 171 0 398 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 2288

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158384/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=761.9
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 241 0 0 0 76190 0 0 0 25 0 1 0 243253486 2478080 226 1992294400 134512640 135213614 4294956256 18446744073709551615 134527179 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 226 77 171 0 431 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 2420

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 1724
/proc/meminfo: memFree=1158320/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=821.86
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 254 0 0 0 82186 0 0 0 25 0 1 0 243253486 2478080 239 1992294400 134512640 135213614 4294956256 18446744073709551615 134526967 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 239 77 171 0 431 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 2420

[startup+882.302 s]
/proc/loadavg: 1.10 1.03 0.96 2/65 1724
/proc/meminfo: memFree=1158320/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=881.83
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 259 0 0 0 88183 0 0 0 25 0 1 0 243253486 2478080 244 1992294400 134512640 135213614 4294956256 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 244 77 171 0 431 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 2420

[startup+942.302 s]
/proc/loadavg: 1.11 1.04 0.97 2/65 1724
/proc/meminfo: memFree=1158320/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=941.79
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 260 0 0 0 94179 0 0 0 25 0 1 0 243253486 2478080 245 1992294400 134512640 135213614 4294956256 18446744073709551615 134536378 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 245 77 171 0 431 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 2420

[startup+1002.3 s]
/proc/loadavg: 1.10 1.04 0.97 2/65 1724
/proc/meminfo: memFree=1158320/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=1001.77
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 262 0 0 0 100177 0 0 0 25 0 1 0 243253486 2478080 247 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 247 77 171 0 431 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 2420

[startup+1062.3 s]
/proc/loadavg: 1.10 1.05 0.98 2/65 1724
/proc/meminfo: memFree=1158256/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=1061.73
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 267 0 0 0 106173 0 0 0 25 0 1 0 243253486 2478080 252 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 252 77 171 0 431 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 2420

[startup+1122.3 s]
/proc/loadavg: 1.03 1.04 0.98 2/65 1724
/proc/meminfo: memFree=1158256/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=1121.71
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 267 0 0 0 112171 0 0 0 25 0 1 0 243253486 2478080 252 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 252 77 171 0 431 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 2420

[startup+1182.3 s]
/proc/loadavg: 1.01 1.03 0.98 2/65 1724
/proc/meminfo: memFree=1158256/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=1181.68
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 269 0 0 0 118168 0 0 0 25 0 1 0 243253486 2478080 254 1992294400 134512640 135213614 4294956256 18446744073709551615 134526819 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 254 77 171 0 431 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 2420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.01 1.02 0.98 2/65 1724
/proc/meminfo: memFree=1158256/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=1200.07
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 269 0 0 0 120007 0 0 0 25 0 1 0 243253486 2478080 254 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 254 77 171 0 431 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 2420

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.7 s]
/proc/loadavg: 1.01 1.02 0.98 2/65 1724
/proc/meminfo: memFree=1158256/2055920 swapFree=4179604/4192956
[pid=1723] ppid=1721 vsize=2420 CPUtime=1200.07
/proc/1723/stat : 1723 (minisat_static) R 1721 1723 1371 0 -1 4194304 269 0 0 0 120007 0 0 0 25 0 1 0 243253486 2478080 254 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 0 0 0
/proc/1723/statm: 605 254 77 171 0 431 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 2420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.08
CPU user time (s): 1200.07
CPU system time (s): 0.007998
CPU usage (%): 99.948
Max. virtual memory (cumulated for all children) (KiB): 2420

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

runsolver used 1.11383 second user time and 3.2625 second system time

The end

Launcher Data

Begin job on node67 at 2009-05-12 20:17:53
IDJOB=1806787
IDBENCH=71105
IDSOLVER=651
FILE ID=node67/1806787-1242152273
PBS_JOBID= 9289658
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= 5f0ec9f87ae77ca0eb8468a4ddde217c
RANDOM SEED=1521410463

node67.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.277
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.277
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:       1159448 kB
Buffers:         68264 kB
Cached:         735680 kB
SwapCached:       8248 kB
Active:          16472 kB
Inactive:       797024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1159448 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:             792 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            68820 kB
Committed_AS:   867224 kB
PageTables:       1436 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 node67 at 2009-05-12 20:37:55