Trace number 3704610

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
wbo 1.7? 1799.88 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_55_pb.cnf.cr.opb
MD5SUM887c74fdc5099423a97b443d1200370c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.104983
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5500
Total number of constraints210
Number of constraints which are clauses110
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704610-1338082280.opb.
0.00/0.00	c Instance file HOME/instance-3704610-1338082280.opb
0.00/0.00	c File size is 98558 bytes.
0.00/0.01	c Highest Coefficient sum: 56
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      5500                                                |
0.00/0.01	c |  Number Clauses:        110                                                 |
0.00/0.01	c |  Number Cardinality:    100                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3704610-1338082280/watcher-3704610-1338082280 -o /tmp/evaluation-result-3704610-1338082280/solver-3704610-1338082280 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704610-1338082280.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.00 2.02 2.00 2/177 15619
/proc/meminfo: memFree=31091356/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=4516 CPUtime=0 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) R 15617 15619 12452 0 -1 4202496 604 0 0 0 0 0 0 0 20 0 1 0 274353946 4624384 556 33554432000 4194304 5963574 140735077091264 140735472348488 4380256 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 1129 556 169 432 0 669 0

[startup+0.0330669 s]
/proc/loadavg: 2.00 2.02 2.00 2/177 15619
/proc/meminfo: memFree=31091356/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=85340 CPUtime=0.03 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 1919 0 0 0 3 0 0 0 20 0 2 0 274353946 87388160 1721 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 21335 1721 184 432 0 20900 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 85340

[startup+0.100239 s]
/proc/loadavg: 2.00 2.02 2.00 2/177 15619
/proc/meminfo: memFree=31091356/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=85340 CPUtime=0.09 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 2143 0 0 0 9 0 0 0 20 0 2 0 274353946 87388160 1945 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 21335 1945 185 432 0 20900 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85340

[startup+0.30018 s]
/proc/loadavg: 2.00 2.02 2.00 2/177 15619
/proc/meminfo: memFree=31091356/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=85340 CPUtime=0.29 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 2634 0 0 0 29 0 0 0 20 0 2 0 274353946 87388160 2436 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 21335 2436 185 432 0 20900 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85340

[startup+0.700177 s]
/proc/loadavg: 2.00 2.02 2.00 2/177 15619
/proc/meminfo: memFree=31091356/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=85340 CPUtime=0.69 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 3465 0 0 0 68 1 0 0 20 0 2 0 274353946 87388160 3267 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 21335 3267 185 432 0 20900 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85340

