Trace number 1806349

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 44.3023 44.3284

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.3023
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 97
5.59/5.65	#LEARNT CLAUSES 894
5.59/5.67	done !
5.59/5.67	c Now, SatElite...
5.59/5.67	c Parsing...
5.59/5.69	c ==============================================================================
5.59/5.69	c |           |     ORIGINAL     |              LEARNT              |          |
5.59/5.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
5.59/5.69	c ==============================================================================
5.59/5.69	c |         0 |    7572    56476 |    2271       0        0     nan |  0.000 % |
5.66/5.72	c |         0 |    6905    51266 |      --       0       --      -- |     --   | -667/-5210
5.66/5.72	c ==============================================================================
5.66/5.72	c Result  :   #vars: 1180   #clauses: 6905   #literals: 51266
5.66/5.72	c CPU time:   0.045993 s
5.66/5.72	c ==============================================================================
5.66/5.75	c SatElite is done !
5.66/5.75	c Calling MINISAT
5.66/5.75	This is MiniSat 2.0 beta
5.66/5.75	WARNING: for repeatability, setting FPU to use double precision
5.66/5.75	============================[ Problem Statistics ]=============================
5.66/5.75	|                                                                             |
5.66/5.75	|  Number of variables:  1180                                                 |
5.66/5.75	|  Number of clauses:    6905                                                 |
5.66/5.76	|  Parsing time:         0.01         s                                       |
5.66/5.76	============================[ Search Statistics ]==============================
5.66/5.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.66/5.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.66/5.76	===============================================================================
5.66/5.76	|         0 |    1180     6905    51266 |     2301        0    nan |  0.000 % |
5.66/5.76	|       102 |    1180     6905    51266 |     2531      102     11 |  0.000 % |
5.66/5.76	|       252 |    1180     6905    51266 |     2785      252     16 |  0.001 % |
5.66/5.77	|       478 |    1180     6905    51266 |     3063      478     16 |  0.000 % |
5.66/5.78	|       815 |    1180     6905    51266 |     3369      815     18 |  0.000 % |
5.66/5.79	|      1322 |    1180     6905    51266 |     3706     1322     19 |  0.000 % |
5.74/5.82	|      2082 |    1180     6905    51266 |     4077     2082     21 |  0.000 % |
5.74/5.87	|      3222 |    1180     6905    51266 |     4485     3222     22 |  0.001 % |
5.74/5.96	|      4930 |    1180     6905    51266 |     4933     2641     21 |  0.000 % |
5.74/6.09	|      7493 |    1180     6905    51266 |     5427     2695     19 |  0.000 % |
5.74/6.31	|     11338 |    1180     6905    51266 |     5969     3787     22 |  0.000 % |
6.59/6.67	|     17104 |    1180     6905    51266 |     6566     3503     19 |  0.000 % |
7.18/7.28	|     25753 |    1180     6905    51266 |     7223     5506     23 |  0.000 % |
8.18/8.25	|     38727 |    1180     6905    51266 |     7945     3864     21 |  0.000 % |
9.78/9.84	|     58192 |    1180     6905    51266 |     8740     7282     21 |  0.001 % |
12.08/12.17	|     87384 |    1180     6905    51266 |     9614     5644     14 |  0.001 % |
15.87/15.91	|    131175 |    1180     6905    51266 |    10576     5872     19 |  0.001 % |
21.56/21.65	|    196859 |    1179     6103    45802 |    11633     9957     20 |  0.086 % |
30.06/30.19	|    295386 |    1178     5339    39789 |    12797    11701     16 |  0.170 % |
43.75/43.84	|    443175 |    1177     2940    14184 |    14076     7814     14 |  0.254 % |
44.25/44.32	===============================================================================
44.25/44.32	restarts              : 20
44.25/44.32	conflicts             : 448080         (11627 /sec)
44.25/44.32	decisions             : 646793         (1.92 % random) (16783 /sec)
44.25/44.32	propagations          : 15658149       (406292 /sec)
44.25/44.32	conflict literals     : 9157332        (30.26 % deleted)
44.25/44.32	Memory used           : 5.00 MB
44.25/44.32	CPU time              : 38.5391 s
44.25/44.32	
44.25/44.32	UNSATISFIABLE
44.25/44.32	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-1806349-1242148421/watcher-1806349-1242148421 -o /tmp/evaluation-result-1806349-1242148421/solver-1806349-1242148421 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806349-1242148421.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.91 0.95 0.90 3/64 18879
/proc/meminfo: memFree=988280/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=0
/proc/18879/stat : 18879 (run.sh) R 18877 18879 18624 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242876492 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18879/statm: 1340 236 195 169 0 51 0
[pid=18880] ppid=18879 vsize=2036 CPUtime=0
/proc/18880/stat : 18880 (revival) R 18879 18879 18624 0 -1 4194304 250 0 0 0 0 0 0 0 18 0 1 0 242876492 2084864 216 1992294400 134512640 134537284 4294956368 18446744073709551615 2626509 0 0 4096 0 0 0 0 17 0 0 0
/proc/18880/statm: 509 216 82 6 0 147 0

