Trace number 3433940

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
minisat hack: MiniSAT 2.2.0-agile-26UNSAT 497.962 497.954

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.1726
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

497.90/497.92	WARNING: for repeatability, setting FPU to use double precision
497.90/497.92	============================[ Problem Statistics ]=============================
497.90/497.92	|                                                                             |
497.90/497.92	|  Number of variables:         24415                                         |
497.90/497.92	|  Number of clauses:          711049                                         |
497.90/497.92	|  Parse time:                   0.22 s                                       |
497.90/497.92	|  Eliminated clauses:           0.21 Mb                                      |
497.90/497.92	|  Simplification time:          1.53 s                                       |
497.90/497.92	|                                                                             |
497.90/497.92	============================[ Search Statistics ]=================================
497.90/497.92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress    |
497.90/497.92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |     Agility |
497.90/497.92	==================================================================================
497.90/497.92	|       100 |   21498   703071  2039754 |   257792      100     84 |  0.037 %  1 |
497.90/497.92	|       250 |   21498   703071  2039754 |   283571      250     80 |  0.037 %  3 |
497.90/497.92	|       475 |   21498   703071  2039754 |   311929      475     88 |  0.037 %  1 |
497.90/497.92	|       812 |   21498   703071  2039754 |   343122      812     84 |  0.037 %  1 |
497.90/497.92	|      1318 |   21498   703071  2039754 |   377434     1318     75 |  0.037 %  1 |
497.90/497.92	|      2077 |   21498   703071  2039754 |   415177     2077     76 |  0.037 %  5 |
497.90/497.92	|      3216 |   21498   703071  2039754 |   456695     3216     81 |  0.037 %  1 |
497.90/497.92	|      4924 |   21498   703071  2039754 |   502365     4924     87 |  0.037 %  1 |
497.90/497.92	|      7486 |   21498   703071  2039754 |   552601     7486     93 |  0.037 %  4 |
497.90/497.92	|     11330 |   21498   703071  2039754 |   607861    11330     87 |  0.037 %  1 |
497.90/497.92	|     17096 |   21498   703071  2039754 |   668647    17096     86 |  0.037 %  1 |
497.90/497.92	|     25745 |   21498   703071  2039754 |   735512    25745    100 |  0.037 %  1 |
497.90/497.92	|     38719 |   21498   703071  2039754 |   809063    38719    114 |  0.037 %  0 |
497.90/497.92	|     58180 |   21498   703071  2039754 |   889970    58180    118 |  0.037 %  0 |
497.90/497.92	|     87372 |   21498   703071  2039754 |   978967    87372    124 |  0.037 %  1 |
497.90/497.92	|    131161 |   21498   703071  2039754 |  1076864   131161    125 |  0.037 %  1 |
497.90/497.92	|    196845 |   21498   703071  2039754 |  1184550   196845    126 |  0.037 %  0 |
497.90/497.92	|    295371 |   21498   703071  2039754 |  1303005   295371    120 |  0.037 %  1 |
497.90/497.92	|    443160 |   21498   703071  2039754 |  1433306   443160    120 |  0.037 %  1 |
497.90/497.92	|    664843 |   21468   695786  2024215 |  1576636   663884    121 |  0.160 %  1 |
497.90/497.92	|    997368 |   21232   692395  2016020 |  1734300   982465    119 |  1.126 %  1 |
497.90/497.92	===============================================================================
497.90/497.92	restarts              : 2544
497.90/497.92	skipped               : 0
497.90/497.92	conflicts             : 1307109        (2627 /sec)
497.90/497.92	decisions             : 7572144        (0.00 % random) (15220 /sec)
497.90/497.92	propagations          : 913030661      (1835188 /sec)
497.90/497.92	conflict literals     : 161113242      (50.71 % deleted)
497.90/497.92	Memory used           : 1014.00 MB
497.90/497.92	CPU time              : 497.513 s
497.90/497.92	
497.90/497.92	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3433940-1308501837/watcher-3433940-1308501837 -o /tmp/evaluation-result-3433940-1308501837/solver-3433940-1308501837 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433940-1308501837.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 1.99 1.86 2/177 28769
/proc/meminfo: memFree=26908748/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=19652 CPUtime=0 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 765 0 0 0 0 0 0 0 25 0 1 0 942599374 20123648 699 33554432000 4194304 4291235 140737060770864 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 4913 700 213 24 0 1547 0

[startup+0.019125 s]
/proc/loadavg: 2.01 1.99 1.86 2/177 28769
/proc/meminfo: memFree=26908748/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=21696 CPUtime=0.01 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 1554 0 0 0 1 0 0 0 25 0 1 0 942599374 22216704 1414 33554432000 4194304 4291235 140737060770864 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 5424 1416 215 24 0 2058 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21696

