Trace number 3299560

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
claspmt 2.0-R4095SAT 957.985 240.148

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_404.cnf
MD5SUM213e4c0c58f043e67e86cf993698317a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.22675
Satisfiable
(Un)Satisfiability was proved
Number of variables202
Number of clauses22023
Sum of the clauses size98860
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 267
Number of clauses of size 320125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51831

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...092887/instance-3299560-1304092887.cnf
0.09/0.12	c Solving...
957.85/240.12	c Answer: 1
957.85/240.12	v -1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 -19 20 -21 22 23 24 25 26
957.85/240.12	v -27 -28 29 30 31 -32 33 34 35 36 37 38 39 40 41 42 43 44 45 -46 47 48 49
957.85/240.12	v 50 51 52 53 54 55 -56 -57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
957.85/240.12	v 73 74 75 76 -77 78 -79 80 81 82 83 84 85 86 87 -88 89 -90 91 92 93 94 95
957.85/240.12	v 96 97 98 99 100 101 102 103 104 105 106 -107 108 109 110 111 112 113 114
957.85/240.12	v -115 116 -117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 -132
957.85/240.12	v 133 134 135 136 137 138 139 140 -141 142 -143 144 145 146 147 148 149 150
957.85/240.12	v 151 152 153 154 155 156 157 158 159 160 161 162 163 -164 165 -166 167 168
957.85/240.12	v 169 -170 171 172 173 174 175 176 177 178 179 180 -181 182 -183 184 185
957.85/240.12	v 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 -201 202 0
957.85/240.14	s SATISFIABLE
957.85/240.14	
957.85/240.14	c Models        : 1+    
957.85/240.14	c Time          : 240.126s (Solving: 240.00s 1st Model: 240.00s Unsat: 0.00s)
957.85/240.14	c CPU Time      : 957.960s

Verifier Data

OK

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-3299560-1304092887/watcher-3299560-1304092887 -o /tmp/evaluation-result-3299560-1304092887/solver-3299560-1304092887 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299560-1304092887.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.35 7.75 7.96 2/177 19390
/proc/meminfo: memFree=30354224/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=21508 CPUtime=0 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 683 0 0 0 0 0 0 0 22 0 1 0 520889079 22024192 612 33554432000 4194304 4964704 140733349482048 18446744073709551615 253640520389 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19390/statm: 5377 613 385 189 0 251 0

[startup+0.087391 s]
/proc/loadavg: 6.35 7.75 7.96 2/177 19390
/proc/meminfo: memFree=30354224/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=23044 CPUtime=0.08 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 1101 0 0 0 8 0 0 0 22 0 1 0 520889079 23597056 993 33554432000 4194304 4964704 140733349482048 18446744073709551615 4607585 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19390/statm: 5761 993 398 189 0 635 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23044

[startup+0.100387 s]
/proc/loadavg: 6.35 7.75 7.96 2/177 19390
/proc/meminfo: memFree=30354224/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=23044 CPUtime=0.09 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 1101 0 0 0 9 0 0 0 22 0 1 0 520889079 23597056 993 33554432000 4194304 4964704 140733349482048 18446744073709551615 4607536 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19390/statm: 5761 993 398 189 0 635 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23044

[startup+1.03918 s]
/proc/loadavg: 6.35 7.75 7.96 2/177 19390
/proc/meminfo: memFree=30354224/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=171524 CPUtime=3.75 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 3084 0 0 0 375 0 0 0 19 0 4 0 520889079 175640576 2923 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627540 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 42881 2923 458 189 0 37230 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 171524

[startup+1.13916 s]
/proc/loadavg: 6.35 7.75 7.96 2/177 19390
/proc/meminfo: memFree=30354224/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=171656 CPUtime=4.15 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 3197 0 0 0 415 0 0 0 19 0 4 0 520889079 175775744 3036 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627528 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 42914 3036 458 189 0 37263 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 171656

