Trace number 1806307

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 186.095 186.21

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 revival is preprocessing the formula...#ITERATIONS 100
9.38/9.46	#LEARNT CLAUSES 1155
9.38/9.48	done !
9.38/9.48	c Now, SatElite...
9.38/9.48	c Parsing...
9.47/9.51	c ==============================================================================
9.47/9.51	c |           |     ORIGINAL     |              LEARNT              |          |
9.47/9.51	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
9.47/9.51	c ==============================================================================
9.47/9.51	c |         0 |    9854    72081 |    2956       0        0     nan |  0.000 % |
9.47/9.55	c |         0 |    8499    62726 |      --       0       --      -- |     --   | -1355/-9355
9.47/9.55	c ==============================================================================
9.47/9.55	c Result  :   #vars: 1361   #clauses: 8499   #literals: 62726
9.47/9.55	c CPU time:   0.06399 s
9.47/9.55	c ==============================================================================
9.47/9.59	c SatElite is done !
9.47/9.59	c Calling MINISAT
9.47/9.59	This is MiniSat 2.0 beta
9.47/9.59	WARNING: for repeatability, setting FPU to use double precision
9.47/9.59	============================[ Problem Statistics ]=============================
9.47/9.59	|                                                                             |
9.47/9.59	|  Number of variables:  1361                                                 |
9.47/9.59	|  Number of clauses:    8499                                                 |
9.58/9.60	|  Parsing time:         0.01         s                                       |
9.58/9.60	============================[ Search Statistics ]==============================
9.58/9.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.58/9.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.58/9.60	===============================================================================
9.58/9.60	|         0 |    1361     8499    62726 |     2833        0    nan |  0.000 % |
9.58/9.60	|       100 |    1361     8499    62726 |     3116      100     18 |  0.000 % |
9.58/9.60	|       250 |    1361     8499    62726 |     3427      250     14 |  0.000 % |
9.58/9.61	|       475 |    1361     8499    62726 |     3770      475     17 |  0.000 % |
9.58/9.62	|       812 |    1361     8499    62726 |     4147      812     19 |  0.000 % |
9.58/9.63	|      1319 |    1361     8499    62726 |     4562     1319     19 |  0.000 % |
9.58/9.66	|      2078 |    1361     8499    62726 |     5018     2078     21 |  0.000 % |
9.58/9.71	|      3217 |    1361     8499    62726 |     5520     3217     22 |  0.000 % |
9.58/9.80	|      4926 |    1361     8499    62726 |     6072     4926     23 |  0.000 % |
9.89/9.96	|      7488 |    1361     8499    62726 |     6680     4414     23 |  0.000 % |
10.18/10.22	|     11334 |    1361     8499    62726 |     7348     4873     21 |  0.000 % |
10.58/10.69	|     17100 |    1361     8499    62726 |     8082     6907     23 |  0.000 % |
11.38/11.46	|     25749 |    1361     8499    62726 |     8891     7391     26 |  0.000 % |
12.68/12.71	|     38726 |    1361     8499    62726 |     9780     6930     25 |  0.000 % |
14.38/14.41	|     58187 |    1361     8499    62726 |    10758     6654     16 |  0.000 % |
17.18/17.24	|     87379 |    1361     8499    62726 |    11834     8736     25 |  0.000 % |
22.57/22.68	|    131168 |    1361     8499    62726 |    13017    10861     26 |  0.001 % |
30.57/30.67	|    196852 |    1361     8499    62726 |    14319    11060     25 |  0.001 % |
42.55/42.63	|    295378 |    1361     8499    62726 |    15751     8946     18 |  0.000 % |
60.84/61.00	|    443167 |    1361     8499    62726 |    17326    14275     22 |  0.001 % |
89.72/89.88	|    664850 |    1361     8499    62726 |    19059     9764     20 |  0.001 % |
137.01/137.19	|    997376 |    1361     8499    62726 |    20964    17210     20 |  0.000 % |
186.07/186.20	===============================================================================
186.07/186.20	restarts              : 22
186.07/186.20	conflicts             : 1316966        (7462 /sec)
186.07/186.20	decisions             : 1804299        (1.92 % random) (10223 /sec)
186.07/186.20	propagations          : 52782639       (299074 /sec)
186.07/186.20	conflict literals     : 30775952       (33.05 % deleted)
186.07/186.20	Memory used           : 7.31 MB
186.07/186.20	CPU time              : 176.487 s
186.07/186.20	
186.07/186.20	UNSATISFIABLE
186.07/186.20	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-1806307-1242148261/watcher-1806307-1242148261 -o /tmp/evaluation-result-1806307-1242148261/solver-1806307-1242148261 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806307-1242148261.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.94 3/64 5582
/proc/meminfo: memFree=1201376/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=0
/proc/5582/stat : 5582 (run.sh) R 5580 5582 5258 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242859588 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5582/statm: 1340 236 195 169 0 51 0
[pid=5583] ppid=5582 vsize=2008 CPUtime=0
/proc/5583/stat : 5583 (revival) R 5582 5582 5258 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 242859588 2056192 231 1992294400 134512640 134537284 4294956368 18446744073709551615 134527056 0 0 4096 0 0 0 0 17 0 0 0
/proc/5583/statm: 502 231 82 6 0 140 0

