Trace number 3286054

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
march_rw 2011-03-02Signal 216.187 216.185

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

Solver Data

128.59/128.63	c main():: ***                                   [ march satisfiability solver ]                                   ***
128.59/128.63	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
128.59/128.63	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
128.59/128.63	c main()::
128.59/128.63	c initFormula():: searching for DIMACS p-line....
128.59/128.63	c initFormula():: the DIMACS p-line indicates a CNF of 1134832 variables and 6175026 clauses.
128.59/128.63	c parseCNF():: parsing....
128.59/128.63	c parseCNF():: the CNF contains 846 unary clauses.
128.59/128.63	c runParser():: parsing was successful, warming up engines...
128.59/128.63	c find_and_remove_tautogolies():: found and removed 128 tautologies
128.59/128.63	c simplify_formula():: removed 9 tautological, 1567711 satisfied and 145 duplicate clauses
128.59/128.63	c preprocessing fase I completed:: there are now 832927 free variables and 4607161 clauses.
128.59/128.63	c using k-SAT heuristics (size based diff)
128.59/128.63	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
128.59/128.63	c simplify_formula():: removed 0 tautological, 0 satisfied and 26 duplicate clauses
128.59/128.63	c resolvent_look() :: found 33666 resolvents
128.59/128.63	c main():: clause / variable ratio: ( 4640827 / 1134832 ) = 4.09
128.59/128.63	c longest clause has size 1178
128.59/128.63	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
128.59/128.63	c number of free variables = 832927
128.59/128.63	c dynamic_preselect_setsize :: off
128.59/128.63	c main():: all systems go!
128.59/128.63	c |----------------------------------------------------------------|

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3286054-1303775270/watcher-3286054-1303775270 -o /tmp/evaluation-result-3286054-1303775270/solver-3286054-1303775270 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3286054-1303775270.cnf 

running on 2 cores: 0,2

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: 1.20 1.64 2.11 5/186 31337
/proc/meminfo: memFree=21588524/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=59140 CPUtime=0 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 1758 0 0 0 0 0 0 0 21 0 1 0 489130183 60559360 1702 33554432000 4194304 4300876 140737446443152 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 14785 1713 110 27 0 13234 0

[startup+0.025731 s]
/proc/loadavg: 1.20 1.64 2.11 5/186 31337
/proc/meminfo: memFree=21588524/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=59140 CPUtime=0.01 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 11825 0 0 0 0 1 0 0 21 0 1 0 489130183 60559360 11769 33554432000 4194304 4300876 140737446443152 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 14785 11789 110 27 0 13234 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 59140

[startup+0.100708 s]
/proc/loadavg: 1.20 1.64 2.11 5/186 31337
/proc/meminfo: memFree=21588524/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=159496 CPUtime=0.08 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 29346 0 0 0 5 3 0 0 21 0 1 0 489130183 163323904 29290 33554432000 4194304 4300876 140737446443152 18446744073709551615 4246121 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 39874 29299 110 27 0 38323 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 159496

[startup+0.300672 s]
/proc/loadavg: 1.20 1.64 2.11 5/186 31337
/proc/meminfo: memFree=21588524/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=203424 CPUtime=0.28 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 42594 0 0 0 23 5 0 0 22 0 1 0 489130183 208306176 42538 33554432000 4194304 4300876 140737446443152 18446744073709551615 218370957056 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 50856 42539 113 27 0 49305 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 203424

[startup+0.700621 s]
/proc/loadavg: 1.20 1.64 2.11 5/186 31337
/proc/meminfo: memFree=21588524/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=224808 CPUtime=0.69 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 48574 0 0 0 63 6 0 0 23 0 1 0 489130183 230203392 48518 33554432000 4194304 4300876 140737446443152 18446744073709551615 218370491246 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 56202 48519 113 27 0 54651 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 224808

[startup+1.50046 s]
/proc/loadavg: 1.20 1.64 2.11 5/187 31338
/proc/meminfo: memFree=21199984/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=268500 CPUtime=1.48 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 60801 0 0 0 140 8 0 0 25 0 1 0 489130183 274944000 60745 33554432000 4194304 4300876 140737446443152 18446744073709551615 218370957056 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 67125 60746 113 27 0 65574 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 268500

