Trace number 3377054

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
QuteRSat 2011-05-12 (fixed)UNSAT 316.08 316.084

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.13	c Parse Cnf success: #var: 11313 #clause: 305160
0.09/0.13	c Find Units :          0
0.09/0.16	c Find Invs  :          0
0.09/0.16	c Find Ands  :          0 AvgFaninNum: nan
0.09/0.16	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.16	c Find Ite   :          0
0.09/0.16	c UnDirect variable: 0
0.09/0.16	c UnDirect to Direct Gate: 0
0.09/0.16	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.16	c Break Cycle : 0
0.09/0.16	c Total Root : 0 Undef Var: 11313
0.09/0.16	c After covering, Total Root: 0 Leaf: 0
0.09/0.16	c Variable( cover/uncovered/unused ): 0 11313 0
0.09/0.16	c Unit Clauses: 0
0.09/0.16	c Binary Clauses( cover/uncovered ): 0 303903
0.09/0.16	c Clauses( cover/uncovered ): 0 1257
0.09/0.16	c Total Clauses( cover/uncovered ): 0 305160 0%
0.09/0.16	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.29/0.37	c Uncover Clauses avg size: 2.02883 max size: 9
0.29/0.38	c Final circuit: i/l/o/s   11313       0  305160    313959
0.29/0.38	c CnfToAig: Time: 0.37 s
0.49/0.57	c TmMap: Set choices finish.
0.69/0.74	c TmMap: Set big and: 305160
0.69/0.74	c TmMap: Origin: 325273 ClauseNum: 941877 --> New: 316474 ClauseNum: 924279
0.69/0.74	c TmMap: Time: 0.19
0.69/0.78	c Try to Add: #clause: 610320 #xorclause: 0
0.79/0.85	c #var: 11313 #clauses: 1258 Solving... 
315.99/316.05	s UNSATISFIABLE
315.99/316.07	c CPU time: 316.06 s

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-3377054-1305476077/watcher-3377054-1305476077 -o /tmp/evaluation-result-3377054-1305476077/solver-3377054-1305476077 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377054-1305476077.cnf 1110579765 

running on 2 cores: 1,3

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.32 3.15 3.42 4/302 19995
/proc/meminfo: memFree=16343304/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=33388 CPUtime=0 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 2169 0 0 0 0 0 0 0 25 0 1 0 659207407 34189312 2105 33554432000 4194304 6014671 140734266790352 18446744073709551615 4277362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 8347 2105 377 445 0 1892 0

[startup+0.0280639 s]
/proc/loadavg: 3.32 3.15 3.42 4/302 19995
/proc/meminfo: memFree=16343304/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=38508 CPUtime=0.02 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 3291 0 0 0 2 0 0 0 25 0 1 0 659207407 39432192 3228 33554432000 4194304 6014671 140734266790352 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 9627 3232 377 445 0 3172 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38508

[startup+0.10105 s]
/proc/loadavg: 3.32 3.15 3.42 4/302 19995
/proc/meminfo: memFree=16343304/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=44652 CPUtime=0.09 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 5025 0 0 0 9 0 0 0 25 0 1 0 659207407 45723648 4961 33554432000 4194304 6014671 140734266790352 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 11163 4961 377 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.301017 s]
/proc/loadavg: 3.32 3.15 3.42 4/302 19995
/proc/meminfo: memFree=16343304/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=63084 CPUtime=0.29 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 7955 0 0 0 28 1 0 0 25 0 1 0 659207407 64598016 7891 33554432000 4194304 6014671 140734266790352 18446744073709551615 4234671 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 15771 7891 398 445 0 9316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63084

[startup+0.700946 s]
/proc/loadavg: 3.32 3.15 3.42 4/302 19995
/proc/meminfo: memFree=16343304/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=140452 CPUtime=0.69 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 27876 0 0 0 66 3 0 0 25 0 1 0 659207407 143822848 27812 33554432000 4194304 6014671 140734266790352 18446744073709551615 4808244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 35113 27812 670 445 0 28658 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140452

[startup+1.50081 s]
/proc/loadavg: 3.32 3.15 3.42 5/303 19996
/proc/meminfo: memFree=16216452/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=156836 CPUtime=1.49 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 31431 0 0 0 146 3 0 0 25 0 1 0 659207407 160600064 31367 33554432000 4194304 6014671 140734266790352 18446744073709551615 4379340 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 39209 31367 720 445 0 32754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156836