[startup+1.5001 s]
/proc/loadavg: 6.35 7.75 7.96 2/177 19390
/proc/meminfo: memFree=30354224/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=171920 CPUtime=5.59 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 3363 0 0 0 559 0 0 0 19 0 4 0 520889079 176046080 3202 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 42980 3202 458 189 0 37329 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 171920

[startup+3.10081 s]
/proc/loadavg: 6.35 7.75 7.96 9/184 19397
/proc/meminfo: memFree=30323312/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=174252 CPUtime=11.99 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 4857 0 0 0 1198 1 0 0 25 0 4 0 520889079 178434048 4696 33554432000 4194304 4964704 140733349482048 18446744073709551615 253640520389 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 43563 4696 460 189 0 37912 0
[pid=19390/tid=19392] ppid=19388 vsize=174252 CPUtime=2.96 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 826 0 0 0 296 0 0 0 25 0 4 0 520889092 178434048 4696 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627309 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=174252 CPUtime=2.96 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 1330 0 0 0 296 0 0 0 25 0 4 0 520889092 178434048 4696 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=174252 CPUtime=2.95 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 796 0 0 0 295 0 0 0 25 0 4 0 520889092 178434048 4697 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 174252

[startup+6.30122 s]
/proc/loadavg: 6.48 7.75 7.96 9/184 19397
/proc/meminfo: memFree=30311536/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=176368 CPUtime=24.77 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 6372 0 0 0 2476 1 0 0 25 0 4 0 520889079 180600832 6130 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 44092 6130 460 189 0 38441 0
[pid=19390/tid=19392] ppid=19388 vsize=176368 CPUtime=6.16 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 1164 0 0 0 616 0 0 0 25 0 4 0 520889092 180600832 6130 33554432000 4194304 4964704 140733349482048 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=176368 CPUtime=6.16 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 1997 0 0 0 616 0 0 0 25 0 4 0 520889092 180600832 6130 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=176368 CPUtime=6.14 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 1025 0 0 0 614 0 0 0 25 0 4 0 520889092 180600832 6130 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 176368

[startup+12.7011 s]
/proc/loadavg: 6.60 7.76 7.96 9/184 19398
/proc/meminfo: memFree=30285824/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=179056 CPUtime=50.35 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 9078 0 0 0 5033 2 0 0 25 0 4 0 520889079 183353344 8715 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 44764 8715 460 189 0 39113 0
[pid=19390/tid=19392] ppid=19388 vsize=179056 CPUtime=12.56 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 1982 0 0 0 1256 0 0 0 25 0 4 0 520889092 183353344 8715 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=179056 CPUtime=12.56 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 3173 0 0 0 1256 0 0 0 25 0 4 0 520889092 183353344 8715 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=179056 CPUtime=12.5 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 1429 0 0 0 1250 0 0 0 25 0 4 0 520889092 183353344 8715 33554432000 4194304 4964704 140733349482048 18446744073709551615 253640557136 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 179056

[startup+25.5007 s]
/proc/loadavg: 6.91 7.77 7.96 9/184 19398
/proc/meminfo: memFree=30264748/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=183808 CPUtime=101.46 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 11430 0 0 0 10143 3 0 0 25 0 4 0 520889079 188219392 11048 33554432000 4194304 4964704 140733349482048 18446744073709551615 4668609 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 45952 11048 460 189 0 40301 0
[pid=19390/tid=19392] ppid=19388 vsize=183808 CPUtime=25.35 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 2660 0 0 0 2535 0 0 0 25 0 4 0 520889092 188219392 11048 33554432000 4194304 4964704 140733349482048 18446744073709551615 4659143 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=183808 CPUtime=25.35 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 4418 0 0 0 2535 0 0 0 25 0 4 0 520889092 188219392 11048 33554432000 4194304 4964704 140733349482048 18446744073709551615 4321088 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=183808 CPUtime=25.23 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 1655 0 0 0 2523 0 0 0 25 0 4 0 520889092 188219392 11048 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 183808

