Trace number 421496

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, and are wall clock time (not CPU 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
minisat SAT 2007UNSAT 633.945 634.126

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.0629
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  151768                                               |
0.00/0.00	c |  Number of clauses:    761906                                               |
0.79/0.82	c |  Parsing time:         0.74         s                                       |
31.68/31.76	c ============================[ Search Statistics ]==============================
31.68/31.76	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.68/31.76	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.68/31.76	c ===============================================================================
31.68/31.76	c |         0 |   40760   545239  2283680 |   181746        0    nan |  0.000 % |
31.98/32.03	c |       100 |   40760   545239  2283680 |   199920      100     17 |  0.022 % |
32.08/32.15	c |       250 |   40760   545239  2283680 |   219913      250     15 |  0.022 % |
32.58/32.67	c |       476 |   40760   545239  2283680 |   241904      476     16 |  0.022 % |
32.88/32.93	c |       814 |   40760   545239  2283680 |   266094      814     15 |  0.022 % |
33.98/34.02	c |      1320 |   40760   545239  2283680 |   292704     1320     16 |  0.022 % |
35.28/35.37	c |      2079 |   40749   545093  2283132 |   321974     2078     23 |  0.030 % |
38.08/38.14	c |      3220 |   40749   545093  2283132 |   354172     3219     25 |  0.030 % |
40.78/40.87	c |      4928 |   40749   545093  2283132 |   389589     4927     22 |  0.030 % |
44.47/44.51	c |      7490 |   40737   544947  2282584 |   428548     7488     25 |  0.038 % |
49.17/49.23	c |     11334 |   40734   544947  2282584 |   471403    11330     27 |  0.047 % |
57.87/57.96	c |     17102 |   40722   544800  2281938 |   518543    16401     31 |  0.055 % |
69.87/69.94	c |     25753 |   40701   544513  2280923 |   570397    25051     36 |  0.061 % |
86.56/86.68	c |     38729 |   40684   544330  2280198 |   627437    38025     34 |  0.084 % |
114.95/115.06	c |     58191 |   40620   543600  2277155 |   690181    57479     36 |  0.115 % |
162.35/162.49	c |     87383 |   40569   542906  2273626 |   759199    86662     32 |  0.163 % |
237.43/237.52	c |    131173 |   40528   542484  2272102 |   835119   130437     29 |  0.175 % |
375.69/375.82	c |    196858 |   40462   541810  2269669 |   918631   196111     26 |  0.219 % |
620.91/621.18	c |    295385 |   40415   541399  2268185 |  1010494   294614     22 |  1.661 % |
633.91/634.10	c ===============================================================================
633.91/634.10	c restarts              : 19
633.91/634.10	c conflicts             : 295881         (467 /sec)
633.91/634.10	c decisions             : 399197         (1.83 % random) (630 /sec)
633.91/634.10	c propagations          : 401129680      (632960 /sec)
633.91/634.10	c conflict literals     : 6597480        (42.05 % deleted)
633.91/634.10	c Memory used           : 118.29 MB
633.91/634.10	c CPU time              : 633.737 s
633.91/634.10	c 
633.91/634.10	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node63/watcher-421496-1177492271 -o ROOT/results/node63/solver-421496-1177492271 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421496-1177492271/minisat_noassertions /tmp/evaluation/421496-1177492271/instance-421496-1177492271.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): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.02 0.84 3/64 2801
/proc/meminfo: memFree=1829012/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=2332 CPUtime=0
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 492 0 0 0 0 0 0 0 18 0 1 0 225217070 2387968 478 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524455 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 583 478 50 130 0 450 0

[startup+0.106021 s]
/proc/loadavg: 1.02 1.02 0.84 3/64 2801
/proc/meminfo: memFree=1829012/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=10212 CPUtime=0.09
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 2336 0 0 0 8 1 0 0 18 0 1 0 225217070 10457088 2322 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524854 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 2553 2324 50 130 0 2420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10212

[startup+0.202031 s]
/proc/loadavg: 1.02 1.02 0.84 3/64 2801
/proc/meminfo: memFree=1829012/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=17256 CPUtime=0.19
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 4041 0 0 0 17 2 0 0 18 0 1 0 225217070 17670144 4027 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134558467 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 4314 4027 50 130 0 4181 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17256

[startup+0.302046 s]
/proc/loadavg: 1.02 1.02 0.84 3/64 2801
/proc/meminfo: memFree=1829012/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=24800 CPUtime=0.29
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 5800 0 0 0 26 3 0 0 19 0 1 0 225217070 25395200 5786 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134519145 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 6200 5787 50 130 0 6067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24800

