Trace number 1806336

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 89.3544 89.4115

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
MD5SUMf1b3061e7694aa99406ed9e867c9dfa5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.5078
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses8277
Sum of the clauses size69859
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31178
Number of clauses of size 4142
Number of clauses of size 5924
Number of clauses of size over 55717

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 |    8047    68657 |    2414       0        0     nan |  0.000 % |
0.03/0.06	c |         0 |    6966    60634 |      --       0       --      -- |     --   | -334/-4204
0.03/0.06	c ==============================================================================
0.03/0.06	c Result  :   #vars: 1506   #clauses: 6966   #literals: 60634
0.03/0.06	c CPU time:   0.056991 s
0.03/0.06	c ==============================================================================
0.03/0.09	c SatElite is done !
0.03/0.09	c revival is preprocessing the formula...#ITERATIONS 87
5.87/5.96	#LEARNT CLAUSES 718
5.87/5.98	done !
5.87/5.98	c Calling MINISAT
5.87/5.98	This is MiniSat 2.0 beta
5.87/5.98	WARNING: for repeatability, setting FPU to use double precision
5.87/5.98	============================[ Problem Statistics ]=============================
5.87/5.98	|                                                                             |
5.87/5.98	|  Number of variables:  1506                                                 |
5.87/5.98	|  Number of clauses:    7672                                                 |
5.87/5.99	|  Parsing time:         0.01         s                                       |
5.87/5.99	============================[ Search Statistics ]==============================
5.87/5.99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.87/5.99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.87/5.99	===============================================================================
5.87/5.99	|         0 |    1505     7670    58902 |     2556        0    nan |  0.000 % |
5.87/5.99	|       102 |    1505     7670    58902 |     2812      102     13 |  0.067 % |
5.87/5.99	|       252 |    1505     7670    58902 |     3093      252     12 |  0.066 % |
5.96/6.00	|       477 |    1505     7670    58902 |     3402      477     14 |  0.066 % |
5.96/6.01	|       815 |    1505     7670    58902 |     3743      815     14 |  0.067 % |
5.96/6.02	|      1321 |    1505     7670    58902 |     4117     1321     16 |  0.066 % |
5.96/6.05	|      2080 |    1505     7670    58902 |     4529     2080     19 |  0.066 % |
5.96/6.09	|      3220 |    1505     7670    58902 |     4982     3220     20 |  0.066 % |
5.96/6.16	|      4928 |    1505     7670    58902 |     5480     4928     19 |  0.066 % |
5.96/6.30	|      7492 |    1505     7670    58902 |     6028     4706     23 |  0.066 % |
6.47/6.50	|     11339 |    1505     7670    58902 |     6631     5497     21 |  0.067 % |
6.77/6.84	|     17105 |    1505     7670    58902 |     7294     4571     16 |  0.066 % |
7.37/7.43	|     25754 |    1505     7670    58902 |     8023     5882     17 |  0.066 % |
8.27/8.35	|     38728 |    1505     7670    58902 |     8826     6715     26 |  0.067 % |
9.67/9.79	|     58189 |    1505     7670    58902 |     9708     8360     19 |  0.066 % |
12.27/12.35	|     87382 |    1505     7670    58902 |    10679     8186     20 |  0.066 % |
16.27/16.33	|    131172 |    1505     7670    58902 |    11747     8944     22 |  0.066 % |
22.46/22.51	|    196858 |    1505     7670    58902 |    12922     9640     21 |  0.066 % |
31.76/31.90	|    295384 |    1504     6928    53758 |    14214     7358     20 |  0.133 % |
47.25/47.36	|    443173 |    1503     6902    53641 |    15636    10473     19 |  0.199 % |
73.73/73.85	|    664857 |    1503     6902    53641 |    17199    12235     19 |  0.199 % |
89.32/89.40	===============================================================================
89.32/89.41	restarts              : 21
89.32/89.41	conflicts             : 786060         (9428 /sec)
89.32/89.41	decisions             : 1587566        (1.94 % random) (19042 /sec)
89.32/89.41	propagations          : 28897721       (346606 /sec)
89.32/89.41	conflict literals     : 17189946       (27.88 % deleted)
89.32/89.41	Memory used           : 5.76 MB
89.32/89.41	CPU time              : 83.3733 s
89.32/89.41	
89.32/89.41	UNSATISFIABLE
89.32/89.41	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-1806336-1242148377/watcher-1806336-1242148377 -o /tmp/evaluation-result-1806336-1242148377/solver-1806336-1242148377 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806336-1242148377.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 8711
/proc/meminfo: memFree=1222648/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=0
/proc/8711/stat : 8711 (run.sh) R 8709 8711 8482 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 242866990 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 230266825375 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8711/statm: 1340 237 196 169 0 51 0
[pid=8712] ppid=8711 vsize=816 CPUtime=0
/proc/8712/stat : 8712 (SatElite) R 8711 8711 8482 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 242866990 835584 124 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/8712/statm: 237 125 52 126 0 108 0

