Trace number 1806027

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 220.435 220.525

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark220.435
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 79
22.98/23.04	#LEARNT CLAUSES 2572
22.98/23.08	done !
22.98/23.08	c Now, SatElite...
22.98/23.08	c Parsing...
23.07/23.11	c ==============================================================================
23.07/23.11	c |           |     ORIGINAL     |              LEARNT              |          |
23.07/23.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
23.07/23.11	c ==============================================================================
23.07/23.11	c |         0 |   17995   103869 |    5398       0        0     nan |  0.000 % |
23.07/23.15	c |         0 |   15389    88627 |      --       0       --      -- |     --   | -2606/-15242
23.07/23.15	c ==============================================================================
23.07/23.15	c Result  :   #vars: 1994   #clauses: 15389   #literals: 88627
23.07/23.15	c CPU time:   0.072988 s
23.07/23.16	c ==============================================================================
23.07/23.21	c SatElite is done !
23.07/23.21	c Calling MINISAT
23.07/23.21	This is MiniSat 2.0 beta
23.07/23.21	WARNING: for repeatability, setting FPU to use double precision
23.07/23.21	============================[ Problem Statistics ]=============================
23.07/23.21	|                                                                             |
23.07/23.21	|  Number of variables:  1994                                                 |
23.07/23.21	|  Number of clauses:    15389                                                |
23.07/23.23	|  Parsing time:         0.01         s                                       |
23.07/23.23	============================[ Search Statistics ]==============================
23.07/23.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.07/23.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.07/23.23	===============================================================================
23.07/23.23	|         0 |    1994    15389    88627 |     5129        0    nan |  0.000 % |
23.07/23.23	|       102 |    1994    15389    88627 |     5642      102     14 |  0.000 % |
23.07/23.24	|       252 |    1994    15389    88627 |     6206      252     13 |  0.000 % |
23.07/23.24	|       478 |    1994    15389    88627 |     6827      478     15 |  0.000 % |
23.07/23.25	|       816 |    1994    15389    88627 |     7510      816     18 |  0.000 % |
23.07/23.27	|      1322 |    1994    15389    88627 |     8261     1322     17 |  0.000 % |
23.19/23.30	|      2081 |    1994    15389    88627 |     9087     2081     18 |  0.000 % |
23.19/23.35	|      3224 |    1994    15389    88627 |     9996     3224     18 |  0.000 % |
23.19/23.46	|      4932 |    1994    15389    88627 |    10995     4932     21 |  0.000 % |
23.19/23.63	|      7496 |    1994    15389    88627 |    12095     7496     20 |  0.000 % |
23.19/24.05	|     11340 |    1994    15389    88627 |    13305    11340     21 |  0.000 % |
24.77/24.82	|     17106 |    1994    15389    88627 |    14635    10393     25 |  0.000 % |
25.97/26.08	|     25757 |    1994    15389    88627 |    16099    11707     23 |  0.000 % |
28.16/28.26	|     38732 |    1994    15389    88627 |    17709     8515     25 |  0.000 % |
31.56/31.67	|     58195 |    1994    15389    88627 |    19479    10184     21 |  0.000 % |
37.66/37.76	|     87387 |    1994    15389    88627 |    21427    10029     24 |  0.000 % |
46.96/47.09	|    131179 |    1994    15389    88627 |    23570    10804     24 |  0.000 % |
62.25/62.39	|    196864 |    1994    15389    88627 |    25927    17322     24 |  0.000 % |
88.14/88.25	|    295390 |    1994    15389    88627 |    28520    24784     27 |  0.000 % |
131.32/131.44	|    443180 |    1994    15389    88627 |    31372    15164     20 |  0.000 % |
199.29/199.50	|    664863 |    1993    15136    87153 |    34509    28554     21 |  0.051 % |
220.38/220.52	===============================================================================
220.38/220.52	restarts              : 21
220.38/220.52	conflicts             : 732065         (3712 /sec)
220.38/220.52	decisions             : 878593         (1.87 % random) (4455 /sec)
220.38/220.52	propagations          : 61218304       (310425 /sec)
220.38/220.52	conflict literals     : 19752696       (37.87 % deleted)
220.38/220.52	Memory used           : 9.17 MB
220.38/220.52	CPU time              : 197.208 s
220.38/220.52	
220.38/220.52	UNSATISFIABLE
220.38/220.52	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-1806027-1242144615/watcher-1806027-1242144615 -o /tmp/evaluation-result-1806027-1242144615/solver-1806027-1242144615 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806027-1242144615.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.01 1.00 3/64 26165
/proc/meminfo: memFree=1694720/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=0
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242488832 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26165/statm: 1340 237 196 169 0 51 0
[pid=26166] ppid=26165 vsize=2124 CPUtime=0
/proc/26166/stat : 26166 (revival) R 26165 26165 26063 0 -1 4194304 275 0 0 0 0 0 0 0 19 0 1 0 242488832 2174976 241 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26166/statm: 531 249 81 6 0 169 0

