Trace number 1806308

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ReVivAl 0.23 + SatElite 2009-03-18UNSAT 121.648 121.711

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.955
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    8918    76263 |    2675       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |    7397    64229 |      --       0       --      -- |     --   | -633/-7045
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 1505   #clauses: 7397   #literals: 64229
0.00/0.07	c CPU time:   0.068989 s
0.00/0.07	c ==============================================================================
0.09/0.11	c SatElite is done !
0.09/0.11	c revival is preprocessing the formula...#ITERATIONS 98
7.58/7.64	#LEARNT CLAUSES 828
7.58/7.66	done !
7.58/7.66	c Calling MINISAT
7.58/7.66	This is MiniSat 2.0 beta
7.58/7.66	WARNING: for repeatability, setting FPU to use double precision
7.58/7.66	============================[ Problem Statistics ]=============================
7.58/7.66	|                                                                             |
7.58/7.66	|  Number of variables:  1505                                                 |
7.58/7.66	|  Number of clauses:    8215                                                 |
7.58/7.67	|  Parsing time:         0.01         s                                       |
7.58/7.67	============================[ Search Statistics ]==============================
7.58/7.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.58/7.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.58/7.67	===============================================================================
7.58/7.67	|         0 |    1504     8214    62833 |     2738        0    nan |  0.000 % |
7.58/7.67	|       102 |    1504     8214    62833 |     3011      102     20 |  0.066 % |
7.58/7.68	|       252 |    1504     8214    62833 |     3312      252     17 |  0.067 % |
7.58/7.68	|       477 |    1504     8214    62833 |     3644      477     17 |  0.067 % |
7.58/7.69	|       814 |    1504     8214    62833 |     4008      814     20 |  0.066 % |
7.64/7.70	|      1320 |    1504     8214    62833 |     4409     1320     20 |  0.067 % |
7.64/7.73	|      2079 |    1504     8214    62833 |     4850     2079     19 |  0.067 % |
7.64/7.77	|      3218 |    1504     8214    62833 |     5335     3218     20 |  0.067 % |
7.64/7.87	|      4927 |    1504     8214    62833 |     5869     4927     21 |  0.067 % |
7.64/8.00	|      7489 |    1504     8214    62833 |     6456     4501     22 |  0.066 % |
7.64/8.24	|     11334 |    1504     8214    62833 |     7101     5071     21 |  0.067 % |
7.64/8.59	|     17102 |    1504     8214    62833 |     7811     3671     16 |  0.067 % |
9.17/9.26	|     25752 |    1504     8214    62833 |     8593     4439     22 |  0.066 % |
10.37/10.46	|     38729 |    1504     8214    62833 |     9452     4417     21 |  0.066 % |
12.16/12.28	|     58190 |    1504     8214    62833 |    10397     4824     26 |  0.066 % |
15.27/15.32	|     87382 |    1504     8214    62833 |    11437     7816     21 |  0.066 % |
19.06/19.16	|    131171 |    1504     8214    62833 |    12581    11360     17 |  0.066 % |
26.36/26.44	|    196856 |    1504     8214    62833 |    13839     7458     20 |  0.066 % |
37.26/37.30	|    295382 |    1504     8214    62833 |    15223     8565     21 |  0.067 % |
54.54/54.60	|    443171 |    1504     8214    62833 |    16745    11106     21 |  0.066 % |
83.23/83.33	|    664856 |    1503     7444    57523 |    18419    16094     23 |  0.133 % |
121.61/121.70	===============================================================================
121.61/121.70	restarts              : 21
121.61/121.70	conflicts             : 948011         (8318 /sec)
121.61/121.70	decisions             : 1341353        (1.93 % random) (11769 /sec)
121.61/121.70	propagations          : 36901509       (323772 /sec)
121.61/121.70	conflict literals     : 22347312       (31.39 % deleted)
121.61/121.70	Memory used           : 6.75 MB
121.61/121.70	CPU time              : 113.974 s
121.61/121.70	
121.61/121.70	UNSATISFIABLE
121.61/121.71	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-1806308-1242148307/watcher-1806308-1242148307 -o /tmp/evaluation-result-1806308-1242148307/solver-1806308-1242148307 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806308-1242148307.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.00 0.93 3/65 32379
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=0
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242860002 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 238 197 169 0 51 0
[pid=32380] ppid=32379 vsize=1168 CPUtime=0
/proc/32380/stat : 32380 (SatElite) R 32379 32379 32124 0 -1 4194304 173 0 0 0 0 0 0 0 19 0 1 0 242860002 1196032 156 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/32380/statm: 292 156 52 126 0 163 0

