Trace number 3376812

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 313.879 313.867

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
MD5SUMf20ed0313cfa494f86b5c8ef723973ee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.1265
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses5251
Sum of the clauses size22611
Maximum clause length12
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 34489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5762

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 135 #clause: 5251
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 135
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 135 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 5251
0.00/0.01	c Total Clauses( cover/uncovered ): 0 5251 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 4.30604 max size: 12
0.00/0.01	c Final circuit: i/l/o/s     135       0    5251     13105
0.00/0.01	c CnfToAig: Time: 0.01 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.04	c TmMap: Set big and: 6337
0.00/0.04	c TmMap: Origin: 13241 ClauseNum: 39315 --> New: 6473 ClauseNum: 26375
0.00/0.04	c TmMap: Time: 0
0.00/0.04	c Try to Add: #clause: 12674 #xorclause: 0
0.00/0.04	c #var: 1221 #clauses: 6338 Solving... 
313.81/313.85	s UNSATISFIABLE
313.81/313.86	c CPU time: 313.87 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-3376812-1305474938/watcher-3376812-1305474938 -o /tmp/evaluation-result-3376812-1305474938/solver-3376812-1305474938 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376812-1305474938.cnf 462101084 

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.83 3.96 3.78 6/349 4769
/proc/meminfo: memFree=20765768/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=33388 CPUtime=0.01 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 2194 0 0 0 1 0 0 0 21 0 1 0 639909392 34189312 2130 33554432000 4194304 6014671 140735216676496 18446744073709551615 4266768 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 8347 2130 398 445 0 1892 0

[startup+0.106661 s]
/proc/loadavg: 3.83 3.96 3.78 6/349 4769
/proc/meminfo: memFree=20765768/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=49784 CPUtime=0.09 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 4651 0 0 0 9 0 0 0 22 0 1 0 639909392 50978816 4587 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 12446 4587 721 445 0 5991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49784

[startup+0.200642 s]
/proc/loadavg: 3.83 3.96 3.78 6/349 4769
/proc/meminfo: memFree=20765768/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=49784 CPUtime=0.19 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 4695 0 0 0 19 0 0 0 22 0 1 0 639909392 50978816 4631 33554432000 4194304 6014671 140735216676496 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 12446 4631 722 445 0 5991 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49784

[startup+0.300624 s]
/proc/loadavg: 3.83 3.96 3.78 6/349 4769
/proc/meminfo: memFree=20765768/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=58356 CPUtime=0.29 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 4813 0 0 0 29 0 0 0 22 0 1 0 639909392 59756544 4749 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 14589 4749 723 445 0 8134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58356

[startup+0.700544 s]
/proc/loadavg: 3.83 3.96 3.78 6/349 4769
/proc/meminfo: memFree=20765768/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=67052 CPUtime=0.69 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 5067 0 0 0 69 0 0 0 24 0 1 0 639909392 68661248 5003 33554432000 4194304 6014671 140735216676496 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 16763 5003 723 445 0 10308 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67052

[startup+1.50039 s]
/proc/loadavg: 3.84 3.97 3.78 5/351 4771
/proc/meminfo: memFree=20704760/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=75856 CPUtime=1.49 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 5402 0 0 0 149 0 0 0 25 0 1 0 639909392 77676544 5338 33554432000 4194304 6014671 140735216676496 18446744073709551615 4423505 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 18964 5338 723 445 0 12509 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75856

[startup+3.10107 s]
/proc/loadavg: 3.84 3.97 3.78 5/351 4771
/proc/meminfo: memFree=20696452/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=84768 CPUtime=3.09 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 6327 0 0 0 309 0 0 0 25 0 1 0 639909392 86802432 6263 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 21192 6263 727 445 0 14737 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84768

[startup+6.30044 s]
/proc/loadavg: 3.93 3.98 3.78 5/351 4771
/proc/meminfo: memFree=20664928/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=84768 CPUtime=6.29 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 8759 0 0 0 629 0 0 0 25 0 1 0 639909392 86802432 8687 33554432000 4194304 6014671 140735216676496 18446744073709551615 270338080450 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 21192 8687 727 445 0 14737 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84768

[startup+12.7002 s]
/proc/loadavg: 3.94 3.98 3.79 5/351 4771
/proc/meminfo: memFree=20613584/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=94900 CPUtime=12.69 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 10916 0 0 0 1268 1 0 0 25 0 1 0 639909392 97177600 10844 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 23725 10844 727 445 0 17270 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94900

[startup+25.5006 s]
/proc/loadavg: 3.95 3.98 3.79 5/351 4772
/proc/meminfo: memFree=20549724/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=104864 CPUtime=25.49 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 13589 0 0 0 2548 1 0 0 25 0 1 0 639909392 107380736 13517 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 26216 13517 727 445 0 19761 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104864

[startup+51.1005 s]
/proc/loadavg: 3.97 3.98 3.79 5/351 4772
/proc/meminfo: memFree=20498932/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=115040 CPUtime=51.09 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 14850 0 0 0 5107 2 0 0 25 0 1 0 639909392 117800960 14778 33554432000 4194304 6014671 140735216676496 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 28760 14778 727 445 0 22305 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115040

[startup+102.3 s]
/proc/loadavg: 3.98 3.98 3.80 5/351 4774
/proc/meminfo: memFree=20405416/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=115040 CPUtime=102.3 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 17650 0 0 0 10228 2 0 0 25 0 1 0 639909392 117800960 17541 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 28760 17541 727 445 0 22305 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 115040

