Trace number 315545

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 2007 (with assertions)UNSAT 668.899 669.117

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                                               |
1.69/1.72	c |  Parsing time:         1.64         s                                       |
35.78/35.85	c ============================[ Search Statistics ]==============================
35.78/35.85	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.78/35.85	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.78/35.85	c ===============================================================================
35.78/35.85	c |         0 |   40760   545239  2283680 |   181746        0    nan |  0.000 % |
36.07/36.13	c |       100 |   40760   545239  2283680 |   199920      100     17 |  0.022 % |
36.18/36.25	c |       250 |   40760   545239  2283680 |   219913      250     15 |  0.022 % |
36.67/36.79	c |       476 |   40760   545239  2283680 |   241904      476     16 |  0.022 % |
36.97/37.06	c |       814 |   40760   545239  2283680 |   266094      814     15 |  0.022 % |
38.07/38.19	c |      1320 |   40760   545239  2283680 |   292704     1320     16 |  0.022 % |
39.48/39.58	c |      2079 |   40749   545093  2283132 |   321974     2078     23 |  0.030 % |
42.37/42.45	c |      3220 |   40749   545093  2283132 |   354172     3219     25 |  0.030 % |
45.17/45.24	c |      4928 |   40749   545093  2283132 |   389589     4927     22 |  0.030 % |
48.88/48.92	c |      7490 |   40737   544947  2282584 |   428548     7488     25 |  0.038 % |
53.58/53.69	c |     11334 |   40734   544947  2282584 |   471403    11330     27 |  0.047 % |
62.58/62.66	c |     17102 |   40722   544800  2281938 |   518543    16401     31 |  0.055 % |
74.67/74.78	c |     25753 |   40701   544513  2280923 |   570397    25051     36 |  0.061 % |
91.76/91.88	c |     38729 |   40684   544330  2280198 |   627437    38025     34 |  0.084 % |
120.85/120.97	c |     58191 |   40620   543600  2277155 |   690181    57479     36 |  0.115 % |
169.44/169.53	c |     87383 |   40569   542906  2273626 |   759199    86662     32 |  0.163 % |
246.71/246.86	c |    131173 |   40528   542484  2272102 |   835119   130437     29 |  0.175 % |
390.36/390.51	c |    196858 |   40462   541810  2269669 |   918631   196111     26 |  0.219 % |
649.38/649.60	c |    295385 |   40415   541399  2268185 |  1010494   294614     22 |  1.661 % |
668.38/668.61	c ===============================================================================
668.38/668.61	c restarts              : 19
668.38/668.61	c conflicts             : 295881         (443 /sec)
668.38/668.61	c decisions             : 399197         (1.83 % random) (597 /sec)
668.38/668.61	c propagations          : 401129680      (600324 /sec)
668.38/668.61	c conflict literals     : 6597480        (42.05 % deleted)
668.38/668.61	c Memory used           : 118.32 MB
668.38/668.61	c CPU time              : 668.188 s
668.38/668.61	c 
668.87/669.10	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node15/watcher-315545-1172655758 -o ROOT/results/node15/solver-315545-1172655758 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315545-1172655758/minisat /tmp/evaluation/315545-1172655758/instance-315545-1172655758.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: 0.92 0.98 0.98 3/77 1340
/proc/meminfo: memFree=1772168/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=2364 CPUtime=0
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 502 0 0 0 0 0 0 0 18 0 1 0 285530228 2420736 486 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134533148 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 591 486 58 138 0 450 0