[startup+0.0383231 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 8711
/proc/meminfo: memFree=1222648/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=0
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242866990 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8711/statm: 1340 238 197 169 0 51 0
[pid=8712] ppid=8711 vsize=1928 CPUtime=0.03
/proc/8712/stat : 8712 (SatElite) R 8711 8711 8482 0 -1 4194304 397 0 0 0 3 0 0 0 18 0 1 0 242866990 1974272 380 1992294400 134512640 135031949 4294956224 18446744073709551615 134569103 0 0 4096 3 0 0 0 17 0 0 0
/proc/8712/statm: 482 380 66 126 0 353 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7288

[startup+0.10134 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 8711
/proc/meminfo: memFree=1222648/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=0.09
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 317 430 0 0 0 0 9 0 15 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.301351 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 8711
/proc/meminfo: memFree=1222648/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=0.09
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 317 430 0 0 0 0 9 0 15 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.701392 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 8711
/proc/meminfo: memFree=1222648/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=0.09
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 317 430 0 0 0 0 9 0 15 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50147 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 8714
/proc/meminfo: memFree=1220840/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=0.09
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 317 430 0 0 0 0 9 0 15 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8714] ppid=8711 vsize=2664 CPUtime=1.39
/proc/8714/stat : 8714 (revival) R 8711 8711 8482 0 -1 4194304 505 0 0 0 139 0 0 0 25 0 1 50000 242867000 2727936 397 1992294400 134512640 134537284 4294956384 18446744073709551615 134523580 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8714/statm: 666 397 85 6 0 304 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8024

[startup+3.10164 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 8714
/proc/meminfo: memFree=1220456/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=0.09
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 317 430 0 0 0 0 9 0 15 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8714] ppid=8711 vsize=3060 CPUtime=2.98
/proc/8714/stat : 8714 (revival) R 8711 8711 8482 0 -1 4194304 587 0 0 0 298 0 0 0 25 0 1 50000 242867000 3133440 479 1992294400 134512640 134537284 4294956384 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8714/statm: 765 479 85 6 0 403 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8420

[startup+6.30298 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 8714
/proc/meminfo: memFree=1219752/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 5360

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1218800/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=4160 CPUtime=6.71
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 748 0 0 0 671 0 0 0 25 0 1 0 242867588 4259840 732 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1040 732 76 170 0 868 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9520

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1218288/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=4700 CPUtime=19.5
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 895 0 0 0 1950 0 0 0 25 0 1 0 242867588 4812800 879 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1175 879 76 170 0 1003 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10060

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1217584/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=5364 CPUtime=45.07
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 1070 0 0 0 4507 0 0 0 25 0 1 0 242867588 5492736 1054 1992294400 134512640 135212939 4294956240 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1341 1054 76 170 0 1169 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 10724

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

[startup+76.7013 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1217328/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=5628 CPUtime=70.67
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 1139 0 0 0 7067 0 0 0 25 0 1 0 242867588 5763072 1123 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1407 1123 76 170 0 1235 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 10988

[startup+83.103 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1217136/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=5760 CPUtime=77.06
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 1169 0 0 0 7706 0 0 0 25 0 1 0 242867588 5898240 1153 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1440 1153 76 170 0 1268 0
Current children cumulated CPU time (s) 83.02
Current children cumulated vsize (KiB) 11120

[startup+86.3013 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1217072/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=5892 CPUtime=80.26
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 1185 0 0 0 8026 0 0 0 25 0 1 0 242867588 6033408 1169 1992294400 134512640 135212939 4294956240 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1473 1169 76 170 0 1301 0
Current children cumulated CPU time (s) 86.22
Current children cumulated vsize (KiB) 11252

[startup+87.9015 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1217008/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=5892 CPUtime=81.86
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 1191 0 0 0 8186 0 0 0 25 0 1 0 242867588 6033408 1175 1992294400 134512640 135212939 4294956240 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1473 1175 76 170 0 1301 0
Current children cumulated CPU time (s) 87.82
Current children cumulated vsize (KiB) 11252

[startup+88.7016 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1217008/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=5892 CPUtime=82.66
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 1191 0 0 0 8266 0 0 0 25 0 1 0 242867588 6033408 1175 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1473 1175 76 170 0 1301 0
Current children cumulated CPU time (s) 88.62
Current children cumulated vsize (KiB) 11252

[startup+89.1056 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1217008/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=5892 CPUtime=83.06
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 1195 0 0 0 8306 0 0 0 25 0 1 0 242867588 6033408 1179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1473 1179 76 170 0 1301 0
Current children cumulated CPU time (s) 89.02
Current children cumulated vsize (KiB) 11252

[startup+89.3016 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1217008/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=5892 CPUtime=83.26
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 1195 0 0 0 8326 0 0 0 25 0 1 0 242867588 6033408 1179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1473 1179 76 170 0 1301 0
Current children cumulated CPU time (s) 89.22
Current children cumulated vsize (KiB) 11252

[startup+89.4016 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 8715
/proc/meminfo: memFree=1217008/2055924 swapFree=4181596/4192956
[pid=8711] ppid=8709 vsize=5360 CPUtime=5.96
/proc/8711/stat : 8711 (run.sh) S 8709 8711 8482 0 -1 4194304 343 1168 0 0 0 0 595 1 16 0 1 0 242866990 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8711/statm: 1340 241 197 169 0 51 0
[pid=8715] ppid=8711 vsize=5892 CPUtime=83.36
/proc/8715/stat : 8715 (minisat) R 8711 8711 8482 0 -1 4194304 1195 0 0 0 8336 0 0 0 25 0 1 0 242867588 6033408 1179 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/8715/statm: 1473 1179 76 170 0 1301 0
Current children cumulated CPU time (s) 89.32
Current children cumulated vsize (KiB) 11252

Child status: 20
Real time (s): 89.4115
CPU time (s): 89.3544
CPU user time (s): 89.3294
CPU system time (s): 0.024996
CPU usage (%): 99.9362
Max. virtual memory (cumulated for all children) (KiB): 11252

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

runsolver used 0.072988 second user time and 0.26296 second system time

The end

Launcher Data

Begin job on node83 at 2009-05-12 19:12:57
IDJOB=1806336
IDBENCH=24718
IDSOLVER=648
FILE ID=node83/1806336-1242148377
PBS_JOBID= 9289643
Free space on /tmp= 66180 MiB

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

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

MD5SUM BENCH= f1b3061e7694aa99406ed9e867c9dfa5
RANDOM SEED=2052682304

node83.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.222
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.222
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:      2055924 kB
MemFree:       1223192 kB
Buffers:         72936 kB
Cached:         667764 kB
SwapCached:       5464 kB
Active:          56732 kB
Inactive:       691952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1223192 kB
SwapTotal:     4192956 kB
SwapFree:      4181596 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          13620 kB
Slab:            70100 kB
Committed_AS:   882412 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= 66176 MiB
End job on node83 at 2009-05-12 19:14:27