Trace number 1797228

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
ReVivAl 0.23 2009-03-18? (TO) 1200.05 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 15
424.50/424.78	#LEARNT CLAUSES 0
424.80/425.00	done !
424.80/425.00	c Calling MINISAT
424.80/425.00	This is MiniSat 2.0 beta
424.80/425.00	WARNING: for repeatability, setting FPU to use double precision
424.80/425.00	============================[ Problem Statistics ]=============================
424.80/425.00	|                                                                             |
424.80/425.00	|  Number of variables:  2522                                                 |
424.80/425.00	|  Number of clauses:    243459                                               |
424.80/425.11	|  Parsing time:         0.10         s                                       |
424.80/425.12	============================[ Search Statistics ]==============================
424.80/425.12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
424.80/425.12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
424.80/425.12	===============================================================================
424.80/425.12	|         0 |    2522   243459   710550 |    81153        0    nan |  0.000 % |
424.80/425.13	|       101 |    2522   243459   710550 |    89268      101     49 |  0.000 % |
424.80/425.15	|       253 |    2522   243459   710550 |    98195      253     59 |  0.000 % |
424.80/425.18	|       479 |    2522   243459   710550 |   108014      479     55 |  0.000 % |
424.80/425.21	|       818 |    2522   243459   710550 |   118816      818     58 |  0.000 % |
424.80/425.28	|      1325 |    2522   243459   710550 |   130697     1325     62 |  0.000 % |
424.80/425.38	|      2085 |    2522   243459   710550 |   143767     2085     73 |  0.000 % |
425.59/425.87	|      3226 |    2522   243459   710550 |   158144     3226     75 |  0.000 % |
426.08/426.35	|      4934 |    2522   243459   710550 |   173958     4934     76 |  0.000 % |
427.28/427.50	|      7497 |    2522   243459   710550 |   191354     7497     79 |  0.000 % |
429.28/429.57	|     11343 |    2522   243459   710550 |   210489    11343     78 |  0.000 % |
432.18/432.47	|     17110 |    2522   243459   710550 |   231538    17110     82 |  0.000 % |
437.38/437.65	|     25760 |    2522   243459   710550 |   254692    25760     86 |  0.000 % |
447.97/448.24	|     38735 |    2522   243459   710550 |   280162    38735     86 |  0.000 % |
469.66/469.90	|     58197 |    2522   243459   710550 |   308178    58197     85 |  0.000 % |
509.76/510.07	|     87390 |    2522   243459   710550 |   338996    87390     88 |  0.000 % |
601.31/601.64	|    131183 |    2522   243459   710550 |   372895   131183     87 |  0.000 % |
821.33/821.76	|    196869 |    2522   243459   710550 |   410185   196869     91 |  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-1797228-1242086612/watcher-1797228-1242086612 -o /tmp/evaluation-result-1797228-1242086612/solver-1797228-1242086612 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797228-1242086612.cnf HOME 

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.93 0.98 0.99 3/64 9292
/proc/meminfo: memFree=1933624/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) R 9290 9292 9255 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/9292/statm: 1340 236 195 169 0 51 0
[pid=9293] ppid=9292 vsize=2124 CPUtime=0
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694424 2174976 253 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 531 259 81 6 0 169 0

