Trace number 3318119

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 577.608 577.615

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 benchmark78.878
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

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

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-3318119-1304900266/watcher-3318119-1304900266 -o /tmp/evaluation-result-3318119-1304900266/solver-3318119-1304900266 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318119-1304900266.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.96 3.95 3.06 4/303 5299
/proc/meminfo: memFree=22851412/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=19644 CPUtime=0 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 759 0 0 0 0 0 0 0 18 0 1 0 582442583 20115456 695 33554432000 4194304 4291235 140736931344544 18446744073709551615 4276956 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 4911 696 213 24 0 1545 0

[startup+0.016155 s]
/proc/loadavg: 3.96 3.95 3.06 4/303 5299
/proc/meminfo: memFree=22851412/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=21072 CPUtime=0.01 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 1265 0 0 0 1 0 0 0 18 0 1 0 582442583 21577728 1181 33554432000 4194304 4291235 140736931344544 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 5268 1183 215 24 0 1902 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21072

[startup+0.101168 s]
/proc/loadavg: 3.96 3.95 3.06 4/303 5299
/proc/meminfo: memFree=22851412/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=34492 CPUtime=0.09 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 5765 0 0 0 9 0 0 0 18 0 1 0 582442583 35319808 4930 33554432000 4194304 4291235 140736931344544 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 8623 4931 215 24 0 5257 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34492

[startup+0.301154 s]
/proc/loadavg: 3.96 3.95 3.06 4/303 5299
/proc/meminfo: memFree=22851412/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=69452 CPUtime=0.29 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 15335 0 0 0 27 2 0 0 18 0 1 0 582442583 71118848 12603 33554432000 4194304 4291235 140736931344544 18446744073709551615 4215656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 17363 12603 236 24 0 13997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69452

[startup+0.701059 s]
/proc/loadavg: 3.96 3.95 3.06 4/303 5299
/proc/meminfo: memFree=22851412/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=69452 CPUtime=0.69 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 15336 0 0 0 67 2 0 0 18 0 1 0 582442583 71118848 12604 33554432000 4194304 4291235 140736931344544 18446744073709551615 4229925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 17363 12604 237 24 0 13997 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69452

[startup+1.50091 s]
/proc/loadavg: 3.97 3.95 3.07 5/304 5301
/proc/meminfo: memFree=22697404/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=70208 CPUtime=1.49 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 15704 0 0 0 147 2 0 0 20 0 1 0 582442583 71892992 12955 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255043 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 17552 12955 239 24 0 14186 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70208

[startup+3.10059 s]
/proc/loadavg: 3.97 3.95 3.07 5/304 5301
/proc/meminfo: memFree=23228124/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=66276 CPUtime=3.09 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 20181 0 0 0 307 2 0 0 25 0 1 0 582442583 67866624 12115 33554432000 4194304 4291235 140736931344544 18446744073709551615 4249346 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 16569 12115 259 24 0 13203 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66276

[startup+6.301 s]
/proc/loadavg: 3.97 3.95 3.07 5/304 5301
/proc/meminfo: memFree=23185832/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=96920 CPUtime=6.3 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 24493 0 0 0 627 3 0 0 25 0 1 0 582442583 99246080 16392 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 24230 16392 259 24 0 20864 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 96920

[startup+12.7008 s]
/proc/loadavg: 3.97 3.95 3.08 5/304 5301
/proc/meminfo: memFree=23212264/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=127740 CPUtime=12.69 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 32183 0 0 0 1264 5 0 0 25 0 1 0 582442583 130805760 24019 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 31935 24019 259 24 0 28569 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127740

[startup+25.5005 s]
/proc/loadavg: 4.06 3.97 3.10 5/302 5304
/proc/meminfo: memFree=26293492/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=185108 CPUtime=25.49 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 45443 0 0 0 2540 9 0 0 25 0 1 0 582442583 189550592 37192 33554432000 4194304 4291235 140736931344544 18446744073709551615 4251525 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 46277 37192 259 24 0 42911 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 185108

