Trace number 1806322

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 80.9807 81.0079

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
MD5SUM2fe12e7483e7a74328d483192a8a2746
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark70.9812
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7989
Sum of the clauses size66949
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2284
Number of clauses of size 31202
Number of clauses of size 4154
Number of clauses of size 5924
Number of clauses of size over 55392

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    7744    65866 |    2323       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6704    58835 |      --       0       --      -- |     --   | -259/-3271
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1384   #clauses: 6704   #literals: 58835
0.00/0.06	c CPU time:   0.056991 s
0.00/0.06	c ==============================================================================
0.09/0.10	c SatElite is done !
0.09/0.10	c revival is preprocessing the formula...#ITERATIONS 86
5.88/5.96	#LEARNT CLAUSES 817
5.88/5.97	done !
5.88/5.97	c Calling MINISAT
5.88/5.97	This is MiniSat 2.0 beta
5.88/5.97	WARNING: for repeatability, setting FPU to use double precision
5.88/5.97	============================[ Problem Statistics ]=============================
5.88/5.97	|                                                                             |
5.88/5.97	|  Number of variables:  1384                                                 |
5.88/5.97	|  Number of clauses:    7508                                                 |
5.88/5.98	|  Parsing time:         0.01         s                                       |
5.88/5.99	============================[ Search Statistics ]==============================
5.88/5.99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.88/5.99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.88/5.99	===============================================================================
5.88/5.99	|         0 |    1383     7504    57401 |     2501        0    nan |  0.000 % |
5.88/5.99	|       100 |    1383     7504    57401 |     2751      100     12 |  0.072 % |
5.88/5.99	|       250 |    1383     7504    57401 |     3026      250     13 |  0.073 % |
5.88/6.00	|       476 |    1383     7504    57401 |     3329      476     14 |  0.073 % |
5.96/6.00	|       816 |    1383     7504    57401 |     3662      816     15 |  0.072 % |
5.96/6.02	|      1322 |    1383     7504    57401 |     4028     1322     18 |  0.072 % |
5.96/6.04	|      2082 |    1383     7504    57401 |     4431     2082     18 |  0.072 % |
5.96/6.09	|      3221 |    1383     7504    57401 |     4874     3221     18 |  0.072 % |
5.96/6.16	|      4930 |    1383     7504    57401 |     5361     4930     18 |  0.072 % |
5.96/6.30	|      7494 |    1383     7504    57401 |     5898     4772     21 |  0.073 % |
6.48/6.51	|     11338 |    1383     7504    57401 |     6487     5619     22 |  0.073 % |
6.77/6.89	|     17105 |    1383     7504    57401 |     7136     4815     22 |  0.072 % |
7.37/7.48	|     25755 |    1383     7504    57401 |     7850     6235     22 |  0.072 % |
8.27/8.38	|     38729 |    1383     7504    57401 |     8635     7301     18 |  0.073 % |
9.67/9.79	|     58190 |    1383     7504    57401 |     9498     5050     16 |  0.072 % |
12.27/12.36	|     87382 |    1383     7504    57401 |    10448     5540     22 |  0.072 % |
16.07/16.12	|    131171 |    1383     7504    57401 |    11493     7278     17 |  0.072 % |
22.77/22.83	|    196856 |    1383     7504    57401 |    12642     9402     25 |  0.072 % |
33.26/33.37	|    295382 |    1383     7504    57401 |    13907    12514     22 |  0.072 % |
49.75/49.80	|    443171 |    1381     5873    45557 |    15297    10944     19 |  0.217 % |
77.34/77.46	|    664854 |    1373     4056    29380 |    16827    14641     19 |  0.795 % |
80.94/81.00	===============================================================================
80.94/81.00	restarts              : 21
80.94/81.00	conflicts             : 689505         (9194 /sec)
80.94/81.00	decisions             : 1212597        (1.93 % random) (16169 /sec)
80.94/81.00	propagations          : 25115466       (334901 /sec)
80.94/81.00	conflict literals     : 15227302       (27.54 % deleted)
80.94/81.00	Memory used           : 5.66 MB
80.94/81.00	CPU time              : 74.9936 s
80.94/81.00	
80.94/81.00	UNSATISFIABLE
80.94/81.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-1806322-1242148345/watcher-1806322-1242148345 -o /tmp/evaluation-result-1806322-1242148345/solver-1806322-1242148345 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806322-1242148345.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.98 3/64 18299
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=0
/proc/18299/stat : 18299 (run.sh) R 18297 18299 18039 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 242862107 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 236437695135 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/18299/statm: 1340 237 196 169 0 51 0
[pid=18300] ppid=18299 vsize=816 CPUtime=0
/proc/18300/stat : 18300 (SatElite) R 18299 18299 18039 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 242862108 835584 121 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 1 0 0
/proc/18300/statm: 204 121 52 126 0 75 0

