Trace number 1797353

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-18UNSAT 113.997 114.059

General information on the benchmark

Nameeen-tip-uns-nusmv-t5.B.cnf
MD5SUM5a0032960b52c5fb367771f030675e6c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.58776
Satisfiable
(Un)Satisfiability was proved
Number of variables59265
Number of clauses170983
Sum of the clauses size413505
Maximum clause length23
Minimum clause length1
Number of clauses of size 123
Number of clauses of size 299418
Number of clauses of size 371541
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 13
112.43/112.50	#LEARNT CLAUSES 53
112.53/112.61	done !
112.53/112.61	c Calling MINISAT
112.53/112.61	This is MiniSat 2.0 beta
112.53/112.61	WARNING: for repeatability, setting FPU to use double precision
112.53/112.61	============================[ Problem Statistics ]=============================
112.53/112.61	|                                                                             |
112.53/112.61	|  Number of variables:  59265                                                |
112.53/112.61	|  Number of clauses:    145386                                               |
112.54/112.70	|  Parsing time:         0.07         s                                       |
112.54/112.71	============================[ Search Statistics ]==============================
112.54/112.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
112.54/112.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
112.54/112.71	===============================================================================
112.54/112.71	|         0 |   45903   132022   304357 |    44007        0    nan |  0.000 % |
112.54/112.78	|       100 |   45903   132022   304357 |    48408      100     13 | 22.546 % |
112.54/112.93	|       250 |   45903   132022   304357 |    53248      250     22 | 22.546 % |
112.54/113.17	|       477 |   45903   132022   304357 |    58573      477     21 | 22.546 % |
113.31/113.46	|       815 |   45903   132022   304357 |    64431      815     18 | 22.546 % |
113.71/113.87	|      1322 |   45902   132020   304353 |    70874     1319     17 | 22.548 % |
113.91/114.05	===============================================================================
113.91/114.05	restarts              : 6
113.91/114.05	conflicts             : 1567           (1104 /sec)
113.91/114.05	decisions             : 5681           (1.53 % random) (4001 /sec)
113.91/114.05	propagations          : 4083361        (2876044 /sec)
113.91/114.05	conflict literals     : 26021          (34.67 % deleted)
113.91/114.05	Memory used           : 10.80 MB
113.91/114.05	CPU time              : 1.41978 s
113.91/114.05	
113.91/114.05	UNSATISFIABLE
113.91/114.05	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797353-1242089437/watcher-1797353-1242089437 -o /tmp/evaluation-result-1797353-1242089437/solver-1797353-1242089437 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1797353-1242089437.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.92 0.95 0.97 3/64 8943
/proc/meminfo: memFree=1143024/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) R 8941 8943 8788 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8943/statm: 1340 236 195 169 0 51 0
[pid=8944] ppid=8943 vsize=2124 CPUtime=0
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 236978060 2174976 245 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/8944/statm: 531 253 81 6 0 169 0

[startup+0.047361 s]
/proc/loadavg: 0.92 0.95 0.97 3/64 8943
/proc/meminfo: memFree=1143024/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12812 CPUtime=0.03
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 2760 0 0 0 2 1 0 0 19 0 1 0 236978060 13119488 2718 1992294400 134512640 134537284 4294956368 18446744073709551615 2623099 0 0 4096 0 0 0 0 17 0 0 0
/proc/8944/statm: 3203 2719 82 6 0 2841 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18172

[startup+0.10137 s]
/proc/loadavg: 0.92 0.95 0.97 3/64 8943
/proc/meminfo: memFree=1143024/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=0.08
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3414 0 0 0 7 1 0 0 19 0 1 50000 236978060 13090816 2645 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2645 85 6 0 2834 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18144

[startup+0.301409 s]
/proc/loadavg: 0.92 0.95 0.97 3/64 8943
/proc/meminfo: memFree=1143024/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=0.28
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3416 0 0 0 27 1 0 0 21 0 1 50000 236978060 13090816 2647 1992294400 134512640 134537284 4294956368 18446744073709551615 134523936 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2647 85 6 0 2834 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18144

[startup+0.701486 s]
/proc/loadavg: 0.92 0.95 0.97 3/64 8943
/proc/meminfo: memFree=1143024/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=0.68
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3417 0 0 0 67 1 0 0 25 0 1 50000 236978060 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134523724 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18144

[startup+1.50264 s]
/proc/loadavg: 0.92 0.95 0.97 2/66 8945
/proc/meminfo: memFree=1132256/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=1.49
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3417 0 0 0 148 1 0 0 25 0 1 50000 236978060 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134524000 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18144

[startup+3.10196 s]
/proc/loadavg: 0.92 0.95 0.97 2/66 8945
/proc/meminfo: memFree=1132128/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=3.08
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3417 0 0 0 307 1 0 0 25 0 1 50000 236978060 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134523572 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18144

[startup+6.30159 s]
/proc/loadavg: 0.93 0.95 0.97 2/66 8945
/proc/meminfo: memFree=1132192/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=6.28
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3417 0 0 0 627 1 0 0 25 0 1 50000 236978060 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134523637 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18144

[startup+12.7018 s]
/proc/loadavg: 0.93 0.96 0.97 2/66 8945
/proc/meminfo: memFree=1132128/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=12.68
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3417 0 0 0 1266 2 0 0 25 0 1 50000 236978060 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134524234 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18144

