Trace number 1806330

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 82.9424 83.0052

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark79.4479
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 94
6.79/6.88	#LEARNT CLAUSES 996
6.89/6.90	done !
6.89/6.90	c Calling MINISAT
6.89/6.90	This is MiniSat 2.0 beta
6.89/6.90	WARNING: for repeatability, setting FPU to use double precision
6.89/6.90	============================[ Problem Statistics ]=============================
6.89/6.90	|                                                                             |
6.89/6.90	|  Number of variables:  1587                                                 |
6.89/6.90	|  Number of clauses:    8657                                                 |
6.89/6.91	|  Parsing time:         0.01         s                                       |
6.89/6.91	============================[ Search Statistics ]==============================
6.89/6.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.89/6.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.89/6.91	===============================================================================
6.89/6.91	|         0 |    1544     8612    64735 |     2870        0    nan |  0.000 % |
6.89/6.92	|       100 |    1544     8612    64735 |     3157      100     11 |  2.710 % |
6.89/6.92	|       250 |    1544     8612    64735 |     3473      250     13 |  2.710 % |
6.89/6.92	|       475 |    1544     8612    64735 |     3820      475     13 |  2.710 % |
6.89/6.93	|       812 |    1544     8612    64735 |     4202      812     13 |  2.710 % |
6.89/6.94	|      1318 |    1544     8612    64735 |     4623     1318     14 |  2.710 % |
6.89/6.97	|      2080 |    1544     8612    64735 |     5085     2080     15 |  2.710 % |
6.89/7.01	|      3219 |    1544     8612    64735 |     5594     3219     16 |  2.710 % |
6.89/7.09	|      4927 |    1544     8612    64735 |     6153     4927     17 |  2.710 % |
6.89/7.25	|      7490 |    1544     8612    64735 |     6768     4345     21 |  2.710 % |
6.89/7.48	|     11335 |    1544     8612    64735 |     7445     4736     17 |  2.710 % |
7.77/7.84	|     17101 |    1544     8612    64735 |     8190     6728     16 |  2.710 % |
8.47/8.57	|     25750 |    1544     8612    64735 |     9009     7056     29 |  2.710 % |
9.57/9.60	|     38724 |    1544     8612    64735 |     9910     6362     24 |  2.710 % |
11.06/11.15	|     58185 |    1544     8612    64735 |    10901     5774     18 |  2.710 % |
13.85/13.93	|     87377 |    1544     8612    64735 |    11991     7420     23 |  2.710 % |
17.95/18.09	|    131167 |    1544     8612    64735 |    13190     8898     18 |  2.710 % |
24.85/24.92	|    196852 |    1544     8612    64735 |    14509     8072     20 |  2.710 % |
35.63/35.75	|    295379 |    1543     7724    58836 |    15960     7972     19 |  2.773 % |
53.73/53.81	|    443168 |    1541     5909    43912 |    17556    11777     20 |  2.899 % |
82.92/83.00	===============================================================================
82.92/83.00	restarts              : 20
82.92/83.00	conflicts             : 655792         (8625 /sec)
82.92/83.00	decisions             : 1291742        (1.93 % random) (16989 /sec)
82.92/83.00	propagations          : 23724152       (312027 /sec)
82.92/83.00	conflict literals     : 14824862       (25.59 % deleted)
82.92/83.00	Memory used           : 5.90 MB
82.92/83.00	CPU time              : 76.0324 s
82.92/83.00	
82.92/83.00	UNSATISFIABLE
82.92/83.00	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-1806330-1242148369/watcher-1806330-1242148369 -o /tmp/evaluation-result-1806330-1242148369/solver-1806330-1242148369 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806330-1242148369.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: 1.00 1.00 0.91 3/65 15499
/proc/meminfo: memFree=1386952/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=0
/proc/15499/stat : 15499 (run.sh) R 15497 15499 15271 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242866869 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 234045893279 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15499/statm: 1340 236 195 169 0 51 0
[pid=15500] ppid=15499 vsize=2124 CPUtime=0
/proc/15500/stat : 15500 (revival) R 15499 15499 15271 0 -1 4194304 250 0 0 0 0 0 0 0 18 0 1 0 242866869 2174976 217 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15500/statm: 489 218 82 6 0 127 0