[startup+51.1008 s]
/proc/loadavg: 4.12 3.99 3.13 5/298 5326
/proc/meminfo: memFree=26143776/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=276052 CPUtime=51.09 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 65669 0 0 0 5096 13 0 0 25 0 1 0 582442583 282677248 57263 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 69013 57263 259 24 0 65647 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 276052

[startup+102.311 s]
/proc/loadavg: 4.12 4.02 3.18 6/304 5357
/proc/meminfo: memFree=26430928/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=421696 CPUtime=102.3 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 96001 0 0 0 10211 19 0 0 25 0 1 0 582442583 431816704 87395 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 105424 87395 259 24 0 102058 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 421696

[startup+162.3 s]
/proc/loadavg: 4.17 4.04 3.24 6/304 5359
/proc/meminfo: memFree=26098776/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=650808 CPUtime=162.29 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 120000 0 0 0 16204 25 0 0 25 0 1 0 582442583 666427392 111196 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 162702 111196 259 24 0 159336 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 650808

[startup+222.301 s]
/proc/loadavg: 4.09 4.05 3.29 6/304 5360
/proc/meminfo: memFree=25823520/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=660932 CPUtime=222.29 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 135389 0 0 0 22200 29 0 0 25 0 1 0 582442583 676794368 126448 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 165233 126448 259 24 0 161867 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 660932

[startup+282.301 s]
/proc/loadavg: 4.09 4.05 3.33 6/304 5362
/proc/meminfo: memFree=25580296/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=671840 CPUtime=282.29 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 147392 0 0 0 28197 32 0 0 25 0 1 0 582442583 687964160 138355 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 167960 138355 259 24 0 164594 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 671840

[startup+342.301 s]
/proc/loadavg: 4.03 4.04 3.37 6/304 5364
/proc/meminfo: memFree=25356812/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=673280 CPUtime=342.29 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 160562 0 0 0 34193 36 0 0 25 0 1 0 582442583 689438720 151436 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 168320 151436 259 24 0 164954 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 673280

[startup+402.301 s]
/proc/loadavg: 4.01 4.03 3.41 6/304 5392
/proc/meminfo: memFree=25252884/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=676072 CPUtime=402.28 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 172580 0 0 0 40188 40 0 0 25 0 1 0 582442583 692297728 163390 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 169018 163390 259 24 0 165652 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 676072

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.44 6/304 5397
/proc/meminfo: memFree=24984144/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1028788 CPUtime=462.28 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 181791 0 0 0 46184 44 0 0 25 0 1 0 582442583 1053478912 172517 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 257197 172517 259 24 0 253831 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1028788

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 3.48 6/304 5398
/proc/meminfo: memFree=24690720/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1033108 CPUtime=522.28 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 192115 0 0 0 52181 47 0 0 25 0 1 0 582442583 1057902592 182771 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 258277 182771 259 24 0 254911 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1033108

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

[startup+537.501 s]
/proc/loadavg: 4.00 4.02 3.48 6/304 5399
/proc/meminfo: memFree=24621316/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1035268 CPUtime=537.48 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 194557 0 0 0 53700 48 0 0 25 0 1 0 582442583 1060114432 185200 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 258817 185200 259 24 0 255451 0
Current children cumulated CPU time (s) 537.48
Current children cumulated vsize (KiB) 1035268

[startup+563.1 s]
/proc/loadavg: 4.00 4.01 3.50 6/304 5400
/proc/meminfo: memFree=24495684/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1038508 CPUtime=563.09 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 197815 0 0 0 56260 49 0 0 25 0 1 0 582442583 1063432192 188424 33554432000 4194304 4291235 140736931344544 18446744073709551615 4250889 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 259627 188424 259 24 0 256261 0
Current children cumulated CPU time (s) 563.09
Current children cumulated vsize (KiB) 1038508

[startup+569.501 s]
/proc/loadavg: 4.00 4.01 3.50 6/304 5400
/proc/meminfo: memFree=24471872/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1038508 CPUtime=569.49 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 198402 0 0 0 56899 50 0 0 25 0 1 0 582442583 1063432192 189004 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 259627 189004 259 24 0 256261 0
Current children cumulated CPU time (s) 569.49
Current children cumulated vsize (KiB) 1038508

