Trace number 1806316

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 112.408 112.476

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-brn007.sat05-2684.reshuffled-07.cnf
MD5SUM749c079607e9e37c206eeb8bd5b8bfaf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark69.5094
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7809
Sum of the clauses size65959
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31172
Number of clauses of size 4124
Number of clauses of size 5894
Number of clauses of size over 55297

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 98
6.99/7.03	#LEARNT CLAUSES 941
6.99/7.05	done !
6.99/7.05	c Calling MINISAT
6.99/7.05	This is MiniSat 2.0 beta
6.99/7.05	WARNING: for repeatability, setting FPU to use double precision
6.99/7.05	============================[ Problem Statistics ]=============================
6.99/7.05	|                                                                             |
6.99/7.05	|  Number of variables:  1477                                                 |
6.99/7.05	|  Number of clauses:    8392                                                 |
6.99/7.06	|  Parsing time:         0.01         s                                       |
6.99/7.06	============================[ Search Statistics ]==============================
6.99/7.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.99/7.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.99/7.06	===============================================================================
6.99/7.06	|         0 |    1434     8349    61753 |     2783        0    nan |  0.000 % |
6.99/7.07	|       100 |    1434     8349    61753 |     3061      100     10 |  2.911 % |
6.99/7.07	|       251 |    1434     8349    61753 |     3367      251     13 |  2.911 % |
6.99/7.08	|       478 |    1434     8349    61753 |     3704      478     14 |  2.912 % |
6.99/7.08	|       815 |    1434     8349    61753 |     4074      815     15 |  2.911 % |
7.04/7.10	|      1323 |    1434     8349    61753 |     4482     1323     17 |  2.911 % |
7.04/7.12	|      2082 |    1434     8349    61753 |     4930     2082     17 |  2.911 % |
7.04/7.17	|      3221 |    1434     8349    61753 |     5423     3221     19 |  2.911 % |
7.04/7.27	|      4929 |    1434     8349    61753 |     5965     4929     21 |  2.912 % |
7.04/7.43	|      7492 |    1434     8349    61753 |     6562     4436     23 |  2.911 % |
7.57/7.67	|     11337 |    1434     8349    61753 |     7218     4931     22 |  2.911 % |
7.97/8.03	|     17104 |    1434     8349    61753 |     7940     7023     20 |  2.912 % |
8.47/8.54	|     25753 |    1434     8349    61753 |     8734     7599     15 |  2.911 % |
9.37/9.49	|     38727 |    1434     8349    61753 |     9607     7288     20 |  2.912 % |
10.87/10.98	|     58189 |    1434     8349    61753 |    10568     7318     18 |  2.911 % |
13.37/13.49	|     87384 |    1434     8349    61753 |    11625     9785     24 |  2.911 % |
17.27/17.32	|    131174 |    1434     8349    61753 |    12787     6733     17 |  2.911 % |
24.26/24.40	|    196858 |    1434     8349    61753 |    14066     7871     18 |  2.912 % |
34.95/35.00	|    295384 |    1434     8349    61753 |    15473     7170     16 |  2.911 % |
51.15/51.20	|    443175 |    1434     8349    61753 |    17020    14670     19 |  2.911 % |
79.43/79.50	|    664858 |    1432     7449    55827 |    18722    15949     24 |  3.047 % |
112.31/112.47	===============================================================================
112.31/112.47	restarts              : 21
112.31/112.47	conflicts             : 904573         (8587 /sec)
112.31/112.47	decisions             : 1580226        (1.93 % random) (15001 /sec)
112.31/112.47	propagations          : 34306039       (325670 /sec)
112.31/112.47	conflict literals     : 19880932       (30.39 % deleted)
112.31/112.47	Memory used           : 6.43 MB
112.31/112.47	CPU time              : 105.34 s
112.31/112.47	
112.31/112.47	UNSATISFIABLE
112.31/112.47	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-1806316-1242148320/watcher-1806316-1242148320 -o /tmp/evaluation-result-1806316-1242148320/solver-1806316-1242148320 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806316-1242148320.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.97 0.91 3/64 18835
/proc/meminfo: memFree=869512/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=0
/proc/18835/stat : 18835 (run.sh) R 18833 18835 18578 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242859987 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 264840473247 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18835/statm: 1340 236 195 169 0 51 0
[pid=18836] ppid=18835 vsize=2064 CPUtime=0
/proc/18836/stat : 18836 (revival) R 18835 18835 18578 0 -1 4194304 252 0 0 0 0 0 0 0 18 0 1 0 242859987 2113536 219 1992294400 134512640 134537284 4294956368 18446744073709551615 11716219 0 0 4096 0 0 0 0 17 0 0 0
/proc/18836/statm: 516 222 82 6 0 154 0