[startup+0.701082 s]
/proc/loadavg: 1.02 1.02 0.84 3/64 2801
/proc/meminfo: memFree=1829012/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=54280 CPUtime=0.69
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 12936 0 0 0 62 7 0 0 22 0 1 0 225217070 55582720 12922 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 13570 12922 50 130 0 13437 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54280

[startup+1.50117 s]
/proc/loadavg: 1.02 1.02 0.84 2/65 2802
/proc/meminfo: memFree=1769036/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=66284 CPUtime=1.49
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 15020 0 0 0 141 8 0 0 25 0 1 0 225217070 67874816 15006 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529689 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 16571 15006 62 130 0 16438 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66284

[startup+3.10134 s]
/proc/loadavg: 1.02 1.02 0.84 2/65 2802
/proc/meminfo: memFree=1768908/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=66284 CPUtime=3.09
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 15020 0 0 0 301 8 0 0 25 0 1 0 225217070 67874816 15006 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 16571 15006 62 130 0 16438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66284

[startup+6.30167 s]
/proc/loadavg: 1.02 1.02 0.84 2/65 2802
/proc/meminfo: memFree=1747980/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=105104 CPUtime=6.29
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 25215 0 0 0 617 12 0 0 25 0 1 0 225217070 107626496 25201 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 26276 25202 62 130 0 26143 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105104

[startup+12.7013 s]
/proc/loadavg: 1.02 1.02 0.84 2/65 2802
/proc/meminfo: memFree=1709772/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=127472 CPUtime=12.68
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 29789 0 0 0 1254 14 0 0 25 0 1 0 225217070 130531328 29775 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 31868 29775 62 130 0 31735 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 127472

[startup+25.5027 s]
/proc/loadavg: 1.02 1.02 0.84 2/65 2802
/proc/meminfo: memFree=1704076/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=134992 CPUtime=25.49
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 31237 0 0 0 2533 16 0 0 25 0 1 0 225217070 138231808 31223 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529389 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 33748 31223 62 130 0 33615 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134992

[startup+51.1024 s]
/proc/loadavg: 1.01 1.01 0.84 2/65 2802
/proc/meminfo: memFree=1716492/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=116864 CPUtime=51.07
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 31780 0 0 0 5091 16 0 0 25 0 1 0 225217070 119668736 28048 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 29216 28048 67 130 0 29083 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 116864

[startup+102.303 s]
/proc/loadavg: 1.00 1.01 0.85 2/65 2802
/proc/meminfo: memFree=1716556/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=117108 CPUtime=102.26
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 31829 0 0 0 10210 16 0 0 25 0 1 0 225217070 119918592 28097 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546862 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 29277 28097 67 130 0 29144 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 117108

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.85 2/65 2802
/proc/meminfo: memFree=1716428/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=117228 CPUtime=162.25
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 31871 0 0 0 16208 17 0 0 25 0 1 0 225217070 120041472 28139 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 29307 28139 67 130 0 29174 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 117228

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 2802
/proc/meminfo: memFree=1716236/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=117408 CPUtime=222.24
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 31906 0 0 0 22207 17 0 0 25 0 1 0 225217070 120225792 28174 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 29352 28174 67 130 0 29219 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 117408

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.86 2/65 2802
/proc/meminfo: memFree=1716108/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=117676 CPUtime=282.21
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 31939 0 0 0 28204 17 0 0 25 0 1 0 225217070 120500224 28207 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 29419 28207 67 130 0 29286 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 117676

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 2802
/proc/meminfo: memFree=1715596/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=118212 CPUtime=342.2
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32058 0 0 0 34203 17 0 0 25 0 1 0 225217070 121049088 28326 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 29553 28326 67 130 0 29420 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 118212

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 2802
/proc/meminfo: memFree=1715148/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=118992 CPUtime=402.18
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32166 0 0 0 40201 17 0 0 25 0 1 0 225217070 121847808 28434 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 29748 28434 67 130 0 29615 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 118992

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 2802
/proc/meminfo: memFree=1714636/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=119496 CPUtime=462.15
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32307 0 0 0 46198 17 0 0 25 0 1 0 225217070 122363904 28575 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546862 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 29874 28575 67 130 0 29741 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 119496

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 2802
/proc/meminfo: memFree=1713996/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=120132 CPUtime=522.15
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32453 0 0 0 52197 18 0 0 25 0 1 0 225217070 123015168 28721 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30033 28721 67 130 0 29900 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 120132

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 2802
/proc/meminfo: memFree=1713420/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=120576 CPUtime=582.12
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32596 0 0 0 58194 18 0 0 25 0 1 0 225217070 123469824 28864 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30144 28864 67 130 0 30011 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 120576

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

