Trace number 1796178

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 109.85 109.911

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.9363
Satisfiable
(Un)Satisfiability was proved
Number of variables178708
Number of clauses806681
Sum of the clauses size1842626
Maximum clause length10
Minimum clause length1
Number of clauses of size 115072
Number of clauses of size 2648853
Number of clauses of size 3108896
Number of clauses of size 43760
Number of clauses of size 515040
Number of clauses of size over 515060

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 5
99.55/99.69	#LEARNT CLAUSES 778
99.63/99.79	done !
99.63/99.79	c Calling MINISAT
99.63/99.79	This is MiniSat 2.0 beta
99.63/99.79	WARNING: for repeatability, setting FPU to use double precision
99.63/99.79	============================[ Problem Statistics ]=============================
99.63/99.79	|                                                                             |
99.63/99.79	|  Number of variables:  178708                                               |
99.63/99.79	|  Number of clauses:    199842                                               |
99.73/99.87	|  Parsing time:         0.06         s                                       |
99.73/99.87	============================[ Search Statistics ]==============================
99.73/99.87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
99.73/99.87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
99.73/99.87	===============================================================================
99.73/99.87	|         0 |   12968    33883    72397 |    11294        0    nan |  0.000 % |
99.73/99.90	|       102 |   12968    33883    72397 |    12423      102     24 | 92.743 % |
99.93/100.00	|       253 |   12968    33883    72397 |    13666      253     21 | 92.743 % |
99.93/100.08	|       478 |   12968    33883    72397 |    15032      478     26 | 92.743 % |
100.12/100.22	|       816 |   12968    33883    72397 |    16536      816     22 | 92.743 % |
100.32/100.40	|      1322 |   12968    33883    72397 |    18189     1322     20 | 92.743 % |
100.62/100.79	|      2082 |   12968    33883    72397 |    20008     2082     17 | 92.743 % |
101.22/101.33	|      3222 |   12968    33883    72397 |    22009     3222     16 | 92.743 % |
102.13/102.30	|      4932 |   12968    33883    72397 |    24210     4932     16 | 92.743 % |
103.62/103.76	|      7495 |   12968    33883    72397 |    26631     7495     16 | 92.743 % |
105.92/106.09	|     11341 |   12849    33553    71711 |    29294     4806     15 | 92.810 % |
109.22/109.31	|     17107 |   12800    32982    70421 |    32224     5224     14 | 92.837 % |
109.82/109.90	===============================================================================
109.82/109.90	restarts              : 12
109.82/109.90	conflicts             : 17906          (1775 /sec)
109.82/109.90	decisions             : 23436          (1.23 % random) (2323 /sec)
109.82/109.90	propagations          : 29837385       (2957867 /sec)
109.82/109.90	conflict literals     : 264513         (27.86 % deleted)
109.82/109.90	Memory used           : 15.97 MB
109.82/109.90	CPU time              : 10.0875 s
109.82/109.90	
109.82/109.90	UNSATISFIABLE
109.82/109.91	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-1796178-1242071557/watcher-1796178-1242071557 -o /tmp/evaluation-result-1796178-1242071557/solver-1796178-1242071557 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796178-1242071557.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.88 1.11 1.52 2/65 14474
/proc/meminfo: memFree=1342264/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) R 14472 14474 14410 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 250968861343 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14474/statm: 1340 236 195 169 0 51 0
[pid=14475] ppid=14474 vsize=2124 CPUtime=0
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 235183572 2174976 256 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14475/statm: 531 259 81 6 0 169 0

[startup+0.075482 s]
/proc/loadavg: 0.88 1.11 1.52 2/65 14474
/proc/meminfo: memFree=1342264/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=28640 CPUtime=0.06
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 6092 0 0 0 4 2 0 0 19 0 1 0 235183572 29327360 6055 1992294400 134512640 134537284 4294956368 18446744073709551615 12367483 0 0 4096 0 0 0 0 17 0 0 0
/proc/14475/statm: 7160 6057 82 6 0 6798 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34000

[startup+0.101482 s]
/proc/loadavg: 0.88 1.11 1.52 2/65 14474
/proc/meminfo: memFree=1342264/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=38792 CPUtime=0.09
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 7683 0 0 0 6 3 0 0 19 0 1 0 235183572 39723008 7646 1992294400 134512640 134537284 4294956368 18446744073709551615 12367483 0 0 4096 0 0 0 0 17 0 0 0
/proc/14475/statm: 9698 7647 82 6 0 9336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44152