[startup+0.073914 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 18835
/proc/meminfo: memFree=869512/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=0
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242859987 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18835/statm: 1340 237 196 169 0 51 0
[pid=18836] ppid=18835 vsize=2396 CPUtime=0.06
/proc/18836/stat : 18836 (revival) R 18835 18835 18578 0 -1 4194304 414 0 0 0 6 0 0 0 19 0 1 50000 242859987 2453504 300 1992294400 134512640 134537284 4294956368 18446744073709551615 134523652 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18836/statm: 599 300 85 6 0 237 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7756

[startup+0.101919 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 18835
/proc/meminfo: memFree=869512/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=0
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242859987 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18835/statm: 1340 237 196 169 0 51 0
[pid=18836] ppid=18835 vsize=2396 CPUtime=0.09
/proc/18836/stat : 18836 (revival) R 18835 18835 18578 0 -1 4194304 420 0 0 0 9 0 0 0 19 0 1 50000 242859987 2453504 306 1992294400 134512640 134537284 4294956368 18446744073709551615 134523922 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18836/statm: 599 306 85 6 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7756

[startup+0.301955 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 18835
/proc/meminfo: memFree=869512/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=0
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242859987 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18835/statm: 1340 237 196 169 0 51 0
[pid=18836] ppid=18835 vsize=2528 CPUtime=0.29
/proc/18836/stat : 18836 (revival) R 18835 18835 18578 0 -1 4194304 446 0 0 0 29 0 0 0 21 0 1 50000 242859987 2588672 332 1992294400 134512640 134537284 4294956368 18446744073709551615 134523778 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18836/statm: 632 332 85 6 0 270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7888

[startup+0.702027 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 18835
/proc/meminfo: memFree=869512/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=0
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242859987 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18835/statm: 1340 237 196 169 0 51 0
[pid=18836] ppid=18835 vsize=2660 CPUtime=0.69
/proc/18836/stat : 18836 (revival) R 18835 18835 18578 0 -1 4194304 478 0 0 0 69 0 0 0 25 0 1 50000 242859987 2723840 364 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18836/statm: 665 364 85 6 0 303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8020

[startup+1.50117 s]
/proc/loadavg: 0.92 0.97 0.91 2/66 18837
/proc/meminfo: memFree=868024/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=0
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242859987 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18835/statm: 1340 237 196 169 0 51 0
[pid=18836] ppid=18835 vsize=2792 CPUtime=1.49
/proc/18836/stat : 18836 (revival) R 18835 18835 18578 0 -1 4194304 526 0 0 0 149 0 0 0 25 0 1 50000 242859987 2859008 412 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18836/statm: 698 412 85 6 0 336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8152

[startup+3.10147 s]
/proc/loadavg: 0.92 0.97 0.91 2/66 18837
/proc/meminfo: memFree=867640/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=0
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242859987 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18835/statm: 1340 237 196 169 0 51 0
[pid=18836] ppid=18835 vsize=3056 CPUtime=3.09
/proc/18836/stat : 18836 (revival) R 18835 18835 18578 0 -1 4194304 599 0 0 0 309 0 0 0 25 0 1 50000 242859987 3129344 485 1992294400 134512640 134537284 4294956368 18446744073709551615 134526004 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18836/statm: 764 485 85 6 0 402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8416

[startup+6.30105 s]
/proc/loadavg: 0.93 0.97 0.91 2/66 18837
/proc/meminfo: memFree=867000/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=0
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242859987 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18835/statm: 1340 237 196 169 0 51 0
[pid=18836] ppid=18835 vsize=3584 CPUtime=6.29
/proc/18836/stat : 18836 (revival) R 18835 18835 18578 0 -1 4194304 725 0 0 0 629 0 0 0 25 0 1 50000 242859987 3670016 611 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18836/statm: 896 611 85 6 0 534 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8944

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.91 2/66 18838
/proc/meminfo: memFree=865976/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=4156 CPUtime=5.63
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 761 0 0 0 563 0 0 0 25 0 1 0 242860693 4255744 747 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18838/statm: 1039 747 77 170 0 867 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9516

[startup+25.5016 s]
/proc/loadavg: 0.95 0.97 0.91 2/66 18838
/proc/meminfo: memFree=864952/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=5220 CPUtime=18.42
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 1005 0 0 0 1842 0 0 0 25 0 1 0 242860693 5345280 991 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/18838/statm: 1305 991 77 170 0 1133 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10580

[startup+51.1012 s]
/proc/loadavg: 0.96 0.97 0.91 2/66 18838
/proc/meminfo: memFree=864696/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=5492 CPUtime=44.01
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 1091 0 0 0 4400 1 0 0 25 0 1 0 242860693 5623808 1077 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/18838/statm: 1373 1077 77 170 0 1201 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10852

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 18838
/proc/meminfo: memFree=863736/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=6440 CPUtime=95.19
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 1306 0 0 0 9518 1 0 0 25 0 1 0 242860693 6594560 1292 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/18838/statm: 1610 1292 77 170 0 1438 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 11800

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

[startup+108.702 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 18838
/proc/meminfo: memFree=863608/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=6584 CPUtime=101.58
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 1341 0 0 0 10157 1 0 0 25 0 1 0 242860693 6742016 1327 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/18838/statm: 1646 1327 77 170 0 1474 0
Current children cumulated CPU time (s) 108.62
Current children cumulated vsize (KiB) 11944

[startup+110.302 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 18838
/proc/meminfo: memFree=863608/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=6584 CPUtime=103.18
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 1345 0 0 0 10317 1 0 0 25 0 1 0 242860693 6742016 1331 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/18838/statm: 1646 1331 77 170 0 1474 0
Current children cumulated CPU time (s) 110.22
Current children cumulated vsize (KiB) 11944

[startup+111.106 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 18838
/proc/meminfo: memFree=863544/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=6584 CPUtime=103.98
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 1345 0 0 0 10397 1 0 0 25 0 1 0 242860693 6742016 1331 1992294400 134512640 135212939 4294956240 18446744073709551615 134526836 0 0 4096 3 0 0 0 17 0 0 0
/proc/18838/statm: 1646 1331 77 170 0 1474 0
Current children cumulated CPU time (s) 111.02
Current children cumulated vsize (KiB) 11944

[startup+111.901 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 18838
/proc/meminfo: memFree=863544/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=6584 CPUtime=104.78
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 1345 0 0 0 10477 1 0 0 25 0 1 0 242860693 6742016 1331 1992294400 134512640 135212939 4294956240 18446744073709551615 134526746 0 0 4096 3 0 0 0 17 1 0 0
/proc/18838/statm: 1646 1331 77 170 0 1474 0
Current children cumulated CPU time (s) 111.82
Current children cumulated vsize (KiB) 11944

[startup+112.301 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 18838
/proc/meminfo: memFree=863544/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=6584 CPUtime=105.17
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 1345 0 0 0 10516 1 0 0 25 0 1 0 242860693 6742016 1331 1992294400 134512640 135212939 4294956240 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 0 0 0
/proc/18838/statm: 1646 1331 77 170 0 1474 0
Current children cumulated CPU time (s) 112.21
Current children cumulated vsize (KiB) 11944

[startup+112.401 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 18838
/proc/meminfo: memFree=863544/2055920 swapFree=4181384/4192956
[pid=18835] ppid=18833 vsize=5360 CPUtime=7.04
/proc/18835/stat : 18835 (run.sh) S 18833 18835 18578 0 -1 4194304 312 768 0 0 0 0 704 0 16 0 1 0 242859987 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18835/statm: 1340 238 197 169 0 51 0
[pid=18838] ppid=18835 vsize=6584 CPUtime=105.27
/proc/18838/stat : 18838 (minisat) R 18835 18835 18578 0 -1 4194304 1345 0 0 0 10526 1 0 0 25 0 1 0 242860693 6742016 1331 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/18838/statm: 1646 1331 77 170 0 1474 0
Current children cumulated CPU time (s) 112.31
Current children cumulated vsize (KiB) 11944

Child status: 20
Real time (s): 112.476
CPU time (s): 112.408
CPU user time (s): 112.384
CPU system time (s): 0.023996
CPU usage (%): 99.9396
Max. virtual memory (cumulated for all children) (KiB): 11944

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

runsolver used 0.090986 second user time and 0.32795 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-12 19:12:00
IDJOB=1806316
IDBENCH=24715
IDSOLVER=649
FILE ID=node44/1806316-1242148320
PBS_JOBID= 9289679
Free space on /tmp= 66320 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-brn007.sat05-2684.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806316-1242148320/watcher-1806316-1242148320 -o /tmp/evaluation-result-1806316-1242148320/solver-1806316-1242148320 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806316-1242148320.cnf HOME

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

MD5SUM BENCH= 749c079607e9e37c206eeb8bd5b8bfaf
RANDOM SEED=2117339715

node44.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.267
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	: 5931.00
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.267
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:        869992 kB
Buffers:         84532 kB
Cached:        1003088 kB
SwapCached:       5480 kB
Active:         216932 kB
Inactive:       879136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        869992 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            75856 kB
Committed_AS:   871880 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= 66316 MiB
End job on node44 at 2009-05-12 19:13:52