Trace number 1805789

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 112.095 112.161

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.6568
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 92
6.17/6.29	#LEARNT CLAUSES 902
6.27/6.31	done !
6.27/6.31	c Now, SatElite...
6.27/6.31	c Parsing...
6.27/6.33	c ==============================================================================
6.27/6.33	c |           |     ORIGINAL     |              LEARNT              |          |
6.27/6.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
6.27/6.33	c ==============================================================================
6.27/6.33	c |         0 |    8054    61438 |    2416       0        0     nan |  0.000 % |
6.27/6.36	c |         0 |    7434    56329 |      --       0       --      -- |     --   | -620/-5109
6.27/6.36	c ==============================================================================
6.27/6.36	c Result  :   #vars: 1309   #clauses: 7434   #literals: 56329
6.27/6.36	c CPU time:   0.045993 s
6.27/6.36	c ==============================================================================
6.27/6.39	c SatElite is done !
6.27/6.39	c Calling MINISAT
6.27/6.39	This is MiniSat 2.0 beta
6.27/6.39	WARNING: for repeatability, setting FPU to use double precision
6.27/6.39	============================[ Problem Statistics ]=============================
6.27/6.39	|                                                                             |
6.27/6.39	|  Number of variables:  1309                                                 |
6.27/6.39	|  Number of clauses:    7434                                                 |
6.37/6.40	|  Parsing time:         0.01         s                                       |
6.37/6.40	============================[ Search Statistics ]==============================
6.37/6.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.37/6.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.37/6.40	===============================================================================
6.37/6.40	|         0 |    1309     7434    56329 |     2478        0    nan |  0.000 % |
6.37/6.40	|       100 |    1309     7434    56329 |     2725      100     10 |  0.000 % |
6.37/6.41	|       250 |    1309     7434    56329 |     2998      250     11 |  0.000 % |
6.37/6.41	|       475 |    1309     7434    56329 |     3298      475     11 |  0.000 % |
6.37/6.42	|       812 |    1309     7434    56329 |     3628      812     15 |  0.000 % |
6.37/6.43	|      1318 |    1309     7434    56329 |     3990     1318     17 |  0.000 % |
6.37/6.46	|      2078 |    1309     7434    56329 |     4389     2078     20 |  0.000 % |
6.37/6.49	|      3217 |    1309     7434    56329 |     4828     3217     18 |  0.000 % |
6.47/6.55	|      4926 |    1309     7434    56329 |     5311     4926     18 |  0.000 % |
6.57/6.67	|      7488 |    1309     7434    56329 |     5842     4776     18 |  0.000 % |
6.77/6.85	|     11335 |    1309     7434    56329 |     6427     5653     17 |  0.000 % |
7.07/7.16	|     17102 |    1309     7434    56329 |     7070     4954     17 |  0.000 % |
7.57/7.64	|     25752 |    1309     7434    56329 |     7777     6443     18 |  0.000 % |
8.36/8.47	|     38727 |    1309     7434    56329 |     8554     7649     18 |  0.000 % |
9.77/9.82	|     58190 |    1309     7434    56329 |     9410     5586     16 |  0.000 % |
11.86/11.94	|     87384 |    1309     7434    56329 |    10351     6315     17 |  0.000 % |
15.56/15.69	|    131173 |    1309     7434    56329 |    11386     8451     23 |  0.001 % |
21.36/21.45	|    196859 |    1309     7434    56329 |    12524    11148     20 |  0.000 % |
30.85/30.97	|    295386 |    1309     7434    56329 |    13777     8974     19 |  0.000 % |
45.85/45.97	|    443175 |    1309     7434    56329 |    15155    11426     19 |  0.000 % |
71.63/71.74	|    664858 |    1308     7418    56277 |    16670    12186     20 |  0.076 % |
112.03/112.15	===============================================================================
112.03/112.15	restarts              : 21
112.03/112.15	conflicts             : 987180         (9339 /sec)
112.03/112.15	decisions             : 1489598        (1.92 % random) (14092 /sec)
112.03/112.15	propagations          : 33865668       (320376 /sec)
112.03/112.15	conflict literals     : 22851764       (25.71 % deleted)
112.03/112.15	Memory used           : 6.05 MB
112.03/112.15	CPU time              : 105.706 s
112.03/112.15	
112.03/112.16	UNSATISFIABLE
112.03/112.16	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-1805789-1242142215/watcher-1805789-1242142215 -o /tmp/evaluation-result-1805789-1242142215/solver-1805789-1242142215 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805789-1242142215.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.00 0.19 0.93 3/64 20918
/proc/meminfo: memFree=1019568/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=0
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242255018 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20918/statm: 1340 237 196 169 0 51 0
[pid=20919] ppid=20918 vsize=188 CPUtime=0
/proc/20919/stat : 20919 (revival) D 20918 20918 20881 0 -1 4194304 54 0 0 0 0 0 0 0 18 0 1 0 242255018 192512 32 1992294400 134512640 134537284 4294956368 18446744073709551615 4678564 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/20919/statm: 47 32 26 6 0 3 0

