Trace number 1806329

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 79.4479 79.489

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark79.4479
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7801    67257 |    2340       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6565    57894 |      --       0       --      -- |     --   | -394/-4756
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1465   #clauses: 6565   #literals: 57894
0.00/0.06	c CPU time:   0.06199 s
0.00/0.06	c ==============================================================================
0.00/0.09	c SatElite is done !
0.00/0.09	c revival is preprocessing the formula...#ITERATIONS 92
5.78/5.85	#LEARNT CLAUSES 772
5.78/5.86	done !
5.78/5.86	c Calling MINISAT
5.78/5.86	This is MiniSat 2.0 beta
5.78/5.86	WARNING: for repeatability, setting FPU to use double precision
5.78/5.86	============================[ Problem Statistics ]=============================
5.78/5.86	|                                                                             |
5.78/5.86	|  Number of variables:  1465                                                 |
5.78/5.86	|  Number of clauses:    7324                                                 |
5.78/5.87	|  Parsing time:         0.01         s                                       |
5.78/5.87	============================[ Search Statistics ]==============================
5.78/5.87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.78/5.87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.78/5.87	===============================================================================
5.78/5.87	|         0 |    1464     7322    57265 |     2440        0    nan |  0.000 % |
5.78/5.88	|       100 |    1464     7322    57265 |     2684      100     19 |  0.068 % |
5.78/5.88	|       252 |    1464     7322    57265 |     2953      252     18 |  0.069 % |
5.78/5.89	|       478 |    1464     7322    57265 |     3248      478     16 |  0.069 % |
5.78/5.90	|       815 |    1464     7322    57265 |     3573      815     18 |  0.068 % |
5.85/5.91	|      1323 |    1464     7322    57265 |     3930     1323     20 |  0.068 % |
5.85/5.93	|      2082 |    1464     7322    57265 |     4323     2082     20 |  0.069 % |
5.85/5.98	|      3224 |    1464     7322    57265 |     4756     3224     21 |  0.068 % |
5.85/6.07	|      4932 |    1464     7322    57265 |     5231     2528     23 |  0.068 % |
5.85/6.20	|      7494 |    1464     7322    57265 |     5754     5090     24 |  0.068 % |
5.85/6.43	|     11338 |    1464     7322    57265 |     6330     3106     20 |  0.068 % |
6.77/6.80	|     17104 |    1464     7322    57265 |     6963     5668     25 |  0.068 % |
7.27/7.33	|     25753 |    1464     7322    57265 |     7659     3809     16 |  0.068 % |
8.17/8.25	|     38729 |    1464     7322    57265 |     8425     5137     26 |  0.069 % |
9.57/9.61	|     58191 |    1464     7322    57265 |     9268     7596     22 |  0.069 % |
11.77/11.87	|     87383 |    1464     7322    57265 |    10195     8790     19 |  0.068 % |
15.17/15.29	|    131172 |    1464     7322    57265 |    11214     6419     17 |  0.068 % |
21.16/21.26	|    196857 |    1464     7322    57265 |    12336    10043     22 |  0.068 % |
30.26/30.37	|    295385 |    1463     6587    52165 |    13569     6707     19 |  0.137 % |
46.06/46.15	|    443174 |    1463     6587    52165 |    14926    11313     19 |  0.137 % |
72.25/72.40	|    664859 |    1457     4977    38986 |    16419    10459     18 |  0.546 % |
79.34/79.48	===============================================================================
79.34/79.48	restarts              : 21
79.34/79.48	conflicts             : 718835         (9770 /sec)
79.34/79.48	decisions             : 1525414        (1.93 % random) (20733 /sec)
79.34/79.48	propagations          : 26051946       (354093 /sec)
79.34/79.48	conflict literals     : 15887818       (26.62 % deleted)
79.34/79.48	Memory used           : 5.66 MB
79.34/79.48	CPU time              : 73.5738 s
79.34/79.48	
79.34/79.48	UNSATISFIABLE
79.34/79.48	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-1806329-1242148357/watcher-1806329-1242148357 -o /tmp/evaluation-result-1806329-1242148357/solver-1806329-1242148357 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806329-1242148357.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.99 0.97 0.91 3/64 8652
/proc/meminfo: memFree=788784/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=0
/proc/8652/stat : 8652 (run.sh) R 8650 8652 8396 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 242863719 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8652/statm: 1340 237 196 169 0 51 0
[pid=8653] ppid=8652 vsize=948 CPUtime=0
/proc/8653/stat : 8653 (SatElite) R 8652 8652 8396 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 242863720 970752 128 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/8653/statm: 237 128 52 126 0 108 0

[startup+0.098413 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 8652
/proc/meminfo: memFree=788784/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=0.09
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 317 412 0 0 0 0 9 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.10141 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 8652
/proc/meminfo: memFree=788784/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=0.09
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 317 412 0 0 0 0 9 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.301423 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 8652
/proc/meminfo: memFree=788784/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=0.09
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 317 412 0 0 0 0 9 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.701458 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 8652
/proc/meminfo: memFree=788784/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=0.09
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 317 412 0 0 0 0 9 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50153 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8655
/proc/meminfo: memFree=787096/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=0.09
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 317 412 0 0 0 0 9 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8655] ppid=8652 vsize=2660 CPUtime=1.39
/proc/8655/stat : 8655 (revival) R 8652 8652 8396 0 -1 4194304 496 0 0 0 139 0 0 0 25 0 1 50000 242863729 2723840 389 1992294400 134512640 134537284 4294956384 18446744073709551615 134523853 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8655/statm: 665 389 85 6 0 303 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8020

