Trace number 3318158

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 553.232 553.218

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

553.10/553.19	WARNING: for repeatability, setting FPU to use double precision
553.10/553.19	============================[ Problem Statistics ]=============================
553.10/553.19	|                                                                             |
553.10/553.19	|  Number of variables:        257380                                         |
553.10/553.19	|  Number of clauses:         1689184                                         |
553.10/553.19	|  Parse time:                   0.64 s                                       |
553.10/553.19	|  Eliminated clauses:           0.48 Mb                                      |
553.10/553.19	|  Simplification time:          4.83 s                                       |
553.10/553.19	|                                                                             |
553.10/553.19	============================[ Search Statistics ]=================================
553.10/553.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress    |
553.10/553.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |     Agility |
553.10/553.19	==================================================================================
553.10/553.19	|       100 |  185507  1579732  3819922 |   579235      100    276 | 25.169 %  0 |
553.10/553.19	|       250 |  185499  1579725  3819908 |   637158      248    552 | 25.172 %  1 |
553.10/553.19	|       475 |  185498  1579725  3819908 |   700874      472    766 | 25.173 %  0 |
553.10/553.19	|       812 |  185498  1579659  3819771 |   770961      808   1093 | 25.173 %  0 |
553.10/553.19	|      1318 |  185348  1578185  3816689 |   848058     1309   1290 | 25.231 %  0 |
553.10/553.19	|      2077 |  185323  1577961  3816222 |   932863     2060    962 | 25.241 %  1 |
553.10/553.19	|      3216 |  183148  1568792  3796379 |  1026150     3152   1305 | 26.086 %  0 |
553.10/553.19	|      4924 |  183138  1559270  3775893 |  1128765     4848   1273 | 26.089 %  0 |
553.10/553.19	|      7486 |  183105  1559130  3775604 |  1241641     7395   1868 | 26.102 %  0 |
553.10/553.19	|     11330 |  182971  1557779  3772729 |  1365805    11215   1828 | 26.154 %  0 |
553.10/553.19	|     17096 |  182953  1557663  3772493 |  1502386    16967   1918 | 26.161 %  0 |
553.10/553.19	|     25745 |  182852  1557186  3771501 |  1652625    25489   2035 | 26.201 %  0 |
553.10/553.19	|     38719 |  182796  1556567  3770204 |  1817887    38417   2219 | 26.222 %  0 |
553.10/553.19	|     58180 |  182719  1556025  3769085 |  1999676    57836   2134 | 26.252 %  0 |
553.10/553.19	|     87372 |  182480  1553617  3763980 |  2199644    83499   2086 | 26.345 %  0 |
553.10/553.19	===============================================================================
553.10/553.19	restarts              : 255
553.10/553.19	skipped               : 0
553.10/553.19	conflicts             : 99445          (180 /sec)
553.10/553.19	decisions             : 1628860        (0.00 % random) (2948 /sec)
553.10/553.19	propagations          : 1705454294     (3086103 /sec)
553.10/553.19	conflict literals     : 200609379      (36.72 % deleted)
553.10/553.19	Memory used           : 1539.00 MB
553.10/553.19	CPU time              : 552.624 s
553.10/553.19	
553.10/553.19	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-3318158-1304900664/watcher-3318158-1304900664 -o /tmp/evaluation-result-3318158-1304900664/solver-3318158-1304900664 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318158-1304900664.cnf 

running on 2 cores: 5,7

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: 4.01 4.03 3.41 4/303 5391
/proc/meminfo: memFree=25400568/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=20256 CPUtime=0 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 849 0 0 0 0 0 0 0 18 0 1 0 582482464 20742144 790 33554432000 4194304 4291235 140736847528080 18446744073709551615 4261341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 5064 790 216 24 0 1698 0

[startup+0.0280009 s]
/proc/loadavg: 4.01 4.03 3.41 4/303 5391
/proc/meminfo: memFree=25400568/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=23368 CPUtime=0.02 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 1480 0 0 0 2 0 0 0 18 0 1 0 582482464 23928832 1420 33554432000 4194304 4291235 140736847528080 18446744073709551615 4200783 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 5842 1420 216 24 0 2476 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23368

[startup+0.100987 s]
/proc/loadavg: 4.01 4.03 3.41 4/303 5391
/proc/meminfo: memFree=25400568/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=33260 CPUtime=0.09 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 4530 0 0 0 9 0 0 0 18 0 1 0 582482464 34058240 4197 33554432000 4194304 4291235 140736847528080 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 8315 4199 216 24 0 4949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33260

[startup+0.300949 s]
/proc/loadavg: 4.01 4.03 3.41 4/303 5391
/proc/meminfo: memFree=25400568/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=76632 CPUtime=0.29 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 16715 0 0 0 27 2 0 0 18 0 1 0 582482464 78471168 14338 33554432000 4194304 4291235 140736847528080 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 19158 14341 216 24 0 15792 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76632

