Trace number 1806315

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 + SatElite 2009-03-18UNSAT 108.235 108.282

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 SatElite...
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7541    64813 |    2262       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    6480    57354 |      --       0       --      -- |     --   | -360/-4225
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1372   #clauses: 6480   #literals: 57354
0.00/0.05	c CPU time:   0.052991 s
0.00/0.05	c ==============================================================================
0.00/0.09	c SatElite is done !
0.00/0.09	c revival is preprocessing the formula...#ITERATIONS 96
6.08/6.19	#LEARNT CLAUSES 791
6.18/6.20	done !
6.18/6.20	c Calling MINISAT
6.18/6.20	This is MiniSat 2.0 beta
6.18/6.20	WARNING: for repeatability, setting FPU to use double precision
6.18/6.20	============================[ Problem Statistics ]=============================
6.18/6.20	|                                                                             |
6.18/6.20	|  Number of variables:  1372                                                 |
6.18/6.20	|  Number of clauses:    7258                                                 |
6.18/6.21	|  Parsing time:         0.01         s                                       |
6.18/6.22	============================[ Search Statistics ]==============================
6.18/6.22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.18/6.22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.18/6.22	===============================================================================
6.18/6.22	|         0 |    1371     7253    56425 |     2417        0    nan |  0.000 % |
6.18/6.22	|       100 |    1371     7253    56425 |     2659      100     14 |  0.073 % |
6.18/6.22	|       251 |    1371     7253    56425 |     2925      251     14 |  0.073 % |
6.18/6.23	|       476 |    1371     7253    56425 |     3217      476     13 |  0.073 % |
6.18/6.23	|       814 |    1371     7253    56425 |     3539      814     14 |  0.073 % |
6.18/6.25	|      1320 |    1371     7253    56425 |     3893     1320     16 |  0.073 % |
6.18/6.27	|      2079 |    1371     7253    56425 |     4283     2079     18 |  0.073 % |
6.19/6.33	|      3219 |    1371     7253    56425 |     4711     3219     20 |  0.073 % |
6.19/6.41	|      4928 |    1371     7253    56425 |     5182     2538     15 |  0.073 % |
6.48/6.53	|      7490 |    1371     7253    56425 |     5700     5100     16 |  0.073 % |
6.67/6.75	|     11336 |    1371     7253    56425 |     6270     3160     23 |  0.073 % |
6.97/7.10	|     17102 |    1371     7253    56425 |     6897     5756     22 |  0.073 % |
7.58/7.64	|     25753 |    1371     7253    56425 |     7587     3974     22 |  0.073 % |
8.37/8.46	|     38727 |    1371     7253    56425 |     8346     5489     15 |  0.073 % |
9.77/9.83	|     58189 |    1371     7253    56425 |     9181     8094     24 |  0.073 % |
11.87/11.97	|     87381 |    1371     7253    56425 |    10099     4904     15 |  0.074 % |
15.77/15.88	|    131170 |    1371     7253    56425 |    11109     8017     23 |  0.073 % |
21.46/21.57	|    196854 |    1371     7253    56425 |    12220     6705     16 |  0.073 % |
31.26/31.35	|    295381 |    1371     7253    56425 |    13442     6869     22 |  0.074 % |
46.65/46.72	|    443173 |    1370     6523    51357 |    14786     9386     19 |  0.147 % |
70.95/71.09	|    664856 |    1368     6458    51061 |    16264    14218     20 |  0.292 % |
108.13/108.28	===============================================================================
108.13/108.28	restarts              : 21
108.13/108.28	conflicts             : 970106         (9509 /sec)
108.13/108.28	decisions             : 1741310        (1.93 % random) (17068 /sec)
108.13/108.28	propagations          : 36112386       (353965 /sec)
108.13/108.28	conflict literals     : 21248950       (28.58 % deleted)
108.13/108.28	Memory used           : 5.75 MB
108.13/108.28	CPU time              : 102.022 s
108.13/108.28	
108.13/108.28	UNSATISFIABLE
108.13/108.28	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-1806315-1242148318/watcher-1806315-1242148318 -o /tmp/evaluation-result-1806315-1242148318/solver-1806315-1242148318 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806315-1242148318.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.96 3/65 26654
/proc/meminfo: memFree=1713360/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=0
/proc/26654/stat : 26654 (run.sh) R 26652 26654 26393 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 242859516 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 250968861343 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26654/statm: 1340 237 196 169 0 51 0
[pid=26655] ppid=26654 vsize=948 CPUtime=0
/proc/26655/stat : 26655 (SatElite) R 26654 26654 26393 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 242859516 970752 128 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/26655/statm: 237 129 52 126 0 108 0