[startup+3.10267 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8655
/proc/meminfo: memFree=786648/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=0.09
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 317 412 0 0 0 0 9 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8655] ppid=8652 vsize=3056 CPUtime=2.99
/proc/8655/stat : 8655 (revival) R 8652 8652 8396 0 -1 4194304 589 0 0 0 299 0 0 0 25 0 1 50000 242863729 3129344 482 1992294400 134512640 134537284 4294956384 18446744073709551615 134523736 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8655/statm: 764 482 85 6 0 402 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8416

[startup+6.30199 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8655
/proc/meminfo: memFree=785944/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 5360

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=785176/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=4032 CPUtime=6.82
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 721 0 0 0 682 0 0 0 25 0 1 0 242864306 4128768 705 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1008 705 77 170 0 836 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9392

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=784536/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=4692 CPUtime=19.61
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 879 0 0 0 1961 0 0 0 25 0 1 0 242864306 4804608 863 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1173 863 77 170 0 1001 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10052

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=783960/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=5384 CPUtime=45.21
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 1047 0 0 0 4520 1 0 0 25 0 1 0 242864306 5513216 1031 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1346 1031 77 170 0 1174 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10744

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

[startup+63.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=783704/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=5516 CPUtime=58.01
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 1112 0 0 0 5800 1 0 0 25 0 1 0 242864306 5648384 1096 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1379 1096 77 170 0 1207 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 10876

[startup+70.3016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=783640/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=5648 CPUtime=64.41
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 1124 0 0 0 6440 1 0 0 25 0 1 0 242864306 5783552 1108 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1412 1108 77 170 0 1240 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 11008

[startup+73.5018 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=783640/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=5648 CPUtime=67.6
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 1134 0 0 0 6759 1 0 0 25 0 1 0 242864306 5783552 1118 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1412 1118 77 170 0 1240 0
Current children cumulated CPU time (s) 73.45
Current children cumulated vsize (KiB) 11008

[startup+76.7011 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=783512/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=5788 CPUtime=70.8
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 1149 0 0 0 7079 1 0 0 25 0 1 0 242864306 5926912 1133 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1447 1133 77 170 0 1275 0
Current children cumulated CPU time (s) 76.65
Current children cumulated vsize (KiB) 11148

[startup+78.3013 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=783512/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=5788 CPUtime=72.39
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 1149 0 0 0 7238 1 0 0 25 0 1 0 242864306 5926912 1133 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1447 1133 77 170 0 1275 0
Current children cumulated CPU time (s) 78.24
Current children cumulated vsize (KiB) 11148

[startup+79.1013 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=783512/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=5788 CPUtime=73.2
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 1149 0 0 0 7319 1 0 0 25 0 1 0 242864306 5926912 1133 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1447 1133 77 170 0 1275 0
Current children cumulated CPU time (s) 79.05
Current children cumulated vsize (KiB) 11148

[startup+79.3014 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=783512/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=5788 CPUtime=73.39
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 1149 0 0 0 7338 1 0 0 25 0 1 0 242864306 5926912 1133 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1447 1133 77 170 0 1275 0
Current children cumulated CPU time (s) 79.24
Current children cumulated vsize (KiB) 11148

[startup+79.4024 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 8656
/proc/meminfo: memFree=783512/2055920 swapFree=4164052/4192956
[pid=8652] ppid=8650 vsize=5360 CPUtime=5.85
/proc/8652/stat : 8652 (run.sh) S 8650 8652 8396 0 -1 4194304 343 1157 0 0 0 0 585 0 16 0 1 0 242863719 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8652/statm: 1340 241 197 169 0 51 0
[pid=8656] ppid=8652 vsize=5788 CPUtime=73.49
/proc/8656/stat : 8656 (minisat) R 8652 8652 8396 0 -1 4194304 1149 0 0 0 7348 1 0 0 25 0 1 0 242864306 5926912 1133 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/8656/statm: 1447 1133 77 170 0 1275 0
Current children cumulated CPU time (s) 79.34
Current children cumulated vsize (KiB) 11148

Child status: 20
Real time (s): 79.489
CPU time (s): 79.4479
CPU user time (s): 79.4259
CPU system time (s): 0.021996
CPU usage (%): 99.9483
Max. virtual memory (cumulated for all children) (KiB): 11148

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

runsolver used 0.080987 second user time and 0.218966 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-12 19:12:37
IDJOB=1806329
IDBENCH=24717
IDSOLVER=648
FILE ID=node50/1806329-1242148357
PBS_JOBID= 9289674
Free space on /tmp= 66280 MiB

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

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=408266136

node50.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.216
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.216
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:        789336 kB
Buffers:         76796 kB
Cached:        1107688 kB
SwapCached:      23672 kB
Active:         344572 kB
Inactive:       865444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        789336 kB
SwapTotal:     4192956 kB
SwapFree:      4164052 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          13736 kB
Slab:            42552 kB
Committed_AS:   839740 kB
PageTables:       1448 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= 66276 MiB
End job on node50 at 2009-05-12 19:13:56