[startup+0.700878 s]
/proc/loadavg: 4.01 4.03 3.41 4/303 5391
/proc/meminfo: memFree=25400568/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=154612 CPUtime=0.69 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 41277 0 0 0 64 5 0 0 18 0 1 0 582482464 158322688 33655 33554432000 4194304 4291235 140736847528080 18446744073709551615 4215141 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 38653 33655 236 24 0 35287 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154612

[startup+1.50073 s]
/proc/loadavg: 4.01 4.03 3.41 5/304 5392
/proc/meminfo: memFree=25261564/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=154612 CPUtime=1.49 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 41278 0 0 0 144 5 0 0 20 0 1 0 582482464 158322688 33656 33554432000 4194304 4291235 140736847528080 18446744073709551615 4230273 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 38653 33656 237 24 0 35287 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154612

[startup+3.10044 s]
/proc/loadavg: 4.01 4.03 3.41 5/304 5392
/proc/meminfo: memFree=25256356/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=154612 CPUtime=3.09 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 41468 0 0 0 304 5 0 0 25 0 1 0 582482464 158322688 33824 33554432000 4194304 4291235 140736847528080 18446744073709551615 4231959 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 38653 33824 239 24 0 35287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154612

[startup+6.30084 s]
/proc/loadavg: 4.01 4.03 3.41 5/304 5392
/proc/meminfo: memFree=25239308/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=139296 CPUtime=6.29 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 49333 0 0 0 623 6 0 0 25 0 1 0 582482464 142639104 28481 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 34824 28481 258 24 0 31458 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139296

[startup+12.7007 s]
/proc/loadavg: 4.01 4.03 3.42 5/304 5392
/proc/meminfo: memFree=25234372/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=158264 CPUtime=12.69 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 51673 0 0 0 1262 7 0 0 25 0 1 0 582482464 162062336 30820 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248307 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 39566 30820 258 24 0 36200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 158264

[startup+25.5003 s]
/proc/loadavg: 4.01 4.03 3.42 5/304 5393
/proc/meminfo: memFree=25161340/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=189084 CPUtime=25.49 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 57369 0 0 0 2542 7 0 0 25 0 1 0 582482464 193622016 36510 33554432000 4194304 4291235 140736847528080 18446744073709551615 4262848 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 47271 36512 258 24 0 43905 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 189084

[startup+51.1006 s]
/proc/loadavg: 4.00 4.02 3.44 5/304 5396
/proc/meminfo: memFree=25045904/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=239172 CPUtime=51.09 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 65786 0 0 0 5099 10 0 0 25 0 1 0 582482464 244912128 44926 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 59793 44926 258 24 0 56427 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 239172

[startup+102.311 s]
/proc/loadavg: 4.00 4.02 3.47 5/304 5398
/proc/meminfo: memFree=24780912/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=320560 CPUtime=102.3 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 85157 0 0 0 10216 14 0 0 25 0 1 0 582482464 328253440 64285 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 80140 64285 258 24 0 76774 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 320560

[startup+162.301 s]
/proc/loadavg: 4.00 4.01 3.50 5/304 5399
/proc/meminfo: memFree=24508476/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=452820 CPUtime=162.29 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 100746 0 0 0 16213 16 0 0 25 0 1 0 582482464 463687680 79865 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248856 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 113205 79868 258 24 0 109839 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 452820

[startup+222.301 s]
/proc/loadavg: 3.58 3.90 3.49 4/298 5418
/proc/meminfo: memFree=25016684/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=667744 CPUtime=222.3 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 130248 0 0 0 22209 21 0 0 25 0 1 0 582482464 683769856 109362 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 166936 109362 258 24 0 163570 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 667744

[startup+282.301 s]
/proc/loadavg: 3.21 3.73 3.45 4/298 5420
/proc/meminfo: memFree=24777132/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=668464 CPUtime=282.29 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 154102 0 0 0 28205 24 0 0 25 0 1 0 582482464 684507136 133203 33554432000 4194304 4291235 140736847528080 18446744073709551615 4255837 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 167116 133203 258 24 0 163750 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 668464

[startup+342.301 s]
/proc/loadavg: 3.12 3.61 3.43 4/298 5421
/proc/meminfo: memFree=24555612/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=668464 CPUtime=342.3 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 175920 0 0 0 34201 29 0 0 25 0 1 0 582482464 684507136 155007 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248345 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 167116 155007 258 24 0 163750 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 668464

[startup+402.301 s]
/proc/loadavg: 3.09 3.51 3.40 4/298 5423
/proc/meminfo: memFree=24293484/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=1017712 CPUtime=402.3 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 200258 0 0 0 40196 34 0 0 25 0 1 0 582482464 1042137088 179328 33554432000 4194304 4291235 140736847528080 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 254428 179328 258 24 0 251062 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1017712

[startup+462.301 s]
/proc/loadavg: 3.03 3.42 3.37 4/298 5424
/proc/meminfo: memFree=24093084/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=1017712 CPUtime=462.31 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 219901 0 0 0 46193 38 0 0 25 0 1 0 582482464 1042137088 198962 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248284 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 254428 198962 258 24 0 251062 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1017712