[startup+0.018141 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 26165
/proc/meminfo: memFree=1694720/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=0
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242488832 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26165/statm: 1340 237 196 169 0 51 0
[pid=26166] ppid=26165 vsize=3252 CPUtime=0.01
/proc/26166/stat : 26166 (revival) R 26165 26165 26063 0 -1 4194304 554 0 0 0 1 0 0 0 19 0 1 0 242488832 3330048 520 1992294400 134512640 134537284 4294956368 18446744073709551615 134524767 0 0 4096 0 0 0 0 17 0 0 0
/proc/26166/statm: 813 520 158 6 0 451 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8612

[startup+0.101148 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 26165
/proc/meminfo: memFree=1694720/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=0
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242488832 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26165/statm: 1340 237 196 169 0 51 0
[pid=26166] ppid=26165 vsize=2924 CPUtime=0.09
/proc/26166/stat : 26166 (revival) R 26165 26165 26063 0 -1 4194304 615 0 0 0 9 0 0 0 19 0 1 50000 242488832 2994176 434 1992294400 134512640 134537284 4294956368 18446744073709551615 7284347 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26166/statm: 731 434 85 6 0 369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8284

[startup+0.301165 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 26165
/proc/meminfo: memFree=1694720/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=0
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242488832 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26165/statm: 1340 237 196 169 0 51 0
[pid=26166] ppid=26165 vsize=3056 CPUtime=0.29
/proc/26166/stat : 26166 (revival) R 26165 26165 26063 0 -1 4194304 650 0 0 0 29 0 0 0 21 0 1 50000 242488832 3129344 469 1992294400 134512640 134537284 4294956368 18446744073709551615 134523637 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26166/statm: 764 469 85 6 0 402 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8416

[startup+0.701203 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 26165
/proc/meminfo: memFree=1694720/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=0
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242488832 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26165/statm: 1340 237 196 169 0 51 0
[pid=26166] ppid=26165 vsize=3188 CPUtime=0.69
/proc/26166/stat : 26166 (revival) R 26165 26165 26063 0 -1 4194304 678 0 0 0 69 0 0 0 24 0 1 50000 242488832 3264512 497 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26166/statm: 797 497 85 6 0 435 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8548

[startup+1.50128 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26167
/proc/meminfo: memFree=1692720/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=0
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242488832 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26165/statm: 1340 237 196 169 0 51 0
[pid=26166] ppid=26165 vsize=3320 CPUtime=1.49
/proc/26166/stat : 26166 (revival) R 26165 26165 26063 0 -1 4194304 709 0 0 0 149 0 0 0 25 0 1 50000 242488832 3399680 528 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26166/statm: 830 528 85 6 0 468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8680

[startup+3.10142 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26167
/proc/meminfo: memFree=1692400/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=0
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242488832 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26165/statm: 1340 237 196 169 0 51 0
[pid=26166] ppid=26165 vsize=3452 CPUtime=3.09
/proc/26166/stat : 26166 (revival) R 26165 26165 26063 0 -1 4194304 765 0 0 0 309 0 0 0 25 0 1 50000 242488832 3534848 584 1992294400 134512640 134537284 4294956368 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26166/statm: 863 584 85 6 0 501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8812

[startup+6.30171 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26167
/proc/meminfo: memFree=1691824/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=0
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242488832 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26165/statm: 1340 237 196 169 0 51 0
[pid=26166] ppid=26165 vsize=3980 CPUtime=6.29
/proc/26166/stat : 26166 (revival) R 26165 26165 26063 0 -1 4194304 871 0 0 0 629 0 0 0 25 0 1 50000 242488832 4075520 690 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26166/statm: 995 690 85 6 0 633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9340

[startup+12.7013 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26167
/proc/meminfo: memFree=1691064/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=0
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242488832 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26165/statm: 1340 237 196 169 0 51 0
[pid=26166] ppid=26165 vsize=4772 CPUtime=12.68
/proc/26166/stat : 26166 (revival) R 26165 26165 26063 0 -1 4194304 1070 0 0 0 1268 0 0 0 25 0 1 50000 242488832 4886528 889 1992294400 134512640 134537284 4294956368 18446744073709551615 134523932 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26166/statm: 1193 889 85 6 0 831 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10132

[startup+25.5015 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26169
/proc/meminfo: memFree=1689592/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=4924 CPUtime=2.28
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 1003 0 0 0 228 0 0 0 25 0 1 0 242491154 5042176 987 1992294400 134512640 135212939 4294956240 18446744073709551615 134527060 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 1231 987 76 170 0 1059 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10284

[startup+51.1018 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 26169
/proc/meminfo: memFree=1687416/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=7012 CPUtime=27.87
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 1520 0 0 0 2786 1 0 0 25 0 1 0 242491154 7180288 1504 1992294400 134512640 135212939 4294956240 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 1753 1504 76 170 0 1581 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12372

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1686136/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=8312 CPUtime=79.04
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 1823 0 0 0 7903 1 0 0 25 0 1 0 242491154 8511488 1807 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2078 1807 76 170 0 1906 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 13672

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1685560/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=8928 CPUtime=139.02
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 1945 0 0 0 13901 1 0 0 25 0 1 0 242491154 9142272 1929 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2232 1929 76 170 0 2060 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 14288

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

[startup+179.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1685368/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=9060 CPUtime=155.8
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 1994 0 0 0 15579 1 0 0 25 0 1 0 242491154 9277440 1978 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2265 1978 76 170 0 2093 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 14420

[startup+204.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1685176/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=9388 CPUtime=181.4
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 2046 0 0 0 18139 1 0 0 25 0 1 0 242491154 9613312 2030 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2347 2030 76 170 0 2175 0
Current children cumulated CPU time (s) 204.59
Current children cumulated vsize (KiB) 14748

[startup+211.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1685176/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=9388 CPUtime=187.8
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 2046 0 0 0 18779 1 0 0 25 0 1 0 242491154 9613312 2030 1992294400 134512640 135212939 4294956240 18446744073709551615 134530458 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2347 2030 76 170 0 2175 0
Current children cumulated CPU time (s) 210.99
Current children cumulated vsize (KiB) 14748

[startup+217.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1685048/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=9388 CPUtime=194.19
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 2065 0 0 0 19418 1 0 0 25 0 1 0 242491154 9613312 2049 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2347 2049 76 170 0 2175 0
Current children cumulated CPU time (s) 217.38
Current children cumulated vsize (KiB) 14748

[startup+219.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1685048/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=9388 CPUtime=195.79
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 2065 0 0 0 19578 1 0 0 25 0 1 0 242491154 9613312 2049 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2347 2049 76 170 0 2175 0
Current children cumulated CPU time (s) 218.98
Current children cumulated vsize (KiB) 14748

[startup+219.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1685048/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=9388 CPUtime=196.6
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 2065 0 0 0 19659 1 0 0 25 0 1 0 242491154 9613312 2049 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2347 2049 76 170 0 2175 0
Current children cumulated CPU time (s) 219.79
Current children cumulated vsize (KiB) 14748

[startup+220.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1685048/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=9388 CPUtime=196.99
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 2065 0 0 0 19698 1 0 0 25 0 1 0 242491154 9613312 2049 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2347 2049 76 170 0 2175 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 14748

[startup+220.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26169
/proc/meminfo: memFree=1685048/2055920 swapFree=4178888/4192956
[pid=26165] ppid=26163 vsize=5360 CPUtime=23.19
/proc/26165/stat : 26165 (run.sh) S 26163 26165 26063 0 -1 4194304 341 2057 0 0 0 0 2318 1 16 0 1 0 242488832 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26165/statm: 1340 241 197 169 0 51 0
[pid=26169] ppid=26165 vsize=9388 CPUtime=197.19
/proc/26169/stat : 26169 (minisat) R 26165 26165 26063 0 -1 4194304 2065 0 0 0 19718 1 0 0 25 0 1 0 242491154 9613312 2049 1992294400 134512640 135212939 4294956240 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/26169/statm: 2347 2049 76 170 0 2175 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 14748

Child status: 20
Real time (s): 220.525
CPU time (s): 220.435
CPU user time (s): 220.399
CPU system time (s): 0.036994
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 14748

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

runsolver used 0.173973 second user time and 0.635903 second system time

The end

Launcher Data

Begin job on node55 at 2009-05-12 18:10:15
IDJOB=1806027
IDBENCH=24642
IDSOLVER=647
FILE ID=node55/1806027-1242144615
PBS_JOBID= 9289669
Free space on /tmp= 66256 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806027-1242144615/watcher-1806027-1242144615 -o /tmp/evaluation-result-1806027-1242144615/solver-1806027-1242144615 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806027-1242144615.cnf HOME

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

MD5SUM BENCH= d9bf8689fd094f6ad4f37a57f4f0a5ae
RANDOM SEED=1864566072

node55.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.240
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.240
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:       1695200 kB
Buffers:         55024 kB
Cached:         228964 kB
SwapCached:       7868 kB
Active:          71536 kB
Inactive:       222384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695200 kB
SwapTotal:     4192956 kB
SwapFree:      4178888 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          15568 kB
Slab:            52920 kB
Committed_AS:   787404 kB
PageTables:       1364 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= 66256 MiB
End job on node55 at 2009-05-12 18:13:55