[startup+0.0758131 s]
/proc/loadavg: 0.00 0.19 0.93 3/64 20918
/proc/meminfo: memFree=1019568/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=0
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242255018 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20918/statm: 1340 237 196 169 0 51 0
[pid=20919] ppid=20918 vsize=2264 CPUtime=0.05
/proc/20919/stat : 20919 (revival) R 20918 20918 20881 0 -1 4194304 405 0 0 0 5 0 0 0 19 0 1 50000 242255018 2318336 292 1992294400 134512640 134537284 4294956368 18446744073709551615 134523761 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20919/statm: 566 292 85 6 0 204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7624

[startup+0.102813 s]
/proc/loadavg: 0.00 0.19 0.93 3/64 20918
/proc/meminfo: memFree=1019568/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=0
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242255018 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20918/statm: 1340 237 196 169 0 51 0
[pid=20919] ppid=20918 vsize=2396 CPUtime=0.08
/proc/20919/stat : 20919 (revival) R 20918 20918 20881 0 -1 4194304 413 0 0 0 8 0 0 0 19 0 1 50000 242255018 2453504 300 1992294400 134512640 134537284 4294956368 18446744073709551615 134523580 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20919/statm: 599 300 85 6 0 237 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7756

[startup+0.301826 s]
/proc/loadavg: 0.00 0.19 0.93 3/64 20918
/proc/meminfo: memFree=1019568/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=0
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242255018 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20918/statm: 1340 237 196 169 0 51 0
[pid=20919] ppid=20918 vsize=2396 CPUtime=0.28
/proc/20919/stat : 20919 (revival) R 20918 20918 20881 0 -1 4194304 440 0 0 0 28 0 0 0 20 0 1 50000 242255018 2453504 327 1992294400 134512640 134537284 4294956368 18446744073709551615 134523966 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20919/statm: 599 327 85 6 0 237 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7756

[startup+0.701852 s]
/proc/loadavg: 0.00 0.19 0.93 3/64 20918
/proc/meminfo: memFree=1019568/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=0
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242255018 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20918/statm: 1340 237 196 169 0 51 0
[pid=20919] ppid=20918 vsize=2528 CPUtime=0.68
/proc/20919/stat : 20919 (revival) R 20918 20918 20881 0 -1 4194304 475 0 0 0 68 0 0 0 24 0 1 50000 242255018 2588672 362 1992294400 134512640 134537284 4294956368 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20919/statm: 632 362 85 6 0 270 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7888

[startup+1.5029 s]
/proc/loadavg: 0.00 0.19 0.93 2/66 20920
/proc/meminfo: memFree=1018016/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=0
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242255018 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20918/statm: 1340 237 196 169 0 51 0
[pid=20919] ppid=20918 vsize=2792 CPUtime=1.48
/proc/20919/stat : 20919 (revival) R 20918 20918 20881 0 -1 4194304 532 0 0 0 148 0 0 0 25 0 1 50000 242255018 2859008 419 1992294400 134512640 134537284 4294956368 18446744073709551615 134523765 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20919/statm: 698 419 85 6 0 336 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8152