[startup+0.101123 s]
/proc/loadavg: 2.01 1.99 1.86 2/177 28769
/proc/meminfo: memFree=26908748/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=36652 CPUtime=0.09 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 6383 0 0 0 9 0 0 0 25 0 1 0 942599374 37531648 5506 33554432000 4194304 4291235 140737060770864 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 9163 5507 215 24 0 5797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36652

[startup+0.301086 s]
/proc/loadavg: 2.01 1.99 1.86 2/177 28769
/proc/meminfo: memFree=26908748/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=69460 CPUtime=0.29 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 15338 0 0 0 27 2 0 0 25 0 1 0 942599374 71127040 12605 33554432000 4194304 4291235 140737060770864 18446744073709551615 4230240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 17365 12605 237 24 0 13999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69460

[startup+0.701005 s]
/proc/loadavg: 2.01 1.99 1.86 2/177 28769
/proc/meminfo: memFree=26908748/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=69460 CPUtime=0.69 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 15338 0 0 0 67 2 0 0 25 0 1 0 942599374 71127040 12605 33554432000 4194304 4291235 140737060770864 18446744073709551615 4229991 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 17365 12605 237 24 0 13999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69460

[startup+1.50085 s]
/proc/loadavg: 2.01 1.99 1.86 3/178 28770
/proc/meminfo: memFree=26857924/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=70388 CPUtime=1.49 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 15774 0 0 0 147 2 0 0 25 0 1 0 942599374 72077312 13022 33554432000 4194304 4291235 140737060770864 18446744073709551615 4230240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 17597 13022 239 24 0 14231 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70388

[startup+3.10053 s]
/proc/loadavg: 2.01 1.99 1.86 3/178 28770
/proc/meminfo: memFree=26863500/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=66284 CPUtime=3.09 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 20829 0 0 0 306 3 0 0 25 0 1 0 942599374 67874816 12756 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 16571 12756 259 24 0 13205 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66284

[startup+6.30087 s]
/proc/loadavg: 2.01 1.99 1.86 3/178 28770
/proc/meminfo: memFree=26842552/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=96928 CPUtime=6.29 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 25725 0 0 0 626 3 0 0 25 0 1 0 942599374 99254272 17612 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 24232 17612 259 24 0 20866 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96928

[startup+12.7006 s]
/proc/loadavg: 2.01 1.99 1.86 3/178 28771
/proc/meminfo: memFree=26804120/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=129232 CPUtime=12.69 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 35029 0 0 0 1264 5 0 0 25 0 1 0 942599374 132333568 26840 33554432000 4194304 4291235 140737060770864 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 32308 26840 259 24 0 28942 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129232

[startup+25.5011 s]
/proc/loadavg: 2.00 1.99 1.86 3/178 28771
/proc/meminfo: memFree=26741984/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=185304 CPUtime=25.49 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 49639 0 0 0 2542 7 0 0 25 0 1 0 942599374 189751296 41349 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 46326 41349 259 24 0 42960 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 185304

[startup+51.101 s]
/proc/loadavg: 2.00 1.99 1.86 3/178 28772
/proc/meminfo: memFree=26625944/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=279024 CPUtime=51.1 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 69800 0 0 0 5099 11 0 0 25 0 1 0 942599374 285720576 61366 33554432000 4194304 4291235 140737060770864 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 69756 61366 259 24 0 66390 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 279024

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 28773
/proc/meminfo: memFree=26520164/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=433224 CPUtime=102.3 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 104126 0 0 0 10213 17 0 0 25 0 1 0 942599374 443621376 95469 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 108306 95469 259 24 0 104940 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 433224

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 28775
/proc/meminfo: memFree=26429376/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=656460 CPUtime=162.29 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 127081 0 0 0 16207 22 0 0 25 0 1 0 942599374 672215040 118216 33554432000 4194304 4291235 140737060770864 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 164115 118216 259 24 0 160749 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 656460

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.88 3/178 28776
/proc/meminfo: memFree=26370564/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=666380 CPUtime=222.29 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 141801 0 0 0 22204 25 0 0 25 0 1 0 942599374 682373120 132809 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 166595 132809 259 24 0 163229 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 666380

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.89 3/178 28778
/proc/meminfo: memFree=26276180/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=671848 CPUtime=282.29 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 157616 0 0 0 28200 29 0 0 25 0 1 0 942599374 687972352 148510 33554432000 4194304 4291235 140737060770864 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 167962 148510 259 24 0 164596 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 671848

