Trace number 3377073

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 403.668 404.837

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/1.16	c Set FPU double precision.
0.45/1.67	c Parse Cnf success: #var: 199304 #clause: 1005834
0.45/1.67	c Find Units :      10249
0.55/1.73	c Find Invs  :       1358
0.65/1.86	c Find Ands  :      94017 AvgFaninNum: 3.56908
0.65/1.87	c Find Xors  :          0 AvgFaninNum: nan
0.65/1.89	c Find Ite   :          0
0.75/1.98	c UnDirect variable: 0
0.75/1.98	c UnDirect to Direct Gate: 141
0.75/1.98	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.75/1.99	c Break Cycle : 40966
0.75/1.99	c Total Root : 6809 Undef Var: 164075
0.85/2.04	c After covering, Total Root: 18564 Leaf: 74919
0.85/2.04	c Variable( cover/uncovered/unused ): 110148 89156 0
0.85/2.04	c Unit Clauses: 10249
0.85/2.04	c Binary Clauses( cover/uncovered ): 98818 604329
0.85/2.04	c Clauses( cover/uncovered ): 35088 192260
0.85/2.04	c Total Clauses( cover/uncovered ): 144155 796589 15.3235%
0.85/2.04	c Covered Ands: 35088 Invs: 141 Xors: 0 Ites: 0
1.54/2.72	c Uncover Clauses avg size: 2.39767 max size: 10
1.54/2.73	c Final circuit: i/l/o/s  159877       0  722516   1073670
1.54/2.73	c CnfToAig: Time: 1.57 s
2.54/3.73	c TmMap: Set choices finish.
3.05/4.22	c TmMap: Set big and: 747365
3.05/4.22	c TmMap: Origin: 1233548 ClauseNum: 3221010 --> New: 907813 ClauseNum: 2567854
3.05/4.22	c TmMap: Time: 0.65
3.15/4.40	c Try to Add: #clause: 1497162 #xorclause: 0
3.44/4.67	c #var: 188116 #clauses: 210961 Solving... 
403.53/404.75	s UNSATISFIABLE
403.53/404.78	c CPU time: 403.6 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-3377073-1305467749/watcher-3377073-1305467749 -o /tmp/evaluation-result-3377073-1305467749/solver-3377073-1305467749 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377073-1305467749.cnf 1767685667 

running on 2 cores: 4,6

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: 7.25 8.01 7.53 3/299 18566
/proc/meminfo: memFree=16469040/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=6420 CPUtime=0 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) D 18564 18566 18511 0 -1 4194304 91 0 0 0 0 0 0 0 21 0 1 0 658374646 6574080 47 33554432000 4194304 6014671 140736629263376 18446744073709551615 274659884679 0 0 4096 0 18446744071562154983 0 0 17 4 0 0 0
/proc/18566/statm: 1605 47 37 445 0 66 0

[startup+0.011659 s]
/proc/loadavg: 7.25 8.01 7.53 3/299 18566
/proc/meminfo: memFree=16469040/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=6420 CPUtime=0 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) D 18564 18566 18511 0 -1 4194304 91 0 0 0 0 0 0 0 21 0 1 0 658374646 6574080 47 33554432000 4194304 6014671 140736629263376 18446744073709551615 274659884679 0 0 4096 0 18446744071562154983 0 0 17 4 0 0 0
/proc/18566/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.100684 s]
/proc/loadavg: 7.25 8.01 7.53 3/299 18566
/proc/meminfo: memFree=16469040/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=6420 CPUtime=0 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) D 18564 18566 18511 0 -1 4194304 91 0 0 0 0 0 0 0 21 0 1 0 658374646 6574080 47 33554432000 4194304 6014671 140736629263376 18446744073709551615 274659884679 0 0 4096 0 18446744071562154983 0 0 17 4 0 0 0
/proc/18566/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.300654 s]
/proc/loadavg: 7.25 8.01 7.53 3/299 18566
/proc/meminfo: memFree=16469040/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=6420 CPUtime=0 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) D 18564 18566 18511 0 -1 4194304 91 0 0 0 0 0 0 0 21 0 1 0 658374646 6574080 47 33554432000 4194304 6014671 140736629263376 18446744073709551615 274659884679 0 0 4096 0 18446744071562154983 0 0 17 4 0 0 0
/proc/18566/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.70059 s]
/proc/loadavg: 7.25 8.01 7.53 3/299 18566
/proc/meminfo: memFree=16469040/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=26264 CPUtime=0 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) D 18564 18566 18511 0 -1 4194304 272 0 2 0 0 0 0 0 18 0 1 0 658374646 26894336 225 33554432000 4194304 6014671 140736629263376 18446744073709551615 274659845608 0 0 4096 0 18446744071562234166 0 0 17 6 0 0 66
/proc/18566/statm: 6566 225 182 445 0 98 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26264