[startup+0.068951 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18879
/proc/meminfo: memFree=988280/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=0
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242876492 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 237 196 169 0 51 0
[pid=18880] ppid=18879 vsize=2264 CPUtime=0.06
/proc/18880/stat : 18880 (revival) R 18879 18879 18624 0 -1 4194304 390 0 0 0 6 0 0 0 19 0 1 50000 242876492 2318336 282 1992294400 134512640 134537284 4294956368 18446744073709551615 134516476 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18880/statm: 566 282 85 6 0 204 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7624

[startup+0.101957 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18879
/proc/meminfo: memFree=988280/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=0
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242876492 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 237 196 169 0 51 0
[pid=18880] ppid=18879 vsize=2264 CPUtime=0.09
/proc/18880/stat : 18880 (revival) R 18879 18879 18624 0 -1 4194304 397 0 0 0 9 0 0 0 19 0 1 50000 242876492 2318336 289 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18880/statm: 566 289 85 6 0 204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7624

[startup+0.301995 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18879
/proc/meminfo: memFree=988280/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=0
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242876492 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 237 196 169 0 51 0
[pid=18880] ppid=18879 vsize=2396 CPUtime=0.29
/proc/18880/stat : 18880 (revival) R 18879 18879 18624 0 -1 4194304 424 0 0 0 29 0 0 0 21 0 1 50000 242876492 2453504 316 1992294400 134512640 134537284 4294956368 18446744073709551615 134523798 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18880/statm: 599 316 85 6 0 237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7756

[startup+0.701075 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 18879
/proc/meminfo: memFree=988280/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=0
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242876492 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 237 196 169 0 51 0
[pid=18880] ppid=18879 vsize=2528 CPUtime=0.69
/proc/18880/stat : 18880 (revival) R 18879 18879 18624 0 -1 4194304 458 0 0 0 69 0 0 0 25 0 1 50000 242876492 2588672 350 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18880/statm: 632 350 85 6 0 270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7888

[startup+1.50123 s]
/proc/loadavg: 0.91 0.95 0.90 2/66 18881
/proc/meminfo: memFree=986856/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=0
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242876492 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 237 196 169 0 51 0
[pid=18880] ppid=18879 vsize=2792 CPUtime=1.49
/proc/18880/stat : 18880 (revival) R 18879 18879 18624 0 -1 4194304 510 0 0 0 149 0 0 0 25 0 1 50000 242876492 2859008 402 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18880/statm: 698 402 85 6 0 336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8152

[startup+3.10154 s]
/proc/loadavg: 0.91 0.95 0.90 2/66 18881
/proc/meminfo: memFree=986472/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=0
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242876492 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 237 196 169 0 51 0
[pid=18880] ppid=18879 vsize=3056 CPUtime=3.09
/proc/18880/stat : 18880 (revival) R 18879 18879 18624 0 -1 4194304 593 0 0 0 309 0 0 0 25 0 1 50000 242876492 3129344 485 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/18880/statm: 764 485 85 6 0 402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8416

[startup+6.30117 s]
/proc/loadavg: 0.92 0.95 0.90 2/66 18881
/proc/meminfo: memFree=985832/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=5.74
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 341 1105 0 0 0 0 573 1 16 0 1 0 242876492 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 5360

[startup+12.7014 s]
/proc/loadavg: 0.93 0.95 0.90 2/66 18883
/proc/meminfo: memFree=984872/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=5.74
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 341 1105 0 0 0 0 573 1 16 0 1 0 242876492 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 241 197 169 0 51 0
[pid=18883] ppid=18879 vsize=3868 CPUtime=6.94
/proc/18883/stat : 18883 (minisat) R 18879 18879 18624 0 -1 4194304 675 0 0 0 694 0 0 0 25 0 1 0 242877067 3960832 659 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/18883/statm: 967 659 76 170 0 795 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9228

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.91 2/66 18883
/proc/meminfo: memFree=984296/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=5.74
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 341 1105 0 0 0 0 573 1 16 0 1 0 242876492 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 241 197 169 0 51 0
[pid=18883] ppid=18879 vsize=4528 CPUtime=19.72
/proc/18883/stat : 18883 (minisat) R 18879 18879 18624 0 -1 4194304 856 0 0 0 1972 0 0 0 25 0 1 0 242877067 4636672 840 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18883/statm: 1132 840 76 170 0 960 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9888

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

[startup+31.9052 s]
/proc/loadavg: 0.95 0.96 0.91 2/66 18883
/proc/meminfo: memFree=984104/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=5.74
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 341 1105 0 0 0 0 573 1 16 0 1 0 242876492 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 241 197 169 0 51 0
[pid=18883] ppid=18879 vsize=4840 CPUtime=26.12
/proc/18883/stat : 18883 (minisat) R 18879 18879 18624 0 -1 4194304 900 0 0 0 2612 0 0 0 25 0 1 0 242877067 4956160 884 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18883/statm: 1210 884 76 170 0 1038 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (KiB) 10200

[startup+38.3014 s]
/proc/loadavg: 0.95 0.96 0.91 2/66 18883
/proc/meminfo: memFree=983912/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=5.74
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 341 1105 0 0 0 0 573 1 16 0 1 0 242876492 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 241 197 169 0 51 0
[pid=18883] ppid=18879 vsize=4840 CPUtime=32.51
/proc/18883/stat : 18883 (minisat) R 18879 18879 18624 0 -1 4194304 930 0 0 0 3251 0 0 0 25 0 1 0 242877067 4956160 914 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/18883/statm: 1210 914 76 170 0 1038 0
Current children cumulated CPU time (s) 38.25
Current children cumulated vsize (KiB) 10200

[startup+41.5011 s]
/proc/loadavg: 0.95 0.96 0.91 2/66 18883
/proc/meminfo: memFree=983848/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=5.74
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 341 1105 0 0 0 0 573 1 16 0 1 0 242876492 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 241 197 169 0 51 0
[pid=18883] ppid=18879 vsize=4972 CPUtime=35.71
/proc/18883/stat : 18883 (minisat) R 18879 18879 18624 0 -1 4194304 944 0 0 0 3571 0 0 0 25 0 1 0 242877067 5091328 928 1992294400 134512640 135212939 4294956240 18446744073709551615 134526746 0 0 4096 3 0 0 0 17 0 0 0
/proc/18883/statm: 1243 928 76 170 0 1071 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 10332

[startup+43.1014 s]
/proc/loadavg: 0.95 0.96 0.91 2/66 18883
/proc/meminfo: memFree=983848/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=5.74
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 341 1105 0 0 0 0 573 1 16 0 1 0 242876492 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 241 197 169 0 51 0
[pid=18883] ppid=18879 vsize=4972 CPUtime=37.31
/proc/18883/stat : 18883 (minisat) R 18879 18879 18624 0 -1 4194304 953 0 0 0 3731 0 0 0 25 0 1 0 242877067 5091328 937 1992294400 134512640 135212939 4294956240 18446744073709551615 134527273 0 0 4096 3 0 0 0 17 0 0 0
/proc/18883/statm: 1243 937 76 170 0 1071 0
Current children cumulated CPU time (s) 43.05
Current children cumulated vsize (KiB) 10332

[startup+43.9025 s]
/proc/loadavg: 0.96 0.96 0.91 2/66 18883
/proc/meminfo: memFree=983848/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=5.74
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 341 1105 0 0 0 0 573 1 16 0 1 0 242876492 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 241 197 169 0 51 0
[pid=18883] ppid=18879 vsize=4972 CPUtime=38.12
/proc/18883/stat : 18883 (minisat) R 18879 18879 18624 0 -1 4194304 957 0 0 0 3812 0 0 0 25 0 1 0 242877067 5091328 941 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18883/statm: 1243 941 76 170 0 1071 0
Current children cumulated CPU time (s) 43.86
Current children cumulated vsize (KiB) 10332

[startup+44.3026 s]
/proc/loadavg: 0.96 0.96 0.91 2/66 18883
/proc/meminfo: memFree=983848/2055924 swapFree=4180096/4192956
[pid=18879] ppid=18877 vsize=5360 CPUtime=5.74
/proc/18879/stat : 18879 (run.sh) S 18877 18879 18624 0 -1 4194304 341 1105 0 0 0 0 573 1 16 0 1 0 242876492 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18879/statm: 1340 241 197 169 0 51 0
[pid=18883] ppid=18879 vsize=5112 CPUtime=38.51
/proc/18883/stat : 18883 (minisat) R 18879 18879 18624 0 -1 4194304 971 0 0 0 3851 0 0 0 25 0 1 0 242877067 5234688 955 1992294400 134512640 135212939 4294956240 18446744073709551615 134713506 0 0 4096 3 0 0 0 17 0 0 0
/proc/18883/statm: 1278 955 76 170 0 1106 0
Current children cumulated CPU time (s) 44.25
Current children cumulated vsize (KiB) 10472

Child status: 20
Real time (s): 44.3284
CPU time (s): 44.3023
CPU user time (s): 44.2803
CPU system time (s): 0.021996
CPU usage (%): 99.941
Max. virtual memory (cumulated for all children) (KiB): 10472

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

runsolver used 0.030995 second user time and 0.138978 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-12 19:13:41
IDJOB=1806349
IDBENCH=24721
IDSOLVER=647
FILE ID=node6/1806349-1242148421
PBS_JOBID= 9289715
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=161253790

node6.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.281
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.281
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:      2055924 kB
MemFree:        988824 kB
Buffers:         77952 kB
Cached:         889504 kB
SwapCached:       6644 kB
Active:         101212 kB
Inactive:       874620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        988824 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            77268 kB
Committed_AS:   963636 kB
PageTables:       1452 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= 66228 MiB
End job on node6 at 2009-05-12 19:14:26