Trace number 3433974

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.439 577.452

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 benchmark198.951
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

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

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-3433974-1306848151/watcher-3433974-1306848151 -o /tmp/evaluation-result-3433974-1306848151/solver-3433974-1306848151 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433974-1306848151.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.05 2.04 2.00 2/535 27074
/proc/meminfo: memFree=5903576/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=21008 CPUtime=0.01 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 1040 0 0 0 1 0 0 0 23 0 1 0 777231528 21512192 979 33554432000 4194304 4291235 140733267603232 18446744073709551615 4276272 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 5252 979 216 24 0 1886 0

[startup+0.0951931 s]
/proc/loadavg: 2.05 2.04 2.00 2/535 27074
/proc/meminfo: memFree=5903576/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=33128 CPUtime=0.08 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 4471 0 0 0 8 0 0 0 23 0 1 0 777231528 33923072 4137 33554432000 4194304 4291235 140733267603232 18446744073709551615 4278070 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 8282 4138 216 24 0 4916 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33128

[startup+0.101196 s]
/proc/loadavg: 2.05 2.04 2.00 2/535 27074
/proc/meminfo: memFree=5903576/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=34164 CPUtime=0.09 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 4761 0 0 0 9 0 0 0 23 0 1 0 777231528 34983936 4427 33554432000 4194304 4291235 140733267603232 18446744073709551615 4276956 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 8541 4427 216 24 0 5175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34164

[startup+0.301156 s]
/proc/loadavg: 2.05 2.04 2.00 2/535 27074
/proc/meminfo: memFree=5903576/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=86764 CPUtime=0.29 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 18620 0 0 0 27 2 0 0 25 0 1 0 777231528 88846336 15459 33554432000 4194304 4291235 140733267603232 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 21691 15460 216 24 0 18325 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86764

[startup+0.701085 s]
/proc/loadavg: 2.05 2.04 2.00 2/535 27074
/proc/meminfo: memFree=5903576/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=154612 CPUtime=0.7 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 41279 0 0 0 64 6 0 0 25 0 1 0 777231528 158322688 33656 33554432000 4194304 4291235 140733267603232 18446744073709551615 4230112 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 38653 33656 237 24 0 35287 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 154612

[startup+1.50094 s]
/proc/loadavg: 2.05 2.04 2.00 3/536 27075
/proc/meminfo: memFree=5768540/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=154612 CPUtime=1.5 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 41279 0 0 0 144 6 0 0 25 0 1 0 777231528 158322688 33656 33554432000 4194304 4291235 140733267603232 18446744073709551615 4230248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 38653 33656 237 24 0 35287 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 154612

[startup+3.10066 s]
/proc/loadavg: 2.05 2.04 2.00 3/536 27075
/proc/meminfo: memFree=5767416/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=154612 CPUtime=3.1 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 41469 0 0 0 304 6 0 0 25 0 1 0 777231528 158322688 33824 33554432000 4194304 4291235 140733267603232 18446744073709551615 4232419 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 38653 33824 239 24 0 35287 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 154612

[startup+6.30108 s]
/proc/loadavg: 2.05 2.04 2.00 3/536 27075
/proc/meminfo: memFree=5760116/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=139296 CPUtime=6.29 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 49400 0 0 0 623 6 0 0 25 0 1 0 777231528 142639104 28547 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 34824 28547 258 24 0 31458 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139296

[startup+12.7009 s]
/proc/loadavg: 2.04 2.04 2.00 3/536 27075
/proc/meminfo: memFree=5779056/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=158264 CPUtime=12.7 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 51831 0 0 0 1263 7 0 0 25 0 1 0 777231528 162062336 30977 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 39566 30977 258 24 0 36200 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 158264

[startup+25.5007 s]
/proc/loadavg: 2.03 2.04 2.00 3/536 27075
/proc/meminfo: memFree=5753756/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=189084 CPUtime=25.49 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 58387 0 0 0 2542 7 0 0 25 0 1 0 777231528 193622016 37527 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/27074/statm: 47271 37527 258 24 0 43905 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 189084