[startup+0.015169 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26654
/proc/meminfo: memFree=1713360/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=0
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242859516 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26654/statm: 1340 238 197 169 0 51 0
[pid=26655] ppid=26654 vsize=1360 CPUtime=0
/proc/26655/stat : 26655 (SatElite) R 26654 26654 26393 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 242859516 1392640 235 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/26655/statm: 340 236 52 126 0 211 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6720

[startup+0.102183 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26654
/proc/meminfo: memFree=1713360/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=0.08
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 317 419 0 0 0 0 8 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.302196 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26654
/proc/meminfo: memFree=1713360/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=0.08
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 317 419 0 0 0 0 8 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.701237 s]
/proc/loadavg: 1.00 1.00 0.96 3/65 26654
/proc/meminfo: memFree=1713360/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=0.08
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 317 419 0 0 0 0 8 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50131 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26657
/proc/meminfo: memFree=1711680/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=0.08
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 317 419 0 0 0 0 8 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26657] ppid=26654 vsize=2676 CPUtime=1.4
/proc/26657/stat : 26657 (revival) R 26654 26654 26393 0 -1 4194304 485 0 0 0 140 0 0 0 25 0 1 50000 242859525 2740224 382 1992294400 134512640 134537284 4294956384 18446744073709551615 134516616 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26657/statm: 669 382 85 6 0 307 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8036

[startup+3.10147 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26657
/proc/meminfo: memFree=1711360/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=0.08
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 317 419 0 0 0 0 8 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26657] ppid=26654 vsize=3072 CPUtime=3
/proc/26657/stat : 26657 (revival) R 26654 26654 26393 0 -1 4194304 572 0 0 0 300 0 0 0 25 0 1 50000 242859525 3145728 469 1992294400 134512640 134537284 4294956384 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26657/statm: 768 469 85 6 0 406 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8432

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26657
/proc/meminfo: memFree=1710528/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 5360

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26658
/proc/meminfo: memFree=1709824/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26658] ppid=26654 vsize=4024 CPUtime=6.48
/proc/26658/stat : 26658 (minisat) R 26654 26654 26393 0 -1 4194304 735 0 0 0 648 0 0 0 25 0 1 0 242860137 4120576 719 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1006 719 76 170 0 834 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9384

[startup+25.5026 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26658
/proc/meminfo: memFree=1708992/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26658] ppid=26654 vsize=4832 CPUtime=19.28
/proc/26658/stat : 26658 (minisat) R 26654 26654 26393 0 -1 4194304 914 0 0 0 1928 0 0 0 25 0 1 0 242860137 4947968 898 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1208 898 76 170 0 1036 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10192

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26658
/proc/meminfo: memFree=1708544/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26658] ppid=26654 vsize=5360 CPUtime=44.86
/proc/26658/stat : 26658 (minisat) R 26654 26654 26393 0 -1 4194304 1043 0 0 0 4486 0 0 0 25 0 1 0 242860137 5488640 1027 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1340 1027 76 170 0 1168 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10720

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26658
/proc/meminfo: memFree=1707840/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26658] ppid=26654 vsize=5888 CPUtime=96.04
/proc/26658/stat : 26658 (minisat) R 26654 26654 26393 0 -1 4194304 1181 0 0 0 9604 0 0 0 25 0 1 0 242860137 6029312 1165 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1472 1165 76 170 0 1300 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 11248

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

