Trace number 1805782

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 79.9928 80.0364

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-icl003.sat05-2715.reshuffled-07.cnf
MD5SUMddc67b9b869c1d77b5458996a2e27751
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark79.9928
Satisfiable
(Un)Satisfiability was proved
Number of variables1472
Number of clauses7737
Sum of the clauses size65737
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2253
Number of clauses of size 31166
Number of clauses of size 4118
Number of clauses of size 5888
Number of clauses of size over 55285

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 98
6.89/6.92	#LEARNT CLAUSES 873
6.89/6.94	done !
6.89/6.94	c Now, SatElite...
6.89/6.94	c Parsing...
6.89/6.96	c ==============================================================================
6.89/6.96	c |           |     ORIGINAL     |              LEARNT              |          |
6.89/6.96	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
6.89/6.96	c ==============================================================================
6.89/6.96	c |         0 |    8235    62176 |    2470       0        0     nan |  0.000 % |
6.89/6.99	c |         0 |    7455    55827 |      --       0       --      -- |     --   | -780/-6349
6.89/6.99	c ==============================================================================
6.89/6.99	c Result  :   #vars: 1295   #clauses: 7455   #literals: 55827
6.89/6.99	c CPU time:   0.047992 s
6.89/6.99	c ==============================================================================
6.93/7.02	c SatElite is done !
6.93/7.02	c Calling MINISAT
6.93/7.02	This is MiniSat 2.0 beta
6.93/7.02	WARNING: for repeatability, setting FPU to use double precision
6.93/7.02	============================[ Problem Statistics ]=============================
6.93/7.02	|                                                                             |
6.93/7.02	|  Number of variables:  1295                                                 |
6.93/7.02	|  Number of clauses:    7455                                                 |
6.93/7.03	|  Parsing time:         0.01         s                                       |
6.93/7.03	============================[ Search Statistics ]==============================
6.93/7.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.93/7.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.93/7.03	===============================================================================
6.93/7.03	|         0 |    1295     7455    55827 |     2485        0    nan |  0.000 % |
6.93/7.04	|       100 |    1295     7455    55827 |     2733      100     15 |  0.000 % |
6.93/7.04	|       250 |    1295     7455    55827 |     3006      250     13 |  0.000 % |
6.93/7.04	|       475 |    1295     7455    55827 |     3307      475     15 |  0.000 % |
6.93/7.05	|       813 |    1295     7455    55827 |     3638      813     15 |  0.000 % |
6.93/7.06	|      1319 |    1295     7455    55827 |     4002     1319     16 |  0.000 % |
6.93/7.08	|      2078 |    1295     7455    55827 |     4402     2078     16 |  0.000 % |
7.01/7.12	|      3217 |    1295     7455    55827 |     4842     3217     18 |  0.000 % |
7.01/7.20	|      4925 |    1295     7455    55827 |     5326     4925     18 |  0.000 % |
7.01/7.31	|      7489 |    1295     7455    55827 |     5859     4813     17 |  0.000 % |
7.01/7.52	|     11333 |    1295     7455    55827 |     6445     5689     19 |  0.000 % |
7.77/7.88	|     17100 |    1295     7455    55827 |     7089     4922     24 |  0.000 % |
8.37/8.44	|     25749 |    1295     7455    55827 |     7798     6421     17 |  0.000 % |
9.27/9.30	|     38723 |    1295     7455    55827 |     8578     7540     23 |  0.000 % |
10.67/10.70	|     58185 |    1295     7455    55827 |     9436     5398     22 |  0.000 % |
12.77/12.87	|     87377 |    1295     7455    55827 |    10380     6146     16 |  0.000 % |
16.27/16.36	|    131168 |    1295     7455    55827 |    11418     8159     21 |  0.000 % |
21.66/21.74	|    196852 |    1294     6722    50717 |    12560     7758     18 |  0.078 % |
30.96/31.03	|    295378 |    1293     5877    44170 |    13816     6479     17 |  0.155 % |
46.15/46.22	|    443167 |    1292     5846    44039 |    15198    11898     20 |  0.232 % |
72.04/72.18	|    664850 |    1288     5028    37064 |    16717    14691     17 |  0.542 % |
79.93/80.03	===============================================================================
79.93/80.03	restarts              : 21
79.93/80.03	conflicts             : 723546         (9918 /sec)
79.93/80.03	decisions             : 1151836        (1.91 % random) (15789 /sec)
79.93/80.03	propagations          : 24594413       (337132 /sec)
79.93/80.03	conflict literals     : 15910842       (25.85 % deleted)
79.93/80.03	Memory used           : 5.70 MB
79.93/80.03	CPU time              : 72.9519 s
79.93/80.03	
79.93/80.03	UNSATISFIABLE
79.93/80.03	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-1805782-1242142214/watcher-1805782-1242142214 -o /tmp/evaluation-result-1805782-1242142214/solver-1805782-1242142214 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805782-1242142214.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.26 0.08 0.47 3/65 32188
/proc/meminfo: memFree=1467496/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=0
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 242250771 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32188/statm: 1340 237 196 169 0 51 0
[pid=32189] ppid=32188 vsize=1932 CPUtime=0
/proc/32189/stat : 32189 (revival) R 32188 32188 32124 0 -1 4194304 246 0 0 0 0 0 0 0 20 0 1 0 242250771 1978368 212 1992294400 134512640 134537284 4294956368 18446744073709551615 134527056 0 0 4096 0 0 0 0 17 0 0 0
/proc/32189/statm: 483 212 82 6 0 121 0