[startup+51.101 s]
/proc/loadavg: 7.28 7.79 7.96 9/184 19399
/proc/meminfo: memFree=30239924/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=187368 CPUtime=203.71 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 14293 0 0 0 20366 5 0 0 25 0 4 0 520889079 191864832 13854 33554432000 4194304 4964704 140733349482048 18446744073709551615 4654020 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 46842 13854 460 189 0 41191 0
[pid=19390/tid=19392] ppid=19388 vsize=187368 CPUtime=50.95 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 3483 0 0 0 5094 1 0 0 25 0 4 0 520889092 191864832 13854 33554432000 4194304 4964704 140733349482048 18446744073709551615 4668717 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=187368 CPUtime=50.95 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 6007 0 0 0 5094 1 0 0 18 0 4 0 520889092 191864832 13854 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=187368 CPUtime=50.69 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 1845 0 0 0 5069 0 0 0 25 0 4 0 520889092 191864832 13854 33554432000 4194304 4964704 140733349482048 18446744073709551615 4644864 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 187368

[startup+102.301 s]
/proc/loadavg: 7.76 7.83 7.96 9/184 19400
/proc/meminfo: memFree=30204696/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=191296 CPUtime=408.22 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 16930 0 0 0 40814 8 0 0 25 0 4 0 520889079 195887104 16245 33554432000 4194304 4964704 140733349482048 18446744073709551615 4668673 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 47824 16245 460 189 0 42173 0
[pid=19390/tid=19392] ppid=19388 vsize=191296 CPUtime=102.14 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 4440 0 0 0 10213 1 0 0 25 0 4 0 520889092 195887104 16245 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=191296 CPUtime=102.15 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 7127 0 0 0 10213 2 0 0 25 0 4 0 520889092 195887104 16245 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=191296 CPUtime=101.6 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2138 0 0 0 10159 1 0 0 25 0 4 0 520889092 195887104 16245 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 191296

[startup+162.301 s]
/proc/loadavg: 8.36 7.97 8.00 9/184 19405
/proc/meminfo: memFree=30182448/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=195012 CPUtime=647.09 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 19270 0 0 0 64699 10 0 0 25 0 4 0 520889079 199692288 18459 33554432000 4194304 4964704 140733349482048 18446744073709551615 4321016 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 48753 18459 460 189 0 43102 0
[pid=19390/tid=19392] ppid=19388 vsize=195012 CPUtime=161.89 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 5492 0 0 0 16187 2 0 0 25 0 4 0 520889092 199692288 18459 33554432000 4194304 4964704 140733349482048 18446744073709551615 4668683 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=195012 CPUtime=161.85 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 7994 0 0 0 16182 3 0 0 25 0 4 0 520889092 199692288 18459 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=195012 CPUtime=161.13 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2301 0 0 0 16112 1 0 0 25 0 4 0 520889092 199692288 18459 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.09
Current children cumulated vsize (KiB) 195012

[startup+222.301 s]
/proc/loadavg: 8.20 8.00 8.01 9/184 19406
/proc/meminfo: memFree=30162012/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=262924 CPUtime=886.74 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 22905 0 0 0 88660 14 0 0 25 0 4 0 520889079 269234176 21832 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627272 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 65731 21832 460 189 0 60080 0
[pid=19390/tid=19392] ppid=19388 vsize=262924 CPUtime=221.88 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 6551 0 0 0 22185 3 0 0 25 0 4 0 520889092 269234176 21832 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=262924 CPUtime=221.85 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 9839 0 0 0 22180 5 0 0 25 0 4 0 520889092 269234176 21832 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=262924 CPUtime=220.8 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2727 0 0 0 22078 2 0 0 25 0 4 0 520889092 269234176 21832 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 886.74
Current children cumulated vsize (KiB) 262924

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

