Trace number 3380414

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: cir_minisat 2011-05-13 (simp)UNSAT 476.637 476.622

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

476.60/476.62	c WARNING: for repeatability, setting FPU to use double precision
476.60/476.62	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-3380414-1305458882/watcher-3380414-1305458882 -o /tmp/evaluation-result-3380414-1305458882/solver-3380414-1305458882 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380414-1305458882.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: 3.49 3.93 3.97 4/373 15233
/proc/meminfo: memFree=24923952/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=21016 CPUtime=0.01 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 1038 0 0 0 1 0 0 0 22 0 1 0 638303965 21520384 981 33554432000 4194304 4300288 140737044013728 18446744073709551615 264726404864 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 5254 981 218 26 0 1886 0

[startup+0.075137 s]
/proc/loadavg: 3.49 3.93 3.97 4/373 15233
/proc/meminfo: memFree=24923952/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=29128 CPUtime=0.06 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 3026 0 0 0 6 0 0 0 22 0 1 0 638303965 29827072 2849 33554432000 4194304 4300288 140737044013728 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 7282 2850 218 26 0 3914 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29128

[startup+0.101135 s]
/proc/loadavg: 3.49 3.93 3.97 4/373 15233
/proc/meminfo: memFree=24923952/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=33136 CPUtime=0.09 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 4436 0 0 0 9 0 0 0 22 0 1 0 638303965 33931264 4106 33554432000 4194304 4300288 140737044013728 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 8284 4106 218 26 0 4916 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33136

[startup+0.301094 s]
/proc/loadavg: 3.49 3.93 3.97 4/373 15233
/proc/meminfo: memFree=24923952/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=76240 CPUtime=0.29 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 16473 0 0 0 27 2 0 0 23 0 1 0 638303965 78069760 14099 33554432000 4194304 4300288 140737044013728 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 19060 14099 218 26 0 15692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76240

[startup+0.701018 s]
/proc/loadavg: 3.49 3.93 3.97 4/373 15233
/proc/meminfo: memFree=24923952/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=152656 CPUtime=0.69 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 40724 0 0 0 63 6 0 0 25 0 1 0 638303965 156319744 33171 33554432000 4194304 4300288 140737044013728 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 38164 33172 218 26 0 34796 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152656

[startup+1.50087 s]
/proc/loadavg: 3.49 3.93 3.97 5/374 15234
/proc/meminfo: memFree=24674428/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=154620 CPUtime=1.48 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 41259 0 0 0 142 6 0 0 25 0 1 0 638303965 158330880 33640 33554432000 4194304 4300288 140737044013728 18446744073709551615 4228682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 38655 33640 221 26 0 35287 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 154620

[startup+3.10057 s]
/proc/loadavg: 3.49 3.93 3.97 5/374 15234
/proc/meminfo: memFree=24540772/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=154620 CPUtime=3.09 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 41431 0 0 0 302 7 0 0 25 0 1 0 638303965 158330880 33791 33554432000 4194304 4300288 140737044013728 18446744073709551615 4214115 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 38655 33792 222 26 0 35287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154620

[startup+6.30096 s]
/proc/loadavg: 3.61 3.95 3.97 6/383 15252
/proc/meminfo: memFree=23790272/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=139304 CPUtime=6.29 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 49266 0 0 0 621 8 0 0 25 0 1 0 638303965 142647296 28417 33554432000 4194304 4300288 140737044013728 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 34826 28417 242 26 0 31458 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139304

[startup+12.7008 s]
/proc/loadavg: 3.72 3.97 3.98 5/383 15253
/proc/meminfo: memFree=22403252/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=158272 CPUtime=12.69 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 51878 0 0 0 1260 9 0 0 25 0 1 0 638303965 162070528 31028 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 39568 31028 242 26 0 36200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 158272

[startup+25.5003 s]
/proc/loadavg: 3.86 3.99 3.98 5/383 15253
/proc/meminfo: memFree=22736204/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=158272 CPUtime=25.49 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 56183 0 0 0 2539 10 0 0 25 0 1 0 638303965 162070528 35331 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268188 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 39568 35331 242 26 0 36200 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 158272

[startup+51.1145 s]
/proc/loadavg: 3.97 4.00 3.99 5/380 15302
/proc/meminfo: memFree=23323644/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=240184 CPUtime=51.11 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 67866 0 0 0 5098 13 0 0 25 0 1 0 638303965 245948416 47007 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268502 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 60046 47007 242 26 0 56678 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 240184

[startup+102.301 s]
/proc/loadavg: 3.98 4.00 3.99 5/383 15309
/proc/meminfo: memFree=22770076/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=321572 CPUtime=102.3 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 85184 0 0 0 10215 15 0 0 25 0 1 0 638303965 329289728 64314 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 80393 64314 242 26 0 77025 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 321572