[startup+0.097408 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 18299
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=0
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242862107 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18299/statm: 1340 238 197 169 0 51 0
[pid=18300] ppid=18299 vsize=1868 CPUtime=0.08
/proc/18300/stat : 18300 (SatElite) R 18299 18299 18039 0 -1 4194304 407 0 0 0 8 0 0 0 19 0 1 0 242862108 1912832 388 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 1 0 0
/proc/18300/statm: 467 388 69 126 0 338 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7228

[startup+0.101409 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 18299
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=0
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242862107 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18299/statm: 1340 238 197 169 0 51 0
[pid=18300] ppid=18299 vsize=1868 CPUtime=0.09
/proc/18300/stat : 18300 (SatElite) R 18299 18299 18039 0 -1 4194304 408 0 0 0 9 0 0 0 19 0 1 0 242862108 1912832 388 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 1 0 0
/proc/18300/statm: 467 388 69 126 0 338 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7228

[startup+0.301433 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 18299
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=0.09
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 317 410 0 0 0 0 9 0 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.701479 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 18299
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=0.09
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 317 410 0 0 0 0 9 0 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50157 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 18302
/proc/meminfo: memFree=1000128/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=0.09
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 317 410 0 0 0 0 9 0 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18302] ppid=18299 vsize=2664 CPUtime=1.39
/proc/18302/stat : 18302 (revival) R 18299 18299 18039 0 -1 4194304 495 0 0 0 139 0 0 0 25 0 1 50000 242862118 2727936 390 1992294400 134512640 134537284 4294956384 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18302/statm: 666 390 85 6 0 304 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8024

[startup+3.10275 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 18302
/proc/meminfo: memFree=999808/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=0.09
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 317 410 0 0 0 0 9 0 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18302] ppid=18299 vsize=3060 CPUtime=2.99
/proc/18302/stat : 18302 (revival) R 18299 18299 18039 0 -1 4194304 571 0 0 0 299 0 0 0 25 0 1 50000 242862118 3133440 466 1992294400 134512640 134537284 4294956384 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18302/statm: 765 466 85 6 0 403 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8420

[startup+6.30112 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 18302
/proc/meminfo: memFree=999104/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 5360

[startup+12.7018 s]
/proc/loadavg: 1.08 1.02 0.99 2/66 18303
/proc/meminfo: memFree=998144/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=4056 CPUtime=6.71
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 735 0 0 0 671 0 0 0 25 0 1 0 242862705 4153344 719 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1014 719 76 170 0 842 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9416

[startup+25.5013 s]
/proc/loadavg: 1.06 1.02 0.99 2/66 18303
/proc/meminfo: memFree=997376/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=4856 CPUtime=19.5
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 927 0 0 0 1950 0 0 0 25 0 1 0 242862705 4972544 911 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1214 911 76 170 0 1042 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10216

[startup+51.1012 s]
/proc/loadavg: 1.04 1.01 0.99 2/66 18303
/proc/meminfo: memFree=996928/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=5252 CPUtime=45.09
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 1039 0 0 0 4509 0 0 0 25 0 1 0 242862705 5378048 1023 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1313 1023 76 170 0 1141 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10612

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

[startup+63.9017 s]
/proc/loadavg: 1.03 1.01 0.99 2/66 18303
/proc/meminfo: memFree=996608/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=5520 CPUtime=57.89
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 1109 0 0 0 5789 0 0 0 25 0 1 0 242862705 5652480 1093 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1380 1093 76 170 0 1208 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 10880

[startup+70.3014 s]
/proc/loadavg: 1.03 1.01 0.99 2/66 18303
/proc/meminfo: memFree=996480/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=5656 CPUtime=64.29
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 1139 0 0 0 6429 0 0 0 25 0 1 0 242862705 5791744 1123 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1414 1123 76 170 0 1242 0
Current children cumulated CPU time (s) 70.25
Current children cumulated vsize (KiB) 11016

[startup+76.7011 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18303
/proc/meminfo: memFree=996416/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=5788 CPUtime=70.68
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 1146 0 0 0 7068 0 0 0 25 0 1 0 242862705 5926912 1130 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1447 1130 76 170 0 1275 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 11148

[startup+78.3013 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18303
/proc/meminfo: memFree=996416/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=5788 CPUtime=72.28
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 1147 0 0 0 7228 0 0 0 25 0 1 0 242862705 5926912 1131 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1447 1131 76 170 0 1275 0
Current children cumulated CPU time (s) 78.24
Current children cumulated vsize (KiB) 11148

[startup+79.9025 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18303
/proc/meminfo: memFree=996416/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=5788 CPUtime=73.88
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 1150 0 0 0 7388 0 0 0 25 0 1 0 242862705 5926912 1134 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1447 1134 76 170 0 1275 0
Current children cumulated CPU time (s) 79.84
Current children cumulated vsize (KiB) 11148

[startup+80.7016 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18303
/proc/meminfo: memFree=996416/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=5788 CPUtime=74.68
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 1150 0 0 0 7468 0 0 0 25 0 1 0 242862705 5926912 1134 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1447 1134 76 170 0 1275 0
Current children cumulated CPU time (s) 80.64
Current children cumulated vsize (KiB) 11148

[startup+80.9016 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18303
/proc/meminfo: memFree=996416/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=5788 CPUtime=74.88
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 1150 0 0 0 7488 0 0 0 25 0 1 0 242862705 5926912 1134 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1447 1134 76 170 0 1275 0
Current children cumulated CPU time (s) 80.84
Current children cumulated vsize (KiB) 11148

[startup+81.0016 s]
/proc/loadavg: 1.02 1.01 0.99 2/66 18303
/proc/meminfo: memFree=996416/2055920 swapFree=4191900/4192956
[pid=18299] ppid=18297 vsize=5360 CPUtime=5.96
/proc/18299/stat : 18299 (run.sh) S 18297 18299 18039 0 -1 4194304 343 1120 0 0 0 0 595 1 16 0 1 0 242862107 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18299/statm: 1340 241 197 169 0 51 0
[pid=18303] ppid=18299 vsize=5788 CPUtime=74.98
/proc/18303/stat : 18303 (minisat) R 18299 18299 18039 0 -1 4194304 1150 0 0 0 7498 0 0 0 25 0 1 0 242862705 5926912 1134 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 1 0 0
/proc/18303/statm: 1447 1134 76 170 0 1275 0
Current children cumulated CPU time (s) 80.94
Current children cumulated vsize (KiB) 11148

Child status: 20
Real time (s): 81.0079
CPU time (s): 80.9807
CPU user time (s): 80.9527
CPU system time (s): 0.027995
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 11148

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

runsolver used 0.087986 second user time and 0.214967 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-12 19:12:25
IDJOB=1806322
IDBENCH=24716
IDSOLVER=648
FILE ID=node62/1806322-1242148345
PBS_JOBID= 9289662
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 2fe12e7483e7a74328d483192a8a2746
RANDOM SEED=408266136

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1002416 kB
Buffers:         72632 kB
Cached:         895216 kB
SwapCached:        268 kB
Active:         108100 kB
Inactive:       874536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1002416 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          23308 kB
Slab:            56700 kB
Committed_AS:   685300 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node62 at 2009-05-12 19:13:47