[startup+0.0262229 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5582
/proc/meminfo: memFree=1201376/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=0
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242859588 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 237 196 169 0 51 0
[pid=5583] ppid=5582 vsize=2432 CPUtime=0.02
/proc/5583/stat : 5583 (revival) R 5582 5582 5258 0 -1 4194304 457 0 0 0 2 0 0 0 19 0 1 50000 242859588 2490368 323 1992294400 134512640 134537284 4294956368 18446744073709551615 134523798 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5583/statm: 608 323 85 6 0 246 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7792

[startup+0.102232 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5582
/proc/meminfo: memFree=1201376/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=0
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242859588 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 237 196 169 0 51 0
[pid=5583] ppid=5582 vsize=2564 CPUtime=0.09
/proc/5583/stat : 5583 (revival) R 5582 5582 5258 0 -1 4194304 484 0 0 0 9 0 0 0 19 0 1 50000 242859588 2625536 350 1992294400 134512640 134537284 4294956368 18446744073709551615 12314235 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5583/statm: 641 350 85 6 0 279 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7924

[startup+0.301256 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5582
/proc/meminfo: memFree=1201376/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=0
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242859588 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 237 196 169 0 51 0
[pid=5583] ppid=5582 vsize=2696 CPUtime=0.29
/proc/5583/stat : 5583 (revival) R 5582 5582 5258 0 -1 4194304 512 0 0 0 29 0 0 0 21 0 1 50000 242859588 2760704 378 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5583/statm: 674 378 85 6 0 312 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8056

[startup+0.70231 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 5582
/proc/meminfo: memFree=1201376/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=0
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242859588 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 237 196 169 0 51 0
[pid=5583] ppid=5582 vsize=2828 CPUtime=0.69
/proc/5583/stat : 5583 (revival) R 5582 5582 5258 0 -1 4194304 548 0 0 0 69 0 0 0 25 0 1 50000 242859588 2895872 414 1992294400 134512640 134537284 4294956368 18446744073709551615 12314235 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5583/statm: 707 414 85 6 0 345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8188

[startup+1.50241 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5584
/proc/meminfo: memFree=1199696/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=0
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242859588 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 237 196 169 0 51 0
[pid=5583] ppid=5582 vsize=3092 CPUtime=1.49
/proc/5583/stat : 5583 (revival) R 5582 5582 5258 0 -1 4194304 600 0 0 0 149 0 0 0 25 0 1 50000 242859588 3166208 466 1992294400 134512640 134537284 4294956368 18446744073709551615 134517107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5583/statm: 773 466 85 6 0 411 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8452

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5584
/proc/meminfo: memFree=1199312/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=0
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242859588 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 237 196 169 0 51 0
[pid=5583] ppid=5582 vsize=3356 CPUtime=3.09
/proc/5583/stat : 5583 (revival) R 5582 5582 5258 0 -1 4194304 681 0 0 0 309 0 0 0 25 0 1 50000 242859588 3436544 547 1992294400 134512640 134537284 4294956368 18446744073709551615 134523789 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5583/statm: 839 547 85 6 0 477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8716

[startup+6.30105 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5584
/proc/meminfo: memFree=1198608/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=0
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242859588 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 237 196 169 0 51 0
[pid=5583] ppid=5582 vsize=3884 CPUtime=6.29
/proc/5583/stat : 5583 (revival) R 5582 5582 5258 0 -1 4194304 817 0 0 0 629 0 0 0 25 0 1 50000 242859588 3977216 683 1992294400 134512640 134537284 4294956368 18446744073709551615 134523857 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5583/statm: 971 683 85 6 0 609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9244

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1197520/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=4004 CPUtime=3.1
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 721 0 0 0 310 0 0 0 25 0 1 0 242860547 4100096 705 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1001 705 77 170 0 829 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9364

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1196560/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=5112 CPUtime=15.89
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 981 0 0 0 1589 0 0 0 25 0 1 0 242860547 5234688 965 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1278 965 77 170 0 1106 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10472

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1195664/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=5916 CPUtime=41.46
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1200 0 0 0 4146 0 0 0 25 0 1 0 242860547 6057984 1184 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1479 1184 77 170 0 1307 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 11276

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194896/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=6668 CPUtime=92.65
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1373 0 0 0 9265 0 0 0 25 0 1 0 242860547 6828032 1357 1992294400 134512640 135212939 4294956240 18446744073709551615 134537406 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1667 1357 77 170 0 1495 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 12028

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194256/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=7352 CPUtime=152.62
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1532 0 0 0 15261 1 0 0 25 0 1 0 242860547 7528448 1516 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1838 1516 77 170 0 1666 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 12712

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

[startup+166.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194128/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=7352 CPUtime=156.61
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1557 0 0 0 15660 1 0 0 25 0 1 0 242860547 7528448 1541 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5586/statm: 1838 1541 77 170 0 1666 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 12712

[startup+179.102 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194128/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=7484 CPUtime=169.39
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1571 0 0 0 16938 1 0 0 25 0 1 0 242860547 7663616 1555 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1871 1555 77 170 0 1699 0
Current children cumulated CPU time (s) 178.97
Current children cumulated vsize (KiB) 12844

[startup+182.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194064/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=7484 CPUtime=172.59
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1575 0 0 0 17258 1 0 0 25 0 1 0 242860547 7663616 1559 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1871 1559 77 170 0 1699 0
Current children cumulated CPU time (s) 182.17
Current children cumulated vsize (KiB) 12844

[startup+183.901 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194064/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=7484 CPUtime=174.19
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1578 0 0 0 17418 1 0 0 25 0 1 0 242860547 7663616 1562 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1871 1562 77 170 0 1699 0
Current children cumulated CPU time (s) 183.77
Current children cumulated vsize (KiB) 12844

[startup+185.502 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194064/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=7484 CPUtime=175.79
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1578 0 0 0 17578 1 0 0 25 0 1 0 242860547 7663616 1562 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1871 1562 77 170 0 1699 0
Current children cumulated CPU time (s) 185.37
Current children cumulated vsize (KiB) 12844

[startup+185.906 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194064/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=7484 CPUtime=176.19
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1584 0 0 0 17618 1 0 0 25 0 1 0 242860547 7663616 1568 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1871 1568 77 170 0 1699 0
Current children cumulated CPU time (s) 185.77
Current children cumulated vsize (KiB) 12844

[startup+186.102 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194064/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=7484 CPUtime=176.39
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1584 0 0 0 17638 1 0 0 25 0 1 0 242860547 7663616 1568 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1871 1568 77 170 0 1699 0
Current children cumulated CPU time (s) 185.97
Current children cumulated vsize (KiB) 12844

[startup+186.202 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5586
/proc/meminfo: memFree=1194064/2055920 swapFree=4181380/4192956
[pid=5582] ppid=5580 vsize=5360 CPUtime=9.58
/proc/5582/stat : 5582 (run.sh) S 5580 5582 5258 0 -1 4194304 341 1428 0 0 0 0 957 1 16 0 1 0 242859588 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5582/statm: 1340 241 197 169 0 51 0
[pid=5586] ppid=5582 vsize=7484 CPUtime=176.49
/proc/5586/stat : 5586 (minisat) R 5582 5582 5258 0 -1 4194304 1584 0 0 0 17648 1 0 0 25 0 1 0 242860547 7663616 1568 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/5586/statm: 1871 1568 77 170 0 1699 0
Current children cumulated CPU time (s) 186.07
Current children cumulated vsize (KiB) 12844

Child status: 20
Real time (s): 186.21
CPU time (s): 186.095
CPU user time (s): 186.062
CPU system time (s): 0.032994
CPU usage (%): 99.9383
Max. virtual memory (cumulated for all children) (KiB): 12844

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

runsolver used 0.146977 second user time and 0.538918 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-12 19:11:01
IDJOB=1806307
IDBENCH=24714
IDSOLVER=647
FILE ID=node13/1806307-1242148261
PBS_JOBID= 9289708
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=890025300

node13.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.227
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.227
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:       1201856 kB
Buffers:         72340 kB
Cached:         699836 kB
SwapCached:       5336 kB
Active:         178692 kB
Inactive:       601852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1201856 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            59508 kB
Committed_AS:   799260 kB
PageTables:       1460 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= 66408 MiB
End job on node13 at 2009-05-12 19:14:07