Trace number 1806321

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 139.787 139.842

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 revival is preprocessing the formula...#ITERATIONS 87
6.29/6.35	#LEARNT CLAUSES 884
6.29/6.37	done !
6.29/6.37	c Now, SatElite...
6.29/6.37	c Parsing...
6.29/6.39	c ==============================================================================
6.29/6.39	c |           |     ORIGINAL     |              LEARNT              |          |
6.29/6.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
6.29/6.39	c ==============================================================================
6.29/6.39	c |         0 |    8441    62124 |    2532       0        0     nan |  0.000 % |
6.36/6.42	c |         0 |    7415    54348 |      --       0       --      -- |     --   | -1026/-7776
6.36/6.42	c ==============================================================================
6.36/6.42	c Result  :   #vars: 1264   #clauses: 7415   #literals: 54348
6.36/6.42	c CPU time:   0.054991 s
6.36/6.42	c ==============================================================================
6.36/6.46	c SatElite is done !
6.36/6.46	c Calling MINISAT
6.36/6.46	This is MiniSat 2.0 beta
6.36/6.46	WARNING: for repeatability, setting FPU to use double precision
6.36/6.46	============================[ Problem Statistics ]=============================
6.36/6.46	|                                                                             |
6.36/6.46	|  Number of variables:  1264                                                 |
6.36/6.46	|  Number of clauses:    7415                                                 |
6.36/6.47	|  Parsing time:         0.01         s                                       |
6.36/6.47	============================[ Search Statistics ]==============================
6.36/6.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.36/6.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.36/6.47	===============================================================================
6.36/6.47	|         0 |    1264     7415    54348 |     2471        0    nan |  0.000 % |
6.36/6.47	|       100 |    1264     7415    54348 |     2718      100     12 |  0.000 % |
6.36/6.47	|       251 |    1264     7415    54348 |     2990      251     13 |  0.000 % |
6.36/6.48	|       478 |    1264     7415    54348 |     3289      478     15 |  0.000 % |
6.36/6.49	|       815 |    1264     7415    54348 |     3618      815     16 |  0.001 % |
6.36/6.50	|      1323 |    1264     7415    54348 |     3980     1323     16 |  0.000 % |
6.48/6.53	|      2082 |    1264     7415    54348 |     4378     2082     20 |  0.000 % |
6.48/6.57	|      3222 |    1264     7415    54348 |     4816     3222     21 |  0.000 % |
6.58/6.66	|      4931 |    1264     7415    54348 |     5298     4931     22 |  0.000 % |
6.78/6.81	|      7493 |    1264     7415    54348 |     5828     4801     21 |  0.000 % |
6.98/7.01	|     11337 |    1264     7415    54348 |     6410     5700     21 |  0.000 % |
7.28/7.37	|     17104 |    1264     7415    54348 |     7051     4978     21 |  0.000 % |
7.88/7.93	|     25753 |    1264     7415    54348 |     7757     6499     21 |  0.000 % |
8.78/8.88	|     38727 |    1264     7415    54348 |     8532     7727     24 |  0.000 % |
10.28/10.35	|     58189 |    1264     7415    54348 |     9386     5695     21 |  0.000 % |
12.57/12.66	|     87382 |    1264     7415    54348 |    10324     6543     17 |  0.001 % |
16.38/16.45	|    131175 |    1264     7415    54348 |    11357     8798     21 |  0.000 % |
22.87/22.93	|    196860 |    1264     7415    54348 |    12492     5952     21 |  0.000 % |
32.77/32.80	|    295386 |    1264     7415    54348 |    13742    10360     18 |  0.000 % |
49.16/49.26	|    443175 |    1264     7415    54348 |    15116    13116     21 |  0.000 % |
74.55/74.67	|    664858 |    1264     7415    54348 |    16628    14714     17 |  0.000 % |
115.34/115.40	|    997383 |    1261     7325    53992 |    18290    10819     17 |  0.238 % |
139.73/139.83	===============================================================================
139.73/139.84	restarts              : 22
139.73/139.84	conflicts             : 1174829        (8813 /sec)
139.73/139.84	decisions             : 2117247        (1.93 % random) (15882 /sec)
139.73/139.84	propagations          : 43868688       (329071 /sec)
139.73/139.84	conflict literals     : 25938795       (30.90 % deleted)
139.73/139.84	Memory used           : 6.22 MB
139.73/139.84	CPU time              : 133.311 s
139.73/139.84	
139.73/139.84	UNSATISFIABLE
139.73/139.84	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-1806321-1242148339/watcher-1806321-1242148339 -o /tmp/evaluation-result-1806321-1242148339/solver-1806321-1242148339 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806321-1242148339.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.96 3/64 21111
/proc/meminfo: memFree=1017248/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=0
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242867437 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21111/statm: 1340 237 196 169 0 51 0
[pid=21112] ppid=21111 vsize=2064 CPUtime=0
/proc/21112/stat : 21112 (revival) R 21111 21111 20881 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 242867437 2113536 217 1992294400 134512640 134537284 4294956368 18446744073709551615 5113467 0 0 4096 0 0 0 0 17 0 0 0
/proc/21112/statm: 516 219 82 6 0 154 0