[startup+0.301503 s]
/proc/loadavg: 0.88 1.11 1.52 2/65 14474
/proc/meminfo: memFree=1342264/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=55872 CPUtime=0.28
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 12356 0 0 0 24 4 0 0 21 0 1 0 235183572 57212928 12319 1992294400 134512640 134537284 4294956368 18446744073709551615 134526288 0 0 4096 0 0 0 0 17 0 0 0
/proc/14475/statm: 13968 12322 82 6 0 13606 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61232

[startup+0.70154 s]
/proc/loadavg: 0.88 1.11 1.52 2/65 14474
/proc/meminfo: memFree=1342264/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=48260 CPUtime=0.69
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 13581 0 0 0 64 5 0 0 25 0 1 50000 235183572 49418240 10012 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14475/statm: 12065 10012 85 6 0 11703 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53620

[startup+1.50162 s]
/proc/loadavg: 0.88 1.11 1.52 2/67 14476
/proc/meminfo: memFree=1302056/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=48260 CPUtime=1.49
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 13616 0 0 0 144 5 0 0 25 0 1 50000 235183572 49418240 10047 1992294400 134512640 134537284 4294956368 18446744073709551615 134523821 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14475/statm: 12065 10047 85 6 0 11703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53620

[startup+3.10177 s]
/proc/loadavg: 0.88 1.11 1.52 2/67 14476
/proc/meminfo: memFree=1301864/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=48260 CPUtime=3.09
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 13649 0 0 0 304 5 0 0 25 0 1 50000 235183572 49418240 10080 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14475/statm: 12065 10080 85 6 0 11703 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53620

[startup+6.30109 s]
/proc/loadavg: 0.89 1.11 1.51 2/67 14476
/proc/meminfo: memFree=1301544/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=48260 CPUtime=6.29
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 13658 0 0 0 624 5 0 0 25 0 1 50000 235183572 49418240 10089 1992294400 134512640 134537284 4294956368 18446744073709551615 134523851 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14475/statm: 12065 10089 85 6 0 11703 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53620

[startup+12.7027 s]
/proc/loadavg: 0.90 1.11 1.51 2/67 14476
/proc/meminfo: memFree=1301744/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=48260 CPUtime=12.69
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 13679 0 0 0 1264 5 0 0 25 0 1 50000 235183572 49418240 10110 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14475/statm: 12065 10110 85 6 0 11703 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53620

[startup+25.502 s]
/proc/loadavg: 0.92 1.10 1.50 2/67 14476
/proc/meminfo: memFree=1301872/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=48260 CPUtime=25.47
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 13687 0 0 0 2542 5 0 0 25 0 1 50000 235183572 49418240 10118 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14475/statm: 12065 10118 85 6 0 11703 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 53620

[startup+51.1015 s]
/proc/loadavg: 0.95 1.09 1.49 2/67 14476
/proc/meminfo: memFree=1301744/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=0
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235183572 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 237 196 169 0 51 0
[pid=14475] ppid=14474 vsize=48260 CPUtime=51.07
/proc/14475/stat : 14475 (revival) R 14474 14474 14410 0 -1 4194304 13689 0 0 0 5102 5 0 0 25 0 1 50000 235183572 49418240 10120 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14475/statm: 12065 10120 85 6 0 11703 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53620

[startup+102.305 s]
/proc/loadavg: 0.98 1.08 1.46 2/67 14477
/proc/meminfo: memFree=1327216/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=99.73
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 312 13703 0 1 0 0 9966 7 16 0 1 0 235183572 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 238 197 169 0 51 0
[pid=14477] ppid=14474 vsize=15804 CPUtime=2.5
/proc/14477/stat : 14477 (minisat) R 14474 14474 14410 0 -1 4194304 3356 0 0 0 249 1 0 0 25 0 1 0 235193551 16183296 3293 1992294400 134512640 135212939 4294956240 18446744073709551615 134526525 0 0 4096 3 0 0 0 17 0 0 0
/proc/14477/statm: 3951 3293 77 170 0 3779 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 21164

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

[startup+105.503 s]
/proc/loadavg: 0.98 1.07 1.45 2/67 14477
/proc/meminfo: memFree=1326768/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=99.73
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 312 13703 0 1 0 0 9966 7 16 0 1 0 235183572 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 238 197 169 0 51 0
[pid=14477] ppid=14474 vsize=16216 CPUtime=5.69
/proc/14477/stat : 14477 (minisat) R 14474 14474 14410 0 -1 4194304 3468 0 0 0 568 1 0 0 25 0 1 0 235193551 16605184 3405 1992294400 134512640 135212939 4294956240 18446744073709551615 134536510 0 0 4096 3 0 0 0 17 0 0 0
/proc/14477/statm: 4054 3405 77 170 0 3882 0
Current children cumulated CPU time (s) 105.42
Current children cumulated vsize (KiB) 21576