[startup+231.001 s]
/proc/loadavg: 8.25 8.02 8.01 9/184 19406
/proc/meminfo: memFree=30157168/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=262924 CPUtime=921.5 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 23223 0 0 0 92135 15 0 0 25 0 4 0 520889079 269234176 22129 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 65731 22129 460 189 0 60080 0
[pid=19390/tid=19392] ppid=19388 vsize=262924 CPUtime=230.58 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 6582 0 0 0 23055 3 0 0 25 0 4 0 520889092 269234176 22129 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=262924 CPUtime=230.55 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 9969 0 0 0 23050 5 0 0 25 0 4 0 520889092 269234176 22129 33554432000 4194304 4964704 140733349482048 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=262924 CPUtime=229.45 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2728 0 0 0 22943 2 0 0 25 0 4 0 520889092 269234176 22129 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 921.5
Current children cumulated vsize (KiB) 262924

[startup+234.201 s]
/proc/loadavg: 8.23 8.02 8.01 9/184 19406
/proc/meminfo: memFree=30153448/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=263400 CPUtime=934.28 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 23391 0 0 0 93413 15 0 0 25 0 4 0 520889079 269721600 22276 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627211 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 65850 22276 460 189 0 60199 0
[pid=19390/tid=19392] ppid=19388 vsize=263400 CPUtime=233.78 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 6603 0 0 0 23375 3 0 0 25 0 4 0 520889092 269721600 22276 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=263400 CPUtime=233.75 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 10073 0 0 0 23370 5 0 0 25 0 4 0 520889092 269721600 22276 33554432000 4194304 4964704 140733349482048 18446744073709551615 4320919 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=263400 CPUtime=232.63 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2728 0 0 0 23261 2 0 0 25 0 4 0 520889092 269721600 22276 33554432000 4194304 4964704 140733349482048 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 934.28
Current children cumulated vsize (KiB) 263400

[startup+237.401 s]
/proc/loadavg: 8.23 8.02 8.01 9/184 19407
/proc/meminfo: memFree=30150720/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=263400 CPUtime=947.06 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 23457 0 0 0 94691 15 0 0 25 0 4 0 520889079 269721600 22321 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 65850 22321 460 189 0 60199 0
[pid=19390/tid=19392] ppid=19388 vsize=263400 CPUtime=236.98 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 6657 0 0 0 23695 3 0 0 25 0 4 0 520889092 269721600 22321 33554432000 4194304 4964704 140733349482048 18446744073709551615 4628014 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=263400 CPUtime=236.95 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 10073 0 0 0 23690 5 0 0 25 0 4 0 520889092 269721600 22321 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=263400 CPUtime=235.81 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2739 0 0 0 23579 2 0 0 25 0 4 0 520889092 269721600 22321 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 947.06
Current children cumulated vsize (KiB) 263400

[startup+239.001 s]
/proc/loadavg: 8.23 8.02 8.01 9/184 19407
/proc/meminfo: memFree=30150224/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=263400 CPUtime=953.45 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 23461 0 0 0 95330 15 0 0 25 0 4 0 520889079 269721600 22325 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670233 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 65850 22325 460 189 0 60199 0
[pid=19390/tid=19392] ppid=19388 vsize=263400 CPUtime=238.58 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 6657 0 0 0 23855 3 0 0 25 0 4 0 520889092 269721600 22325 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=263400 CPUtime=238.55 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 10073 0 0 0 23850 5 0 0 25 0 4 0 520889092 269721600 22325 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=263400 CPUtime=237.41 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2743 0 0 0 23739 2 0 0 25 0 4 0 520889092 269721600 22325 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627248 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 953.45
Current children cumulated vsize (KiB) 263400

[startup+239.801 s]
/proc/loadavg: 8.21 8.02 8.01 9/184 19407
/proc/meminfo: memFree=30149852/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=263400 CPUtime=956.65 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 23464 0 0 0 95650 15 0 0 25 0 4 0 520889079 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4321076 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 65850 22328 460 189 0 60199 0
[pid=19390/tid=19392] ppid=19388 vsize=263400 CPUtime=239.38 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 6657 0 0 0 23935 3 0 0 25 0 4 0 520889092 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4626894 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=263400 CPUtime=239.35 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 10073 0 0 0 23930 5 0 0 25 0 4 0 520889092 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4668641 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=263400 CPUtime=238.2 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2746 0 0 0 23818 2 0 0 25 0 4 0 520889092 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4363320 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 956.65
Current children cumulated vsize (KiB) 263400