[startup+51.1011 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 27076
/proc/meminfo: memFree=5722632/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=239172 CPUtime=51.07 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 65862 0 0 0 5099 8 0 0 25 0 1 0 777231528 244912128 45001 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248451 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 59793 45001 258 24 0 56427 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 239172

[startup+102.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 27077
/proc/meminfo: memFree=5644476/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=320560 CPUtime=102.28 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 85016 0 0 0 10217 11 0 0 25 0 1 0 777231528 328253440 64143 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 80140 64143 258 24 0 76774 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 320560

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 27082
/proc/meminfo: memFree=5583636/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=452820 CPUtime=162.27 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 99949 0 0 0 16212 15 0 0 25 0 1 0 777231528 463687680 79067 33554432000 4194304 4291235 140733267603232 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 113205 79067 258 24 0 109839 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 452820

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/536 27084
/proc/meminfo: memFree=5474340/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=452820 CPUtime=222.27 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 127115 0 0 0 22209 18 0 0 25 0 1 0 777231528 463687680 106229 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248284 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 113205 106229 258 24 0 109839 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 452820

[startup+282.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/536 27085
/proc/meminfo: memFree=5384376/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=282.28 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 149620 0 0 0 28205 23 0 0 25 0 1 0 777231528 684507136 128722 33554432000 4194304 4291235 140733267603232 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 128722 258 24 0 163750 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 668464

[startup+342.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 27087
/proc/meminfo: memFree=5288100/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=342.27 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 173081 0 0 0 34201 26 0 0 25 0 1 0 777231528 684507136 152169 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 152169 258 24 0 163750 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 668464

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 27088
/proc/meminfo: memFree=5202104/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=1017712 CPUtime=402.28 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 193730 0 0 0 40198 30 0 0 25 0 1 0 777231528 1042137088 172805 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 254428 172805 258 24 0 251062 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1017712

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/536 27090
/proc/meminfo: memFree=5105836/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=1017712 CPUtime=462.28 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 216115 0 0 0 46194 34 0 0 25 0 1 0 777231528 1042137088 195176 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248326 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 254428 195176 258 24 0 251062 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1017712

[startup+522.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/536 27092
/proc/meminfo: memFree=5050944/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=1017712 CPUtime=522.28 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 228705 0 0 0 52192 36 0 0 25 0 1 0 777231528 1042137088 207761 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248600 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 254428 207761 258 24 0 251062 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1017712

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

[startup+537.501 s]
/proc/loadavg: 2.06 2.04 2.00 3/536 27092
/proc/meminfo: memFree=5032080/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=1017712 CPUtime=537.48 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 233539 0 0 0 53712 36 0 0 25 0 1 0 777231528 1042137088 212592 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 254428 212592 258 24 0 251062 0
Current children cumulated CPU time (s) 537.48
Current children cumulated vsize (KiB) 1017712

[startup+563.101 s]
/proc/loadavg: 2.04 2.03 2.00 3/536 27093
/proc/meminfo: memFree=5354952/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=563.1 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 350597 0 0 0 56258 52 0 0 25 0 1 0 777231528 684507136 131212 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 131212 258 24 0 163750 0
Current children cumulated CPU time (s) 563.1
Current children cumulated vsize (KiB) 668464

[startup+569.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/536 27093
/proc/meminfo: memFree=5349492/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=569.48 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 352641 0 0 0 56895 53 0 0 25 0 1 0 777231528 684507136 133256 33554432000 4194304 4291235 140733267603232 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 133256 258 24 0 163750 0
Current children cumulated CPU time (s) 569.48
Current children cumulated vsize (KiB) 668464

[startup+572.701 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 27093
/proc/meminfo: memFree=5343780/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=572.68 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 353865 0 0 0 57215 53 0 0 25 0 1 0 777231528 684507136 134479 33554432000 4194304 4291235 140733267603232 18446744073709551615 4248950 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 134479 258 24 0 163750 0
Current children cumulated CPU time (s) 572.68
Current children cumulated vsize (KiB) 668464

[startup+575.9 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 27093
/proc/meminfo: memFree=5339068/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=575.88 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 354849 0 0 0 57535 53 0 0 25 0 1 0 777231528 684507136 135461 33554432000 4194304 4291235 140733267603232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 135461 258 24 0 163750 0
Current children cumulated CPU time (s) 575.88
Current children cumulated vsize (KiB) 668464

[startup+576.701 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 27093
/proc/meminfo: memFree=5338316/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=576.68 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 354976 0 0 0 57615 53 0 0 25 0 1 0 777231528 684507136 135588 33554432000 4194304 4291235 140733267603232 18446744073709551615 4255556 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 135588 258 24 0 163750 0
Current children cumulated CPU time (s) 576.68
Current children cumulated vsize (KiB) 668464

[startup+577.101 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 27093
/proc/meminfo: memFree=5338316/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=577.08 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 355068 0 0 0 57655 53 0 0 25 0 1 0 777231528 684507136 135680 33554432000 4194304 4291235 140733267603232 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 135680 258 24 0 163750 0
Current children cumulated CPU time (s) 577.08
Current children cumulated vsize (KiB) 668464

[startup+577.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 27093
/proc/meminfo: memFree=5338316/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=577.28 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 355110 0 0 0 57675 53 0 0 25 0 1 0 777231528 684507136 135722 33554432000 4194304 4291235 140733267603232 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 135722 258 24 0 163750 0
Current children cumulated CPU time (s) 577.28
Current children cumulated vsize (KiB) 668464

[startup+577.401 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 27093
/proc/meminfo: memFree=5337448/32951124 swapFree=50328308/67111528
[pid=27074] ppid=27072 vsize=668464 CPUtime=577.39 cores=0,2,4,6
/proc/27074/stat : 27074 (minisat) R 27072 27074 26766 0 -1 4202496 355111 0 0 0 57686 53 0 0 25 0 1 0 777231528 684507136 135723 33554432000 4194304 4291235 140733267603232 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/27074/statm: 167116 135723 258 24 0 163750 0
Current children cumulated CPU time (s) 577.39
Current children cumulated vsize (KiB) 668464

Child status: 20
Real time (s): 577.452
CPU time (s): 577.439
CPU user time (s): 576.877
CPU system time (s): 0.561914
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 1576512

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

runsolver used 3.3005 second user time and 6.69798 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-31 15:22:33
IDJOB=3433974
IDBENCH=82403
IDSOLVER=1930
FILE ID=node146/3433974-1306848151
RUNJOBID= node146-1306842917-26784
PBS_JOBID= 13482006
Free space on /tmp= 48304 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-3433974-1306848151/watcher-3433974-1306848151 -o /tmp/evaluation-result-3433974-1306848151/solver-3433974-1306848151 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433974-1306848151.cnf

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1305126178

node146.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.830
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.66
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.830
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.830
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.75
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.830
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.86
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.830
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.830
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.75
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.830
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.75
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.830
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:       5903864 kB
Buffers:         77408 kB
Cached:       15762760 kB
SwapCached:       9228 kB
Active:       17676028 kB
Inactive:      8678544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5903864 kB
SwapTotal:    67111528 kB
SwapFree:     50328308 kB
Dirty:           40624 kB
Writeback:           0 kB
AnonPages:    10512664 kB
Mapped:          28148 kB
Slab:           524576 kB
PageTables:      97956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160795588 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= 48304 MiB
End job on node146 at 2011-05-31 15:32:10