[startup+3.10053 s]
/proc/loadavg: 3.32 3.15 3.42 5/303 19996
/proc/meminfo: memFree=16212732/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=156836 CPUtime=3.09 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 31432 0 0 0 306 3 0 0 25 0 1 0 659207407 160600064 31368 33554432000 4194304 6014671 140734266790352 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 39209 31368 721 445 0 32754 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 156836

[startup+6.30097 s]
/proc/loadavg: 3.37 3.16 3.42 7/303 19997
/proc/meminfo: memFree=16205480/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=156964 CPUtime=6.29 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 31443 0 0 0 626 3 0 0 25 0 1 0 659207407 160731136 31379 33554432000 4194304 6014671 140734266790352 18446744073709551615 4536625 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 39241 31379 725 445 0 32786 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 156964

[startup+12.7009 s]
/proc/loadavg: 3.50 3.19 3.43 5/303 19997
/proc/meminfo: memFree=16191280/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=169860 CPUtime=12.7 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 32601 0 0 0 1266 4 0 0 25 0 1 0 659207407 173936640 32537 33554432000 4194304 6014671 140734266790352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 42465 32537 725 445 0 36010 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 169860

[startup+25.5006 s]
/proc/loadavg: 3.61 3.23 3.44 5/303 19997
/proc/meminfo: memFree=16157864/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=183048 CPUtime=25.48 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 34040 0 0 0 2543 5 0 0 25 0 1 0 659207407 187441152 33976 33554432000 4194304 6014671 140734266790352 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 45762 33976 725 445 0 39307 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 183048

[startup+51.1002 s]
/proc/loadavg: 3.74 3.29 3.46 5/303 19998
/proc/meminfo: memFree=16094004/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=224332 CPUtime=51.08 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 41442 0 0 0 5101 7 0 0 25 0 1 0 659207407 229715968 41378 33554432000 4194304 6014671 140734266790352 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 56083 41378 725 445 0 49628 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 224332

[startup+102.311 s]
/proc/loadavg: 3.89 3.41 3.48 5/303 19999
/proc/meminfo: memFree=15988960/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=297248 CPUtime=102.3 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 50711 0 0 0 10221 9 0 0 25 0 1 0 659207407 304381952 50647 33554432000 4194304 6014671 140734266790352 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 74312 50647 725 445 0 67857 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 297248

[startup+162.301 s]
/proc/loadavg: 4.03 3.53 3.52 5/303 20028
/proc/meminfo: memFree=15916812/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=297376 CPUtime=162.28 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 53382 0 0 0 16219 9 0 0 25 0 1 0 659207407 304513024 53288 33554432000 4194304 6014671 140734266790352 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 74344 53288 726 445 0 67889 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 297376

[startup+222.301 s]
/proc/loadavg: 4.14 3.65 3.56 6/303 20029
/proc/meminfo: memFree=15851560/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=297376 CPUtime=222.28 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 54879 0 0 0 22219 9 0 0 25 0 1 0 659207407 304513024 54709 33554432000 4194304 6014671 140734266790352 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 74344 54709 725 445 0 67889 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 297376

[startup+282.301 s]
/proc/loadavg: 4.12 3.73 3.59 6/303 20031
/proc/meminfo: memFree=15768328/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=313376 CPUtime=282.29 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 57551 0 0 0 28218 11 0 0 25 0 1 0 659207407 320897024 57381 33554432000 4194304 6014671 140734266790352 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 78344 57381 725 445 0 71889 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 313376

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

[startup+294.301 s]
/proc/loadavg: 4.10 3.74 3.59 6/303 20031
/proc/meminfo: memFree=15745136/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=313376 CPUtime=294.29 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 58789 0 0 0 29418 11 0 0 25 0 1 0 659207407 320897024 58528 33554432000 4194304 6014671 140734266790352 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 78344 58528 725 445 0 71889 0
Current children cumulated CPU time (s) 294.29
Current children cumulated vsize (KiB) 313376

[startup+307.101 s]
/proc/loadavg: 4.00 3.73 3.59 4/297 20049
/proc/meminfo: memFree=15917040/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=313376 CPUtime=307.09 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 58807 0 0 0 30698 11 0 0 25 0 1 0 659207407 320897024 58546 33554432000 4194304 6014671 140734266790352 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 78344 58546 725 445 0 71889 0
Current children cumulated CPU time (s) 307.09
Current children cumulated vsize (KiB) 313376