[startup+1.50036 s]
/proc/loadavg: 7.25 8.01 7.53 2/303 18573
/proc/meminfo: memFree=16460728/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=91948 CPUtime=0.36 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 16277 0 4 0 34 2 0 0 18 0 1 0 658374646 94154752 16218 33554432000 4194304 6014671 140736629263376 18446744073709551615 4277759 0 0 4096 16386 0 0 0 17 6 0 0 113
/proc/18566/statm: 22987 16218 377 445 0 16532 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 91948

[startup+3.10112 s]
/proc/loadavg: 7.31 8.01 7.53 7/303 18573
/proc/meminfo: memFree=15990912/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=329384 CPUtime=1.94 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 74103 0 4 0 185 9 0 0 19 0 1 0 658374646 337289216 74044 33554432000 4194304 6014671 140736629263376 18446744073709551615 4260471 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 82346 74044 668 445 0 75891 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 329384
heavy processes:

[startup+6.30059 s]
/proc/loadavg: 7.31 8.01 7.53 9/304 18574
/proc/meminfo: memFree=14171576/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=489320 CPUtime=5.12 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 113812 0 4 0 498 14 0 0 25 0 1 0 658374646 501063680 113682 33554432000 4194304 6014671 140736629263376 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 122330 113682 701 445 0 115875 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 489320

[startup+12.7005 s]
/proc/loadavg: 7.34 7.99 7.53 7/303 18574
/proc/meminfo: memFree=14069600/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=594280 CPUtime=11.52 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 134276 0 4 0 1135 17 0 0 25 0 1 0 658374646 608542720 134098 33554432000 4194304 6014671 140736629263376 18446744073709551615 4423585 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 148570 134098 701 445 0 142115 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 594280

[startup+25.5003 s]
/proc/loadavg: 7.28 7.96 7.53 5/303 18574
/proc/meminfo: memFree=13684532/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=724008 CPUtime=24.32 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 158713 0 4 0 2410 22 0 0 25 0 1 0 658374646 741384192 158526 33554432000 4194304 6014671 140736629263376 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 181002 158526 723 445 0 174547 0
Current children cumulated CPU time (s) 24.32
Current children cumulated vsize (KiB) 724008

[startup+51.1008 s]
/proc/loadavg: 6.40 7.70 7.45 5/303 18575
/proc/meminfo: memFree=13471828/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=869084 CPUtime=49.92 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 168505 0 4 0 4967 25 0 0 25 0 1 0 658374646 889942016 168318 33554432000 4194304 6014671 140736629263376 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 217271 168318 723 445 0 210816 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 869084

[startup+102.311 s]
/proc/loadavg: 4.96 7.08 7.25 5/303 18576
/proc/meminfo: memFree=12051880/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1175064 CPUtime=101.12 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 234932 0 4 0 10079 33 0 0 25 0 1 0 658374646 1203265536 234721 33554432000 4194304 6014671 140736629263376 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 293766 234721 728 445 0 287311 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 1175064

[startup+162.301 s]
/proc/loadavg: 4.39 6.53 7.05 5/303 18578
/proc/meminfo: memFree=11309104/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1459604 CPUtime=161.11 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 303229 0 4 0 16068 43 0 0 25 0 1 0 658374646 1494634496 302862 33554432000 4194304 6014671 140736629263376 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 364901 302862 728 445 0 358446 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 1459604

[startup+222.301 s]
/proc/loadavg: 4.26 6.10 6.87 5/303 18606
/proc/meminfo: memFree=11942084/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1659784 CPUtime=221.11 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 342791 0 4 0 22060 51 0 0 25 0 1 0 658374646 1699618816 342155 33554432000 4194304 6014671 140736629263376 18446744073709551615 4379499 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 414946 342155 734 445 0 408491 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 1659784

[startup+282.301 s]
/proc/loadavg: 4.09 5.71 6.68 5/303 18608
/proc/meminfo: memFree=11728612/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1659784 CPUtime=281.12 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 348322 0 4 0 28059 53 0 0 25 0 1 0 658374646 1699618816 347671 33554432000 4194304 6014671 140736629263376 18446744073709551615 4423596 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 414946 347671 728 445 0 408491 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 1659784