[startup+3.10201 s]
/proc/loadavg: 0.00 0.19 0.93 2/66 20920
/proc/meminfo: memFree=1017568/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=0
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242255018 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20918/statm: 1340 237 196 169 0 51 0
[pid=20919] ppid=20918 vsize=3188 CPUtime=3.08
/proc/20919/stat : 20919 (revival) R 20918 20918 20881 0 -1 4194304 623 0 0 0 308 0 0 0 25 0 1 50000 242255018 3264512 510 1992294400 134512640 134537284 4294956368 18446744073709551615 134524267 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20919/statm: 797 510 85 6 0 435 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8548

[startup+6.30121 s]
/proc/loadavg: 0.08 0.21 0.93 2/66 20920
/proc/meminfo: memFree=1016800/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=0
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242255018 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20918/statm: 1340 237 196 169 0 51 0
[pid=20919] ppid=20918 vsize=3860 CPUtime=6.27
/proc/20919/stat : 20919 (revival) R 20918 20918 20881 0 -1 4194304 802 0 0 0 627 0 0 0 25 0 1 50000 242255018 3952640 689 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20919/statm: 965 689 97 6 0 603 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9220

[startup+12.7016 s]
/proc/loadavg: 0.15 0.22 0.93 2/66 20922
/proc/meminfo: memFree=1015968/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=6.37
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 341 1198 0 0 0 0 636 1 16 0 1 0 242255018 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1340 241 197 169 0 51 0
[pid=20922] ppid=20918 vsize=3924 CPUtime=6.29
/proc/20922/stat : 20922 (minisat) R 20918 20918 20881 0 -1 4194304 695 0 0 0 629 0 0 0 25 0 1 0 242255658 4018176 679 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/20922/statm: 981 679 76 170 0 809 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9284

[startup+25.5015 s]
/proc/loadavg: 0.34 0.26 0.93 2/66 20922
/proc/meminfo: memFree=1015264/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=6.37
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 341 1198 0 0 0 0 636 1 16 0 1 0 242255018 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1340 241 197 169 0 51 0
[pid=20922] ppid=20918 vsize=4592 CPUtime=19.09
/proc/20922/stat : 20922 (minisat) R 20918 20918 20881 0 -1 4194304 857 0 0 0 1909 0 0 0 25 0 1 0 242255658 4702208 841 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/20922/statm: 1148 841 76 170 0 976 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9952

[startup+51.1011 s]
/proc/loadavg: 0.56 0.32 0.93 2/66 20922
/proc/meminfo: memFree=1014560/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=6.37
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 341 1198 0 0 0 0 636 1 16 0 1 0 242255018 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1340 241 197 169 0 51 0
[pid=20922] ppid=20918 vsize=5388 CPUtime=44.67
/proc/20922/stat : 20922 (minisat) R 20918 20918 20881 0 -1 4194304 1050 0 0 0 4467 0 0 0 25 0 1 0 242255658 5517312 1034 1992294400 134512640 135212939 4294956240 18446744073709551615 134530505 0 0 4096 3 0 0 0 17 0 0 0
/proc/20922/statm: 1347 1034 76 170 0 1175 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10748

[startup+102.305 s]
/proc/loadavg: 0.81 0.42 0.93 2/66 20922
/proc/meminfo: memFree=1013600/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=6.37
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 341 1198 0 0 0 0 636 1 16 0 1 0 242255018 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1340 241 197 169 0 51 0
[pid=20922] ppid=20918 vsize=6192 CPUtime=95.85
/proc/20922/stat : 20922 (minisat) R 20918 20918 20881 0 -1 4194304 1257 0 0 0 9585 0 0 0 25 0 1 0 242255658 6340608 1241 1992294400 134512640 135212939 4294956240 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 0 0 0
/proc/20922/statm: 1548 1241 76 170 0 1376 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 11552

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

[startup+108.702 s]
/proc/loadavg: 0.82 0.43 0.93 2/66 20922
/proc/meminfo: memFree=1013600/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=6.37
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 341 1198 0 0 0 0 636 1 16 0 1 0 242255018 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1340 241 197 169 0 51 0
[pid=20922] ppid=20918 vsize=6192 CPUtime=102.25
/proc/20922/stat : 20922 (minisat) R 20918 20918 20881 0 -1 4194304 1266 0 0 0 10225 0 0 0 25 0 1 0 242255658 6340608 1250 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/20922/statm: 1548 1250 76 170 0 1376 0
Current children cumulated CPU time (s) 108.62
Current children cumulated vsize (KiB) 11552

