Trace number 1797796

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.15 1200.48

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryAPPLICATION (applications 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 variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

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:  24604                                                |
0.00/0.00	|  Number of clauses:    261473                                               |
0.08/0.16	|  Parsing time:         0.14         s                                       |
0.08/0.16	============================[ Search Statistics ]==============================
0.08/0.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.08/0.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.08/0.16	===============================================================================
0.08/0.16	|         0 |   24600   261450   744532 |    87150        0    nan |  0.000 % |
0.18/0.21	|       110 |   24600   261450   744532 |    95865      110     30 |  0.016 % |
0.18/0.26	|       261 |   24600   261450   744532 |   105451      261     41 |  0.016 % |
0.28/0.33	|       486 |   24600   261450   744532 |   115996      486     37 |  0.016 % |
0.28/0.37	|       827 |   24600   261450   744532 |   127596      827     42 |  0.016 % |
0.38/0.45	|      1333 |   24600   261450   744532 |   140355     1333     43 |  0.016 % |
0.48/0.50	|      2093 |   24600   261450   744532 |   154391     2093     46 |  0.016 % |
0.68/0.73	|      3232 |   24600   261450   744532 |   169830     3232     51 |  0.016 % |
0.99/1.06	|      4940 |   24600   261450   744532 |   186813     4940     63 |  0.016 % |
1.39/1.47	|      7502 |   24600   261450   744532 |   205495     7502     63 |  0.016 % |
1.99/2.08	|     11346 |   24600   261450   744532 |   226044    11346     58 |  0.016 % |
3.29/3.31	|     17113 |   24600   261450   744532 |   248649    17113     62 |  0.016 % |
5.08/5.16	|     25762 |   24600   261450   744532 |   273514    25762     75 |  0.016 % |
8.29/8.33	|     38736 |   24600   261450   744532 |   300865    38736     83 |  0.016 % |
14.29/14.37	|     58197 |   24600   261450   744532 |   330951    58197    148 |  0.016 % |
24.98/25.07	|     87390 |   24600   261450   744532 |   364047    87390    176 |  0.016 % |
38.57/38.62	|    131179 |   24600   261450   744532 |   400451   131179    170 |  0.016 % |
84.86/84.96	|    196863 |   24600   261450   744532 |   440497   196863    186 |  0.016 % |
176.54/176.66	|    295389 |   24600   261450   744532 |   484546   295389    191 |  0.016 % |
341.49/341.62	|    443178 |   24600   261450   744532 |   533001   443178    186 |  0.016 % |
539.14/539.37	|    664862 |   24600   261450   744532 |   586301   146829    286 |  0.016 % |
949.83/950.13	|    997387 |   24600   261450   744532 |   644931   479354    195 |  0.016 % |

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-1797796-1242076427/watcher-1797796-1242076427 -o /tmp/evaluation-result-1797796-1242076427/solver-1797796-1242076427 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797796-1242076427.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.00 1.00 3/64 5996
/proc/meminfo: memFree=889088/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=1896 CPUtime=0
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 354 0 0 0 0 0 0 0 18 0 1 0 235676771 1941504 339 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 474 340 58 171 0 300 0

[startup+0.050453 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5996
/proc/meminfo: memFree=889088/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=5720 CPUtime=0.04
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 1266 0 0 0 4 0 0 0 18 0 1 0 235676771 5857280 1251 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 1430 1252 58 171 0 1256 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5720

[startup+0.101457 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5996
/proc/meminfo: memFree=889088/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=9792 CPUtime=0.08
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 2246 0 0 0 8 0 0 0 18 0 1 0 235676771 10027008 2231 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 2448 2231 58 171 0 2274 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9792

[startup+0.301477 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5996
/proc/meminfo: memFree=889088/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=14724 CPUtime=0.28
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 3477 0 0 0 27 1 0 0 19 0 1 0 235676771 15077376 3462 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 3681 3462 78 171 0 3507 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 14724

[startup+0.701517 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5996
/proc/meminfo: memFree=889088/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=15516 CPUtime=0.68
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 3667 0 0 0 67 1 0 0 22 0 1 0 235676771 15888384 3652 1992294400 134512640 135213614 4294956256 18446744073709551615 134722751 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 3879 3652 78 171 0 3705 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15516

[startup+1.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=874232/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=16972 CPUtime=1.49
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 4049 0 0 0 147 2 0 0 25 0 1 0 235676771 17379328 4034 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 4243 4034 78 171 0 4069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16972

[startup+3.10175 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=872248/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=19356 CPUtime=3.08
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 4632 0 0 0 305 3 0 0 25 0 1 0 235676771 19820544 4617 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 4839 4617 78 171 0 4665 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19356

[startup+6.30207 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=866232/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=25328 CPUtime=6.29
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 6108 0 0 0 625 4 0 0 25 0 1 0 235676771 25935872 6093 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 6332 6093 78 171 0 6158 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25328

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=848064/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=45260 CPUtime=12.68
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 11098 0 0 0 1261 7 0 0 25 0 1 0 235676771 46346240 11083 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 11315 11083 78 171 0 11141 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45260

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=810816/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=79596 CPUtime=25.48
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 19685 0 0 0 2536 12 0 0 25 0 1 0 235676771 81506304 19670 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 19899 19670 78 171 0 19725 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 79596

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=761664/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=129276 CPUtime=51.08
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 32061 0 0 0 5086 22 0 0 25 0 1 0 235676771 132378624 32046 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 32319 32046 78 171 0 32145 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 129276

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=699008/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=191512 CPUtime=102.26
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 47543 0 0 0 10191 35 0 0 25 0 1 0 235676771 196108288 47528 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 47878 47528 78 171 0 47704 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 191512

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=650048/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=240388 CPUtime=162.24
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 59809 0 0 0 16177 47 0 0 25 0 1 0 235676771 246157312 59794 1992294400 134512640 135213614 4294956256 18446744073709551615 134529549 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 60097 59794 78 171 0 59923 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 240388

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=613120/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=277660 CPUtime=222.22
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 68960 0 0 0 22164 58 0 0 25 0 1 0 235676771 284323840 68945 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 69415 68945 78 171 0 69241 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 277660

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=571456/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=319488 CPUtime=282.21
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 79405 0 0 0 28151 70 0 0 25 0 1 0 235676771 327155712 79390 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 79872 79390 78 171 0 79698 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 319488

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=532800/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=357552 CPUtime=342.19
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 88971 0 0 0 34139 80 0 0 25 0 1 0 235676771 366133248 88956 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 89388 88956 78 171 0 89214 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 357552

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=457536/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=434596 CPUtime=402.18
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 108011 0 0 0 40121 97 0 0 25 0 1 0 235676771 445026304 107996 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 108649 107996 78 171 0 108475 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 434596

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=407424/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=483464 CPUtime=462.16
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120241 0 0 0 46108 108 0 0 25 0 1 0 235676771 495067136 120226 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 120866 120226 78 171 0 120692 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 483464

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=407360/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=483544 CPUtime=522.14
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120255 0 0 0 52106 108 0 0 25 0 1 0 235676771 495149056 120240 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 120886 120240 78 171 0 120712 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 483544

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=407296/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=483544 CPUtime=582.12
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120283 0 0 0 58104 108 0 0 25 0 1 0 235676771 495149056 120268 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 120886 120268 78 171 0 120712 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 483544

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=407232/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=483544 CPUtime=642.11
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120284 0 0 0 64103 108 0 0 25 0 1 0 235676771 495149056 120269 1992294400 134512640 135213614 4294956256 18446744073709551615 134526699 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 120886 120269 78 171 0 120712 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 483544

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=407168/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=483624 CPUtime=702.09
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120298 0 0 0 70100 109 0 0 25 0 1 0 235676771 495230976 120283 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 120906 120283 78 171 0 120732 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 483624

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=407168/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=483624 CPUtime=762.08
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120302 0 0 0 76099 109 0 0 25 0 1 0 235676771 495230976 120287 1992294400 134512640 135213614 4294956256 18446744073709551615 134526936 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 120906 120287 78 171 0 120732 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 483624

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=407040/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=483704 CPUtime=822.05
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120327 0 0 0 82096 109 0 0 25 0 1 0 235676771 495312896 120312 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 120926 120312 78 171 0 120752 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 483704

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=406976/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=483704 CPUtime=882.04
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120328 0 0 0 88095 109 0 0 25 0 1 0 235676771 495312896 120313 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 120926 120313 78 171 0 120752 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 483704

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=406720/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=484124 CPUtime=942.03
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120400 0 0 0 94093 110 0 0 25 0 1 0 235676771 495742976 120385 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 121031 120385 78 171 0 120857 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 484124

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=406528/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=484244 CPUtime=1002.01
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120444 0 0 0 100091 110 0 0 25 0 1 0 235676771 495865856 120429 1992294400 134512640 135213614 4294956256 18446744073709551615 134529559 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 121061 120429 78 171 0 120887 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 484244

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=406336/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=484244 CPUtime=1061.99
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 120483 0 0 0 106089 110 0 0 25 0 1 0 235676771 495865856 120468 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 121061 120468 78 171 0 120887 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 484244

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=402496/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=488040 CPUtime=1121.98
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 121455 0 0 0 112086 112 0 0 25 0 1 0 235676771 499752960 121440 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 122010 121440 78 171 0 121836 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 488040

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=384064/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=506300 CPUtime=1181.96
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 126053 0 0 0 118079 117 0 0 25 0 1 0 235676771 518451200 126038 1992294400 134512640 135213614 4294956256 18446744073709551615 134534738 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 126575 126038 78 171 0 126401 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 506300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5997
/proc/meminfo: memFree=384000/2055920 swapFree=4181340/4192956
[pid=5996] ppid=5994 vsize=506300 CPUtime=1200.06
/proc/5996/stat : 5996 (minisat_static) R 5994 5996 5798 0 -1 4194304 126053 0 0 0 119889 117 0 0 25 0 1 0 235676771 518451200 126038 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/5996/statm: 126575 126038 78 171 0 126401 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 506300

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.48
CPU time (s): 1200.15
CPU user time (s): 1198.9
CPU system time (s): 1.25081
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 506300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.9
system time used= 1.25081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126053
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= 3
involuntary context switches= 2870

runsolver used 0.836872 second user time and 2.53062 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-11 23:13:48
IDJOB=1797796
IDBENCH=20573
IDSOLVER=651
FILE ID=node12/1797796-1242076427
PBS_JOBID= 9277661
Free space on /tmp= 66092 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq1.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797796-1242076427/watcher-1797796-1242076427 -o /tmp/evaluation-result-1797796-1242076427/solver-1797796-1242076427 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797796-1242076427.cnf

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

MD5SUM BENCH= 9158de01004aff62af67cbb9db5bcbbb
RANDOM SEED=1789603608

node12.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.213
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.213
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:        889568 kB
Buffers:         74644 kB
Cached:        1004644 kB
SwapCached:       5448 kB
Active:         171860 kB
Inactive:       915348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        889568 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:            5556 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            65124 kB
Committed_AS:   934360 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= 66092 MiB
End job on node12 at 2009-05-11 23:33:50