[startup+107.102 s]
/proc/loadavg: 0.98 1.07 1.45 2/67 14477
/proc/meminfo: memFree=1326704/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=99.73
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 312 13703 0 1 0 0 9966 7 16 0 1 0 235183572 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 238 197 169 0 51 0
[pid=14477] ppid=14474 vsize=16216 CPUtime=7.29
/proc/14477/stat : 14477 (minisat) R 14474 14474 14410 0 -1 4194304 3473 0 0 0 728 1 0 0 25 0 1 0 235193551 16605184 3410 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/14477/statm: 4054 3410 77 170 0 3882 0
Current children cumulated CPU time (s) 107.02
Current children cumulated vsize (KiB) 21576

[startup+108.701 s]
/proc/loadavg: 0.98 1.07 1.45 2/67 14477
/proc/meminfo: memFree=1326640/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=99.73
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 312 13703 0 1 0 0 9966 7 16 0 1 0 235183572 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 238 197 169 0 51 0
[pid=14477] ppid=14474 vsize=16348 CPUtime=8.89
/proc/14477/stat : 14477 (minisat) R 14474 14474 14410 0 -1 4194304 3483 0 0 0 888 1 0 0 25 0 1 0 235193551 16740352 3420 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/14477/statm: 4087 3420 77 170 0 3915 0
Current children cumulated CPU time (s) 108.62
Current children cumulated vsize (KiB) 21708

[startup+109.501 s]
/proc/loadavg: 0.98 1.07 1.45 2/67 14477
/proc/meminfo: memFree=1326640/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=99.73
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 312 13703 0 1 0 0 9966 7 16 0 1 0 235183572 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 238 197 169 0 51 0
[pid=14477] ppid=14474 vsize=16348 CPUtime=9.69
/proc/14477/stat : 14477 (minisat) R 14474 14474 14410 0 -1 4194304 3487 0 0 0 968 1 0 0 25 0 1 0 235193551 16740352 3424 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/14477/statm: 4087 3424 77 170 0 3915 0
Current children cumulated CPU time (s) 109.42
Current children cumulated vsize (KiB) 21708

[startup+109.901 s]
/proc/loadavg: 0.98 1.07 1.45 2/67 14477
/proc/meminfo: memFree=1326640/2055920 swapFree=4180260/4192956
[pid=14474] ppid=14472 vsize=5360 CPUtime=99.73
/proc/14474/stat : 14474 (run.sh) S 14472 14474 14410 0 -1 4194304 312 13703 0 1 0 0 9966 7 16 0 1 0 235183572 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14474/statm: 1340 238 197 169 0 51 0
[pid=14477] ppid=14474 vsize=16348 CPUtime=10.09
/proc/14477/stat : 14477 (minisat) R 14474 14474 14410 0 -1 4194304 3487 0 0 0 1008 1 0 0 25 0 1 0 235193551 16740352 3424 1992294400 134512640 135212939 4294956240 18446744073709551615 134527071 0 0 4096 3 0 0 0 17 0 0 0
/proc/14477/statm: 4087 3424 77 170 0 3915 0
Current children cumulated CPU time (s) 109.82
Current children cumulated vsize (KiB) 21708

Child status: 20
Real time (s): 109.911
CPU time (s): 109.85
CPU user time (s): 109.754
CPU system time (s): 0.095985
CPU usage (%): 99.9447
Max. virtual memory (cumulated for all children) (KiB): 67752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.754
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17526
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 250

runsolver used 0.120981 second user time and 0.287956 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-11 21:52:38
IDJOB=1796178
IDBENCH=20347
IDSOLVER=649
FILE ID=node56/1796178-1242071557
PBS_JOBID= 9277601
Free space on /tmp= 102976 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796178-1242071557/watcher-1796178-1242071557 -o /tmp/evaluation-result-1796178-1242071557/solver-1796178-1242071557 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796178-1242071557.cnf HOME

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

MD5SUM BENCH= 127968d7d14f3ab7655995f561e62ed8
RANDOM SEED=474312192

node56.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.218
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.218
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:       1342680 kB
Buffers:         74348 kB
Cached:         558224 kB
SwapCached:       6764 kB
Active:         167464 kB
Inactive:       474312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1342680 kB
SwapTotal:     4192956 kB
SwapFree:      4180260 kB
Dirty:           15532 kB
Writeback:           0 kB
Mapped:          14512 kB
Slab:            57392 kB
Committed_AS:   728580 kB
PageTables:       1472 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= 102972 MiB
End job on node56 at 2009-05-11 21:54:28