Trace number 3727180

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.72? 1799.95 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K65.opb
MD5SUMa4b90b74bc3d4958439bc17b9ac2ee03
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark312.531
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3575
Total number of constraints3707
Number of constraints which are clauses3642
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint65
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 66
Number of bits of the biggest sum of numbers7
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727180-1338671113.opb.
0.00/0.00	c Instance file HOME/instance-3727180-1338671113.opb
0.00/0.00	c File size is 219669 bytes.
0.00/0.01	c Highest Coefficient sum: 66
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      3575                                                |
0.00/0.01	c |  Number Clauses:        3642                                                |
0.00/0.01	c |  Number Cardinality:    65                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.60/1800.00	c ===============================================================================
1799.60/1800.00	c Wall Clock Time: 1800.00 s
1799.60/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-3727180-1338671113/watcher-3727180-1338671113 -o /tmp/evaluation-result-3727180-1338671113/solver-3727180-1338671113 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727180-1338671113.opb 

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

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.00 2.00 3/177 23105
/proc/meminfo: memFree=26882392/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=3944 CPUtime=0 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) R 23103 23105 22671 0 -1 4202496 470 0 0 0 0 0 0 0 20 0 1 0 333238628 4038656 422 33554432000 4194304 5964350 140733826442784 140735793958216 4344688 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 1019 424 166 433 0 529 0