[startup+310.3 s]
/proc/loadavg: 3.92 3.72 3.59 4/297 20049
/proc/meminfo: memFree=15917040/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=313376 CPUtime=310.29 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 58807 0 0 0 31018 11 0 0 25 0 1 0 659207407 320897024 58546 33554432000 4194304 6014671 140734266790352 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 78344 58546 725 445 0 71889 0
Current children cumulated CPU time (s) 310.29
Current children cumulated vsize (KiB) 313376

[startup+313.512 s]
/proc/loadavg: 3.85 3.71 3.59 4/297 20049
/proc/meminfo: memFree=15917172/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=313376 CPUtime=313.5 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 58807 0 0 0 31339 11 0 0 25 0 1 0 659207407 320897024 58546 33554432000 4194304 6014671 140734266790352 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 78344 58546 725 445 0 71889 0
Current children cumulated CPU time (s) 313.5
Current children cumulated vsize (KiB) 313376

[startup+315.1 s]
/proc/loadavg: 3.85 3.71 3.59 4/297 20049
/proc/meminfo: memFree=15917172/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=313376 CPUtime=315.09 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 58807 0 0 0 31498 11 0 0 25 0 1 0 659207407 320897024 58546 33554432000 4194304 6014671 140734266790352 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 78344 58546 725 445 0 71889 0
Current children cumulated CPU time (s) 315.09
Current children cumulated vsize (KiB) 313376

[startup+315.5 s]
/proc/loadavg: 3.85 3.71 3.59 4/297 20049
/proc/meminfo: memFree=15917172/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=313376 CPUtime=315.49 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 58807 0 0 0 31538 11 0 0 25 0 1 0 659207407 320897024 58546 33554432000 4194304 6014671 140734266790352 18446744073709551615 4369396 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 78344 58546 725 445 0 71889 0
Current children cumulated CPU time (s) 315.49
Current children cumulated vsize (KiB) 313376

[startup+315.9 s]
/proc/loadavg: 3.85 3.71 3.59 4/297 20049
/proc/meminfo: memFree=15917172/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=313376 CPUtime=315.89 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 58807 0 0 0 31578 11 0 0 25 0 1 0 659207407 320897024 58546 33554432000 4194304 6014671 140734266790352 18446744073709551615 4423925 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 78344 58546 725 445 0 71889 0
Current children cumulated CPU time (s) 315.89
Current children cumulated vsize (KiB) 313376

[startup+316 s]
/proc/loadavg: 3.85 3.71 3.59 4/297 20049
/proc/meminfo: memFree=15917172/32951132 swapFree=67093824/67111528
[pid=19995] ppid=19993 vsize=313376 CPUtime=315.99 cores=1,3
/proc/19995/stat : 19995 (qutersat_releas) R 19993 19995 18511 0 -1 4202496 58807 0 0 0 31588 11 0 0 25 0 1 0 659207407 320897024 58546 33554432000 4194304 6014671 140734266790352 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19995/statm: 78344 58546 725 445 0 71889 0
Current children cumulated CPU time (s) 315.99
Current children cumulated vsize (KiB) 313376

Child status: 0
Real time (s): 316.084
CPU time (s): 316.08
CPU user time (s): 315.956
CPU system time (s): 0.123981
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 313376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.956
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58811
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= 6
involuntary context switches= 393

runsolver used 0.858869 second user time and 2.03569 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 18:14:38
IDJOB=3377054
IDBENCH=88066
IDSOLVER=1856
FILE ID=node131/3377054-1305476077
RUNJOBID= node131-1305476058-19874
PBS_JOBID= 13325314
Free space on /tmp= 73700 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377054-1305476077/watcher-3377054-1305476077 -o /tmp/evaluation-result-3377054-1305476077/solver-3377054-1305476077 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377054-1305476077.cnf 1110579765

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1110579765

node131.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.83
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.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.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.77
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16343452 kB
Buffers:        295608 kB
Cached:        4370988 kB
SwapCached:       1504 kB
Active:       12856168 kB
Inactive:      3484684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16343452 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           11580 kB
Writeback:           0 kB
AnonPages:    11672492 kB
Mapped:          32936 kB
Slab:           168108 kB
PageTables:      35932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 30153816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73700 MiB
End job on node131 at 2011-05-15 18:19:54