Trace number 1806314

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
SatElite + ReVivAl 0.23 2009-03-18UNSAT 95.5865 95.6256

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.89/6.97	#LEARNT CLAUSES 941
6.89/6.99	done !
6.89/6.99	c Now, SatElite...
6.89/6.99	c Parsing...
6.98/7.02	c ==============================================================================
6.98/7.02	c |           |     ORIGINAL     |              LEARNT              |          |
6.98/7.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
6.98/7.02	c ==============================================================================
6.98/7.02	c |         0 |    8349    61753 |    2504       0        0     nan |  0.000 % |
6.98/7.05	c |         0 |    7356    53968 |      --       0       --      -- |     --   | -993/-7785
6.98/7.05	c ==============================================================================
6.98/7.05	c Result  :   #vars: 1266   #clauses: 7356   #literals: 53968
6.98/7.05	c CPU time:   0.058991 s
6.98/7.05	c ==============================================================================
6.98/7.09	c SatElite is done !
6.98/7.09	c Calling MINISAT
6.98/7.09	This is MiniSat 2.0 beta
6.98/7.09	WARNING: for repeatability, setting FPU to use double precision
6.98/7.09	============================[ Problem Statistics ]=============================
6.98/7.09	|                                                                             |
6.98/7.09	|  Number of variables:  1266                                                 |
6.98/7.09	|  Number of clauses:    7356                                                 |
6.98/7.10	|  Parsing time:         0.01         s                                       |
7.08/7.10	============================[ Search Statistics ]==============================
7.08/7.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.08/7.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.08/7.10	===============================================================================
7.08/7.10	|         0 |    1266     7356    53968 |     2452        0    nan |  0.000 % |
7.08/7.10	|       100 |    1266     7356    53968 |     2697      100     10 |  0.000 % |
7.08/7.10	|       251 |    1266     7356    53968 |     2966      251     10 |  0.000 % |
7.08/7.11	|       477 |    1266     7356    53968 |     3263      477     12 |  0.000 % |
7.08/7.11	|       814 |    1266     7356    53968 |     3589      814     16 |  0.000 % |
7.08/7.13	|      1320 |    1266     7356    53968 |     3948     1320     18 |  0.001 % |
7.08/7.15	|      2081 |    1266     7356    53968 |     4343     2081     18 |  0.000 % |
7.08/7.19	|      3220 |    1266     7356    53968 |     4778     3220     19 |  0.000 % |
7.08/7.27	|      4928 |    1266     7356    53968 |     5256     2486     17 |  0.000 % |
7.08/7.40	|      7492 |    1266     7356    53968 |     5781     5050     21 |  0.000 % |
7.59/7.62	|     11337 |    1266     7356    53968 |     6359     3062     21 |  0.000 % |
7.88/7.94	|     17104 |    1266     7356    53968 |     6995     5594     22 |  0.000 % |
8.38/8.50	|     25753 |    1266     7356    53968 |     7695     3674     21 |  0.000 % |
9.38/9.40	|     38728 |    1266     7356    53968 |     8464     4996     23 |  0.000 % |
10.68/10.77	|     58190 |    1266     7356    53968 |     9311     7419     17 |  0.000 % |
12.88/12.98	|     87384 |    1266     7356    53968 |    10242     8490     17 |  0.000 % |
16.87/16.98	|    131174 |    1266     7356    53968 |    11266     5809     20 |  0.001 % |
22.67/22.71	|    196858 |    1265     6610    48843 |    12393     6166     19 |  0.079 % |
32.07/32.18	|    295384 |    1265     6610    48843 |    13632    11169     18 |  0.080 % |
47.76/47.80	|    443173 |    1265     6610    48843 |    14996     8307     17 |  0.079 % |
72.25/72.39	|    664856 |    1262     5795    42681 |    16495     9824     15 |  0.316 % |
95.55/95.62	===============================================================================
95.55/95.62	restarts              : 21
95.55/95.62	conflicts             : 854683         (9659 /sec)
95.55/95.62	decisions             : 1488230        (1.92 % random) (16818 /sec)
95.55/95.62	propagations          : 31314684       (353880 /sec)
95.55/95.62	conflict literals     : 17767463       (29.52 % deleted)
95.55/95.62	Memory used           : 5.65 MB
95.55/95.62	CPU time              : 88.4895 s
95.55/95.62	
95.55/95.62	UNSATISFIABLE
95.55/95.62	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-1806314-1242148314/watcher-1806314-1242148314 -o /tmp/evaluation-result-1806314-1242148314/solver-1806314-1242148314 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806314-1242148314.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.94 3/64 5171
/proc/meminfo: memFree=1232576/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=0
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242864776 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5171/statm: 1340 237 196 169 0 51 0
[pid=5172] ppid=5171 vsize=2064 CPUtime=0
/proc/5172/stat : 5172 (revival) R 5171 5171 4943 0 -1 4194304 253 0 0 0 0 0 0 0 19 0 1 0 242864776 2113536 219 1992294400 134512640 134537284 4294956368 18446744073709551615 7947899 0 0 4096 0 0 0 0 17 0 0 0
/proc/5172/statm: 516 222 82 6 0 154 0

