Trace number 1798029

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
minisat2-core 070721UNSAT 786.518 786.738

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark533.289
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  1128                                                 |
0.00/0.00	|  Number of clauses:    63345                                                |
0.00/0.03	|  Parsing time:         0.03         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |    1128    63345   188200 |    21115        0    nan |  0.000 % |
0.00/0.03	|       101 |    1128    63345   188200 |    23226      101     35 |  0.000 % |
0.00/0.04	|       251 |    1128    63345   188200 |    25549      251     30 |  0.000 % |
0.05/0.07	|       477 |    1128    63345   188200 |    28104      477     31 |  0.000 % |
0.09/0.11	|       814 |    1128    63345   188200 |    30914      814     28 |  0.000 % |
0.09/0.15	|      1321 |    1128    63345   188200 |    34005     1321     31 |  0.000 % |
0.19/0.27	|      2080 |    1128    63345   188200 |    37406     2080     27 |  0.000 % |
0.39/0.42	|      3221 |    1128    63345   188200 |    41147     3221     29 |  0.000 % |
0.59/0.66	|      4929 |    1128    63345   188200 |    45261     4929     30 |  0.000 % |
1.09/1.19	|      7492 |    1128    63345   188200 |    49788     7492     31 |  0.000 % |
1.99/2.09	|     11338 |    1128    63345   188200 |    54766    11338     30 |  0.000 % |
3.78/3.83	|     17106 |    1128    63345   188200 |    60243    17106     30 |  0.000 % |
7.39/7.44	|     25757 |    1128    63345   188200 |    66267    25757     31 |  0.000 % |
15.19/15.20	|     38732 |    1128    63345   188200 |    72894    38732     32 |  0.000 % |
30.89/30.98	|     58197 |    1128    63345   188200 |    80184    58197     34 |  0.000 % |
66.98/67.10	|     87390 |    1128    63345   188200 |    88202    23297     27 |  0.000 % |
98.36/98.42	|    131183 |    1128    63345   188200 |    97022    67090     31 |  0.000 % |
155.85/155.95	|    196874 |    1128    63345   188200 |   106725    52649     27 |  0.000 % |
241.23/241.31	|    295404 |    1128    63345   188200 |   117397    60557     29 |  0.000 % |
399.88/400.05	|    443194 |    1128    63345   188200 |   129137   108119     27 |  0.000 % |
604.02/604.29	|    664878 |    1128    63345   188200 |   142051   106244     23 |  0.001 % |
786.47/786.73	===============================================================================
786.47/786.73	restarts              : 21
786.47/786.73	conflicts             : 860613         (1094 /sec)
786.47/786.73	decisions             : 1086266        (1.72 % random) (1381 /sec)
786.47/786.73	propagations          : 134875186      (171507 /sec)
786.47/786.73	conflict literals     : 23674641       (16.51 % deleted)
786.47/786.73	Memory used           : 31.71 MB
786.47/786.73	CPU time              : 786.413 s
786.47/786.73	
786.47/786.73	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-1798029-1242087529/watcher-1798029-1242087529 -o /tmp/evaluation-result-1798029-1242087529/solver-1798029-1242087529 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798029-1242087529.cnf 

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.84 0.95 0.98 3/65 12128
/proc/meminfo: memFree=1938744/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=2180 CPUtime=0
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 405 0 0 0 0 0 0 0 18 0 1 0 236781322 2232320 390 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 545 390 58 171 0 371 0

[startup+0.060625 s]
/proc/loadavg: 0.84 0.95 0.98 3/65 12128
/proc/meminfo: memFree=1938744/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=4604 CPUtime=0.05
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 1002 0 0 0 5 0 0 0 18 0 1 0 236781322 4714496 987 1992294400 134512640 135213614 4294956256 18446744073709551615 134526761 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 1151 987 78 171 0 977 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4604

[startup+0.10163 s]
/proc/loadavg: 0.84 0.95 0.98 3/65 12128
/proc/meminfo: memFree=1938744/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=4604 CPUtime=0.09
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 1021 0 0 0 9 0 0 0 18 0 1 0 236781322 4714496 1006 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 1151 1006 78 171 0 977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4604

[startup+0.301655 s]
/proc/loadavg: 0.84 0.95 0.98 3/65 12128
/proc/meminfo: memFree=1938744/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=4868 CPUtime=0.29
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 1089 0 0 0 29 0 0 0 19 0 1 0 236781322 4984832 1074 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 1217 1074 78 171 0 1043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4868