[startup+0.0763859 s]
/proc/loadavg: 0.26 0.08 0.47 3/65 32188
/proc/meminfo: memFree=1467496/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=0
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 242250771 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32188/statm: 1340 237 196 169 0 51 0
[pid=32189] ppid=32188 vsize=2396 CPUtime=0.07
/proc/32189/stat : 32189 (revival) R 32188 32188 32124 0 -1 4194304 416 0 0 0 7 0 0 0 20 0 1 50000 242250771 2453504 301 1992294400 134512640 134537284 4294956368 18446744073709551615 6985339 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32189/statm: 599 301 85 6 0 237 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7756

[startup+0.10139 s]
/proc/loadavg: 0.26 0.08 0.47 3/65 32188
/proc/meminfo: memFree=1467496/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=0
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 242250771 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32188/statm: 1340 237 196 169 0 51 0
[pid=32189] ppid=32188 vsize=2396 CPUtime=0.09
/proc/32189/stat : 32189 (revival) R 32188 32188 32124 0 -1 4194304 421 0 0 0 9 0 0 0 20 0 1 50000 242250771 2453504 306 1992294400 134512640 134537284 4294956368 18446744073709551615 134523896 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32189/statm: 599 306 85 6 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7756

[startup+0.301427 s]
/proc/loadavg: 0.26 0.08 0.47 3/65 32188
/proc/meminfo: memFree=1467496/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=0
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 242250771 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32188/statm: 1340 237 196 169 0 51 0
[pid=32189] ppid=32188 vsize=2528 CPUtime=0.29
/proc/32189/stat : 32189 (revival) R 32188 32188 32124 0 -1 4194304 446 0 0 0 29 0 0 0 22 0 1 50000 242250771 2588672 331 1992294400 134512640 134537284 4294956368 18446744073709551615 134523899 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32189/statm: 632 331 85 6 0 270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7888

[startup+0.7015 s]
/proc/loadavg: 0.26 0.08 0.47 3/65 32188
/proc/meminfo: memFree=1467496/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=0
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 242250771 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32188/statm: 1340 237 196 169 0 51 0
[pid=32189] ppid=32188 vsize=2660 CPUtime=0.69
/proc/32189/stat : 32189 (revival) R 32188 32188 32124 0 -1 4194304 479 0 0 0 69 0 0 0 25 0 1 50000 242250771 2723840 364 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32189/statm: 665 364 85 6 0 303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8020

