Trace number 3727181

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.82 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
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 benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 67
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-3727181-1338671121.opb.
0.00/0.00	c Instance file HOME/instance-3727181-1338671121.opb
0.00/0.00	c File size is 223174 bytes.
0.00/0.02	c Highest Coefficient sum: 67
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      3630                                                |
0.00/0.02	c |  Number Clauses:        3698                                                |
0.00/0.02	c |  Number Cardinality:    66                                                  |
0.00/0.02	c |  Number PB Constraints: 0                                                   |
0.00/0.02	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.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3727181-1338671121/watcher-3727181-1338671121 -o /tmp/evaluation-result-3727181-1338671121/solver-3727181-1338671121 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727181-1338671121.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: 1.95 1.98 1.99 3/177 18466
/proc/meminfo: memFree=28541524/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=3232 CPUtime=0 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) R 18464 18466 18181 0 -1 4202496 262 0 0 0 0 0 0 0 20 0 1 0 333238043 3309568 215 33554432000 4194304 5964350 140733311107504 140734423761288 4395186 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 808 218 152 433 0 317 0

[startup+0.0545899 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 18466
/proc/meminfo: memFree=28541524/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85244 CPUtime=0.04 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 1742 0 0 0 4 0 0 0 20 0 2 0 333238043 87289856 1640 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21311 1640 185 433 0 20875 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 85244

[startup+0.100169 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 18466
/proc/meminfo: memFree=28541524/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85244 CPUtime=0.09 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 1815 0 0 0 9 0 0 0 20 0 2 0 333238043 87289856 1713 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21311 1713 186 433 0 20875 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85244

[startup+0.300113 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 18466
/proc/meminfo: memFree=28541524/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85244 CPUtime=0.29 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 2116 0 0 0 29 0 0 0 20 0 2 0 333238043 87289856 2014 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21311 2014 186 433 0 20875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85244

[startup+0.700111 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 18466
/proc/meminfo: memFree=28541524/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85244 CPUtime=0.68 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 2696 0 0 0 68 0 0 0 20 0 2 0 333238043 87289856 2594 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21311 2594 186 433 0 20875 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85244

[startup+1.50013 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 18468
/proc/meminfo: memFree=28530464/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85244 CPUtime=1.49 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 3553 0 0 0 148 1 0 0 20 0 2 0 333238043 87289856 3451 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21311 3451 186 433 0 20875 0
[pid=18466/tid=18468] ppid=18464 vsize=85244 CPUtime=1.46 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 2408 0 0 0 146 0 0 0 20 0 2 0 333238046 87289856 3451 33554432000 4194304 5964350 140733311107504 140311836526584 4400448 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85244

[startup+3.10013 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 18468
/proc/meminfo: memFree=28526860/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85388 CPUtime=3.08 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 4131 0 0 0 307 1 0 0 20 0 2 0 333238043 87437312 4029 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21347 4029 186 433 0 20911 0
[pid=18466/tid=18468] ppid=18464 vsize=85388 CPUtime=3.07 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 2986 0 0 0 305 2 0 0 20 0 2 0 333238046 87437312 4029 33554432000 4194304 5964350 140733311107504 140311836526392 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85388

[startup+6.30021 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 18468
/proc/meminfo: memFree=28523316/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85388 CPUtime=6.28 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 5228 0 0 0 627 1 0 0 20 0 2 0 333238043 87437312 5126 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21347 5126 186 433 0 20911 0
[pid=18466/tid=18468] ppid=18464 vsize=85388 CPUtime=6.27 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 4083 0 0 0 625 2 0 0 20 0 2 0 333238046 87437312 5126 33554432000 4194304 5964350 140733311107504 140311836526584 4400011 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85388

[startup+12.7002 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 18468
/proc/meminfo: memFree=28507812/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85460 CPUtime=12.68 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 6433 0 0 0 1267 1 0 0 20 0 2 0 333238043 87511040 6331 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21365 6331 186 433 0 20929 0
[pid=18466/tid=18468] ppid=18464 vsize=85460 CPUtime=12.66 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 5288 0 0 0 1264 2 0 0 20 0 2 0 333238046 87511040 6331 33554432000 4194304 5964350 140733311107504 140311836526584 4381584 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) 85460

[startup+25.5003 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 18468
/proc/meminfo: memFree=28479176/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85568 CPUtime=25.47 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 10167 0 0 0 2545 2 0 0 20 0 2 0 333238043 87621632 10065 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21392 10065 186 433 0 20956 0
[pid=18466/tid=18468] ppid=18464 vsize=85568 CPUtime=25.46 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 9022 0 0 0 2543 3 0 0 20 0 2 0 333238046 87621632 10065 33554432000 4194304 5964350 140733311107504 140311836526632 4400023 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85568

[startup+51.1003 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 18468
/proc/meminfo: memFree=28437472/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=85872 CPUtime=51.07 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 13480 0 0 0 5104 3 0 0 20 0 2 0 333238043 87932928 13378 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 21468 13378 186 433 0 21032 0
[pid=18466/tid=18468] ppid=18464 vsize=85872 CPUtime=51.05 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 12335 0 0 0 5101 4 0 0 20 0 2 0 333238046 87932928 13378 33554432000 4194304 5964350 140733311107504 140311836526584 4399872 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) 85872

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18469
/proc/meminfo: memFree=28354784/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=152776 CPUtime=102.24 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 19917 0 0 0 10217 7 0 0 20 0 2 0 333238043 156442624 20007 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 38194 20007 186 433 0 37758 0
[pid=18466/tid=18468] ppid=18464 vsize=152776 CPUtime=102.23 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 18772 0 0 0 10214 9 0 0 20 0 2 0 333238046 156442624 20007 33554432000 4194304 5964350 140733311107504 140311836526392 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 152776

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18469
/proc/meminfo: memFree=28304596/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=153592 CPUtime=162.21 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 22000 0 0 0 16213 8 0 0 20 0 2 0 333238043 157278208 22333 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 38398 22333 186 433 0 37962 0
[pid=18466/tid=18468] ppid=18464 vsize=153592 CPUtime=162.21 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 20855 0 0 0 16210 11 0 0 20 0 2 0 333238046 157278208 22333 33554432000 4194304 5964350 140733311107504 140311836526584 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 153592

[startup+222.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 18469
/proc/meminfo: memFree=28291728/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=153880 CPUtime=222.2 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 23053 0 0 0 22211 9 0 0 20 0 2 0 333238043 157573120 23386 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 38470 23386 186 433 0 38034 0
[pid=18466/tid=18468] ppid=18464 vsize=153880 CPUtime=222.2 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 21908 0 0 0 22207 13 0 0 20 0 2 0 333238046 157573120 23386 33554432000 4194304 5964350 140733311107504 140311836526392 4389084 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 153880

[startup+282.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/180 18472
/proc/meminfo: memFree=28253324/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=155320 CPUtime=282.18 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 27742 0 0 0 28206 12 0 0 20 0 2 0 333238043 159047680 28115 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 38830 28115 186 433 0 38394 0
[pid=18466/tid=18468] ppid=18464 vsize=155320 CPUtime=282.19 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 26597 0 0 0 28202 17 0 0 20 0 2 0 333238046 159047680 28115 33554432000 4194304 5964350 140733311107504 140311836526392 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 155320

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18472
/proc/meminfo: memFree=28208476/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=157048 CPUtime=342.16 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 29455 0 0 0 34203 13 0 0 20 0 2 0 333238043 160817152 29975 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 39262 29975 186 433 0 38826 0
[pid=18466/tid=18468] ppid=18464 vsize=157048 CPUtime=342.18 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 28310 0 0 0 34199 19 0 0 20 0 2 0 333238046 160817152 29975 33554432000 4194304 5964350 140733311107504 140311836526392 4382177 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 157048

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18472
/proc/meminfo: memFree=28163864/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=158272 CPUtime=402.14 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 32258 0 0 0 40199 15 0 0 20 0 2 0 333238043 162070528 33282 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 39568 33282 186 433 0 39132 0
[pid=18466/tid=18468] ppid=18464 vsize=158272 CPUtime=402.17 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 31113 0 0 0 40195 22 0 0 20 0 2 0 333238046 162070528 33282 33554432000 4194304 5964350 140733311107504 140311836526392 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 158272

[startup+462.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 18473
/proc/meminfo: memFree=28114260/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=160720 CPUtime=462.12 cores=1,3,5,7

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

/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 52948 0 0 0 130161 51 0 0 20 0 2 0 333238046 249266176 55213 33554432000 4194304 5964350 140733311107504 140311836526392 4381640 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 243424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18480
/proc/meminfo: memFree=27880184/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=310112 CPUtime=1361.93 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 57098 0 0 0 136158 35 0 0 20 0 2 0 333238043 317554688 58257 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 77528 58257 186 433 0 77092 0
[pid=18466/tid=18468] ppid=18464 vsize=310112 CPUtime=1362.1 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 55953 0 0 0 136154 56 0 0 20 0 2 0 333238046 317554688 58257 33554432000 4194304 5964350 140733311107504 140311836526392 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 310112

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18480
/proc/meminfo: memFree=27868652/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=313996 CPUtime=1421.92 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 58259 0 0 0 142157 35 0 0 20 0 2 0 333238043 321531904 59403 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 78499 59403 186 433 0 78063 0
[pid=18466/tid=18468] ppid=18464 vsize=313996 CPUtime=1422.11 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 57114 0 0 0 142154 57 0 0 20 0 2 0 333238046 321531904 59403 33554432000 4194304 5964350 140733311107504 140311836526632 5134727 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 313996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18483
/proc/meminfo: memFree=27817028/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=318988 CPUtime=1481.91 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 63447 0 0 0 148151 40 0 0 20 0 2 0 333238043 326643712 64546 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 79747 64546 186 433 0 79311 0
[pid=18466/tid=18468] ppid=18464 vsize=318988 CPUtime=1482.1 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 62302 0 0 0 148147 63 0 0 20 0 2 0 333238046 326643712 64546 33554432000 4194304 5964350 140733311107504 140311836526392 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 318988

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18483
/proc/meminfo: memFree=27786016/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=321184 CPUtime=1541.9 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 71218 0 0 0 154144 46 0 0 20 0 2 0 333238043 328892416 72317 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 80296 72317 186 433 0 79860 0
[pid=18466/tid=18468] ppid=18464 vsize=321184 CPUtime=1542.1 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 70073 0 0 0 154140 70 0 0 20 0 2 0 333238046 328892416 72317 33554432000 4194304 5964350 140733311107504 140311836526392 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 321184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18483
/proc/meminfo: memFree=27770764/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=325216 CPUtime=1601.9 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 74657 0 0 0 160141 49 0 0 20 0 2 0 333238043 333021184 75756 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 81304 75756 186 433 0 80868 0
[pid=18466/tid=18468] ppid=18464 vsize=325216 CPUtime=1602.1 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 73512 0 0 0 160136 74 0 0 20 0 2 0 333238046 333021184 75756 33554432000 4194304 5964350 140733311107504 140311836526584 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 325216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18484
/proc/meminfo: memFree=27713104/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=395108 CPUtime=1661.88 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 77692 0 0 0 166136 52 0 0 20 0 2 0 333238043 404590592 78787 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 98777 78787 186 433 0 98341 0
[pid=18466/tid=18468] ppid=18464 vsize=395108 CPUtime=1662.1 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 76547 0 0 0 166132 78 0 0 20 0 2 0 333238046 404590592 78787 33554432000 4194304 5964350 140733311107504 140311836526392 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 395108

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 18484
/proc/meminfo: memFree=27683840/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=396836 CPUtime=1721.88 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 80168 0 0 0 172132 56 0 0 20 0 2 0 333238043 406360064 81258 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 99209 81258 186 433 0 98773 0
[pid=18466/tid=18468] ppid=18464 vsize=396836 CPUtime=1722.09 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 79023 0 0 0 172126 83 0 0 20 0 2 0 333238046 406360064 81258 33554432000 4194304 5964350 140733311107504 140311836526584 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 396836

[startup+1782.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/179 18523
/proc/meminfo: memFree=27699988/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=398580 CPUtime=1781.86 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 81057 0 0 0 178129 57 0 0 20 0 2 0 333238043 408145920 82155 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 99645 82155 186 433 0 99209 0
[pid=18466/tid=18468] ppid=18464 vsize=398580 CPUtime=1782.08 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 79912 0 0 0 178123 85 0 0 20 0 2 0 333238046 408145920 82155 33554432000 4194304 5964350 140733311107504 140311836526632 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 398580

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

[startup+1791.91 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 18523
/proc/meminfo: memFree=27667764/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=398580 CPUtime=1791.46 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 81064 0 0 0 179089 57 0 0 20 0 2 0 333238043 408145920 82169 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 99645 82169 186 433 0 99209 0
[pid=18466/tid=18468] ppid=18464 vsize=398580 CPUtime=1791.68 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 79919 0 0 0 179083 85 0 0 20 0 2 0 333238046 408145920 82169 33554432000 4194304 5964350 140733311107504 140311836526632 4392817 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 398580

[startup+1795.1 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 18523
/proc/meminfo: memFree=27630904/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=398580 CPUtime=1794.66 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 81064 0 0 0 179409 57 0 0 20 0 2 0 333238043 408145920 82169 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 99645 82169 186 433 0 99209 0
[pid=18466/tid=18468] ppid=18464 vsize=398580 CPUtime=1794.88 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 79919 0 0 0 179403 85 0 0 20 0 2 0 333238046 408145920 82169 33554432000 4194304 5964350 140733311107504 140311836526632 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 398580

[startup+1798.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 18523
/proc/meminfo: memFree=27628856/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=398580 CPUtime=1797.85 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 81071 0 0 0 179728 57 0 0 20 0 2 0 333238043 408145920 82229 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 99645 82229 186 433 0 99209 0
[pid=18466/tid=18468] ppid=18464 vsize=398580 CPUtime=1798.07 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 79926 0 0 0 179722 85 0 0 20 0 2 0 333238046 408145920 82229 33554432000 4194304 5964350 140733311107504 140311836526632 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 398580

[startup+1799.1 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 18523
/proc/meminfo: memFree=27612148/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=398580 CPUtime=1798.65 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 81071 0 0 0 179808 57 0 0 20 0 2 0 333238043 408145920 82229 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 99645 82229 186 433 0 99209 0
[pid=18466/tid=18468] ppid=18464 vsize=398580 CPUtime=1798.87 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 79926 0 0 0 179802 85 0 0 20 0 2 0 333238046 408145920 82229 33554432000 4194304 5964350 140733311107504 140311836526632 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 398580

[startup+1799.5 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 18523
/proc/meminfo: memFree=27612148/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=398580 CPUtime=1799.06 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 81071 0 0 0 179849 57 0 0 20 0 2 0 333238043 408145920 82229 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 99645 82229 186 433 0 99209 0
[pid=18466/tid=18468] ppid=18464 vsize=398580 CPUtime=1799.28 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 79926 0 0 0 179843 85 0 0 20 0 2 0 333238046 408145920 82229 33554432000 4194304 5964350 140733311107504 140311836526632 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 398580

[startup+1799.9 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 18523
/proc/meminfo: memFree=27612148/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=398580 CPUtime=1799.45 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 81071 0 0 0 179888 57 0 0 20 0 2 0 333238043 408145920 82229 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 99645 82229 186 433 0 99209 0
[pid=18466/tid=18468] ppid=18464 vsize=398580 CPUtime=1799.67 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 79926 0 0 0 179882 85 0 0 20 0 2 0 333238046 408145920 82229 33554432000 4194304 5964350 140733311107504 140311836526632 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 398580

[startup+1800 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 18523
/proc/meminfo: memFree=27612148/32873648 swapFree=6864/6864
[pid=18466] ppid=18464 vsize=398580 CPUtime=1799.55 cores=1,3,5,7
/proc/18466/stat : 18466 (wbo1.72) S 18464 18466 18181 0 -1 4202496 81071 0 0 0 179898 57 0 0 20 0 2 0 333238043 408145920 82229 33554432000 4194304 5964350 140733311107504 140733311107024 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18466/statm: 99645 82229 186 433 0 99209 0
[pid=18466/tid=18468] ppid=18464 vsize=398580 CPUtime=1799.77 cores=1,3,5,7
/proc/18466/task/18468/stat : 18468 (wbo1.72) R 18464 18466 18181 0 -1 4202560 79926 0 0 0 179892 85 0 0 20 0 2 0 333238046 408145920 82229 33554432000 4194304 5964350 140733311107504 140311836526632 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 398580

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.82
CPU user time (s): 1798.95
CPU system time (s): 0.866868
CPU usage (%): 99.9894
Max. virtual memory (cumulated for all children) (KiB): 398580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 0.866868
maximum resident set size= 328928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81074
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= 130
involuntary context switches= 2553

runsolver used 3.82842 second user time and 13.052 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 23:05:21
IDJOB=3727181
IDBENCH=90220
IDSOLVER=2313
FILE ID=node120/3727181-1338671121
RUNJOBID= node120-1338669320-18322
PBS_JOBID= 14636513
Free space on /tmp= 70768 MiB

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

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=393210314

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28542284 kB
Buffers:          544348 kB
Cached:          2781980 kB
SwapCached:         1572 kB
Active:          1719056 kB
Inactive:        1686384 kB
Active(anon):      71248 kB
Inactive(anon):     9228 kB
Active(file):    1647808 kB
Inactive(file):  1677156 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              5548 kB
Writeback:             0 kB
AnonPages:        150468 kB
Mapped:            11456 kB
Shmem:                32 kB
Slab:             790936 kB
SReclaimable:     235260 kB
SUnreclaim:       555676 kB
KernelStack:        1488 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     153576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 70736 MiB
End job on node120 at 2012-06-02 23:35:21