[startup+0.0860669 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 32379
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=0
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242860002 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 238 197 169 0 51 0
[pid=32380] ppid=32379 vsize=2220 CPUtime=0.08
/proc/32380/stat : 32380 (SatElite) R 32379 32379 32124 0 -1 4194304 479 0 0 0 8 0 0 0 19 0 1 0 242860002 2273280 454 1992294400 134512640 135031949 4294956224 18446744073709551615 134587830 0 0 4096 3 0 0 0 17 0 0 0
/proc/32380/statm: 555 454 69 126 0 426 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7580

[startup+0.10207 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 32379
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=0
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 242860002 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 238 197 169 0 51 0
[pid=32380] ppid=32379 vsize=2220 CPUtime=0.09
/proc/32380/stat : 32380 (SatElite) R 32379 32379 32124 0 -1 4194304 479 0 0 0 9 0 0 0 19 0 1 0 242860002 2273280 454 1992294400 134512640 135031949 4294956224 18446744073709551615 134754866 0 0 4096 3 0 0 0 17 0 0 0
/proc/32380/statm: 555 454 69 126 0 426 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7580

[startup+0.302109 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 32379
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=0.1
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 317 482 0 0 0 0 10 0 17 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5360

[startup+0.701183 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 32379
/proc/meminfo: memFree=1462440/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=0.1
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 317 482 0 0 0 0 10 0 17 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5360

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32382
/proc/meminfo: memFree=1460568/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=0.1
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 317 482 0 0 0 0 10 0 17 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32382] ppid=32379 vsize=2792 CPUtime=1.38
/proc/32382/stat : 32382 (revival) R 32379 32379 32124 0 -1 4194304 529 0 0 0 138 0 0 0 25 0 1 50000 242860013 2859008 416 1992294400 134512640 134537284 4294956384 18446744073709551615 134531093 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32382/statm: 698 416 85 6 0 336 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8152

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32382
/proc/meminfo: memFree=1460184/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=0.1
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 317 482 0 0 0 0 10 0 17 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32382] ppid=32379 vsize=3188 CPUtime=2.98
/proc/32382/stat : 32382 (revival) R 32379 32379 32124 0 -1 4194304 626 0 0 0 298 0 0 0 25 0 1 50000 242860013 3264512 513 1992294400 134512640 134537284 4294956384 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32382/statm: 797 513 85 6 0 435 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8548

[startup+6.30122 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32382
/proc/meminfo: memFree=1459288/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=0.1
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 317 482 0 0 0 0 10 0 17 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32382] ppid=32379 vsize=3848 CPUtime=6.18
/proc/32382/stat : 32382 (revival) R 32379 32379 32124 0 -1 4194304 801 0 0 0 618 0 0 0 25 0 1 50000 242860013 3940352 688 1992294400 134512640 134537284 4294956384 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32382/statm: 962 688 85 6 0 600 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9208

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1458400/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=4228 CPUtime=5.02
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 795 0 0 0 502 0 0 0 25 0 1 0 242860769 4329472 779 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1057 779 77 170 0 885 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9588

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1457760/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=5024 CPUtime=17.81
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 973 0 0 0 1781 0 0 0 25 0 1 0 242860769 5144576 957 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1256 957 77 170 0 1084 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 10384

[startup+51.1025 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1457056/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=5692 CPUtime=43.41
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 1155 0 0 0 4340 1 0 0 25 0 1 0 242860769 5828608 1139 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1423 1139 77 170 0 1251 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 11052

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1456096/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=6632 CPUtime=94.58
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 1370 0 0 0 9457 1 0 0 25 0 1 0 242860769 6791168 1354 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1658 1354 77 170 0 1486 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 11992

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

[startup+115.101 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1455968/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=6908 CPUtime=107.37
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 1424 0 0 0 10736 1 0 0 25 0 1 0 242860769 7073792 1408 1992294400 134512640 135212939 4294956240 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1727 1408 77 170 0 1555 0
Current children cumulated CPU time (s) 115.01
Current children cumulated vsize (KiB) 12268

[startup+118.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1455776/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=6908 CPUtime=110.57
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 1449 0 0 0 11056 1 0 0 25 0 1 0 242860769 7073792 1433 1992294400 134512640 135212939 4294956240 18446744073709551615 134530451 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1727 1433 77 170 0 1555 0
Current children cumulated CPU time (s) 118.21
Current children cumulated vsize (KiB) 12268

[startup+119.905 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1455776/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=6908 CPUtime=112.17
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 1449 0 0 0 11216 1 0 0 25 0 1 0 242860769 7073792 1433 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1727 1433 77 170 0 1555 0
Current children cumulated CPU time (s) 119.81
Current children cumulated vsize (KiB) 12268

[startup+120.701 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1455776/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=6908 CPUtime=112.97
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 1449 0 0 0 11296 1 0 0 25 0 1 0 242860769 7073792 1433 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1727 1433 77 170 0 1555 0
Current children cumulated CPU time (s) 120.61
Current children cumulated vsize (KiB) 12268

[startup+121.502 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1455776/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=6908 CPUtime=113.77
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 1449 0 0 0 11376 1 0 0 25 0 1 0 242860769 7073792 1433 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1727 1433 77 170 0 1555 0
Current children cumulated CPU time (s) 121.41
Current children cumulated vsize (KiB) 12268

[startup+121.702 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 32383
/proc/meminfo: memFree=1455776/2055920 swapFree=4180356/4192956
[pid=32379] ppid=32377 vsize=5360 CPUtime=7.64
/proc/32379/stat : 32379 (run.sh) S 32377 32379 32124 0 -1 4194304 343 1369 0 0 0 0 764 0 16 0 1 0 242860002 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32379/statm: 1340 241 197 169 0 51 0
[pid=32383] ppid=32379 vsize=6908 CPUtime=113.97
/proc/32383/stat : 32383 (minisat) R 32379 32379 32124 0 -1 4194304 1449 0 0 0 11396 1 0 0 25 0 1 0 242860769 7073792 1433 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/32383/statm: 1727 1433 77 170 0 1555 0
Current children cumulated CPU time (s) 121.61
Current children cumulated vsize (KiB) 12268

Child status: 20
Real time (s): 121.711
CPU time (s): 121.648
CPU user time (s): 121.621
CPU system time (s): 0.026995
CPU usage (%): 99.9476
Max. virtual memory (cumulated for all children) (KiB): 12268

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

runsolver used 0.092985 second user time and 0.358945 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-12 19:11:47
IDJOB=1806308
IDBENCH=24714
IDSOLVER=648
FILE ID=node82/1806308-1242148307
PBS_JOBID= 9289644
Free space on /tmp= 66088 MiB

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

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=833009858

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:       1462984 kB
Buffers:         58648 kB
Cached:         470608 kB
SwapCached:       6108 kB
Active:         132780 kB
Inactive:       404672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462984 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:          13812 kB
Slab:            41576 kB
Committed_AS:   743556 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 19:13:49