[startup+0.701705 s]
/proc/loadavg: 0.84 0.95 0.98 3/65 12128
/proc/meminfo: memFree=1938744/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=5396 CPUtime=0.69
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 1211 0 0 0 69 0 0 0 22 0 1 0 236781322 5525504 1196 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 1349 1196 78 171 0 1175 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5396

[startup+1.50181 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 12129
/proc/meminfo: memFree=1933936/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=6056 CPUtime=1.49
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 1371 0 0 0 149 0 0 0 25 0 1 0 236781322 6201344 1356 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 1514 1356 78 171 0 1340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6056

[startup+3.10201 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 12129
/proc/meminfo: memFree=1933040/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=7112 CPUtime=3.09
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 1621 0 0 0 309 0 0 0 25 0 1 0 236781322 7282688 1606 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 1778 1606 78 171 0 1604 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7112

[startup+6.30141 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 12129
/proc/meminfo: memFree=1931248/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=8576 CPUtime=6.29
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 1995 0 0 0 628 1 0 0 25 0 1 0 236781322 8781824 1980 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 2144 1980 78 171 0 1970 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8576

[startup+12.7012 s]
/proc/loadavg: 0.87 0.95 0.98 2/66 12129
/proc/meminfo: memFree=1928760/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=10752 CPUtime=12.69
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 2545 0 0 0 1268 1 0 0 25 0 1 0 236781322 11010048 2530 1992294400 134512640 135213614 4294956256 18446744073709551615 134527238 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 2688 2530 78 171 0 2514 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10752

[startup+25.5018 s]
/proc/loadavg: 0.89 0.95 0.98 2/66 12129
/proc/meminfo: memFree=1925624/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=13824 CPUtime=25.49
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 3298 0 0 0 2547 2 0 0 25 0 1 0 236781322 14155776 3283 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 3456 3283 78 171 0 3282 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13824

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12129
/proc/meminfo: memFree=1922040/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=17644 CPUtime=51.07
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 4213 0 0 0 5104 3 0 0 25 0 1 0 236781322 18067456 4198 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 4411 4198 78 171 0 4237 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17644

[startup+102.306 s]
/proc/loadavg: 1.06 0.99 0.99 2/66 12129
/proc/meminfo: memFree=1920056/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=19604 CPUtime=102.26
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 4685 0 0 0 10222 4 0 0 25 0 1 0 236781322 20074496 4670 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 4901 4670 78 171 0 4727 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 19604

[startup+162.301 s]
/proc/loadavg: 1.08 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1917304/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=22564 CPUtime=162.25
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 5352 0 0 0 16220 5 0 0 25 0 1 0 236781322 23105536 5337 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 5641 5337 78 171 0 5467 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 22564

[startup+222.302 s]
/proc/loadavg: 1.08 1.01 1.00 2/66 12129
/proc/meminfo: memFree=1916088/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=23764 CPUtime=222.22
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 5644 0 0 0 22217 5 0 0 25 0 1 0 236781322 24334336 5629 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 5941 5629 78 171 0 5767 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23764

[startup+282.301 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 12129
/proc/meminfo: memFree=1915320/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=24552 CPUtime=282.21
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 5831 0 0 0 28215 6 0 0 25 0 1 0 236781322 25141248 5816 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 6138 5816 78 171 0 5964 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 24552

[startup+342.302 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 12129
/proc/meminfo: memFree=1913272/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=26676 CPUtime=342.19
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 6325 0 0 0 34213 6 0 0 25 0 1 0 236781322 27316224 6310 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 6669 6310 78 171 0 6495 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 26676

[startup+402.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 12129
/proc/meminfo: memFree=1912440/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=27712 CPUtime=402.18
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 6546 0 0 0 40211 7 0 0 25 0 1 0 236781322 28377088 6531 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 6928 6531 78 171 0 6754 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 27712

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 12129
/proc/meminfo: memFree=1911608/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=28276 CPUtime=462.16
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 6710 0 0 0 46209 7 0 0 25 0 1 0 236781322 28954624 6695 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 7069 6695 78 171 0 6895 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 28276

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1911224/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=28764 CPUtime=522.14
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 6810 0 0 0 52207 7 0 0 25 0 1 0 236781322 29454336 6795 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 7191 6795 78 171 0 7017 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 28764

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1910840/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=29104 CPUtime=582.13
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 6884 0 0 0 58205 8 0 0 25 0 1 0 236781322 29802496 6869 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 7276 6869 78 171 0 7102 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 29104

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1910136/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=29848 CPUtime=642.11
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7039 0 0 0 64203 8 0 0 25 0 1 0 236781322 30564352 7024 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 7462 7024 78 171 0 7288 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 29848

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1909752/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=30564 CPUtime=702.1
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7144 0 0 0 70201 9 0 0 25 0 1 0 236781322 31297536 7129 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 7641 7129 78 171 0 7467 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 30564

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1908856/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=31416 CPUtime=762.08
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7372 0 0 0 76199 9 0 0 25 0 1 0 236781322 32169984 7349 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 7854 7349 78 171 0 7680 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 31416

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

[startup+767.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1908280/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=32076 CPUtime=767.68
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7507 0 0 0 76759 9 0 0 25 0 1 0 236781322 32845824 7484 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 8019 7484 78 171 0 7845 0
Current children cumulated CPU time (s) 767.68
Current children cumulated vsize (KiB) 32076

[startup+774.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1907896/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=32472 CPUtime=774.08
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7598 0 0 0 77399 9 0 0 25 0 1 0 236781322 33251328 7575 1992294400 134512640 135213614 4294956256 18446744073709551615 134535308 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 8118 7575 78 171 0 7944 0
Current children cumulated CPU time (s) 774.08
Current children cumulated vsize (KiB) 32472

[startup+780.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1907896/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=32472 CPUtime=780.47
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7598 0 0 0 78038 9 0 0 25 0 1 0 236781322 33251328 7575 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 8118 7575 78 171 0 7944 0
Current children cumulated CPU time (s) 780.47
Current children cumulated vsize (KiB) 32472

[startup+783.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1907896/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=32472 CPUtime=783.67
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7598 0 0 0 78358 9 0 0 25 0 1 0 236781322 33251328 7575 1992294400 134512640 135213614 4294956256 18446744073709551615 134536207 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 8118 7575 78 171 0 7944 0
Current children cumulated CPU time (s) 783.67
Current children cumulated vsize (KiB) 32472

[startup+785.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1907896/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=32472 CPUtime=785.27
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7598 0 0 0 78518 9 0 0 25 0 1 0 236781322 33251328 7575 1992294400 134512640 135213614 4294956256 18446744073709551615 134717164 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 8118 7575 78 171 0 7944 0
Current children cumulated CPU time (s) 785.27
Current children cumulated vsize (KiB) 32472

[startup+786.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1907896/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=32472 CPUtime=786.07
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7598 0 0 0 78598 9 0 0 25 0 1 0 236781322 33251328 7575 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 8118 7575 78 171 0 7944 0
Current children cumulated CPU time (s) 786.07
Current children cumulated vsize (KiB) 32472

[startup+786.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12129
/proc/meminfo: memFree=1907896/2055920 swapFree=4180156/4192956
[pid=12128] ppid=12126 vsize=32472 CPUtime=786.47
/proc/12128/stat : 12128 (minisat_static) R 12126 12128 12091 0 -1 4194304 7598 0 0 0 78638 9 0 0 25 0 1 0 236781322 33251328 7575 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/12128/statm: 8118 7575 78 171 0 7944 0
Current children cumulated CPU time (s) 786.47
Current children cumulated vsize (KiB) 32472

Child status: 20
Real time (s): 786.738
CPU time (s): 786.518
CPU user time (s): 786.414
CPU system time (s): 0.103984
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 32472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 786.414
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7610
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= 2
involuntary context switches= 1404

runsolver used 0.670898 second user time and 2.19966 second system time

The end

Launcher Data

Begin job on node54 at 2009-05-12 02:18:50
IDJOB=1798029
IDBENCH=71086
IDSOLVER=651
FILE ID=node54/1798029-1242087529
PBS_JOBID= 9277728
Free space on /tmp= 66344 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_07_UNSAT.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798029-1242087529/watcher-1798029-1242087529 -o /tmp/evaluation-result-1798029-1242087529/solver-1798029-1242087529 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798029-1242087529.cnf

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

MD5SUM BENCH= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED=781804626

node54.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.234
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.234
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:       1939160 kB
Buffers:          6844 kB
Cached:          50424 kB
SwapCached:       5904 kB
Active:          26348 kB
Inactive:        39456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1939160 kB
SwapTotal:     4192956 kB
SwapFree:      4180156 kB
Dirty:            1860 kB
Writeback:           0 kB
Mapped:          14148 kB
Slab:            36924 kB
Committed_AS:   793672 kB
PageTables:       1368 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= 66344 MiB
End job on node54 at 2009-05-12 02:31:56