[startup+0.082295 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 15499
/proc/meminfo: memFree=1386952/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=0
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242866869 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15499/statm: 1340 237 196 169 0 51 0
[pid=15500] ppid=15499 vsize=2396 CPUtime=0.07
/proc/15500/stat : 15500 (revival) R 15499 15499 15271 0 -1 4194304 422 0 0 0 7 0 0 0 19 0 1 50000 242866869 2453504 302 1992294400 134512640 134537284 4294956368 18446744073709551615 134523851 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15500/statm: 599 302 85 6 0 237 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7756

[startup+0.101294 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 15499
/proc/meminfo: memFree=1386952/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=0
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242866869 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15499/statm: 1340 237 196 169 0 51 0
[pid=15500] ppid=15499 vsize=2396 CPUtime=0.09
/proc/15500/stat : 15500 (revival) R 15499 15499 15271 0 -1 4194304 426 0 0 0 9 0 0 0 19 0 1 50000 242866869 2453504 306 1992294400 134512640 134537284 4294956368 18446744073709551615 5170811 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15500/statm: 599 306 85 6 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7756

[startup+0.301315 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 15499
/proc/meminfo: memFree=1386952/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=0
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242866869 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15499/statm: 1340 237 196 169 0 51 0
[pid=15500] ppid=15499 vsize=2528 CPUtime=0.29
/proc/15500/stat : 15500 (revival) R 15499 15499 15271 0 -1 4194304 453 0 0 0 29 0 0 0 21 0 1 50000 242866869 2588672 333 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15500/statm: 632 333 85 6 0 270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7888

[startup+0.701357 s]
/proc/loadavg: 1.00 1.00 0.91 3/65 15499
/proc/meminfo: memFree=1386952/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=0
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242866869 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15499/statm: 1340 237 196 169 0 51 0
[pid=15500] ppid=15499 vsize=2660 CPUtime=0.69
/proc/15500/stat : 15500 (revival) R 15499 15499 15271 0 -1 4194304 489 0 0 0 69 0 0 0 25 0 1 50000 242866869 2723840 369 1992294400 134512640 134537284 4294956368 18446744073709551615 134515800 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15500/statm: 665 369 85 6 0 303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8020

[startup+1.50144 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15501
/proc/meminfo: memFree=1385400/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=0
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242866869 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15499/statm: 1340 237 196 169 0 51 0
[pid=15500] ppid=15499 vsize=2792 CPUtime=1.49
/proc/15500/stat : 15500 (revival) R 15499 15499 15271 0 -1 4194304 536 0 0 0 149 0 0 0 25 0 1 50000 242866869 2859008 416 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15500/statm: 698 416 85 6 0 336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8152

[startup+3.10161 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15501
/proc/meminfo: memFree=1385080/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=0
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242866869 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15499/statm: 1340 237 196 169 0 51 0
[pid=15500] ppid=15499 vsize=3056 CPUtime=3.09
/proc/15500/stat : 15500 (revival) R 15499 15499 15271 0 -1 4194304 609 0 0 0 309 0 0 0 25 0 1 50000 242866869 3129344 489 1992294400 134512640 134537284 4294956368 18446744073709551615 134523819 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15500/statm: 764 489 85 6 0 402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8416

[startup+6.30194 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15501
/proc/meminfo: memFree=1384376/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=0
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242866869 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15499/statm: 1340 237 196 169 0 51 0
[pid=15500] ppid=15499 vsize=3584 CPUtime=6.29
/proc/15500/stat : 15500 (revival) R 15499 15499 15271 0 -1 4194304 734 0 0 0 629 0 0 0 25 0 1 50000 242866869 3670016 614 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15500/statm: 896 614 85 6 0 534 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8944

[startup+12.7026 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1383096/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=4288 CPUtime=5.77
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 802 0 0 0 577 0 0 0 25 0 1 0 242867559 4390912 788 1992294400 134512640 135212939 4294956240 18446744073709551615 134526808 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1072 788 76 170 0 900 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9648

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1382648/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=4972 CPUtime=18.56
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 962 0 0 0 1856 0 0 0 25 0 1 0 242867559 5091328 948 1992294400 134512640 135212939 4294956240 18446744073709551615 134543664 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1243 948 76 170 0 1071 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 10332

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1382072/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=5508 CPUtime=44.14
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 1116 0 0 0 4414 0 0 0 25 0 1 0 242867559 5640192 1102 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1377 1102 76 170 0 1205 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 10868

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

[startup+63.903 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1381816/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=5908 CPUtime=56.94
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 1185 0 0 0 5694 0 0 0 25 0 1 0 242867559 6049792 1171 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1477 1171 76 170 0 1305 0
Current children cumulated CPU time (s) 63.83
Current children cumulated vsize (KiB) 11268

[startup+76.7013 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1381624/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=6040 CPUtime=69.73
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 1226 0 0 0 6973 0 0 0 25 0 1 0 242867559 6184960 1212 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1510 1212 76 170 0 1338 0
Current children cumulated CPU time (s) 76.62
Current children cumulated vsize (KiB) 11400

[startup+79.9016 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1381624/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=6040 CPUtime=72.93
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 1236 0 0 0 7293 0 0 0 25 0 1 0 242867559 6184960 1222 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1510 1222 76 170 0 1338 0
Current children cumulated CPU time (s) 79.82
Current children cumulated vsize (KiB) 11400

[startup+81.5018 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1381432/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=6040 CPUtime=74.53
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 1239 0 0 0 7453 0 0 0 25 0 1 0 242867559 6184960 1225 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1510 1225 76 170 0 1338 0
Current children cumulated CPU time (s) 81.42
Current children cumulated vsize (KiB) 11400

[startup+82.3019 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1381432/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=6040 CPUtime=75.33
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 1241 0 0 0 7533 0 0 0 25 0 1 0 242867559 6184960 1227 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1510 1227 76 170 0 1338 0
Current children cumulated CPU time (s) 82.22
Current children cumulated vsize (KiB) 11400

[startup+82.7019 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1381432/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=6040 CPUtime=75.73
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 1241 0 0 0 7573 0 0 0 25 0 1 0 242867559 6184960 1227 1992294400 134512640 135212939 4294956240 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1510 1227 76 170 0 1338 0
Current children cumulated CPU time (s) 82.62
Current children cumulated vsize (KiB) 11400

[startup+82.9019 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1381432/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=6040 CPUtime=75.93
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 1241 0 0 0 7593 0 0 0 25 0 1 0 242867559 6184960 1227 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1510 1227 76 170 0 1338 0
Current children cumulated CPU time (s) 82.82
Current children cumulated vsize (KiB) 11400

[startup+83.002 s]
/proc/loadavg: 1.00 1.00 0.91 2/67 15502
/proc/meminfo: memFree=1381432/2055920 swapFree=4180868/4192956
[pid=15499] ppid=15497 vsize=5360 CPUtime=6.89
/proc/15499/stat : 15499 (run.sh) S 15497 15499 15271 0 -1 4194304 312 771 0 0 0 0 689 0 16 0 1 0 242866869 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15499/statm: 1340 238 197 169 0 51 0
[pid=15502] ppid=15499 vsize=6040 CPUtime=76.03
/proc/15502/stat : 15502 (minisat) R 15499 15499 15271 0 -1 4194304 1241 0 0 0 7603 0 0 0 25 0 1 0 242867559 6184960 1227 1992294400 134512640 135212939 4294956240 18446744073709551615 134535981 0 0 4096 3 0 0 0 17 0 0 0
/proc/15502/statm: 1510 1227 76 170 0 1338 0
Current children cumulated CPU time (s) 82.92
Current children cumulated vsize (KiB) 11400

Child status: 20
Real time (s): 83.0052
CPU time (s): 82.9424
CPU user time (s): 82.9314
CPU system time (s): 0.010998
CPU usage (%): 99.9243
Max. virtual memory (cumulated for all children) (KiB): 11400

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

runsolver used 0.073988 second user time and 0.237963 second system time

The end

Launcher Data

Begin job on node79 at 2009-05-12 19:12:49
IDJOB=1806330
IDBENCH=24717
IDSOLVER=649
FILE ID=node79/1806330-1242148369
PBS_JOBID= 9289647
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=2052682304

node79.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1387496 kB
Buffers:         62204 kB
Cached:         520948 kB
SwapCached:       7224 kB
Active:          57328 kB
Inactive:       535456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1387496 kB
SwapTotal:     4192956 kB
SwapFree:      4180868 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            61740 kB
Committed_AS:   857816 kB
PageTables:       1384 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 node79 at 2009-05-12 19:14:12