[startup+588.802 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 2802
/proc/meminfo: memFree=1713292/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=120756 CPUtime=588.62
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32622 0 0 0 58844 18 0 0 25 0 1 0 225217070 123654144 28890 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30189 28890 67 130 0 30056 0
Current children cumulated CPU time (s) 588.62
Current children cumulated vsize (KiB) 120756

[startup+614.402 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 2802
/proc/meminfo: memFree=1712908/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=121120 CPUtime=614.21
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32712 0 0 0 61403 18 0 0 25 0 1 0 225217070 124026880 28980 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30280 28980 67 130 0 30147 0
Current children cumulated CPU time (s) 614.21
Current children cumulated vsize (KiB) 121120

[startup+627.202 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 2802
/proc/meminfo: memFree=1712908/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=121120 CPUtime=627.01
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32714 0 0 0 62683 18 0 0 25 0 1 0 225217070 124026880 28982 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546099 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30280 28982 67 130 0 30147 0
Current children cumulated CPU time (s) 627.01
Current children cumulated vsize (KiB) 121120

[startup+630.405 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 2802
/proc/meminfo: memFree=1712908/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=121120 CPUtime=630.21
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32714 0 0 0 63003 18 0 0 25 0 1 0 225217070 124026880 28982 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545964 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30280 28982 67 130 0 30147 0
Current children cumulated CPU time (s) 630.21
Current children cumulated vsize (KiB) 121120

[startup+632.001 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 2802
/proc/meminfo: memFree=1712908/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=121120 CPUtime=631.81
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32714 0 0 0 63163 18 0 0 25 0 1 0 225217070 124026880 28982 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545964 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30280 28982 67 130 0 30147 0
Current children cumulated CPU time (s) 631.81
Current children cumulated vsize (KiB) 121120

[startup+632.802 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 2802
/proc/meminfo: memFree=1712908/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=121120 CPUtime=632.61
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32714 0 0 0 63243 18 0 0 25 0 1 0 225217070 124026880 28982 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545996 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30280 28982 67 130 0 30147 0
Current children cumulated CPU time (s) 632.61
Current children cumulated vsize (KiB) 121120

[startup+633.602 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 2802
/proc/meminfo: memFree=1712908/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=121120 CPUtime=633.41
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32714 0 0 0 63323 18 0 0 25 0 1 0 225217070 124026880 28982 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30280 28982 67 130 0 30147 0
Current children cumulated CPU time (s) 633.41
Current children cumulated vsize (KiB) 121120

[startup+634.002 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 2802
/proc/meminfo: memFree=1712908/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=121120 CPUtime=633.81
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32714 0 0 0 63363 18 0 0 25 0 1 0 225217070 124026880 28982 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30280 28982 67 130 0 30147 0
Current children cumulated CPU time (s) 633.81
Current children cumulated vsize (KiB) 121120

[startup+634.102 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 2802
/proc/meminfo: memFree=1712908/2055920 swapFree=4182896/4192956
[pid=2801] ppid=2799 vsize=121120 CPUtime=633.91
/proc/2801/stat : 2801 (minisat_noasser) R 2799 2801 2410 0 -1 4194304 32714 0 0 0 63373 18 0 0 25 0 1 0 225217070 124026880 28982 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2801/statm: 30280 28982 67 130 0 30147 0
Current children cumulated CPU time (s) 633.91
Current children cumulated vsize (KiB) 121120

Child status: 20
Real time (s): 634.126
CPU time (s): 633.945
CPU user time (s): 633.737
CPU system time (s): 0.207968
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 135980

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

runsolver used 0.507922 second user time and 1.22781 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Wed Apr 25 09:11:12 UTC 2007

IDJOB= 421496
IDBENCH= 20419
IDSOLVER= 188
FILE ID= node63/421496-1177492271

PBS_JOBID= 4685764

Free space on /tmp= 66460 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= /tmp/evaluation/421496-1177492271/minisat_noassertions /tmp/evaluation/421496-1177492271/instance-421496-1177492271.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-421496-1177492271 -o ROOT/results/node63/solver-421496-1177492271 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421496-1177492271/minisat_noassertions /tmp/evaluation/421496-1177492271/instance-421496-1177492271.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 463494268

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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:       1829420 kB
Buffers:         16520 kB
Cached:         150624 kB
SwapCached:       4556 kB
Active:          70544 kB
Inactive:       106764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829420 kB
SwapTotal:     4192956 kB
SwapFree:      4182896 kB
Dirty:           15216 kB
Writeback:           0 kB
Mapped:          15412 kB
Slab:            35148 kB
Committed_AS:  2206200 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= 66460 MiB

End job on node63 on Wed Apr 25 09:21:46 UTC 2007