[startup+3.10018 s]
/proc/loadavg: 1.74 1.74 2.14 5/185 31338
/proc/meminfo: memFree=20891620/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=355624 CPUtime=3.08 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 85214 0 0 0 295 13 0 0 25 0 1 0 489130183 364158976 85158 33554432000 4194304 4300876 140737446443152 18446744073709551615 218370618053 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 88906 85159 113 27 0 87355 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 355624

[startup+6.30061 s]
/proc/loadavg: 1.74 1.74 2.14 5/190 31344
/proc/meminfo: memFree=20440428/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=777876 CPUtime=6.28 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 132751 0 0 0 610 18 0 0 25 0 1 0 489130183 796545024 132692 33554432000 4194304 4300876 140737446443152 18446744073709551615 4242240 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 194469 132692 118 27 0 192918 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 777876

[startup+12.7005 s]
/proc/loadavg: 2.16 1.83 2.16 5/190 31344
/proc/meminfo: memFree=20031620/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=801696 CPUtime=12.7 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 271042 0 0 0 1232 38 0 0 25 0 1 0 489130183 820936704 129668 33554432000 4194304 4300876 140737446443152 18446744073709551615 4242421 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 200424 129668 129 27 0 198873 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 801696

[startup+25.5002 s]
/proc/loadavg: 2.45 1.90 2.18 5/190 31344
/proc/meminfo: memFree=19961388/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=940460 CPUtime=25.49 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 546417 0 0 0 2471 78 0 0 25 0 1 0 489130183 963031040 173365 33554432000 4194304 4300876 140737446443152 18446744073709551615 218370606168 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 235115 173365 129 27 0 233564 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 940460

[startup+51.1007 s]
/proc/loadavg: 3.04 2.09 2.23 5/190 31345
/proc/meminfo: memFree=19644632/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=794976 CPUtime=51.09 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4194304 1013794 0 0 0 4968 141 0 0 25 0 1 0 489130183 814055424 137012 33554432000 4194304 4300876 140737446443152 18446744073709551615 4242237 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 198744 137012 129 27 0 197193 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 794976

[startup+102.301 s]
/proc/loadavg: 3.61 2.41 2.33 5/190 31346
/proc/meminfo: memFree=19118236/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=814192 CPUtime=102.29 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4202496 1782227 0 0 0 9985 244 0 0 25 0 1 0 489130183 833732608 139588 33554432000 4194304 4300876 140737446443152 18446744073709551615 4214642 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 203548 139588 146 27 0 201997 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 814192

[startup+162.301 s]
/proc/loadavg: 3.89 2.71 2.44 5/190 31348
/proc/meminfo: memFree=18507360/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2438672 CPUtime=162.3 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4202496 2192622 0 0 0 15936 294 0 0 25 0 1 0 489130183 2497200128 279089 33554432000 4194304 4300876 140737446443152 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 609668 279089 173 27 0 608117 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2438672

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

[startup+179.801 s]
/proc/loadavg: 3.91 2.77 2.46 5/190 31348
/proc/meminfo: memFree=18482924/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2450364 CPUtime=179.8 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4202496 2196423 0 0 0 17685 295 0 0 25 0 1 0 489130183 2509172736 282889 33554432000 4194304 4300876 140737446443152 18446744073709551615 4216332 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 612591 282889 174 27 0 611040 0
Current children cumulated CPU time (s) 179.8
Current children cumulated vsize (KiB) 2450364

[startup+192.601 s]
/proc/loadavg: 3.93 2.83 2.49 5/190 31349
/proc/meminfo: memFree=18481180/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2457556 CPUtime=192.6 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4202496 2196761 0 0 0 18965 295 0 0 25 0 1 0 489130183 2516537344 283227 33554432000 4194304 4300876 140737446443152 18446744073709551615 4264497 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 614389 283227 174 27 0 612838 0
Current children cumulated CPU time (s) 192.6
Current children cumulated vsize (KiB) 2457556

[startup+205.4 s]
/proc/loadavg: 3.94 2.87 2.50 5/190 31349
/proc/meminfo: memFree=18473728/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2457556 CPUtime=205.39 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4202496 2198206 0 0 0 20244 295 0 0 25 0 1 0 489130183 2516537344 284672 33554432000 4194304 4300876 140737446443152 18446744073709551615 4264525 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 614389 284672 174 27 0 612838 0
Current children cumulated CPU time (s) 205.39
Current children cumulated vsize (KiB) 2457556