[startup+25.5013 s]
/proc/loadavg: 0.95 0.96 0.97 2/66 8945
/proc/meminfo: memFree=1132192/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=25.48
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3417 0 0 0 2546 2 0 0 25 0 1 50000 236978060 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18144

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.97 2/66 8945
/proc/meminfo: memFree=1132256/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=51.07
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3417 0 0 0 5105 2 0 0 25 0 1 50000 236978060 13090816 2648 1992294400 134512640 134537284 4294956368 18446744073709551615 134523997 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2648 85 6 0 2834 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18144

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/66 8945
/proc/meminfo: memFree=1132128/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12784 CPUtime=102.24
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3418 0 0 0 10222 2 0 0 25 0 1 50000 236978060 13090816 2649 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3196 2649 85 6 0 2834 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18144

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

[startup+108.702 s]
/proc/loadavg: 0.98 0.97 0.97 2/66 8945
/proc/meminfo: memFree=1132128/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12916 CPUtime=108.64
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3425 0 0 0 10862 2 0 0 25 0 1 50000 236978060 13225984 2656 1992294400 134512640 134537284 4294956368 18446744073709551615 134524288 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3229 2656 85 6 0 2867 0
Current children cumulated CPU time (s) 108.64
Current children cumulated vsize (KiB) 18276

[startup+111.901 s]
/proc/loadavg: 0.98 0.97 0.97 2/66 8945
/proc/meminfo: memFree=1132128/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=0
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236978060 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8943/statm: 1340 237 196 169 0 51 0
[pid=8944] ppid=8943 vsize=12916 CPUtime=111.83
/proc/8944/stat : 8944 (revival) R 8943 8943 8788 0 -1 4194304 3431 0 0 0 11181 2 0 0 25 0 1 50000 236978060 13225984 2662 1992294400 134512640 134537284 4294956368 18446744073709551615 134523954 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8944/statm: 3229 2662 85 6 0 2867 0
Current children cumulated CPU time (s) 111.83
Current children cumulated vsize (KiB) 18276

[startup+112.701 s]
/proc/loadavg: 0.98 0.97 0.97 2/66 8945
/proc/meminfo: memFree=1132128/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=112.54
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 312 3446 0 0 0 0 11252 2 16 0 1 0 236978060 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8943/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 112.54
Current children cumulated vsize (KiB) 5360

[startup+113.503 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 8946
/proc/meminfo: memFree=1130464/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=112.54
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 312 3446 0 0 0 0 11252 2 16 0 1 0 236978060 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8943/statm: 1340 238 197 169 0 51 0
[pid=8946] ppid=8943 vsize=11056 CPUtime=0.87
/proc/8946/stat : 8946 (minisat) R 8943 8943 8788 0 -1 4194304 2569 0 0 0 86 1 0 0 24 0 1 0 236989321 11321344 2555 1992294400 134512640 135212939 4294956240 18446744073709551615 134529647 0 0 4096 3 0 0 0 17 0 0 0
/proc/8946/statm: 2764 2555 76 170 0 2592 0
Current children cumulated CPU time (s) 113.41
Current children cumulated vsize (KiB) 16416

[startup+113.902 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 8946
/proc/meminfo: memFree=1130464/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=112.54
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 312 3446 0 0 0 0 11252 2 16 0 1 0 236978060 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8943/statm: 1340 238 197 169 0 51 0
[pid=8946] ppid=8943 vsize=11056 CPUtime=1.27
/proc/8946/stat : 8946 (minisat) R 8943 8943 8788 0 -1 4194304 2569 0 0 0 126 1 0 0 25 0 1 0 236989321 11321344 2555 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/8946/statm: 2764 2555 76 170 0 2592 0
Current children cumulated CPU time (s) 113.81
Current children cumulated vsize (KiB) 16416

[startup+114.002 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 8946
/proc/meminfo: memFree=1130464/2055924 swapFree=4180088/4192956
[pid=8943] ppid=8941 vsize=5360 CPUtime=112.54
/proc/8943/stat : 8943 (run.sh) S 8941 8943 8788 0 -1 4194304 312 3446 0 0 0 0 11252 2 16 0 1 0 236978060 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8943/statm: 1340 238 197 169 0 51 0
[pid=8946] ppid=8943 vsize=11056 CPUtime=1.37
/proc/8946/stat : 8946 (minisat) R 8943 8943 8788 0 -1 4194304 2569 0 0 0 136 1 0 0 25 0 1 0 236989321 11321344 2555 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8946/statm: 2764 2555 76 170 0 2592 0
Current children cumulated CPU time (s) 113.91
Current children cumulated vsize (KiB) 16416

Child status: 20
Real time (s): 114.059
CPU time (s): 113.997
CPU user time (s): 113.948
CPU system time (s): 0.048992
CPU usage (%): 99.9451
Max. virtual memory (cumulated for all children) (KiB): 18288

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

runsolver used 0.115982 second user time and 0.304953 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-12 02:50:37
IDJOB=1797353
IDBENCH=71697
IDSOLVER=649
FILE ID=node6/1797353-1242089437
PBS_JOBID= 9277689
Free space on /tmp= 66232 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT_RACE06/een-tip-uns-nusmv-t5.B.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797353-1242089437/watcher-1797353-1242089437 -o /tmp/evaluation-result-1797353-1242089437/solver-1797353-1242089437 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1797353-1242089437.cnf HOME

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

MD5SUM BENCH= 5a0032960b52c5fb367771f030675e6c
RANDOM SEED=2050564858

node6.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.281
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.281
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:      2055924 kB
MemFree:       1143568 kB
Buffers:         71320 kB
Cached:         741972 kB
SwapCached:       6652 kB
Active:          37884 kB
Inactive:       783728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1143568 kB
SwapTotal:     4192956 kB
SwapFree:      4180088 kB
Dirty:            4460 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            76804 kB
Committed_AS:   891328 kB
PageTables:       1452 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= 66228 MiB
End job on node6 at 2009-05-12 02:52:31