[startup+110.302 s]
/proc/loadavg: 0.84 0.44 0.93 2/66 20922
/proc/meminfo: memFree=1013600/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=6.37
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 341 1198 0 0 0 0 636 1 16 0 1 0 242255018 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1340 241 197 169 0 51 0
[pid=20922] ppid=20918 vsize=6192 CPUtime=103.86
/proc/20922/stat : 20922 (minisat) R 20918 20918 20881 0 -1 4194304 1268 0 0 0 10385 1 0 0 25 0 1 0 242255658 6340608 1252 1992294400 134512640 135212939 4294956240 18446744073709551615 134526778 0 0 4096 3 0 0 0 17 0 0 0
/proc/20922/statm: 1548 1252 76 170 0 1376 0
Current children cumulated CPU time (s) 110.23
Current children cumulated vsize (KiB) 11552

[startup+111.107 s]
/proc/loadavg: 0.84 0.44 0.93 2/66 20922
/proc/meminfo: memFree=1013600/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=6.37
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 341 1198 0 0 0 0 636 1 16 0 1 0 242255018 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1340 241 197 169 0 51 0
[pid=20922] ppid=20918 vsize=6192 CPUtime=104.66
/proc/20922/stat : 20922 (minisat) R 20918 20918 20881 0 -1 4194304 1268 0 0 0 10465 1 0 0 25 0 1 0 242255658 6340608 1252 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/20922/statm: 1548 1252 76 170 0 1376 0
Current children cumulated CPU time (s) 111.03
Current children cumulated vsize (KiB) 11552

[startup+111.901 s]
/proc/loadavg: 0.84 0.44 0.93 2/66 20922
/proc/meminfo: memFree=1013600/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=6.37
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 341 1198 0 0 0 0 636 1 16 0 1 0 242255018 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1340 241 197 169 0 51 0
[pid=20922] ppid=20918 vsize=6192 CPUtime=105.45
/proc/20922/stat : 20922 (minisat) R 20918 20918 20881 0 -1 4194304 1270 0 0 0 10544 1 0 0 25 0 1 0 242255658 6340608 1254 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/20922/statm: 1548 1254 76 170 0 1376 0
Current children cumulated CPU time (s) 111.82
Current children cumulated vsize (KiB) 11552

[startup+112.101 s]
/proc/loadavg: 0.84 0.44 0.93 2/66 20922
/proc/meminfo: memFree=1013600/2055920 swapFree=4181272/4192956
[pid=20918] ppid=20916 vsize=5360 CPUtime=6.37
/proc/20918/stat : 20918 (run.sh) S 20916 20918 20881 0 -1 4194304 341 1198 0 0 0 0 636 1 16 0 1 0 242255018 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20918/statm: 1340 241 197 169 0 51 0
[pid=20922] ppid=20918 vsize=6192 CPUtime=105.66
/proc/20922/stat : 20922 (minisat) R 20918 20918 20881 0 -1 4194304 1270 0 0 0 10565 1 0 0 25 0 1 0 242255658 6340608 1254 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/20922/statm: 1548 1254 76 170 0 1376 0
Current children cumulated CPU time (s) 112.03
Current children cumulated vsize (KiB) 11552

Child status: 20
Real time (s): 112.161
CPU time (s): 112.095
CPU user time (s): 112.068
CPU system time (s): 0.026995
CPU usage (%): 99.9409
Max. virtual memory (cumulated for all children) (KiB): 11552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.068
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= 2834
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= 11
involuntary context switches= 397

runsolver used 0.085986 second user time and 0.334949 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-12 17:30:15
IDJOB=1805789
IDBENCH=24599
IDSOLVER=647
FILE ID=node22/1805789-1242142215
PBS_JOBID= 9289699
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=229687625

node22.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1020056 kB
Buffers:         82568 kB
Cached:         852820 kB
SwapCached:       5528 kB
Active:          84168 kB
Inactive:       859580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1020056 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          13984 kB
Slab:            78192 kB
Committed_AS:   978872 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node22 at 2009-05-12 17:32:07