[startup+1.50021 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15621
/proc/meminfo: memFree=31077072/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=85340 CPUtime=1.49 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 4954 0 0 0 148 1 0 0 20 0 2 0 274353946 87388160 4756 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 21335 4756 185 432 0 20900 0
[pid=15619/tid=15621] ppid=15617 vsize=85340 CPUtime=1.47 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 3801 0 0 0 146 1 0 0 20 0 2 0 274353947 87388160 4756 33554432000 4194304 5963574 140735077091264 140299012782120 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85340

[startup+3.10025 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15621
/proc/meminfo: memFree=31069136/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=85340 CPUtime=3.09 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 6459 0 0 0 307 2 0 0 20 0 2 0 274353946 87388160 6261 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 21335 6261 185 432 0 20900 0
[pid=15619/tid=15621] ppid=15617 vsize=85340 CPUtime=3.07 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 5306 0 0 0 305 2 0 0 20 0 2 0 274353947 87388160 6261 33554432000 4194304 5963574 140735077091264 140299012782008 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85340

[startup+6.30015 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15621
/proc/meminfo: memFree=31062836/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=85340 CPUtime=6.29 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 8758 0 0 0 626 3 0 0 20 0 2 0 274353946 87388160 8560 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 21335 8560 185 432 0 20900 0
[pid=15619/tid=15621] ppid=15617 vsize=85340 CPUtime=6.27 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 7605 0 0 0 624 3 0 0 20 0 2 0 274353947 87388160 8560 33554432000 4194304 5963574 140735077091264 140299012782072 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85340

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15621
/proc/meminfo: memFree=31016516/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=85556 CPUtime=12.69 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 14549 0 0 0 1265 4 0 0 20 0 2 0 274353946 87609344 14351 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 21389 14351 185 432 0 20954 0
[pid=15619/tid=15621] ppid=15617 vsize=85556 CPUtime=12.67 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 13396 0 0 0 1263 4 0 0 20 0 2 0 274353947 87609344 14351 33554432000 4194304 5963574 140735077091264 140299012782072 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85556

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15621
/proc/meminfo: memFree=30951648/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=151200 CPUtime=25.49 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 21063 0 0 0 2542 7 0 0 20 0 2 0 274353946 154828800 20865 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 37800 20865 185 432 0 37365 0
[pid=15619/tid=15621] ppid=15617 vsize=151200 CPUtime=25.48 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 19910 0 0 0 2540 8 0 0 20 0 2 0 274353947 154828800 20865 33554432000 4194304 5963574 140735077091264 140299012782072 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151200

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15622
/proc/meminfo: memFree=30930424/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=151360 CPUtime=51.08 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 26431 0 0 0 5099 9 0 0 20 0 2 0 274353946 154992640 26233 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 37840 26233 185 432 0 37405 0
[pid=15619/tid=15621] ppid=15617 vsize=151360 CPUtime=51.08 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 25278 0 0 0 5098 10 0 0 20 0 2 0 274353947 154992640 26233 33554432000 4194304 5963574 140735077091264 140299012782072 4381532 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151360

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15622
/proc/meminfo: memFree=30852540/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=216896 CPUtime=102.28 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 39069 0 0 0 10215 13 0 0 20 0 2 0 274353946 222101504 38871 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 54224 38871 185 432 0 53789 0
[pid=15619/tid=15621] ppid=15617 vsize=216896 CPUtime=102.28 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 37916 0 0 0 10213 15 0 0 20 0 2 0 274353947 222101504 38871 33554432000 4194304 5963574 140735077091264 140299012781880 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 216896

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15623
/proc/meminfo: memFree=30735448/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=348208 CPUtime=162.25 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 67303 0 0 0 16204 21 0 0 20 0 2 0 274353946 356564992 67304 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 87052 67304 185 432 0 86617 0
[pid=15619/tid=15621] ppid=15617 vsize=348208 CPUtime=162.27 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 66150 0 0 0 16203 24 0 0 20 0 2 0 274353947 356564992 67304 33554432000 4194304 5963574 140735077091264 140299012782072 4399614 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 348208

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15623
/proc/meminfo: memFree=30683948/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=348208 CPUtime=222.21 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 67357 0 0 0 22200 21 0 0 20 0 2 0 274353946 356564992 67412 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 87052 67412 185 432 0 86617 0
[pid=15619/tid=15621] ppid=15617 vsize=348208 CPUtime=222.24 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 66204 0 0 0 22199 25 0 0 20 0 2 0 274353947 356564992 67412 33554432000 4194304 5963574 140735077091264 140299012782072 4399625 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 348208

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15623
/proc/meminfo: memFree=30660292/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=348208 CPUtime=282.16 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 67404 0 0 0 28195 21 0 0 20 0 2 0 274353946 356564992 67484 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 87052 67484 185 432 0 86617 0
[pid=15619/tid=15621] ppid=15617 vsize=348208 CPUtime=282.21 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 66251 0 0 0 28195 26 0 0 20 0 2 0 274353947 356564992 67484 33554432000 4194304 5963574 140735077091264 140299012782072 4381529 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 348208

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15623
/proc/meminfo: memFree=30568716/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=348208 CPUtime=342.15 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 67426 0 0 0 34194 21 0 0 20 0 2 0 274353946 356564992 68334 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 87052 68334 185 432 0 86617 0
[pid=15619/tid=15621] ppid=15617 vsize=348208 CPUtime=342.2 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 66273 0 0 0 34193 27 0 0 20 0 2 0 274353947 356564992 68334 33554432000 4194304 5963574 140735077091264 140299012782072 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 348208

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15624
/proc/meminfo: memFree=30414360/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=414320 CPUtime=402.14 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 86309 0 0 0 40186 28 0 0 20 0 2 0 274353946 424263680 87217 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 103580 87217 185 432 0 103145 0
[pid=15619/tid=15621] ppid=15617 vsize=414320 CPUtime=402.2 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 85156 0 0 0 40185 35 0 0 20 0 2 0 274353947 424263680 87217 33554432000 4194304 5963574 140735077091264 140299012782120 4400130 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 414320

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15624
/proc/meminfo: memFree=30306464/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=414320 CPUtime=462.13 cores=0,2,4,6

################
# More data... #
################

/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 204960 0 0 0 130122 93 0 0 20 0 2 0 274353947 901099520 206776 33554432000 4194304 5963574 140735077091264 140299012782072 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 879980

[startup+1362.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 15634
/proc/meminfo: memFree=29747488/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=946812 CPUtime=1361.89 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 222900 0 0 0 136107 82 0 0 20 0 2 0 274353946 969535488 223563 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 236703 223563 185 432 0 236268 0
[pid=15619/tid=15621] ppid=15617 vsize=946812 CPUtime=1362.14 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 221747 0 0 0 136111 103 0 0 20 0 2 0 274353947 969535488 223563 33554432000 4194304 5963574 140735077091264 140299012782072 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 946812

[startup+1422.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 15634
/proc/meminfo: memFree=29688588/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1013428 CPUtime=1421.89 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 237504 0 0 0 142100 89 0 0 20 0 2 0 274353946 1037750272 238163 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 253357 238163 185 432 0 252922 0
[pid=15619/tid=15621] ppid=15617 vsize=1013428 CPUtime=1422.15 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 236351 0 0 0 142104 111 0 0 20 0 2 0 274353947 1037750272 238163 33554432000 4194304 5963574 140735077091264 140299012782072 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1013428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15634
/proc/meminfo: memFree=29640848/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1014508 CPUtime=1481.87 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 249186 0 0 0 148092 95 0 0 20 0 2 0 274353946 1038856192 249841 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 253627 249841 185 432 0 253192 0
[pid=15619/tid=15621] ppid=15617 vsize=1014508 CPUtime=1482.15 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 248033 0 0 0 148097 118 0 0 20 0 2 0 274353947 1038856192 249841 33554432000 4194304 5963574 140735077091264 140299012782072 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1014508

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 15634
/proc/meminfo: memFree=29565704/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1082792 CPUtime=1541.87 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 261472 0 0 0 154085 102 0 0 20 0 2 0 274353946 1108779008 262098 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270698 262098 185 432 0 270263 0
[pid=15619/tid=15621] ppid=15617 vsize=1082792 CPUtime=1542.15 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 260319 0 0 0 154090 125 0 0 20 0 2 0 274353947 1108779008 262098 33554432000 4194304 5963574 140735077091264 140299012782072 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1082792

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 15635
/proc/meminfo: memFree=29558820/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083008 CPUtime=1601.86 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263718 0 0 0 160083 103 0 0 20 0 2 0 274353946 1109000192 264344 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270752 264344 185 432 0 270317 0
[pid=15619/tid=15621] ppid=15617 vsize=1083008 CPUtime=1602.15 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262565 0 0 0 160087 128 0 0 20 0 2 0 274353947 1109000192 264344 33554432000 4194304 5963574 140735077091264 140299012782072 4381557 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1083008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15635
/proc/meminfo: memFree=29557880/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1661.85 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263753 0 0 0 166082 103 0 0 20 0 2 0 274353946 1109221376 264379 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 264379 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1662.15 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262600 0 0 0 166086 129 0 0 20 0 2 0 274353947 1109221376 264379 33554432000 4194304 5963574 140735077091264 140299012782120 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1083224

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15677
/proc/meminfo: memFree=30105324/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1721.84 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263755 0 0 0 172081 103 0 0 20 0 2 0 274353946 1109221376 264281 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 264281 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1722.15 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262602 0 0 0 172085 130 0 0 20 0 2 0 274353947 1109221376 264281 33554432000 4194304 5963574 140735077091264 140299012782104 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1083224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15700
/proc/meminfo: memFree=30065736/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1781.81 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263787 0 0 0 178078 103 0 0 20 0 2 0 274353946 1109221376 264358 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 264358 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1782.14 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262634 0 0 0 178083 131 0 0 20 0 2 0 274353947 1109221376 264358 33554432000 4194304 5963574 140735077091264 140299012782104 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1083224

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15700
/proc/meminfo: memFree=30067256/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1791.41 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263795 0 0 0 179038 103 0 0 20 0 2 0 274353946 1109221376 263804 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 263804 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1791.74 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262642 0 0 0 179043 131 0 0 20 0 2 0 274353947 1109221376 263804 33554432000 4194304 5963574 140735077091264 140299012782104 4378768 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 1083224

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15700
/proc/meminfo: memFree=30065336/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1794.61 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263799 0 0 0 179358 103 0 0 20 0 2 0 274353946 1109221376 263813 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 263813 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1794.93 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262646 0 0 0 179362 131 0 0 20 0 2 0 274353947 1109221376 263813 33554432000 4194304 5963574 140735077091264 140299012782104 4381268 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 1083224

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15700
/proc/meminfo: memFree=30062148/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1797.8 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263799 0 0 0 179677 103 0 0 20 0 2 0 274353946 1109221376 263813 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 263813 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1798.13 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262646 0 0 0 179682 131 0 0 20 0 2 0 274353947 1109221376 263813 33554432000 4194304 5963574 140735077091264 140299012782104 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 1083224

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15700
/proc/meminfo: memFree=30060288/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1798.6 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263799 0 0 0 179757 103 0 0 20 0 2 0 274353946 1109221376 263813 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 263813 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1798.93 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262646 0 0 0 179762 131 0 0 20 0 2 0 274353947 1109221376 263813 33554432000 4194304 5963574 140735077091264 140299012782104 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 1083224

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15700
/proc/meminfo: memFree=30058304/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1799.01 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263799 0 0 0 179798 103 0 0 20 0 2 0 274353946 1109221376 263813 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 263813 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1799.33 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262646 0 0 0 179802 131 0 0 20 0 2 0 274353947 1109221376 263813 33554432000 4194304 5963574 140735077091264 140299012782104 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 1083224

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15700
/proc/meminfo: memFree=30058304/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1799.4 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263799 0 0 0 179837 103 0 0 20 0 2 0 274353946 1109221376 263813 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 263813 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1799.73 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262646 0 0 0 179842 131 0 0 20 0 2 0 274353947 1109221376 263813 33554432000 4194304 5963574 140735077091264 140299012782104 4399627 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 1083224

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15700
/proc/meminfo: memFree=30058304/32873648 swapFree=7112/7112
[pid=15619] ppid=15617 vsize=1083224 CPUtime=1799.5 cores=0,2,4,6
/proc/15619/stat : 15619 (wbo1.7) S 15617 15619 12452 0 -1 4202496 263799 0 0 0 179847 103 0 0 20 0 2 0 274353946 1109221376 263813 33554432000 4194304 5963574 140735077091264 140735077090784 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15619/statm: 270806 263813 185 432 0 270371 0
[pid=15619/tid=15621] ppid=15617 vsize=1083224 CPUtime=1799.83 cores=0,2,4,6
/proc/15619/task/15621/stat : 15621 (wbo1.7) R 15617 15619 12452 0 -1 4202560 262646 0 0 0 179852 131 0 0 20 0 2 0 274353947 1109221376 263813 33554432000 4194304 5963574 140735077091264 140299012782104 4399623 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 1083224

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.88
CPU user time (s): 1798.54
CPU system time (s): 1.3388
CPU usage (%): 99.9921
Max. virtual memory (cumulated for all children) (KiB): 1083224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.3388
maximum resident set size= 1057520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263800
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= 330
involuntary context switches= 1871

runsolver used 3.38848 second user time and 8.01478 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 03:31:20
IDJOB=3704610
IDBENCH=1396
IDSOLVER=2283
FILE ID=node126/3704610-1338082280
RUNJOBID= node126-1338077272-12468
PBS_JOBID= 14624421
Free space on /tmp= 71356 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_55_pb.cnf.cr.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704610-1338082280/watcher-3704610-1338082280 -o /tmp/evaluation-result-3704610-1338082280/solver-3704610-1338082280 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704610-1338082280.opb

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

MD5SUM BENCH= 887c74fdc5099423a97b443d1200370c
RANDOM SEED=568530328

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31091884 kB
Buffers:          265084 kB
Cached:           538612 kB
SwapCached:        17756 kB
Active:           881044 kB
Inactive:          94260 kB
Active(anon):     153052 kB
Inactive(anon):    20452 kB
Active(file):     727992 kB
Inactive(file):    73808 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              5616 kB
Writeback:             0 kB
AnonPages:        160980 kB
Mapped:            10376 kB
Shmem:                 0 kB
Slab:             667664 kB
SReclaimable:     111712 kB
SUnreclaim:       555952 kB
KernelStack:        1488 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71348 MiB
End job on node126 at 2012-05-27 04:01:21