[startup+0.103415 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 9292
/proc/meminfo: memFree=1933624/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=11824 CPUtime=0.09
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3619 0 0 0 7 2 0 0 20 0 1 50000 236694424 12107776 2594 1992294400 134512640 134537284 4294956368 18446744073709551615 8873595 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 2956 2594 85 6 0 2594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17184

[startup+0.20246 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 9292
/proc/meminfo: memFree=1933624/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=0.19
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3761 0 0 0 17 2 0 0 20 0 1 50000 236694424 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523958 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17848

[startup+0.302469 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 9292
/proc/meminfo: memFree=1933624/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=0.29
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3761 0 0 0 27 2 0 0 21 0 1 50000 236694424 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523940 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17848

[startup+0.702513 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 9292
/proc/meminfo: memFree=1933624/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=0.69
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3761 0 0 0 67 2 0 0 25 0 1 50000 236694424 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17848

[startup+1.50156 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922728/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=1.49
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3761 0 0 0 147 2 0 0 25 0 1 50000 236694424 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17848

[startup+3.10174 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922600/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=3.09
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3761 0 0 0 307 2 0 0 25 0 1 50000 236694424 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17848

[startup+6.30108 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922288/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=6.29
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3761 0 0 0 627 2 0 0 25 0 1 50000 236694424 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523948 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17848

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922296/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=12.69
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3761 0 0 0 1267 2 0 0 25 0 1 50000 236694424 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17848

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922360/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=25.48
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3761 0 0 0 2546 2 0 0 25 0 1 50000 236694424 12787712 2736 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2736 85 6 0 2760 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17848

[startup+51.1019 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922360/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=51.07
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3765 0 0 0 5105 2 0 0 25 0 1 50000 236694424 12787712 2740 1992294400 134512640 134537284 4294956368 18446744073709551615 134523720 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2740 85 6 0 2760 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17848

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922232/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=102.25
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3770 0 0 0 10223 2 0 0 25 0 1 50000 236694424 12787712 2745 1992294400 134512640 134537284 4294956368 18446744073709551615 134531226 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2745 85 6 0 2760 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17848

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922232/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=162.22
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3776 0 0 0 16220 2 0 0 25 0 1 50000 236694424 12787712 2751 1992294400 134512640 134537284 4294956368 18446744073709551615 134523751 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2751 85 6 0 2760 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 17848

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922232/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=222.2
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3781 0 0 0 22218 2 0 0 25 0 1 50000 236694424 12787712 2756 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2756 85 6 0 2760 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 17848

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922232/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12488 CPUtime=282.16
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3786 0 0 0 28214 2 0 0 25 0 1 50000 236694424 12787712 2761 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3122 2761 85 6 0 2760 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 17848

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9294
/proc/meminfo: memFree=1922232/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=0
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236694423 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9292/statm: 1340 237 196 169 0 51 0
[pid=9293] ppid=9292 vsize=12620 CPUtime=342.13
/proc/9293/stat : 9293 (revival) R 9292 9292 9255 0 -1 4194304 3792 0 0 0 34211 2 0 0 25 0 1 50000 236694424 12922880 2767 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9293/statm: 3155 2767 85 6 0 2793 0
Current children cumulated CPU time (s) 342.13

################
# More data... #
################

/proc/9295/statm: 15450 15153 77 170 0 15278 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 67160

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9295
/proc/meminfo: memFree=1859768/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=71128 CPUtime=217.2
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 17399 0 0 0 21704 16 0 0 25 0 1 0 236736924 72835072 17385 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 17782 17385 77 170 0 17610 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 76488

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9295
/proc/meminfo: memFree=1850744/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=80084 CPUtime=277.17
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 19626 0 0 0 27699 18 0 0 25 0 1 0 236736924 82006016 19612 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 20021 19612 77 170 0 19849 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 85444

[startup+762.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9295
/proc/meminfo: memFree=1843768/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=86712 CPUtime=337.15
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 21303 0 0 0 33696 19 0 0 25 0 1 0 236736924 88793088 21289 1992294400 134512640 135212939 4294956240 18446744073709551615 134526863 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 21678 21289 77 170 0 21506 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 92072

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9295
/proc/meminfo: memFree=1836600/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=94108 CPUtime=397.13
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 23124 0 0 0 39692 21 0 0 25 0 1 0 236736924 96366592 23110 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 23527 23110 77 170 0 23355 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 99468

[startup+882.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9295
/proc/meminfo: memFree=1831160/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=99824 CPUtime=457.1
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 24458 0 0 0 45688 22 0 0 25 0 1 0 236736924 102219776 24444 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 24956 24444 77 170 0 24784 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 105184

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9295
/proc/meminfo: memFree=1825016/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=106096 CPUtime=517.07
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 26013 0 0 0 51683 24 0 0 25 0 1 0 236736924 108642304 25999 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 26524 25999 77 170 0 26352 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 111456

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9295
/proc/meminfo: memFree=1818552/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=112396 CPUtime=577.04
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 27597 0 0 0 57679 25 0 0 25 0 1 0 236736924 115093504 27583 1992294400 134512640 135212939 4294956240 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 28099 27583 77 170 0 27927 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 117756

[startup+1062.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 9295
/proc/meminfo: memFree=1813944/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=117268 CPUtime=637.01
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 28760 0 0 0 63675 26 0 0 25 0 1 0 236736924 120082432 28746 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 29317 28746 77 170 0 29145 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 122628

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9295
/proc/meminfo: memFree=1809144/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=122048 CPUtime=697
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 29931 0 0 0 69672 28 0 0 25 0 1 0 236736924 124977152 29917 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 30512 29917 77 170 0 30340 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 127408

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9295
/proc/meminfo: memFree=1804088/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=127196 CPUtime=756.97
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 31212 0 0 0 75668 29 0 0 25 0 1 0 236736924 130248704 31198 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 31799 31198 77 170 0 31627 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 132556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9295
/proc/meminfo: memFree=1802552/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=128592 CPUtime=775.25
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 31551 0 0 0 77496 29 0 0 25 0 1 0 236736924 131678208 31537 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 32148 31537 77 170 0 31976 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 133952

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

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

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9295
/proc/meminfo: memFree=1802552/2055920 swapFree=4180224/4192956
[pid=9292] ppid=9290 vsize=5360 CPUtime=424.8
/proc/9292/stat : 9292 (run.sh) S 9290 9292 9255 0 -1 4194304 312 3816 0 0 0 0 42477 3 16 0 1 0 236694423 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9292/statm: 1340 238 197 169 0 51 0
[pid=9295] ppid=9292 vsize=128592 CPUtime=775.25
/proc/9295/stat : 9295 (minisat) R 9292 9292 9255 0 -1 4194304 31551 0 0 0 77496 29 0 0 25 0 1 0 236736924 131678208 31537 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/9295/statm: 32148 31537 77 170 0 31976 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 133952

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9292 and gives
#  childrusage.ru_utime.tv_sec=424
#  childrusage.ru_utime.tv_usec=777424
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=39993
# CPU time returned by wait4() is 424.817
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.73
CPU system time (s): 0.32
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 133952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 424.777
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= 4128
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= 5
involuntary context switches= 1049

runsolver used 1.01285 second user time and 3.36549 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-12 02:03:33
IDJOB=1797228
IDBENCH=71068
IDSOLVER=649
FILE ID=node21/1797228-1242086612
PBS_JOBID= 9277672
Free space on /tmp= 66036 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_12_UNSAT.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797228-1242086612/watcher-1797228-1242086612 -o /tmp/evaluation-result-1797228-1242086612/solver-1797228-1242086612 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797228-1242086612.cnf HOME

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=479031076

node21.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.233
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.233
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:       1934104 kB
Buffers:          3852 kB
Cached:          45072 kB
SwapCached:       6496 kB
Active:          27204 kB
Inactive:        31048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934104 kB
SwapTotal:     4192956 kB
SwapFree:      4180224 kB
Dirty:            5500 kB
Writeback:           0 kB
Mapped:          14936 kB
Slab:            49652 kB
Committed_AS:   894260 kB
PageTables:       1380 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= 66032 MiB
End job on node21 at 2009-05-12 02:23:35