[startup+1.50165 s]
/proc/loadavg: 0.26 0.08 0.47 2/67 32190
/proc/meminfo: memFree=1466008/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=0
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 242250771 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32188/statm: 1340 237 196 169 0 51 0
[pid=32189] ppid=32188 vsize=2792 CPUtime=1.49
/proc/32189/stat : 32189 (revival) R 32188 32188 32124 0 -1 4194304 530 0 0 0 149 0 0 0 25 0 1 50000 242250771 2859008 415 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32189/statm: 698 415 85 6 0 336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8152

[startup+3.10195 s]
/proc/loadavg: 0.26 0.08 0.47 2/67 32190
/proc/meminfo: memFree=1465624/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=0
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 242250771 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32188/statm: 1340 237 196 169 0 51 0
[pid=32189] ppid=32188 vsize=3188 CPUtime=3.09
/proc/32189/stat : 32189 (revival) R 32188 32188 32124 0 -1 4194304 620 0 0 0 309 0 0 0 25 0 1 50000 242250771 3264512 505 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32189/statm: 797 505 85 6 0 435 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8548

[startup+6.30154 s]
/proc/loadavg: 0.32 0.10 0.47 2/67 32190
/proc/meminfo: memFree=1464920/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=0
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 242250771 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32188/statm: 1340 237 196 169 0 51 0
[pid=32189] ppid=32188 vsize=3848 CPUtime=6.29
/proc/32189/stat : 32189 (revival) R 32188 32188 32124 0 -1 4194304 786 0 0 0 629 0 0 0 25 0 1 50000 242250771 3940352 671 1992294400 134512640 134537284 4294956368 18446744073709551615 134517713 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32189/statm: 962 671 85 6 0 600 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9208

[startup+12.7017 s]
/proc/loadavg: 0.37 0.11 0.47 2/67 32192
/proc/meminfo: memFree=1463960/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=3928 CPUtime=5.66
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 691 0 0 0 566 0 0 0 25 0 1 0 242251474 4022272 675 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 982 675 76 170 0 810 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9288

[startup+25.5011 s]
/proc/loadavg: 0.51 0.16 0.48 2/67 32192
/proc/meminfo: memFree=1463456/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=4632 CPUtime=18.45
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 852 0 0 0 1845 0 0 0 25 0 1 0 242251474 4743168 836 1992294400 134512640 135212939 4294956240 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1158 836 76 170 0 986 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9992

[startup+51.1019 s]
/proc/loadavg: 0.68 0.22 0.49 2/67 32192
/proc/meminfo: memFree=1462560/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=5424 CPUtime=44.05
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 1078 0 0 0 4404 1 0 0 25 0 1 0 242251474 5554176 1062 1992294400 134512640 135212939 4294956240 18446744073709551615 134534926 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1356 1062 76 170 0 1184 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10784

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

[startup+63.9012 s]
/proc/loadavg: 0.73 0.25 0.50 2/67 32192
/proc/meminfo: memFree=1462304/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=5692 CPUtime=56.83
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 1133 0 0 0 5682 1 0 0 25 0 1 0 242251474 5828608 1117 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1423 1117 76 170 0 1251 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 11052

[startup+70.3014 s]
/proc/loadavg: 0.77 0.27 0.50 2/67 32192
/proc/meminfo: memFree=1462304/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=5692 CPUtime=63.23
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 1133 0 0 0 6322 1 0 0 25 0 1 0 242251474 5828608 1117 1992294400 134512640 135212939 4294956240 18446744073709551615 134536120 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1423 1117 76 170 0 1251 0
Current children cumulated CPU time (s) 70.24
Current children cumulated vsize (KiB) 11052

[startup+76.7016 s]
/proc/loadavg: 0.79 0.28 0.50 2/67 32192
/proc/meminfo: memFree=1462240/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=5692 CPUtime=69.63
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 1146 0 0 0 6962 1 0 0 25 0 1 0 242251474 5828608 1130 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1423 1130 76 170 0 1251 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 11052