[startup+240.001 s]
/proc/loadavg: 8.21 8.02 8.01 9/184 19407
/proc/meminfo: memFree=30149852/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=263400 CPUtime=957.45 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 23464 0 0 0 95730 15 0 0 25 0 4 0 520889079 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4683994 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 65850 22328 460 189 0 60199 0
[pid=19390/tid=19392] ppid=19388 vsize=263400 CPUtime=239.58 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 6657 0 0 0 23955 3 0 0 25 0 4 0 520889092 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=263400 CPUtime=239.55 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 10073 0 0 0 23950 5 0 0 25 0 4 0 520889092 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=263400 CPUtime=238.4 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2746 0 0 0 23838 2 0 0 25 0 4 0 520889092 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627509 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 957.45
Current children cumulated vsize (KiB) 263400

[startup+240.101 s]
/proc/loadavg: 8.21 8.02 8.01 9/184 19407
/proc/meminfo: memFree=30149852/32951124 swapFree=67111364/67111528
[pid=19390] ppid=19388 vsize=263400 CPUtime=957.85 cores=1,3,5,7
/proc/19390/stat : 19390 (claspmt) R 19388 19390 18837 0 -1 4202496 23464 0 0 0 95770 15 0 0 25 0 4 0 520889079 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4670260 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/19390/statm: 65850 22328 460 189 0 60199 0
[pid=19390/tid=19392] ppid=19388 vsize=263400 CPUtime=239.68 cores=1,3,5,7
/proc/19390/task/19392/stat : 19392 (claspmt) R 19388 19390 18837 0 -1 4202560 6657 0 0 0 23965 3 0 0 25 0 4 0 520889092 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4325336 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=19390/tid=19393] ppid=19388 vsize=263400 CPUtime=239.65 cores=1,3,5,7
/proc/19390/task/19393/stat : 19393 (claspmt) R 19388 19390 18837 0 -1 4202560 10073 0 0 0 23960 5 0 0 25 0 4 0 520889092 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4627293 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=19390/tid=19394] ppid=19388 vsize=263400 CPUtime=238.5 cores=1,3,5,7
/proc/19390/task/19394/stat : 19394 (claspmt) R 19388 19390 18837 0 -1 4202560 2746 0 0 0 23848 2 0 0 25 0 4 0 520889092 269721600 22328 33554432000 4194304 4964704 140733349482048 18446744073709551615 4659140 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 957.85
Current children cumulated vsize (KiB) 263400

Child status: 10
Real time (s): 240.148
CPU time (s): 957.985
CPU user time (s): 957.828
CPU system time (s): 0.156976
CPU usage (%): 398.915
Max. virtual memory (cumulated for all children) (KiB): 263400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 957.828
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23476
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= 5865
involuntary context switches= 6918

runsolver used 0.369943 second user time and 0.936857 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 18:01:27
IDJOB=3299560
IDBENCH=83272
IDSOLVER=1683
FILE ID=node106/3299560-1304092887
RUNJOBID= node106-1304092887-19371
PBS_JOBID= 13170570
Free space on /tmp= 72156 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_404.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3299560-1304092887/watcher-3299560-1304092887 -o /tmp/evaluation-result-3299560-1304092887/solver-3299560-1304092887 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299560-1304092887.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 213e4c0c58f043e67e86cf993698317a
RANDOM SEED=375426397

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30354752 kB
Buffers:        250292 kB
Cached:        2069556 kB
SwapCached:         88 kB
Active:         783132 kB
Inactive:      1602220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30354752 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2828 kB
Writeback:           0 kB
AnonPages:       65240 kB
Mapped:          15648 kB
Slab:           146444 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   209216 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= 72156 MiB
End job on node106 at 2011-04-29 18:05:27