[startup+162.3 s]
/proc/loadavg: 4.10 4.01 3.82 5/351 4775
/proc/meminfo: memFree=20362732/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=115040 CPUtime=162.3 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 18936 0 0 0 16227 3 0 0 25 0 1 0 639909392 117800960 18821 33554432000 4194304 6014671 140735216676496 18446744073709551615 4379216 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 28760 18821 727 445 0 22305 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 115040

[startup+222.314 s]
/proc/loadavg: 4.08 4.02 3.83 5/351 4777
/proc/meminfo: memFree=20317320/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=139008 CPUtime=222.32 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 23180 0 0 0 22227 5 0 0 25 0 1 0 639909392 142344192 23065 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 34752 23065 727 445 0 28297 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 139008

[startup+282.301 s]
/proc/loadavg: 4.03 4.02 3.84 5/351 4778
/proc/meminfo: memFree=20303652/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=139008 CPUtime=282.31 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 23769 0 0 0 28226 5 0 0 25 0 1 0 639909392 142344192 23654 33554432000 4194304 6014671 140735216676496 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 34752 23654 727 445 0 28297 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 139008

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

[startup+294.4 s]
/proc/loadavg: 4.02 4.02 3.84 5/351 4779
/proc/meminfo: memFree=20301276/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=139008 CPUtime=294.41 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 23855 0 0 0 29436 5 0 0 25 0 1 0 639909392 142344192 23740 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 34752 23740 727 445 0 28297 0
Current children cumulated CPU time (s) 294.41
Current children cumulated vsize (KiB) 139008

[startup+307.201 s]
/proc/loadavg: 4.02 4.02 3.84 5/351 4779
/proc/meminfo: memFree=20300408/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=139008 CPUtime=307.21 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 23872 0 0 0 30716 5 0 0 25 0 1 0 639909392 142344192 23757 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 34752 23757 727 445 0 28297 0
Current children cumulated CPU time (s) 307.21
Current children cumulated vsize (KiB) 139008

[startup+310.401 s]
/proc/loadavg: 4.02 4.02 3.84 5/351 4779
/proc/meminfo: memFree=20300160/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=139008 CPUtime=310.41 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 23872 0 0 0 31036 5 0 0 25 0 1 0 639909392 142344192 23757 33554432000 4194304 6014671 140735216676496 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 34752 23757 727 445 0 28297 0
Current children cumulated CPU time (s) 310.41
Current children cumulated vsize (KiB) 139008

[startup+312.001 s]
/proc/loadavg: 4.02 4.02 3.84 5/351 4779
/proc/meminfo: memFree=20292472/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=139008 CPUtime=312.01 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 23874 0 0 0 31196 5 0 0 25 0 1 0 639909392 142344192 23759 33554432000 4194304 6014671 140735216676496 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 34752 23759 729 445 0 28297 0
Current children cumulated CPU time (s) 312.01
Current children cumulated vsize (KiB) 139008

[startup+312.801 s]
/proc/loadavg: 4.02 4.02 3.84 5/351 4779
/proc/meminfo: memFree=20291356/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=139008 CPUtime=312.81 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 23874 0 0 0 31276 5 0 0 25 0 1 0 639909392 142344192 23759 33554432000 4194304 6014671 140735216676496 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 34752 23759 729 445 0 28297 0
Current children cumulated CPU time (s) 312.81
Current children cumulated vsize (KiB) 139008

[startup+313.613 s]
/proc/loadavg: 4.02 4.02 3.84 5/351 4779
/proc/meminfo: memFree=20290240/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=139008 CPUtime=313.62 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 23874 0 0 0 31357 5 0 0 25 0 1 0 639909392 142344192 23759 33554432000 4194304 6014671 140735216676496 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 34752 23759 729 445 0 28297 0
Current children cumulated CPU time (s) 313.62
Current children cumulated vsize (KiB) 139008

[startup+313.8 s]
/proc/loadavg: 4.02 4.02 3.84 5/351 4779
/proc/meminfo: memFree=20290240/32951124 swapFree=57171160/67111528
[pid=4769] ppid=4767 vsize=139008 CPUtime=313.81 cores=1,3
/proc/4769/stat : 4769 (qutersat_releas) R 4767 4769 3837 0 -1 4202496 23874 0 0 0 31376 5 0 0 25 0 1 0 639909392 142344192 23759 33554432000 4194304 6014671 140735216676496 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4769/statm: 34752 23759 729 445 0 28297 0
Current children cumulated CPU time (s) 313.81
Current children cumulated vsize (KiB) 139008

Child status: 0
Real time (s): 313.867
CPU time (s): 313.879
CPU user time (s): 313.821
CPU system time (s): 0.057991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 139008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 313.821
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 415

runsolver used 1.02184 second user time and 2.40763 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 17:55:38
IDJOB=3376812
IDBENCH=83361
IDSOLVER=1856
FILE ID=node143/3376812-1305474938
RUNJOBID= node143-1305474938-4730
PBS_JOBID= 13325329
Free space on /tmp= 73540 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376812-1305474938/watcher-3376812-1305474938 -o /tmp/evaluation-result-3376812-1305474938/solver-3376812-1305474938 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376812-1305474938.cnf 462101084

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

MD5SUM BENCH= f20ed0313cfa494f86b5c8ef723973ee
RANDOM SEED=462101084

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20766172 kB
Buffers:        163484 kB
Cached:        1272796 kB
SwapCached:      39776 kB
Active:        4273884 kB
Inactive:      7645792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20766172 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:            8804 kB
Writeback:          40 kB
AnonPages:    10443404 kB
Mapped:          27104 kB
Slab:           136268 kB
PageTables:      64156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74863836 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= 73536 MiB
End job on node143 at 2011-05-15 18:00:52