[startup+0.061649 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 21111
/proc/meminfo: memFree=1017248/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=0
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242867437 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21111/statm: 1340 237 196 169 0 51 0
[pid=21112] ppid=21111 vsize=2396 CPUtime=0.05
/proc/21112/stat : 21112 (revival) R 21111 21111 20881 0 -1 4194304 414 0 0 0 5 0 0 0 19 0 1 50000 242867437 2453504 299 1992294400 134512640 134537284 4294956368 18446744073709551615 134523659 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21112/statm: 599 299 85 6 0 237 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7756

[startup+0.101651 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 21111
/proc/meminfo: memFree=1017248/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=0
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242867437 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21111/statm: 1340 237 196 169 0 51 0
[pid=21112] ppid=21111 vsize=2396 CPUtime=0.09
/proc/21112/stat : 21112 (revival) R 21111 21111 20881 0 -1 4194304 424 0 0 0 9 0 0 0 19 0 1 50000 242867437 2453504 309 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21112/statm: 599 309 85 6 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7756

[startup+0.301665 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 21111
/proc/meminfo: memFree=1017248/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=0
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242867437 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21111/statm: 1340 237 196 169 0 51 0
[pid=21112] ppid=21111 vsize=2528 CPUtime=0.29
/proc/21112/stat : 21112 (revival) R 21111 21111 20881 0 -1 4194304 448 0 0 0 29 0 0 0 21 0 1 50000 242867437 2588672 333 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21112/statm: 632 333 85 6 0 270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7888

[startup+0.70169 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 21111
/proc/meminfo: memFree=1017248/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=0
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242867437 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21111/statm: 1340 237 196 169 0 51 0
[pid=21112] ppid=21111 vsize=2660 CPUtime=0.69
/proc/21112/stat : 21112 (revival) R 21111 21111 20881 0 -1 4194304 480 0 0 0 69 0 0 0 25 0 1 50000 242867437 2723840 365 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21112/statm: 665 365 85 6 0 303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8020

[startup+1.50174 s]
/proc/loadavg: 0.92 0.98 0.96 2/66 21113
/proc/meminfo: memFree=1015760/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=0
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242867437 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21111/statm: 1340 237 196 169 0 51 0
[pid=21112] ppid=21111 vsize=2792 CPUtime=1.49
/proc/21112/stat : 21112 (revival) R 21111 21111 20881 0 -1 4194304 525 0 0 0 149 0 0 0 25 0 1 50000 242867437 2859008 410 1992294400 134512640 134537284 4294956368 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21112/statm: 698 410 85 6 0 336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8152

[startup+3.10285 s]
/proc/loadavg: 0.92 0.98 0.96 2/66 21113
/proc/meminfo: memFree=1015440/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=0
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242867437 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21111/statm: 1340 237 196 169 0 51 0
[pid=21112] ppid=21111 vsize=3056 CPUtime=3.09
/proc/21112/stat : 21112 (revival) R 21111 21111 20881 0 -1 4194304 599 0 0 0 309 0 0 0 25 0 1 50000 242867437 3129344 484 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21112/statm: 764 484 85 6 0 402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8416

[startup+6.30105 s]
/proc/loadavg: 0.93 0.98 0.96 2/66 21113
/proc/meminfo: memFree=1014736/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=0
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242867437 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21111/statm: 1340 237 196 169 0 51 0
[pid=21112] ppid=21111 vsize=3584 CPUtime=6.29
/proc/21112/stat : 21112 (revival) R 21111 21111 20881 0 -1 4194304 727 0 0 0 629 0 0 0 25 0 1 50000 242867437 3670016 612 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/21112/statm: 896 612 85 6 0 534 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8944

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1013584/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=4092 CPUtime=6.22
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 726 0 0 0 622 0 0 0 25 0 1 0 242868083 4190208 710 1992294400 134512640 135212939 4294956240 18446744073709551615 134536289 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1023 710 76 170 0 851 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9452

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1012944/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=4788 CPUtime=19.02
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 886 0 0 0 1902 0 0 0 25 0 1 0 242868083 4902912 870 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1197 870 76 170 0 1025 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10148

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1012432/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=5320 CPUtime=44.61
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1032 0 0 0 4461 0 0 0 25 0 1 0 242868083 5447680 1016 1992294400 134512640 135212939 4294956240 18446744073709551615 134543787 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1330 1016 76 170 0 1158 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10680

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1011728/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=5884 CPUtime=95.79
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1179 0 0 0 9579 0 0 0 25 0 1 0 242868083 6025216 1163 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1471 1163 76 170 0 1299 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11244

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

[startup+115.102 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1011600/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=6016 CPUtime=108.59
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1217 0 0 0 10858 1 0 0 25 0 1 0 242868083 6160384 1201 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1504 1201 76 170 0 1332 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 11376

[startup+127.902 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1011408/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=6232 CPUtime=121.39
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1263 0 0 0 12138 1 0 0 25 0 1 0 242868083 6381568 1247 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1558 1247 76 170 0 1386 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 11592

[startup+134.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1011344/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=6232 CPUtime=127.78
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1271 0 0 0 12777 1 0 0 25 0 1 0 242868083 6381568 1255 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1558 1255 76 170 0 1386 0
Current children cumulated CPU time (s) 134.23
Current children cumulated vsize (KiB) 11592

[startup+137.506 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1011344/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=6364 CPUtime=130.98
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1275 0 0 0 13097 1 0 0 25 0 1 0 242868083 6516736 1259 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1591 1259 76 170 0 1419 0
Current children cumulated CPU time (s) 137.43
Current children cumulated vsize (KiB) 11724

[startup+139.102 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1011344/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=6364 CPUtime=132.58
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1278 0 0 0 13257 1 0 0 25 0 1 0 242868083 6516736 1262 1992294400 134512640 135212939 4294956240 18446744073709551615 134524308 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1591 1262 76 170 0 1419 0
Current children cumulated CPU time (s) 139.03
Current children cumulated vsize (KiB) 11724

[startup+139.502 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1011344/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=6364 CPUtime=132.98
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1278 0 0 0 13297 1 0 0 25 0 1 0 242868083 6516736 1262 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1591 1262 76 170 0 1419 0
Current children cumulated CPU time (s) 139.43
Current children cumulated vsize (KiB) 11724

[startup+139.707 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1011344/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=6364 CPUtime=133.18
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1278 0 0 0 13317 1 0 0 25 0 1 0 242868083 6516736 1262 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1591 1262 76 170 0 1419 0
Current children cumulated CPU time (s) 139.63
Current children cumulated vsize (KiB) 11724

[startup+139.803 s]
/proc/loadavg: 0.99 0.98 0.96 2/66 21115
/proc/meminfo: memFree=1011344/2055920 swapFree=4181272/4192956
[pid=21111] ppid=21109 vsize=5360 CPUtime=6.45
/proc/21111/stat : 21111 (run.sh) S 21109 21111 20881 0 -1 4194304 341 1148 0 0 0 0 645 0 16 0 1 0 242867437 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1340 241 197 169 0 51 0
[pid=21115] ppid=21111 vsize=6364 CPUtime=133.28
/proc/21115/stat : 21115 (minisat) R 21111 21111 20881 0 -1 4194304 1278 0 0 0 13327 1 0 0 25 0 1 0 242868083 6516736 1262 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/21115/statm: 1591 1262 76 170 0 1419 0
Current children cumulated CPU time (s) 139.73
Current children cumulated vsize (KiB) 11724

Child status: 20
Real time (s): 139.842
CPU time (s): 139.787
CPU user time (s): 139.763
CPU system time (s): 0.023996
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 11724

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

runsolver used 0.114982 second user time and 0.403938 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-12 19:12:19
IDJOB=1806321
IDBENCH=24716
IDSOLVER=647
FILE ID=node22/1806321-1242148339
PBS_JOBID= 9289699
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= 2fe12e7483e7a74328d483192a8a2746
RANDOM SEED=85740288

node22.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.232
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.232
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:       1017736 kB
Buffers:         83160 kB
Cached:         854404 kB
SwapCached:       5528 kB
Active:          89076 kB
Inactive:       856908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1017736 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            78308 kB
Committed_AS:   985252 kB
PageTables:       1368 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= 66360 MiB
End job on node22 at 2009-05-12 19:14:39