[startup+0.0748791 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 1340
/proc/meminfo: memFree=1772168/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=6292 CPUtime=0.06
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 1429 0 0 0 6 0 0 0 18 0 1 0 285530228 6443008 1413 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134515202 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 1573 1414 58 138 0 1432 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6292

[startup+0.102883 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 1340
/proc/meminfo: memFree=1772168/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=7524 CPUtime=0.09
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 1733 0 0 0 9 0 0 0 18 0 1 0 285530228 7704576 1717 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134561987 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 1881 1717 58 138 0 1740 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7524

[startup+0.301918 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 1340
/proc/meminfo: memFree=1772168/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=15456 CPUtime=0.29
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 3683 0 0 0 27 2 0 0 19 0 1 0 285530228 15826944 3667 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134532676 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 3864 3667 58 138 0 3723 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15456

[startup+0.701985 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 1340
/proc/meminfo: memFree=1772168/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=29276 CPUtime=0.69
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 6758 0 0 0 65 4 0 0 23 0 1 0 285530228 29978624 6742 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134532909 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 7319 6743 58 138 0 7178 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29276

[startup+1.50112 s]
/proc/loadavg: 0.92 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1737280/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=53916 CPUtime=1.49
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 12832 0 0 0 141 8 0 0 25 0 1 0 285530228 55209984 12816 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134532676 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 13479 12816 58 138 0 13338 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53916

[startup+3.1014 s]
/proc/loadavg: 0.92 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1712064/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=66316 CPUtime=3.09
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 15030 0 0 0 301 8 0 0 25 0 1 0 285530228 67907584 15014 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134531053 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 16579 15014 70 138 0 16438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66316

[startup+6.30195 s]
/proc/loadavg: 0.93 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1712000/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=76368 CPUtime=6.29
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 17651 0 0 0 620 9 0 0 25 0 1 0 285530228 78200832 17635 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 19092 17635 70 138 0 18951 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76368

[startup+12.701 s]
/proc/loadavg: 0.93 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1655872/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=124428 CPUtime=12.69
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 29235 0 0 0 1255 14 0 0 25 0 1 0 285530228 127414272 29219 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134535702 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 31107 29219 70 138 0 30966 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124428

[startup+25.5022 s]
/proc/loadavg: 0.95 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1650368/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=130276 CPUtime=25.48
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 30695 0 0 0 2534 14 0 0 25 0 1 0 285530228 133402624 30679 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134521386 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 32569 30679 70 138 0 32428 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 130276

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1659712/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=116896 CPUtime=51.08
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 31788 0 0 0 5092 16 0 0 25 0 1 0 285530228 119701504 28054 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 29224 28054 73 138 0 29083 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 116896

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1659712/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=117140 CPUtime=102.26
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 31834 0 0 0 10210 16 0 0 25 0 1 0 285530228 119951360 28100 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 29285 28100 73 138 0 29144 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 117140

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1659456/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=117260 CPUtime=162.23
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 31874 0 0 0 16207 16 0 0 25 0 1 0 285530228 120074240 28140 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 29315 28140 74 138 0 29174 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 117260

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1659264/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=117440 CPUtime=222.22
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 31910 0 0 0 22205 17 0 0 25 0 1 0 285530228 120258560 28176 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134552688 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 29360 28176 74 138 0 29219 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 117440

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1659072/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=117708 CPUtime=282.19
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 31943 0 0 0 28202 17 0 0 25 0 1 0 285530228 120532992 28209 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 29427 28209 74 138 0 29286 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 117708

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1658752/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=118028 CPUtime=342.18
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32009 0 0 0 34200 18 0 0 25 0 1 0 285530228 120860672 28275 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 29507 28275 74 138 0 29366 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 118028

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1658048/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=118620 CPUtime=402.16
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32166 0 0 0 40198 18 0 0 25 0 1 0 285530228 121466880 28432 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550692 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 29655 28432 74 138 0 29514 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 118620

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1657408/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=119528 CPUtime=462.14
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32298 0 0 0 46195 19 0 0 25 0 1 0 285530228 122396672 28564 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 29882 28564 74 138 0 29741 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 119528

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1656896/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=119952 CPUtime=522.12
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32431 0 0 0 52193 19 0 0 25 0 1 0 285530228 122830848 28697 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 29988 28697 74 138 0 29847 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 119952

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1656512/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=120164 CPUtime=582.1
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32482 0 0 0 58190 20 0 0 25 0 1 0 285530228 123047936 28748 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 30041 28748 74 138 0 29900 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 120164

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1655488/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=121152 CPUtime=642.08
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32721 0 0 0 64188 20 0 0 25 0 1 0 285530228 124059648 28987 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 30288 28987 74 138 0 30147 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 121152

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

[startup+652.702 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1655424/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=121152 CPUtime=652.48
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32723 0 0 0 65227 21 0 0 25 0 1 0 285530228 124059648 28989 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134549228 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 30288 28989 74 138 0 30147 0
Current children cumulated CPU time (s) 652.48
Current children cumulated vsize (KiB) 121152

[startup+659.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1655424/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=121152 CPUtime=658.88
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32723 0 0 0 65867 21 0 0 25 0 1 0 285530228 124059648 28989 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134549530 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 30288 28989 74 138 0 30147 0
Current children cumulated CPU time (s) 658.88
Current children cumulated vsize (KiB) 121152

[startup+665.506 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1655424/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=121152 CPUtime=665.28
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32723 0 0 0 66507 21 0 0 25 0 1 0 285530228 124059648 28989 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134549360 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 30288 28989 74 138 0 30147 0
Current children cumulated CPU time (s) 665.28
Current children cumulated vsize (KiB) 121152

[startup+667.101 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1655424/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=121152 CPUtime=666.88
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32723 0 0 0 66667 21 0 0 25 0 1 0 285530228 124059648 28989 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134549500 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 30288 28989 74 138 0 30147 0
Current children cumulated CPU time (s) 666.88
Current children cumulated vsize (KiB) 121152

[startup+667.901 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1655424/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=121152 CPUtime=667.68
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32723 0 0 0 66747 21 0 0 25 0 1 0 285530228 124059648 28989 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 30288 28989 74 138 0 30147 0
Current children cumulated CPU time (s) 667.68
Current children cumulated vsize (KiB) 121152

[startup+668.702 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1656000/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=120136 CPUtime=668.48
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32729 0 0 0 66827 21 0 0 25 0 1 0 285530228 123019264 28807 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134705370 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 30034 28807 79 138 0 29893 0
Current children cumulated CPU time (s) 668.48
Current children cumulated vsize (KiB) 120136

[startup+669.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 1341
/proc/meminfo: memFree=1656000/2055920 swapFree=4191880/4192956
[pid=1340] ppid=1338 vsize=95296 CPUtime=668.87
/proc/1340/stat : 1340 (minisat) R 1338 1340 820 0 -1 4194304 32729 0 0 0 66866 21 0 0 25 0 1 0 285530228 97583104 23214 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134874938 0 0 4096 3 0 0 0 17 1 0 0
/proc/1340/statm: 23824 23214 2173 138 0 23683 0
Current children cumulated CPU time (s) 668.87
Current children cumulated vsize (KiB) 95296

Child status: 0
Real time (s): 669.117
CPU time (s): 668.899
CPU user time (s): 668.668
CPU system time (s): 0.230964
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 136012

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

runsolver used 0.738887 second user time and 1.70074 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Wed Feb 28 09:42:39 UTC 2007

IDJOB= 315545
IDBENCH= 20419
IDSOLVER= 109
FILE ID= node15/315545-1172655758

PBS_JOBID= 3980956

Free space on /tmp= 66443 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/315545-1172655758/minisat /tmp/evaluation/315545-1172655758/instance-315545-1172655758.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-315545-1172655758 -o ROOT/results/node15/solver-315545-1172655758 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315545-1172655758/minisat /tmp/evaluation/315545-1172655758/instance-315545-1172655758.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 396925221

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1772576 kB
Buffers:          5828 kB
Cached:         151004 kB
SwapCached:        384 kB
Active:          80120 kB
Inactive:       151008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772576 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           14640 kB
Writeback:           0 kB
Mapped:          84284 kB
Slab:            37644 kB
Committed_AS:  1022300 kB
PageTables:       1856 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= 66443 MiB

End job on node15 on Wed Feb 28 09:53:48 UTC 2007