[startup+0.0950989 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5171
/proc/meminfo: memFree=1232576/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=0
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242864776 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5171/statm: 1340 237 196 169 0 51 0
[pid=5172] ppid=5171 vsize=2396 CPUtime=0.08
/proc/5172/stat : 5172 (revival) R 5171 5171 4943 0 -1 4194304 420 0 0 0 8 0 0 0 19 0 1 50000 242864776 2453504 305 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5172/statm: 599 305 85 6 0 237 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7756

[startup+0.102101 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5171
/proc/meminfo: memFree=1232576/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=0
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242864776 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5171/statm: 1340 237 196 169 0 51 0
[pid=5172] ppid=5171 vsize=2396 CPUtime=0.09
/proc/5172/stat : 5172 (revival) R 5171 5171 4943 0 -1 4194304 421 0 0 0 9 0 0 0 19 0 1 50000 242864776 2453504 306 1992294400 134512640 134537284 4294956368 18446744073709551615 134523720 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5172/statm: 599 306 85 6 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7756

[startup+0.301117 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5171
/proc/meminfo: memFree=1232576/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=0
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242864776 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5171/statm: 1340 237 196 169 0 51 0
[pid=5172] ppid=5171 vsize=2528 CPUtime=0.29
/proc/5172/stat : 5172 (revival) R 5171 5171 4943 0 -1 4194304 447 0 0 0 29 0 0 0 21 0 1 50000 242864776 2588672 332 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5172/statm: 632 332 85 6 0 270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7888

[startup+0.702152 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5171
/proc/meminfo: memFree=1232576/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=0
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242864776 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5171/statm: 1340 237 196 169 0 51 0
[pid=5172] ppid=5171 vsize=2660 CPUtime=0.69
/proc/5172/stat : 5172 (revival) R 5171 5171 4943 0 -1 4194304 479 0 0 0 69 0 0 0 24 0 1 50000 242864776 2723840 364 1992294400 134512640 134537284 4294956368 18446744073709551615 134523584 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5172/statm: 665 364 85 6 0 303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8020

[startup+1.50222 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5173
/proc/meminfo: memFree=1231088/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=0
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242864776 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5171/statm: 1340 237 196 169 0 51 0
[pid=5172] ppid=5171 vsize=2792 CPUtime=1.49
/proc/5172/stat : 5172 (revival) R 5171 5171 4943 0 -1 4194304 527 0 0 0 149 0 0 0 25 0 1 50000 242864776 2859008 412 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5172/statm: 698 412 85 6 0 336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8152

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5173
/proc/meminfo: memFree=1230704/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=0
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242864776 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5171/statm: 1340 237 196 169 0 51 0
[pid=5172] ppid=5171 vsize=3056 CPUtime=3.09
/proc/5172/stat : 5172 (revival) R 5171 5171 4943 0 -1 4194304 601 0 0 0 309 0 0 0 25 0 1 50000 242864776 3129344 486 1992294400 134512640 134537284 4294956368 18446744073709551615 7954077 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5172/statm: 764 486 85 6 0 402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8416

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5173
/proc/meminfo: memFree=1230064/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=0
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242864776 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5171/statm: 1340 237 196 169 0 51 0
[pid=5172] ppid=5171 vsize=3584 CPUtime=6.29
/proc/5172/stat : 5172 (revival) R 5171 5171 4943 0 -1 4194304 728 0 0 0 629 0 0 0 25 0 1 50000 242864776 3670016 613 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5172/statm: 896 613 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: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1229104/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=3788 CPUtime=5.6
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 645 0 0 0 560 0 0 0 25 0 1 0 242865485 3878912 629 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 947 629 76 170 0 775 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9148

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1228272/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=4712 CPUtime=18.39
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 875 0 0 0 1839 0 0 0 25 0 1 0 242865485 4825088 859 1992294400 134512640 135212939 4294956240 18446744073709551615 134530530 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1178 859 76 170 0 1006 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10072

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1227824/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=5248 CPUtime=43.98
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 1020 0 0 0 4398 0 0 0 25 0 1 0 242865485 5373952 1004 1992294400 134512640 135212939 4294956240 18446744073709551615 134536480 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1312 1004 76 170 0 1140 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10608

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

[startup+76.7018 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1227504/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=5512 CPUtime=69.57
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 1092 0 0 0 6957 0 0 0 25 0 1 0 242865485 5644288 1076 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1378 1076 76 170 0 1206 0
Current children cumulated CPU time (s) 76.65
Current children cumulated vsize (KiB) 10872

[startup+83.1013 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1227312/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=5648 CPUtime=75.97
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 1107 0 0 0 7597 0 0 0 25 0 1 0 242865485 5783552 1091 1992294400 134512640 135212939 4294956240 18446744073709551615 134526655 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1412 1091 76 170 0 1240 0
Current children cumulated CPU time (s) 83.05
Current children cumulated vsize (KiB) 11008

[startup+89.5019 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1227312/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=5648 CPUtime=82.36
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 1114 0 0 0 8236 0 0 0 25 0 1 0 242865485 5783552 1098 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1412 1098 76 170 0 1240 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 11008

[startup+92.7012 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1227248/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=5648 CPUtime=85.56
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 1123 0 0 0 8556 0 0 0 25 0 1 0 242865485 5783552 1107 1992294400 134512640 135212939 4294956240 18446744073709551615 134527060 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1412 1107 76 170 0 1240 0
Current children cumulated CPU time (s) 92.64
Current children cumulated vsize (KiB) 11008

[startup+94.3013 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1227248/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=5648 CPUtime=87.16
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 1132 0 0 0 8716 0 0 0 25 0 1 0 242865485 5783552 1116 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1412 1116 76 170 0 1240 0
Current children cumulated CPU time (s) 94.24
Current children cumulated vsize (KiB) 11008

[startup+95.1024 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1227184/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=5784 CPUtime=87.96
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 1144 0 0 0 8796 0 0 0 25 0 1 0 242865485 5922816 1128 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1446 1128 76 170 0 1274 0
Current children cumulated CPU time (s) 95.04
Current children cumulated vsize (KiB) 11144

[startup+95.5024 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1227184/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=5784 CPUtime=88.36
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 1144 0 0 0 8836 0 0 0 25 0 1 0 242865485 5922816 1128 1992294400 134512640 135212939 4294956240 18446744073709551615 134526743 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1446 1128 76 170 0 1274 0
Current children cumulated CPU time (s) 95.44
Current children cumulated vsize (KiB) 11144

[startup+95.6024 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5175
/proc/meminfo: memFree=1227184/2055920 swapFree=4180008/4192956
[pid=5171] ppid=5169 vsize=5360 CPUtime=7.08
/proc/5171/stat : 5171 (run.sh) S 5169 5171 4943 0 -1 4194304 341 1172 0 0 0 0 707 1 16 0 1 0 242864776 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5171/statm: 1340 241 197 169 0 51 0
[pid=5175] ppid=5171 vsize=5784 CPUtime=88.47
/proc/5175/stat : 5175 (minisat) R 5171 5171 4943 0 -1 4194304 1144 0 0 0 8847 0 0 0 25 0 1 0 242865485 5922816 1128 1992294400 134512640 135212939 4294956240 18446744073709551615 134537107 0 0 4096 3 0 0 0 17 0 0 0
/proc/5175/statm: 1446 1128 76 170 0 1274 0
Current children cumulated CPU time (s) 95.55
Current children cumulated vsize (KiB) 11144

Child status: 20
Real time (s): 95.6256
CPU time (s): 95.5865
CPU user time (s): 95.5665
CPU system time (s): 0.019996
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 11144

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

runsolver used 0.068989 second user time and 0.290955 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-12 19:11:54
IDJOB=1806314
IDBENCH=24715
IDSOLVER=647
FILE ID=node15/1806314-1242148314
PBS_JOBID= 9289706
Free space on /tmp= 66072 MiB

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

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

MD5SUM BENCH= 749c079607e9e37c206eeb8bd5b8bfaf
RANDOM SEED=870866994

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1233120 kB
Buffers:         75372 kB
Cached:         663632 kB
SwapCached:       6752 kB
Active:         106872 kB
Inactive:       640948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1233120 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          14548 kB
Slab:            61004 kB
Committed_AS:   858344 kB
PageTables:       1464 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= 66068 MiB
End job on node15 at 2009-05-12 19:13:29