[startup+211.801 s]
/proc/loadavg: 3.95 2.90 2.52 5/190 31349
/proc/meminfo: memFree=18166080/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2457556 CPUtime=211.8 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4202496 2430803 0 0 0 20866 314 0 0 25 0 1 0 489130183 2516537344 440784 33554432000 4194304 4300876 140737446443152 18446744073709551615 4264388 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 614389 440784 79663 27 0 612838 0
Current children cumulated CPU time (s) 211.8
Current children cumulated vsize (KiB) 2457556

[startup+213.401 s]
/proc/loadavg: 3.95 2.90 2.52 5/190 31349
/proc/meminfo: memFree=18099616/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2457556 CPUtime=213.39 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4202496 2501899 0 0 0 21020 319 0 0 25 0 1 0 489130183 2516537344 487866 33554432000 4194304 4300876 140737446443152 18446744073709551615 4264508 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 614389 487867 102733 27 0 612838 0
Current children cumulated CPU time (s) 213.39
Current children cumulated vsize (KiB) 2457556

[startup+215.001 s]
/proc/loadavg: 3.95 2.90 2.52 5/190 31349
/proc/meminfo: memFree=18000540/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2457556 CPUtime=215 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4204032 2526901 0 0 0 21074 426 0 0 25 0 1 0 489130183 2516537344 504561 33554432000 4194304 4300876 140737446443152 18446744073709551615 4264449 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 614389 504561 111120 27 0 612838 0
Current children cumulated CPU time (s) 215
Current children cumulated vsize (KiB) 2457556

[startup+215.8 s]
/proc/loadavg: 3.95 2.90 2.52 5/190 31349
/proc/meminfo: memFree=17171476/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2457556 CPUtime=215.8 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4204032 2526901 0 0 0 21074 506 0 0 25 0 1 0 489130183 2516537344 504561 33554432000 4194304 4300876 140737446443152 18446744073709551615 4264449 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 614389 504561 111120 27 0 612838 0
Current children cumulated CPU time (s) 215.8
Current children cumulated vsize (KiB) 2457556

[startup+216 s]
/proc/loadavg: 3.95 2.90 2.52 5/190 31349
/proc/meminfo: memFree=17171476/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2457556 CPUtime=216 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4204032 2526901 0 0 0 21074 526 0 0 25 0 1 0 489130183 2516537344 504561 33554432000 4194304 4300876 140737446443152 18446744073709551615 4264449 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 614389 504561 111120 27 0 612838 0
Current children cumulated CPU time (s) 216
Current children cumulated vsize (KiB) 2457556

[startup+216.1 s]
/proc/loadavg: 3.95 2.90 2.52 5/190 31349
/proc/meminfo: memFree=17171476/32951124 swapFree=67051468/67111528
[pid=31337] ppid=31335 vsize=2457556 CPUtime=216.1 cores=0,2
/proc/31337/stat : 31337 (march_rw) R 31335 31337 28631 0 -1 4204032 2526901 0 0 0 21074 536 0 0 25 0 1 0 489130183 2516537344 504561 33554432000 4194304 4300876 140737446443152 18446744073709551615 4264449 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31337/statm: 614389 504561 111120 27 0 612838 0
Current children cumulated CPU time (s) 216.1
Current children cumulated vsize (KiB) 2457556

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 216.185
CPU time (s): 216.187
CPU user time (s): 210.742
CPU system time (s): 5.44517
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2586620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.742
system time used= 5.44517
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2526901
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= 4
involuntary context switches= 332

runsolver used 0.368943 second user time and 0.813876 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 01:47:54
IDJOB=3286054
IDBENCH=82413
IDSOLVER=1561
FILE ID=node101/3286054-1303775270
RUNJOBID= node101-1303775267-31300
PBS_JOBID= 13157151
Free space on /tmp= 71136 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286054-1303775270/watcher-3286054-1303775270 -o /tmp/evaluation-result-3286054-1303775270/solver-3286054-1303775270 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3286054-1303775270.cnf

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=2069636154

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.841
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.74
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.841
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.841
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.841
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:      21588928 kB
Buffers:       2086332 kB
Cached:        8460888 kB
SwapCached:      33708 kB
Active:        6898056 kB
Inactive:      3984656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21588928 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:          332104 kB
Writeback:           0 kB
AnonPages:      322820 kB
Mapped:           9296 kB
Slab:           415276 kB
PageTables:       5620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   644828 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= 69504 MiB
End job on node101 at 2011-04-26 01:51:30