[startup+522.301 s]
/proc/loadavg: 3.01 3.34 3.35 4/298 5426
/proc/meminfo: memFree=23877196/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=1017712 CPUtime=522.31 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 235720 0 0 0 52189 42 0 0 25 0 1 0 582482464 1042137088 214772 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 254428 214772 258 24 0 251062 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1017712

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

[startup+537.501 s]
/proc/loadavg: 3.01 3.32 3.34 4/298 5426
/proc/meminfo: memFree=23820076/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=1017712 CPUtime=537.5 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 240667 0 0 0 53707 43 0 0 25 0 1 0 582482464 1042137088 219715 33554432000 4194304 4291235 140736847528080 18446744073709551615 4251535 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 254428 219715 258 24 0 251062 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 1017712

[startup+543.901 s]
/proc/loadavg: 3.01 3.31 3.34 4/298 5427
/proc/meminfo: memFree=24156488/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=668464 CPUtime=543.9 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 351937 0 0 0 54333 57 0 0 25 0 1 0 582482464 684507136 132553 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248964 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 167116 132553 258 24 0 163750 0
Current children cumulated CPU time (s) 543.9
Current children cumulated vsize (KiB) 668464

[startup+547.101 s]
/proc/loadavg: 3.00 3.31 3.34 4/298 5427
/proc/meminfo: memFree=24142844/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=668464 CPUtime=547.11 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 353239 0 0 0 54653 58 0 0 25 0 1 0 582482464 684507136 133855 33554432000 4194304 4291235 140736847528080 18446744073709551615 4262200 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 167116 133855 258 24 0 163750 0
Current children cumulated CPU time (s) 547.11
Current children cumulated vsize (KiB) 668464

[startup+550.301 s]
/proc/loadavg: 3.00 3.31 3.34 4/298 5427
/proc/meminfo: memFree=24128832/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=668464 CPUtime=550.31 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 354447 0 0 0 54973 58 0 0 25 0 1 0 582482464 684507136 135061 33554432000 4194304 4291235 140736847528080 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 167116 135061 258 24 0 163750 0
Current children cumulated CPU time (s) 550.31
Current children cumulated vsize (KiB) 668464

[startup+551.9 s]
/proc/loadavg: 3.00 3.31 3.34 4/298 5427
/proc/meminfo: memFree=24124244/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=668464 CPUtime=551.9 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 354867 0 0 0 55132 58 0 0 25 0 1 0 582482464 684507136 135480 33554432000 4194304 4291235 140736847528080 18446744073709551615 4262420 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 167116 135480 258 24 0 163750 0
Current children cumulated CPU time (s) 551.9
Current children cumulated vsize (KiB) 668464

[startup+552.701 s]
/proc/loadavg: 3.00 3.30 3.34 4/298 5427
/proc/meminfo: memFree=24119904/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=668464 CPUtime=552.7 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 355017 0 0 0 55212 58 0 0 25 0 1 0 582482464 684507136 135630 33554432000 4194304 4291235 140736847528080 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 167116 135630 258 24 0 163750 0
Current children cumulated CPU time (s) 552.7
Current children cumulated vsize (KiB) 668464

[startup+553.101 s]
/proc/loadavg: 3.00 3.30 3.34 4/298 5427
/proc/meminfo: memFree=24119904/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=668464 CPUtime=553.1 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202496 355109 0 0 0 55252 58 0 0 25 0 1 0 582482464 684507136 135722 33554432000 4194304 4291235 140736847528080 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5391/statm: 167116 135722 258 24 0 163750 0
Current children cumulated CPU time (s) 553.1
Current children cumulated vsize (KiB) 668464

[startup+553.201 s]
/proc/loadavg: 3.00 3.30 3.34 4/298 5427
/proc/meminfo: memFree=24171700/32951124 swapFree=63485424/67111528
[pid=5391] ppid=5389 vsize=0 CPUtime=553.21 cores=5,7
/proc/5391/stat : 5391 (minisat) R 5389 5391 5055 0 -1 4202500 355125 0 0 0 55262 59 0 0 25 0 1 0 582482464 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/5391/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 553.21
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 553.218
CPU time (s): 553.232
CPU user time (s): 552.624
CPU system time (s): 0.607907
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1576512

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

runsolver used 1.44478 second user time and 3.58945 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 02:24:26
IDJOB=3318158
IDBENCH=82403
IDSOLVER=1707
FILE ID=node147/3318158-1304900664
RUNJOBID= node147-1304898906-5076
PBS_JOBID= 13282124
Free space on /tmp= 53104 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318158-1304900664/watcher-3318158-1304900664 -o /tmp/evaluation-result-3318158-1304900664/solver-3318158-1304900664 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318158-1304900664.cnf

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1986299050

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:      25400856 kB
Buffers:        137284 kB
Cached:        2153316 kB
SwapCached:      12836 kB
Active:        2522320 kB
Inactive:      4839228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25400856 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          147944 kB
Writeback:           0 kB
AnonPages:     5066220 kB
Mapped:          15368 kB
Slab:            92848 kB
PageTables:      33548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 47420060 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= 53116 MiB
End job on node147 at 2011-05-09 02:33:39