[startup+342.3 s]
/proc/loadavg: 4.03 5.40 6.51 5/303 18618
/proc/meminfo: memFree=11579116/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1659912 CPUtime=341.12 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 352095 0 4 0 34058 54 0 0 25 0 1 0 658374646 1699749888 351444 33554432000 4194304 6014671 140736629263376 18446744073709551615 4633328 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 414978 351444 728 445 0 408523 0
Current children cumulated CPU time (s) 341.12
Current children cumulated vsize (KiB) 1659912

[startup+402.301 s]
/proc/loadavg: 4.01 5.14 6.35 5/303 18647
/proc/meminfo: memFree=12882300/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1675276 CPUtime=401.12 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 355340 0 4 0 40057 55 0 0 25 0 1 0 658374646 1715482624 354689 33554432000 4194304 6014671 140736629263376 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 418819 354689 728 445 0 412364 0
Current children cumulated CPU time (s) 401.12
Current children cumulated vsize (KiB) 1675276

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

[startup+403.101 s]
/proc/loadavg: 4.01 5.14 6.35 5/303 18647
/proc/meminfo: memFree=12881432/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1675276 CPUtime=401.92 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 355340 0 4 0 40137 55 0 0 25 0 1 0 658374646 1715482624 354689 33554432000 4194304 6014671 140736629263376 18446744073709551615 4620828 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 418819 354689 728 445 0 412364 0
Current children cumulated CPU time (s) 401.92
Current children cumulated vsize (KiB) 1675276

[startup+403.901 s]
/proc/loadavg: 4.01 5.14 6.35 5/303 18647
/proc/meminfo: memFree=12880812/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1675276 CPUtime=402.72 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 355340 0 4 0 40217 55 0 0 25 0 1 0 658374646 1715482624 354689 33554432000 4194304 6014671 140736629263376 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 418819 354689 728 445 0 412364 0
Current children cumulated CPU time (s) 402.72
Current children cumulated vsize (KiB) 1675276

[startup+404.301 s]
/proc/loadavg: 4.01 5.14 6.35 5/303 18647
/proc/meminfo: memFree=12880812/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1675276 CPUtime=403.12 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 355340 0 4 0 40257 55 0 0 25 0 1 0 658374646 1715482624 354689 33554432000 4194304 6014671 140736629263376 18446744073709551615 4422777 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 418819 354689 728 445 0 412364 0
Current children cumulated CPU time (s) 403.12
Current children cumulated vsize (KiB) 1675276

[startup+404.701 s]
/proc/loadavg: 4.01 5.14 6.35 5/303 18647
/proc/meminfo: memFree=12876100/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=1675276 CPUtime=403.53 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202496 355340 0 4 0 40298 55 0 0 25 0 1 0 658374646 1715482624 354689 33554432000 4194304 6014671 140736629263376 18446744073709551615 4766150 0 0 4096 16386 0 0 0 17 4 0 0 113
/proc/18566/statm: 418819 354689 728 445 0 412364 0
Current children cumulated CPU time (s) 403.53
Current children cumulated vsize (KiB) 1675276

[startup+404.811 s]
/proc/loadavg: 4.01 5.14 6.35 5/303 18647
/proc/meminfo: memFree=12876100/32951132 swapFree=67093824/67111528
[pid=18566] ppid=18564 vsize=0 CPUtime=403.63 cores=4,6
/proc/18566/stat : 18566 (qutersat_releas) R 18564 18566 18511 0 -1 4202500 355344 0 4 0 40305 58 0 0 25 0 1 0 658374646 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 113
/proc/18566/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 403.63
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 404.837
CPU time (s): 403.668
CPU user time (s): 403.057
CPU system time (s): 0.610907
CPU usage (%): 99.7111
Max. virtual memory (cumulated for all children) (KiB): 1675276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 403.057
system time used= 0.610907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355344
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54
involuntary context switches= 823

runsolver used 1.21681 second user time and 2.52462 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 15:55:50
IDJOB=3377073
IDBENCH=71039
IDSOLVER=1856
FILE ID=node131/3377073-1305467749
RUNJOBID= node131-1305467749-18530
PBS_JOBID= 13325314
Free space on /tmp= 73620 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377073-1305467749/watcher-3377073-1305467749 -o /tmp/evaluation-result-3377073-1305467749/solver-3377073-1305467749 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377073-1305467749.cnf 1767685667

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1767685667

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:      16469708 kB
Buffers:        293564 kB
Cached:        4428392 kB
SwapCached:       1504 kB
Active:       12727320 kB
Inactive:      3482336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16469708 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           92192 kB
Writeback:           0 kB
AnonPages:    11485888 kB
Mapped:          27372 kB
Slab:           172132 kB
PageTables:      35680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 29835896 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= 73648 MiB
End job on node131 at 2011-05-15 16:02:35