[startup+572.701 s]
/proc/loadavg: 4.00 4.01 3.50 6/304 5400
/proc/meminfo: memFree=24454636/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1038508 CPUtime=572.69 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 198658 0 0 0 57219 50 0 0 25 0 1 0 582442583 1063432192 189259 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 259627 189259 259 24 0 256261 0
Current children cumulated CPU time (s) 572.69
Current children cumulated vsize (KiB) 1038508

[startup+575.901 s]
/proc/loadavg: 4.00 4.01 3.50 6/304 5400
/proc/meminfo: memFree=24443352/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1038508 CPUtime=575.89 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 198926 0 0 0 57539 50 0 0 25 0 1 0 582442583 1063432192 189523 33554432000 4194304 4291235 140736931344544 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 259627 189523 259 24 0 256261 0
Current children cumulated CPU time (s) 575.89
Current children cumulated vsize (KiB) 1038508

[startup+576.701 s]
/proc/loadavg: 4.00 4.01 3.50 6/304 5400
/proc/meminfo: memFree=24440004/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1038508 CPUtime=576.68 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 198958 0 0 0 57618 50 0 0 25 0 1 0 582442583 1063432192 189555 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 259627 189555 259 24 0 256261 0
Current children cumulated CPU time (s) 576.68
Current children cumulated vsize (KiB) 1038508

[startup+577.101 s]
/proc/loadavg: 4.00 4.01 3.50 6/304 5400
/proc/meminfo: memFree=24440004/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1038508 CPUtime=577.08 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 198973 0 0 0 57658 50 0 0 25 0 1 0 582442583 1063432192 189570 33554432000 4194304 4291235 140736931344544 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 259627 189570 259 24 0 256261 0
Current children cumulated CPU time (s) 577.08
Current children cumulated vsize (KiB) 1038508

[startup+577.512 s]
/proc/loadavg: 4.00 4.01 3.50 6/304 5400
/proc/meminfo: memFree=24435788/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=1038508 CPUtime=577.49 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202496 199006 0 0 0 57699 50 0 0 25 0 1 0 582442583 1063432192 189603 33554432000 4194304 4291235 140736931344544 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5299/statm: 259627 189603 259 24 0 256261 0
Current children cumulated CPU time (s) 577.49
Current children cumulated vsize (KiB) 1038508

[startup+577.601 s]
/proc/loadavg: 4.00 4.01 3.50 6/304 5400
/proc/meminfo: memFree=24435788/32951124 swapFree=63485424/67111528
[pid=5299] ppid=5297 vsize=0 CPUtime=577.59 cores=0,2
/proc/5299/stat : 5299 (minisat) R 5297 5299 5055 0 -1 4202500 199021 0 0 0 57706 53 0 0 25 0 1 0 582442583 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/5299/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 577.59
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 577.615
CPU time (s): 577.608
CPU user time (s): 577.06
CPU system time (s): 0.547916
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 1038508

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

runsolver used 1.80872 second user time and 3.75643 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 02:17:47
IDJOB=3318119
IDBENCH=71743
IDSOLVER=1707
FILE ID=node147/3318119-1304900266
RUNJOBID= node147-1304898906-5073
PBS_JOBID= 13282124
Free space on /tmp= 52628 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-3318119-1304900266/watcher-3318119-1304900266 -o /tmp/evaluation-result-3318119-1304900266/solver-3318119-1304900266 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318119-1304900266.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1535094471

node147.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.836
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.67
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.836
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	: 5332.75
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.836
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.82
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22852312 kB
Buffers:        136472 kB
Cached:        2593832 kB
SwapCached:      12836 kB
Active:        5101088 kB
Inactive:      4793028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22852312 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          706712 kB
Writeback:           0 kB
AnonPages:     7159308 kB
Mapped:          15392 kB
Slab:           103996 kB
PageTables:      37552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 49686816 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= 53100 MiB
End job on node147 at 2011-05-09 02:27:25