[startup+162.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/383 15311
/proc/meminfo: memFree=22316968/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=453832 CPUtime=162.3 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 116610 0 0 0 16212 18 0 0 25 0 1 0 638303965 464723968 95723 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 113458 95723 242 26 0 110090 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 453832

[startup+222.301 s]
/proc/loadavg: 4.08 4.03 4.00 5/383 15312
/proc/meminfo: memFree=21847596/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=668756 CPUtime=222.3 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 152736 0 0 0 22207 23 0 0 25 0 1 0 638303965 684806144 131839 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 167189 131839 242 26 0 163821 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 668756

[startup+282.301 s]
/proc/loadavg: 4.03 4.02 4.00 5/383 15341
/proc/meminfo: memFree=21997524/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=668756 CPUtime=282.3 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 172172 0 0 0 28203 27 0 0 25 0 1 0 638303965 684806144 151263 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 167189 151263 242 26 0 163821 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 668756

[startup+342.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/383 15342
/proc/meminfo: memFree=21636204/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=1018004 CPUtime=342.31 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 199842 0 0 0 34200 31 0 0 25 0 1 0 638303965 1042436096 178919 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 254501 178919 242 26 0 251133 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1018004

[startup+402.301 s]
/proc/loadavg: 4.07 4.03 4.00 5/383 15344
/proc/meminfo: memFree=21350464/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=1018004 CPUtime=402.3 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 225788 0 0 0 40195 35 0 0 25 0 1 0 638303965 1042436096 204852 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 254501 204852 242 26 0 251133 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1018004

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 4.00 5/383 15346
/proc/meminfo: memFree=21032500/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=1018004 CPUtime=462.3 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 240748 0 0 0 46193 37 0 0 25 0 1 0 638303965 1042436096 219803 33554432000 4194304 4300288 140737044013728 18446744073709551615 4269359 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 254501 219803 242 26 0 251133 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1018004

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

[startup+468.701 s]
/proc/loadavg: 4.02 4.02 4.00 5/383 15346
/proc/meminfo: memFree=21003972/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=1018004 CPUtime=468.71 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 242971 0 0 0 46833 38 0 0 25 0 1 0 638303965 1042436096 222024 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268388 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 254501 222024 242 26 0 251133 0
Current children cumulated CPU time (s) 468.71
Current children cumulated vsize (KiB) 1018004

[startup+471.901 s]
/proc/loadavg: 4.02 4.02 4.00 5/383 15346
/proc/meminfo: memFree=21045368/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=1018004 CPUtime=471.91 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 243643 0 0 0 47153 38 0 0 25 0 1 0 638303965 1042436096 222694 33554432000 4194304 4300288 140737044013728 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 254501 222694 242 26 0 251133 0
Current children cumulated CPU time (s) 471.91
Current children cumulated vsize (KiB) 1018004

[startup+475.1 s]
/proc/loadavg: 4.10 4.04 4.01 5/383 15346
/proc/meminfo: memFree=21036564/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=1018004 CPUtime=475.1 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 244567 0 0 0 47472 38 0 0 25 0 1 0 638303965 1042436096 223618 33554432000 4194304 4300288 140737044013728 18446744073709551615 4256463 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 254501 223618 242 26 0 251133 0
Current children cumulated CPU time (s) 475.1
Current children cumulated vsize (KiB) 1018004

[startup+475.9 s]
/proc/loadavg: 4.10 4.04 4.01 5/383 15346
/proc/meminfo: memFree=21033092/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=1018004 CPUtime=475.9 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 244784 0 0 0 47552 38 0 0 25 0 1 0 638303965 1042436096 223835 33554432000 4194304 4300288 140737044013728 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 254501 223835 242 26 0 251133 0
Current children cumulated CPU time (s) 475.9
Current children cumulated vsize (KiB) 1018004

[startup+476.301 s]
/proc/loadavg: 4.10 4.04 4.01 5/383 15346
/proc/meminfo: memFree=21033092/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=1148232 CPUtime=476.31 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 257680 0 0 0 47591 40 0 0 25 0 1 0 638303965 1175789568 236376 33554432000 4194304 4300288 140737044013728 18446744073709551615 4242151 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 287058 236391 242 26 0 283690 0
Current children cumulated CPU time (s) 476.31
Current children cumulated vsize (KiB) 1148232

[startup+476.501 s]
/proc/loadavg: 4.10 4.04 4.01 5/383 15346
/proc/meminfo: memFree=21033092/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=240512 CPUtime=476.51 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 275349 0 0 0 47606 45 0 0 25 0 1 0 638303965 246284288 52657 33554432000 4194304 4300288 140737044013728 18446744073709551615 4269803 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 60128 52657 242 26 0 56760 0
Current children cumulated CPU time (s) 476.51
Current children cumulated vsize (KiB) 240512

[startup+476.601 s]
/proc/loadavg: 4.10 4.04 4.01 5/383 15346
/proc/meminfo: memFree=21033092/32951124 swapFree=63083164/67111528
[pid=15233] ppid=15231 vsize=103784 CPUtime=476.6 cores=5,7
/proc/15233/stat : 15233 (cir_minisat) R 15231 15233 14882 0 -1 4202496 275368 0 0 0 47615 45 0 0 25 0 1 0 638303965 106274816 21821 33554432000 4194304 4300288 140737044013728 18446744073709551615 264726054290 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15233/statm: 25946 21821 247 26 0 22578 0
Current children cumulated CPU time (s) 476.6
Current children cumulated vsize (KiB) 103784

Child status: 20
Real time (s): 476.622
CPU time (s): 476.637
CPU user time (s): 476.175
CPU system time (s): 0.461929
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1148232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.175
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275369
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= 9
involuntary context switches= 441

runsolver used 1.72174 second user time and 3.9224 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 13:28:04
IDJOB=3380414
IDBENCH=82403
IDSOLVER=1863
FILE ID=node141/3380414-1305458882
RUNJOBID= node141-1305458882-15212
PBS_JOBID= 13324889
Free space on /tmp= 73200 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380414-1305458882/watcher-3380414-1305458882 -o /tmp/evaluation-result-3380414-1305458882/solver-3380414-1305458882 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380414-1305458882.cnf

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=149079245

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      24924604 kB
Buffers:        261856 kB
Cached:        5330940 kB
SwapCached:      15708 kB
Active:        2421956 kB
Inactive:      5353592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24924604 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:          165824 kB
Writeback:           0 kB
AnonPages:     2174504 kB
Mapped:          12880 kB
Slab:           147344 kB
PageTables:      39132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86448108 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= 72972 MiB
End job on node141 at 2011-05-15 13:36:00