[startup+105.501 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26658
/proc/meminfo: memFree=1707776/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26658] ppid=26654 vsize=5888 CPUtime=99.24
/proc/26658/stat : 26658 (minisat) R 26654 26654 26393 0 -1 4194304 1193 0 0 0 9924 0 0 0 25 0 1 0 242860137 6029312 1177 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1472 1177 76 170 0 1300 0
Current children cumulated CPU time (s) 105.43
Current children cumulated vsize (KiB) 11248

[startup+107.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26658
/proc/meminfo: memFree=1707776/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26658] ppid=26654 vsize=5888 CPUtime=100.84
/proc/26658/stat : 26658 (minisat) R 26654 26654 26393 0 -1 4194304 1195 0 0 0 10084 0 0 0 25 0 1 0 242860137 6029312 1179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1472 1179 76 170 0 1300 0
Current children cumulated CPU time (s) 107.03
Current children cumulated vsize (KiB) 11248

[startup+107.902 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26658
/proc/meminfo: memFree=1707776/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26658] ppid=26654 vsize=5888 CPUtime=101.64
/proc/26658/stat : 26658 (minisat) R 26654 26654 26393 0 -1 4194304 1195 0 0 0 10164 0 0 0 25 0 1 0 242860137 6029312 1179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1472 1179 76 170 0 1300 0
Current children cumulated CPU time (s) 107.83
Current children cumulated vsize (KiB) 11248

[startup+108.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26658
/proc/meminfo: memFree=1707776/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26658] ppid=26654 vsize=5888 CPUtime=101.84
/proc/26658/stat : 26658 (minisat) R 26654 26654 26393 0 -1 4194304 1195 0 0 0 10184 0 0 0 25 0 1 0 242860137 6029312 1179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1472 1179 76 170 0 1300 0
Current children cumulated CPU time (s) 108.03
Current children cumulated vsize (KiB) 11248

[startup+108.202 s]
/proc/loadavg: 1.00 1.00 0.96 2/67 26658
/proc/meminfo: memFree=1707776/2055920 swapFree=4179792/4192956
[pid=26654] ppid=26652 vsize=5360 CPUtime=6.19
/proc/26654/stat : 26654 (run.sh) S 26652 26654 26393 0 -1 4194304 343 1158 0 0 0 0 619 0 16 0 1 0 242859516 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26654/statm: 1340 241 197 169 0 51 0
[pid=26658] ppid=26654 vsize=5888 CPUtime=101.94
/proc/26658/stat : 26658 (minisat) R 26654 26654 26393 0 -1 4194304 1195 0 0 0 10194 0 0 0 25 0 1 0 242860137 6029312 1179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26658/statm: 1472 1179 76 170 0 1300 0
Current children cumulated CPU time (s) 108.13
Current children cumulated vsize (KiB) 11248

Child status: 20
Real time (s): 108.282
CPU time (s): 108.235
CPU user time (s): 108.216
CPU system time (s): 0.018997
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 11248

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

runsolver used 0.082987 second user time and 0.318951 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-12 19:11:58
IDJOB=1806315
IDBENCH=24715
IDSOLVER=648
FILE ID=node56/1806315-1242148318
PBS_JOBID= 9289668
Free space on /tmp= 102976 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 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-1806315-1242148318/watcher-1806315-1242148318 -o /tmp/evaluation-result-1806315-1242148318/solver-1806315-1242148318 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806315-1242148318.cnf HOME

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

MD5SUM BENCH= 749c079607e9e37c206eeb8bd5b8bfaf
RANDOM SEED=408266136

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:       1713840 kB
Buffers:         42644 kB
Cached:         223672 kB
SwapCached:       7316 kB
Active:          72580 kB
Inactive:       203036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713840 kB
SwapTotal:     4192956 kB
SwapFree:      4179792 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          14544 kB
Slab:            52396 kB
Committed_AS:   802656 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-12 19:13:46