[startup+342.301 s]
/proc/loadavg: 2.04 2.00 1.90 3/178 28779
/proc/meminfo: memFree=26212916/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=676080 CPUtime=342.3 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 171856 0 0 0 34197 33 0 0 25 0 1 0 942599374 692305920 162672 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 169020 162672 259 24 0 165654 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 676080

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.90 3/178 28781
/proc/meminfo: memFree=26209556/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=1028796 CPUtime=402.29 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 182503 0 0 0 40193 36 0 0 25 0 1 0 942599374 1053487104 173219 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 257199 173219 259 24 0 253833 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1028796

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28783
/proc/meminfo: memFree=26161668/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=1035276 CPUtime=462.3 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 194365 0 0 0 46190 40 0 0 25 0 1 0 942599374 1060122624 185008 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 258819 185008 259 24 0 255453 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1035276

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

[startup+473.501 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28783
/proc/meminfo: memFree=26154720/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=1035276 CPUtime=473.5 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 196156 0 0 0 47310 40 0 0 25 0 1 0 942599374 1060122624 186781 33554432000 4194304 4291235 140737060770864 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 258819 186781 259 24 0 255453 0
Current children cumulated CPU time (s) 473.5
Current children cumulated vsize (KiB) 1035276

[startup+486.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28783
/proc/meminfo: memFree=26147516/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=1038516 CPUtime=486.31 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 197887 0 0 0 48590 41 0 0 25 0 1 0 942599374 1063440384 188493 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 259629 188493 259 24 0 256263 0
Current children cumulated CPU time (s) 486.31
Current children cumulated vsize (KiB) 1038516

[startup+492.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28783
/proc/meminfo: memFree=26144664/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=1038516 CPUtime=492.71 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 198603 0 0 0 49230 41 0 0 25 0 1 0 942599374 1063440384 189203 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 259629 189203 259 24 0 256263 0
Current children cumulated CPU time (s) 492.71
Current children cumulated vsize (KiB) 1038516

[startup+495.901 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28784
/proc/meminfo: memFree=26143796/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=1038516 CPUtime=495.9 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 198875 0 0 0 49549 41 0 0 25 0 1 0 942599374 1063440384 189473 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 259629 189473 259 24 0 256263 0
Current children cumulated CPU time (s) 495.9
Current children cumulated vsize (KiB) 1038516

[startup+496.701 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28784
/proc/meminfo: memFree=26143424/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=1038516 CPUtime=496.7 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 198936 0 0 0 49629 41 0 0 25 0 1 0 942599374 1063440384 189532 33554432000 4194304 4291235 140737060770864 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 259629 189532 259 24 0 256263 0
Current children cumulated CPU time (s) 496.7
Current children cumulated vsize (KiB) 1038516

[startup+497.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28784
/proc/meminfo: memFree=26143052/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=1038516 CPUtime=497.5 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 198975 0 0 0 49709 41 0 0 25 0 1 0 942599374 1063440384 189571 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 259629 189571 259 24 0 256263 0
Current children cumulated CPU time (s) 497.5
Current children cumulated vsize (KiB) 1038516

[startup+497.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 28784
/proc/meminfo: memFree=26143052/32951124 swapFree=67054460/67111528
[pid=28769] ppid=28767 vsize=1038516 CPUtime=497.9 cores=0,2,4,6
/proc/28769/stat : 28769 (minisat) R 28767 28769 28044 0 -1 4202496 199008 0 0 0 49749 41 0 0 25 0 1 0 942599374 1063440384 189604 33554432000 4194304 4291235 140737060770864 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28769/statm: 259629 189604 259 24 0 256263 0
Current children cumulated CPU time (s) 497.9
Current children cumulated vsize (KiB) 1038516

Child status: 20
Real time (s): 497.954
CPU time (s): 497.962
CPU user time (s): 497.514
CPU system time (s): 0.447931
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1038516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 497.514
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199023
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 406

runsolver used 0.767883 second user time and 1.53477 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-19 18:43:58
IDJOB=3433940
IDBENCH=71743
IDSOLVER=1930
FILE ID=node143/3433940-1308501837
RUNJOBID= node143-1308500767-28675
PBS_JOBID= 13608163
Free space on /tmp= 73568 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3433940-1308501837/watcher-3433940-1308501837 -o /tmp/evaluation-result-3433940-1308501837/solver-3433940-1308501837 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433940-1308501837.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1859021780

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26908928 kB
Buffers:        536352 kB
Cached:        4967824 kB
SwapCached:      10088 kB
Active:        2546380 kB
Inactive:      3116612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26908928 kB
SwapTotal:    67111528 kB
SwapFree:     67054460 kB
Dirty:           13276 kB
Writeback:           4 kB
AnonPages:      156748 kB
Mapped:          13076 kB
Slab:           316428 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   352900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73568 MiB
End job on node143 at 2011-06-19 18:52:16