[startup+78.3029 s]
/proc/loadavg: 0.79 0.28 0.50 2/67 32192
/proc/meminfo: memFree=1462240/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=5692 CPUtime=71.23
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 1147 0 0 0 7122 1 0 0 25 0 1 0 242251474 5828608 1131 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1423 1131 76 170 0 1251 0
Current children cumulated CPU time (s) 78.24
Current children cumulated vsize (KiB) 11052

[startup+79.1011 s]
/proc/loadavg: 0.79 0.28 0.50 2/67 32192
/proc/meminfo: memFree=1462240/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=5692 CPUtime=72.03
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 1147 0 0 0 7202 1 0 0 25 0 1 0 242251474 5828608 1131 1992294400 134512640 135212939 4294956240 18446744073709551615 134535751 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1423 1131 76 170 0 1251 0
Current children cumulated CPU time (s) 79.04
Current children cumulated vsize (KiB) 11052

[startup+79.5011 s]
/proc/loadavg: 0.79 0.28 0.50 2/67 32192
/proc/meminfo: memFree=1462240/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=5828 CPUtime=72.42
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 1151 0 0 0 7241 1 0 0 25 0 1 0 242251474 5967872 1135 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1457 1135 76 170 0 1285 0
Current children cumulated CPU time (s) 79.43
Current children cumulated vsize (KiB) 11188

[startup+79.9012 s]
/proc/loadavg: 0.79 0.28 0.50 2/67 32192
/proc/meminfo: memFree=1462240/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=5828 CPUtime=72.82
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 1151 0 0 0 7281 1 0 0 25 0 1 0 242251474 5967872 1135 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1457 1135 76 170 0 1285 0
Current children cumulated CPU time (s) 79.83
Current children cumulated vsize (KiB) 11188

[startup+80.0012 s]
/proc/loadavg: 0.79 0.28 0.50 2/67 32192
/proc/meminfo: memFree=1462240/2055920 swapFree=4180356/4192956
[pid=32188] ppid=32186 vsize=5360 CPUtime=7.01
/proc/32188/stat : 32188 (run.sh) S 32186 32188 32124 0 -1 4194304 341 1227 0 0 0 0 701 0 15 0 1 0 242250771 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32188/statm: 1340 241 197 169 0 51 0
[pid=32192] ppid=32188 vsize=5828 CPUtime=72.92
/proc/32192/stat : 32192 (minisat) R 32188 32188 32124 0 -1 4194304 1151 0 0 0 7291 1 0 0 25 0 1 0 242251474 5967872 1135 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/32192/statm: 1457 1135 76 170 0 1285 0
Current children cumulated CPU time (s) 79.93
Current children cumulated vsize (KiB) 11188

Child status: 20
Real time (s): 80.0364
CPU time (s): 79.9928
CPU user time (s): 79.9678
CPU system time (s): 0.024996
CPU usage (%): 99.9456
Max. virtual memory (cumulated for all children) (KiB): 11188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.9678
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= 2742
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= 212

runsolver used 0.080987 second user time and 0.216967 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-12 17:30:14
IDJOB=1805782
IDBENCH=24598
IDSOLVER=647
FILE ID=node82/1805782-1242142214
PBS_JOBID= 9289644
Free space on /tmp= 66088 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG-gensys-icl003.sat05-2715.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805782-1242142214/watcher-1805782-1242142214 -o /tmp/evaluation-result-1805782-1242142214/solver-1805782-1242142214 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1805782-1242142214.cnf HOME

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

MD5SUM BENCH= ddc67b9b869c1d77b5458996a2e27751
RANDOM SEED=893835492

node82.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.259
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.259
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:      2055920 kB
MemFree:       1468040 kB
Buffers:         57048 kB
Cached:         467244 kB
SwapCached:       6108 kB
Active:         130248 kB
Inactive:       402188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468040 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          13764 kB
Slab:            41504 kB
Committed_AS:   737196 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66088 MiB
End job on node82 at 2009-05-12 17:31:35