[startup+0.0907619 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23105
/proc/meminfo: memFree=26882392/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85084 CPUtime=0.08 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 1759 0 0 0 8 0 0 0 20 0 2 0 333238628 87126016 1657 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21271 1657 186 433 0 20835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 85084

[startup+0.100165 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23105
/proc/meminfo: memFree=26882392/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85084 CPUtime=0.09 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 1774 0 0 0 9 0 0 0 20 0 2 0 333238628 87126016 1672 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21271 1672 186 433 0 20835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85084

[startup+0.300111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23105
/proc/meminfo: memFree=26882392/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85084 CPUtime=0.29 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 2051 0 0 0 29 0 0 0 20 0 2 0 333238628 87126016 1949 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21271 1949 186 433 0 20835 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85084

[startup+0.700109 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23105
/proc/meminfo: memFree=26882392/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85084 CPUtime=0.69 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 2582 0 0 0 69 0 0 0 20 0 2 0 333238628 87126016 2480 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21271 2480 186 433 0 20835 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85084

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23107
/proc/meminfo: memFree=26868580/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85084 CPUtime=1.48 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 3476 0 0 0 148 0 0 0 20 0 2 0 333238628 87126016 3374 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21271 3374 186 433 0 20835 0
[pid=23105/tid=23107] ppid=23103 vsize=85084 CPUtime=1.46 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 2348 0 0 0 146 0 0 0 20 0 2 0 333238630 87126016 3374 33554432000 4194304 5964350 140733826442784 140384183384056 4381941 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85084

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23107
/proc/meminfo: memFree=26860024/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85228 CPUtime=3.09 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 4244 0 0 0 308 1 0 0 20 0 2 0 333238628 87273472 4142 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21307 4142 186 433 0 20871 0
[pid=23105/tid=23107] ppid=23103 vsize=85228 CPUtime=3.06 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 3116 0 0 0 305 1 0 0 20 0 2 0 333238630 87273472 4142 33554432000 4194304 5964350 140733826442784 140384183383864 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85228

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23107
/proc/meminfo: memFree=26847884/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85228 CPUtime=6.29 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 4498 0 0 0 628 1 0 0 20 0 2 0 333238628 87273472 4396 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21307 4396 186 433 0 20871 0
[pid=23105/tid=23107] ppid=23103 vsize=85228 CPUtime=6.26 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 3370 0 0 0 625 1 0 0 20 0 2 0 333238630 87273472 4396 33554432000 4194304 5964350 140733826442784 140384183383864 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85228

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23107
/proc/meminfo: memFree=26834112/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85300 CPUtime=12.68 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 6007 0 0 0 1267 1 0 0 20 0 2 0 333238628 87347200 5905 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21325 5905 186 433 0 20889 0
[pid=23105/tid=23107] ppid=23103 vsize=85300 CPUtime=12.67 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 4879 0 0 0 1265 2 0 0 20 0 2 0 333238630 87347200 5905 33554432000 4194304 5964350 140733826442784 140384183384056 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85300

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23107
/proc/meminfo: memFree=26806856/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85408 CPUtime=25.48 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 8794 0 0 0 2546 2 0 0 20 0 2 0 333238628 87457792 8692 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21352 8692 186 433 0 20916 0
[pid=23105/tid=23107] ppid=23103 vsize=85408 CPUtime=25.46 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 7666 0 0 0 2543 3 0 0 20 0 2 0 333238630 87457792 8692 33554432000 4194304 5964350 140733826442784 140384183384056 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85408

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23107
/proc/meminfo: memFree=26770612/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=85408 CPUtime=51.07 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 11872 0 0 0 5104 3 0 0 20 0 2 0 333238628 87457792 12000 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21352 12000 186 433 0 20916 0
[pid=23105/tid=23107] ppid=23103 vsize=85408 CPUtime=51.06 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 10744 0 0 0 5102 4 0 0 20 0 2 0 333238630 87457792 12000 33554432000 4194304 5964350 140733826442784 140384183383864 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85408

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23107
/proc/meminfo: memFree=26705956/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=86000 CPUtime=102.26 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 14828 0 0 0 10221 5 0 0 20 0 2 0 333238628 88064000 15265 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 21500 15265 186 433 0 21064 0
[pid=23105/tid=23107] ppid=23103 vsize=86000 CPUtime=102.24 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 13700 0 0 0 10217 7 0 0 20 0 2 0 333238630 88064000 15265 33554432000 4194304 5964350 140733826442784 140384183383864 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86000

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23108
/proc/meminfo: memFree=26625600/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=157176 CPUtime=162.24 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 21044 0 0 0 16216 8 0 0 20 0 2 0 333238628 160948224 21481 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 39294 21481 186 433 0 38858 0
[pid=23105/tid=23107] ppid=23103 vsize=157176 CPUtime=162.23 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 19916 0 0 0 16212 11 0 0 20 0 2 0 333238630 160948224 21481 33554432000 4194304 5964350 140733826442784 140384183383864 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 157176

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 23108
/proc/meminfo: memFree=26567656/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=157464 CPUtime=222.22 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 26212 0 0 0 22211 11 0 0 20 0 2 0 333238628 161243136 26649 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 39366 26649 186 433 0 38930 0
[pid=23105/tid=23107] ppid=23103 vsize=157464 CPUtime=222.23 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 25084 0 0 0 22208 15 0 0 20 0 2 0 333238630 161243136 26649 33554432000 4194304 5964350 140733826442784 140384183384056 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 157464

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 23108
/proc/meminfo: memFree=26561552/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=158760 CPUtime=282.2 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 27425 0 0 0 28208 12 0 0 20 0 2 0 333238628 162570240 27947 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 39690 27947 186 433 0 39254 0
[pid=23105/tid=23107] ppid=23103 vsize=158760 CPUtime=282.21 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 26297 0 0 0 28204 17 0 0 20 0 2 0 333238630 162570240 27947 33554432000 4194304 5964350 140733826442784 140384183384056 4399989 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 158760

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23111
/proc/meminfo: memFree=26493064/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=166968 CPUtime=342.19 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 32429 0 0 0 34205 14 0 0 20 0 2 0 333238628 170975232 33496 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 41742 33496 186 433 0 41306 0
[pid=23105/tid=23107] ppid=23103 vsize=166968 CPUtime=342.21 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 31301 0 0 0 34201 20 0 0 20 0 2 0 333238630 170975232 33496 33554432000 4194304 5964350 140733826442784 140384183384104 5131006 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 166968

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=26487920/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=170352 CPUtime=402.18 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 33381 0 0 0 40204 14 0 0 20 0 2 0 333238628 174440448 34448 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 42588 34448 186 433 0 42152 0
[pid=23105/tid=23107] ppid=23103 vsize=170352 CPUtime=402.21 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 32253 0 0 0 40200 21 0 0 20 0 2 0 333238630 174440448 34448 33554432000 4194304 5964350 140733826442784 140384183383864 4399987 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 170352

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23111
/proc/meminfo: memFree=26416008/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=172260 CPUtime=462.17 cores=1,3,5,7

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

/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 63668 0 0 0 130167 55 0 0 20 0 2 0 333238630 341000192 65967 33554432000 4194304 5964350 140733826442784 140384183384056 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 333008

[startup+1362.3 s]
/proc/loadavg: 2.00 2.11 2.08 3/179 23119
/proc/meminfo: memFree=26120864/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=333080 CPUtime=1361.99 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 65120 0 0 0 136164 35 0 0 20 0 2 0 333238628 341073920 66291 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 83270 66291 186 433 0 82834 0
[pid=23105/tid=23107] ppid=23103 vsize=333080 CPUtime=1362.22 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 63992 0 0 0 136166 56 0 0 20 0 2 0 333238630 341073920 66291 33554432000 4194304 5964350 140733826442784 140384183384104 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 333080

[startup+1422.3 s]
/proc/loadavg: 2.00 2.08 2.07 3/179 23120
/proc/meminfo: memFree=26101448/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=334484 CPUtime=1421.98 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 69933 0 0 0 142159 39 0 0 20 0 2 0 333238628 342511616 71104 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 83621 71104 186 433 0 83185 0
[pid=23105/tid=23107] ppid=23103 vsize=334484 CPUtime=1422.22 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 68805 0 0 0 142161 61 0 0 20 0 2 0 333238630 342511616 71104 33554432000 4194304 5964350 140733826442784 140384183383864 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 334484

[startup+1482.3 s]
/proc/loadavg: 2.00 2.07 2.06 3/179 23120
/proc/meminfo: memFree=26100504/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=334700 CPUtime=1481.97 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 70200 0 0 0 148158 39 0 0 20 0 2 0 333238628 342732800 71371 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 83675 71371 186 433 0 83239 0
[pid=23105/tid=23107] ppid=23103 vsize=334700 CPUtime=1482.22 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 69072 0 0 0 148160 62 0 0 20 0 2 0 333238630 342732800 71371 33554432000 4194304 5964350 140733826442784 140384183384104 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 334700

[startup+1542.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/180 23123
/proc/meminfo: memFree=26095288/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=335996 CPUtime=1541.97 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 71437 0 0 0 154156 41 0 0 20 0 2 0 333238628 344059904 72608 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 83999 72608 186 433 0 83563 0
[pid=23105/tid=23107] ppid=23103 vsize=335996 CPUtime=1542.23 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 70309 0 0 0 154158 65 0 0 20 0 2 0 333238630 344059904 72608 33554432000 4194304 5964350 140733826442784 140384183384056 4400448 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 335996

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/179 23123
/proc/meminfo: memFree=26078804/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=337376 CPUtime=1601.96 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 74942 0 0 0 160152 44 0 0 20 0 2 0 333238628 345473024 76113 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 84344 76113 186 433 0 83908 0
[pid=23105/tid=23107] ppid=23103 vsize=337376 CPUtime=1602.23 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 73814 0 0 0 160154 69 0 0 20 0 2 0 333238630 345473024 76113 33554432000 4194304 5964350 140733826442784 140384183383864 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 337376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/179 23123
/proc/meminfo: memFree=26061480/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=337592 CPUtime=1661.94 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75112 0 0 0 166150 44 0 0 20 0 2 0 333238628 345694208 76275 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 84398 76275 186 433 0 83962 0
[pid=23105/tid=23107] ppid=23103 vsize=337592 CPUtime=1662.22 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 73984 0 0 0 166152 70 0 0 20 0 2 0 333238630 345694208 76275 33554432000 4194304 5964350 140733826442784 140384183383864 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 337592

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/179 23124
/proc/meminfo: memFree=26041072/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=340112 CPUtime=1721.92 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75618 0 0 0 172148 44 0 0 20 0 2 0 333238628 348274688 76799 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 85028 76799 186 433 0 84592 0
[pid=23105/tid=23107] ppid=23103 vsize=340112 CPUtime=1722.22 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 74490 0 0 0 172151 71 0 0 20 0 2 0 333238630 348274688 76799 33554432000 4194304 5964350 140733826442784 140384183383864 4399989 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 340112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/179 23124
/proc/meminfo: memFree=26017264/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=341264 CPUtime=1781.91 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75898 0 0 0 178147 44 0 0 20 0 2 0 333238628 349454336 77079 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 85316 77079 186 433 0 84880 0
[pid=23105/tid=23107] ppid=23103 vsize=341264 CPUtime=1782.22 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 74770 0 0 0 178150 72 0 0 20 0 2 0 333238630 349454336 77079 33554432000 4194304 5964350 140733826442784 140384183383864 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 341264

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

[startup+1793.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 23124
/proc/meminfo: memFree=26012428/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=341264 CPUtime=1792.91 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75898 0 0 0 179247 44 0 0 20 0 2 0 333238628 349454336 77079 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 85316 77079 186 433 0 84880 0
[pid=23105/tid=23107] ppid=23103 vsize=341264 CPUtime=1793.22 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 74770 0 0 0 179250 72 0 0 20 0 2 0 333238630 349454336 77079 33554432000 4194304 5964350 140733826442784 140384183383864 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1792.91
Current children cumulated vsize (KiB) 341264

[startup+1796.5 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 23124
/proc/meminfo: memFree=26011312/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=341264 CPUtime=1796.11 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75898 0 0 0 179567 44 0 0 20 0 2 0 333238628 349454336 77079 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 85316 77079 186 433 0 84880 0
[pid=23105/tid=23107] ppid=23103 vsize=341264 CPUtime=1796.42 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 74770 0 0 0 179570 72 0 0 20 0 2 0 333238630 349454336 77079 33554432000 4194304 5964350 140733826442784 140384183383864 4400011 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1796.11
Current children cumulated vsize (KiB) 341264

[startup+1798.1 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 23124
/proc/meminfo: memFree=26011064/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=341264 CPUtime=1797.7 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75898 0 0 0 179726 44 0 0 20 0 2 0 333238628 349454336 77079 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 85316 77079 186 433 0 84880 0
[pid=23105/tid=23107] ppid=23103 vsize=341264 CPUtime=1798.02 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 74770 0 0 0 179730 72 0 0 20 0 2 0 333238630 349454336 77079 33554432000 4194304 5964350 140733826442784 140384183383864 4399998 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.7
Current children cumulated vsize (KiB) 341264

[startup+1798.9 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 23124
/proc/meminfo: memFree=26010692/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=341408 CPUtime=1798.5 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75924 0 0 0 179806 44 0 0 20 0 2 0 333238628 349601792 77105 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 85352 77105 186 433 0 84916 0
[pid=23105/tid=23107] ppid=23103 vsize=341408 CPUtime=1798.82 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 74796 0 0 0 179810 72 0 0 20 0 2 0 333238630 349601792 77105 33554432000 4194304 5964350 140733826442784 140384183383864 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.5
Current children cumulated vsize (KiB) 341408

[startup+1799.7 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 23124
/proc/meminfo: memFree=26010320/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=341408 CPUtime=1799.3 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75924 0 0 0 179886 44 0 0 20 0 2 0 333238628 349601792 77105 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 85352 77105 186 433 0 84916 0
[pid=23105/tid=23107] ppid=23103 vsize=341408 CPUtime=1799.62 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 74796 0 0 0 179890 72 0 0 20 0 2 0 333238630 349601792 77105 33554432000 4194304 5964350 140733826442784 140384183383864 4400439 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.3
Current children cumulated vsize (KiB) 341408

[startup+1799.9 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 23124
/proc/meminfo: memFree=26010320/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=341408 CPUtime=1799.5 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75924 0 0 0 179906 44 0 0 20 0 2 0 333238628 349601792 77105 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 85352 77105 186 433 0 84916 0
[pid=23105/tid=23107] ppid=23103 vsize=341408 CPUtime=1799.82 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 74796 0 0 0 179910 72 0 0 20 0 2 0 333238630 349601792 77105 33554432000 4194304 5964350 140733826442784 140384183383864 4381610 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 341408

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 23124
/proc/meminfo: memFree=26010320/32873648 swapFree=7120/7120
[pid=23105] ppid=23103 vsize=341408 CPUtime=1799.6 cores=1,3,5,7
/proc/23105/stat : 23105 (wbo1.72) S 23103 23105 22671 0 -1 4202496 75924 0 0 0 179916 44 0 0 20 0 2 0 333238628 349601792 77105 33554432000 4194304 5964350 140733826442784 140733826442304 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23105/statm: 85352 77105 186 433 0 84916 0
[pid=23105/tid=23107] ppid=23103 vsize=341408 CPUtime=1799.92 cores=1,3,5,7
/proc/23105/task/23107/stat : 23107 (wbo1.72) R 23103 23105 22671 0 -1 4202560 74796 0 0 0 179920 72 0 0 20 0 2 0 333238630 349601792 77105 33554432000 4194304 5964350 140733826442784 140384183383864 4399921 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 341408

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.95
CPU user time (s): 1799.22
CPU system time (s): 0.729889
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 341408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.729889
maximum resident set size= 308432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75927
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= 128
involuntary context switches= 2745

runsolver used 3.22551 second user time and 11.0963 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-02 23:05:13
IDJOB=3727180
IDBENCH=90217
IDSOLVER=2313
FILE ID=node114/3727180-1338671113
RUNJOBID= node114-1338669312-22961
PBS_JOBID= 14636511
Free space on /tmp= 70136 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K65.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727180-1338671113/watcher-3727180-1338671113 -o /tmp/evaluation-result-3727180-1338671113/solver-3727180-1338671113 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727180-1338671113.opb

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

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=827859550

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.91
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.242
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.242
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.91
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.242
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26883036 kB
Buffers:          883820 kB
Cached:          4119508 kB
SwapCached:         2312 kB
Active:          2545876 kB
Inactive:        2491912 kB
Active(anon):      20792 kB
Inactive(anon):     8448 kB
Active(file):    2525084 kB
Inactive(file):  2483464 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103580 kB
Dirty:             12044 kB
Writeback:             0 kB
AnonPages:         31832 kB
Mapped:            11728 kB
Shmem:               104 kB
Slab:             815056 kB
SReclaimable:     259484 kB
SUnreclaim:       555572 kB
KernelStack:        1488 kB
PageTables:         3608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     151508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70132 MiB
End job on node114 at 2012-06-02 23:35:13