Trace number 3726671

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
pwbo 2.02? 1799.64 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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726671-1338667501.opb.
0.00/0.00	c Instance file HOME/instance-3726671-1338667501.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.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.00 s
1799.64/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-3726671-1338667501/watcher-3726671-1338667501 -o /tmp/evaluation-result-3726671-1338667501/solver-3726671-1338667501 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726671-1338667501.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: 1.84 1.97 1.99 3/174 9948
/proc/meminfo: memFree=27617352/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=4076 CPUtime=0 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) R 9946 9948 9909 0 -1 4202496 471 0 0 0 0 0 0 0 20 0 1 0 332875161 4173824 423 33554432000 4194304 5964478 140733474304064 140733474301944 5006752 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 1019 424 166 433 0 529 0

[startup+0.069221 s]
/proc/loadavg: 1.84 1.97 1.99 3/174 9948
/proc/meminfo: memFree=27617352/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85084 CPUtime=0.06 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 1718 0 0 0 6 0 0 0 20 0 2 0 332875161 87126016 1616 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21271 1616 186 433 0 20835 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85084

[startup+0.100169 s]
/proc/loadavg: 1.84 1.97 1.99 3/174 9948
/proc/meminfo: memFree=27617352/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85084 CPUtime=0.09 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 1759 0 0 0 9 0 0 0 20 0 2 0 332875161 87126016 1657 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21271 1657 186 433 0 20835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85084

[startup+0.300112 s]
/proc/loadavg: 1.84 1.97 1.99 3/174 9948
/proc/meminfo: memFree=27617352/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85084 CPUtime=0.29 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 2015 0 0 0 29 0 0 0 20 0 2 0 332875161 87126016 1913 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21271 1913 186 433 0 20835 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85084

[startup+0.700112 s]
/proc/loadavg: 1.84 1.97 1.99 3/174 9948
/proc/meminfo: memFree=27617352/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85084 CPUtime=0.68 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 2527 0 0 0 68 0 0 0 20 0 2 0 332875161 87126016 2425 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21271 2425 186 433 0 20835 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85084

[startup+1.50021 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 9956
/proc/meminfo: memFree=27595596/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85084 CPUtime=1.48 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 3333 0 0 0 148 0 0 0 20 0 2 0 332875161 87126016 3231 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21271 3231 186 433 0 20835 0
[pid=9948/tid=9955] ppid=9946 vsize=85084 CPUtime=1.46 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 2205 0 0 0 146 0 0 0 20 0 2 0 332875163 87126016 3231 33554432000 4194304 5964478 140733474304064 140105922361144 4388326 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85084

[startup+3.10021 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 9956
/proc/meminfo: memFree=27585124/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85228 CPUtime=3.08 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 4051 0 0 0 308 0 0 0 20 0 2 0 332875161 87273472 3949 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21307 3949 186 433 0 20871 0
[pid=9948/tid=9955] ppid=9946 vsize=85228 CPUtime=3.05 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 2923 0 0 0 305 0 0 0 20 0 2 0 332875163 87273472 3949 33554432000 4194304 5964478 140733474304064 140105922361144 4400006 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85228

[startup+6.30021 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 9956
/proc/meminfo: memFree=27578840/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85228 CPUtime=6.29 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 4468 0 0 0 628 1 0 0 20 0 2 0 332875161 87273472 4366 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21307 4366 186 433 0 20871 0
[pid=9948/tid=9955] ppid=9946 vsize=85228 CPUtime=6.25 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 3340 0 0 0 625 0 0 0 20 0 2 0 332875163 87273472 4366 33554432000 4194304 5964478 140733474304064 140105922361144 4399912 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85228

[startup+12.7002 s]
/proc/loadavg: 1.86 1.97 1.99 3/179 9956
/proc/meminfo: memFree=27567952/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85300 CPUtime=12.68 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 5767 0 0 0 1267 1 0 0 20 0 2 0 332875161 87347200 5681 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21325 5681 186 433 0 20889 0
[pid=9948/tid=9955] ppid=9946 vsize=85300 CPUtime=12.62 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 4639 0 0 0 1261 1 0 0 20 0 2 0 332875163 87347200 5681 33554432000 4194304 5964478 140733474304064 140105922361144 4222464 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85300

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 1.99 3/179 9956
/proc/meminfo: memFree=27549144/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85300 CPUtime=25.47 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 8535 0 0 0 2545 2 0 0 20 0 2 0 332875161 87347200 8474 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21325 8474 186 433 0 20889 0
[pid=9948/tid=9955] ppid=9946 vsize=85300 CPUtime=25.38 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 7407 0 0 0 2536 2 0 0 20 0 2 0 332875163 87347200 8474 33554432000 4194304 5964478 140733474304064 140105922361336 4400091 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85300

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.99 3/179 9956
/proc/meminfo: memFree=27519092/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=85408 CPUtime=51.07 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 11863 0 0 0 5103 4 0 0 20 0 2 0 332875161 87457792 12283 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21352 12283 186 433 0 20916 0
[pid=9948/tid=9955] ppid=9946 vsize=85408 CPUtime=50.91 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 10735 0 0 0 5088 3 0 0 20 0 2 0 332875163 87457792 12283 33554432000 4194304 5964478 140733474304064 140105922361144 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85408

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/179 9956
/proc/meminfo: memFree=27489920/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=86000 CPUtime=102.25 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 14819 0 0 0 10220 5 0 0 20 0 2 0 332875161 88064000 15353 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 21500 15353 186 433 0 21064 0
[pid=9948/tid=9955] ppid=9946 vsize=86000 CPUtime=101.97 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 13691 0 0 0 10191 6 0 0 20 0 2 0 332875163 88064000 15353 33554432000 4194304 5964478 140733474304064 140105922361144 4400432 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 86000

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 9957
/proc/meminfo: memFree=27446932/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=157176 CPUtime=162.24 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 21027 0 0 0 16216 8 0 0 20 0 2 0 332875161 160948224 22067 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 39294 22067 186 433 0 38858 0
[pid=9948/tid=9955] ppid=9946 vsize=157176 CPUtime=161.81 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 19899 0 0 0 16172 9 0 0 20 0 2 0 332875163 160948224 22067 33554432000 4194304 5964478 140733474304064 140105922361144 4220672 0 0 4096 16387 0 0 0 -1 2 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: 1.99 1.97 1.99 3/179 9957
/proc/meminfo: memFree=27413424/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=157464 CPUtime=222.23 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 26193 0 0 0 22213 10 0 0 20 0 2 0 332875161 161243136 27340 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 39366 27340 186 433 0 38930 0
[pid=9948/tid=9955] ppid=9946 vsize=157464 CPUtime=221.64 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 25065 0 0 0 22152 12 0 0 20 0 2 0 332875163 161243136 27340 33554432000 4194304 5964478 140733474304064 140105922361336 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 157464

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 9957
/proc/meminfo: memFree=27396552/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=159192 CPUtime=282.22 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 27575 0 0 0 28211 11 0 0 20 0 2 0 332875161 163012608 28722 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 39798 28722 186 433 0 39362 0
[pid=9948/tid=9955] ppid=9946 vsize=159192 CPUtime=281.49 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 26447 0 0 0 28135 14 0 0 20 0 2 0 332875163 163012608 28722 33554432000 4194304 5964478 140733474304064 140105922361336 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 159192

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/180 9960
/proc/meminfo: memFree=27364160/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=166968 CPUtime=342.2 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 32396 0 0 0 34206 14 0 0 20 0 2 0 332875161 170975232 33628 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 41742 33628 186 433 0 41306 0
[pid=9948/tid=9955] ppid=9946 vsize=166968 CPUtime=341.32 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 31268 0 0 0 34114 18 0 0 20 0 2 0 332875163 170975232 33628 33554432000 4194304 5964478 140733474304064 140105922361336 4389089 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 166968

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 9960
/proc/meminfo: memFree=27347332/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=170496 CPUtime=402.19 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 33356 0 0 0 40205 14 0 0 20 0 2 0 332875161 174587904 34588 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 42624 34588 186 433 0 42188 0
[pid=9948/tid=9955] ppid=9946 vsize=170496 CPUtime=401.16 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 32228 0 0 0 40096 20 0 0 20 0 2 0 332875163 174587904 34588 33554432000 4194304 5964478 140733474304064 140105922361384 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 170496

[startup+462.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 9961
/proc/meminfo: memFree=27334864/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=172260 CPUtime=462.17 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 1.00 1.14 1.52 2/172 9991
/proc/meminfo: memFree=27336880/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=334628 CPUtime=1422.01 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 70125 0 0 0 142163 38 0 0 20 0 2 0 332875161 342659072 71427 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 83657 71427 186 433 0 83221 0
[pid=9948/tid=9955] ppid=9946 vsize=334628 CPUtime=1418.46 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 68997 0 0 0 141788 58 0 0 20 0 2 0 332875163 342659072 71427 33554432000 4194304 5964478 140733474304064 140105922361144 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 334628

[startup+1482.3 s]
/proc/loadavg: 1.00 1.11 1.49 2/172 9991
/proc/meminfo: memFree=27335496/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=335996 CPUtime=1481.99 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 70556 0 0 0 148161 38 0 0 20 0 2 0 332875161 344059904 71863 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 83999 71863 186 433 0 83563 0
[pid=9948/tid=9955] ppid=9946 vsize=335996 CPUtime=1478.29 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 69428 0 0 0 147769 60 0 0 20 0 2 0 332875163 344059904 71863 33554432000 4194304 5964478 140733474304064 140105922361336 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 335996

[startup+1542.3 s]
/proc/loadavg: 1.00 1.09 1.45 2/173 9994
/proc/meminfo: memFree=27318004/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=337376 CPUtime=1541.97 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 74889 0 0 0 154156 41 0 0 20 0 2 0 332875161 345473024 76196 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 84344 76196 186 433 0 83908 0
[pid=9948/tid=9955] ppid=9946 vsize=337376 CPUtime=1538.13 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 73761 0 0 0 153749 64 0 0 20 0 2 0 332875163 345473024 76196 33554432000 4194304 5964478 140733474304064 140105922361144 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 337376

[startup+1602.3 s]
/proc/loadavg: 1.00 1.07 1.42 2/172 9994
/proc/meminfo: memFree=27317636/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=337448 CPUtime=1601.96 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 74989 0 0 0 160155 41 0 0 20 0 2 0 332875161 345546752 76310 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 84362 76310 186 433 0 83926 0
[pid=9948/tid=9955] ppid=9946 vsize=337448 CPUtime=1597.97 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 73861 0 0 0 159732 65 0 0 20 0 2 0 332875163 345546752 76310 33554432000 4194304 5964478 140733474304064 140105922361144 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 337448

[startup+1662.3 s]
/proc/loadavg: 1.00 1.05 1.40 2/172 9995
/proc/meminfo: memFree=27315772/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=340112 CPUtime=1661.95 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 75544 0 0 0 166154 41 0 0 20 0 2 0 332875161 348274688 76863 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85028 76863 186 433 0 84592 0
[pid=9948/tid=9955] ppid=9946 vsize=340112 CPUtime=1657.81 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 74416 0 0 0 165715 66 0 0 20 0 2 0 332875163 348274688 76863 33554432000 4194304 5964478 140733474304064 140105922361384 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 340112

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.37 2/172 9995
/proc/meminfo: memFree=27314276/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=341264 CPUtime=1721.95 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 75824 0 0 0 172153 42 0 0 20 0 2 0 332875161 349454336 77143 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85316 77143 186 433 0 84880 0
[pid=9948/tid=9955] ppid=9946 vsize=341264 CPUtime=1717.65 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 74696 0 0 0 171698 67 0 0 20 0 2 0 332875163 349454336 77143 33554432000 4194304 5964478 140733474304064 140105922361144 4400519 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 341264

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 9995
/proc/meminfo: memFree=27313532/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=342056 CPUtime=1781.94 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 76028 0 0 0 178152 42 0 0 20 0 2 0 332875161 350265344 77347 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85514 77347 186 433 0 85078 0
[pid=9948/tid=9955] ppid=9946 vsize=342056 CPUtime=1777.49 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 74900 0 0 0 177681 68 0 0 20 0 2 0 332875163 350265344 77347 33554432000 4194304 5964478 140733474304064 140105922361144 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 342056

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 9995
/proc/meminfo: memFree=27313160/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=342504 CPUtime=1791.54 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 76119 0 0 0 179112 42 0 0 20 0 2 0 332875161 350724096 77438 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85626 77438 186 433 0 85190 0
[pid=9948/tid=9955] ppid=9946 vsize=342504 CPUtime=1787.07 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 74991 0 0 0 178639 68 0 0 20 0 2 0 332875163 350724096 77438 33554432000 4194304 5964478 140733474304064 140105922361384 4400490 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 342504

[startup+1795.1 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 9995
/proc/meminfo: memFree=27313036/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=342612 CPUtime=1794.74 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 76161 0 0 0 179432 42 0 0 20 0 2 0 332875161 350834688 77480 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85653 77480 186 433 0 85217 0
[pid=9948/tid=9955] ppid=9946 vsize=342612 CPUtime=1790.27 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 75033 0 0 0 178959 68 0 0 20 0 2 0 332875163 350834688 77480 33554432000 4194304 5964478 140733474304064 140105922361384 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 342612

[startup+1798.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 9995
/proc/meminfo: memFree=27312912/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=342772 CPUtime=1797.94 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 76206 0 0 0 179752 42 0 0 20 0 2 0 332875161 350998528 77525 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85693 77525 186 433 0 85257 0
[pid=9948/tid=9955] ppid=9946 vsize=342772 CPUtime=1793.45 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 75078 0 0 0 179277 68 0 0 20 0 2 0 332875163 350998528 77525 33554432000 4194304 5964478 140733474304064 140105922361144 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 342772

[startup+1799.1 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 9995
/proc/meminfo: memFree=27312912/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=342772 CPUtime=1798.74 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 76209 0 0 0 179832 42 0 0 20 0 2 0 332875161 350998528 77528 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85693 77528 186 433 0 85257 0
[pid=9948/tid=9955] ppid=9946 vsize=342772 CPUtime=1794.25 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 75081 0 0 0 179357 68 0 0 20 0 2 0 332875163 350998528 77528 33554432000 4194304 5964478 140733474304064 140105922361144 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 342772

[startup+1799.5 s]
/proc/loadavg: 1.00 1.03 1.33 2/172 9995
/proc/meminfo: memFree=27312664/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=342772 CPUtime=1799.14 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 76210 0 0 0 179872 42 0 0 20 0 2 0 332875161 350998528 77529 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85693 77529 186 433 0 85257 0
[pid=9948/tid=9955] ppid=9946 vsize=342772 CPUtime=1794.65 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 75082 0 0 0 179397 68 0 0 20 0 2 0 332875163 350998528 77529 33554432000 4194304 5964478 140733474304064 140105922361144 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 342772

[startup+1799.9 s]
/proc/loadavg: 1.00 1.03 1.33 2/172 9995
/proc/meminfo: memFree=27312664/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=342772 CPUtime=1799.54 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 76210 0 0 0 179912 42 0 0 20 0 2 0 332875161 350998528 77529 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85693 77529 186 433 0 85257 0
[pid=9948/tid=9955] ppid=9946 vsize=342772 CPUtime=1795.05 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 75082 0 0 0 179437 68 0 0 20 0 2 0 332875163 350998528 77529 33554432000 4194304 5964478 140733474304064 140105922361144 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 342772

[startup+1800 s]
/proc/loadavg: 1.00 1.03 1.33 2/172 9995
/proc/meminfo: memFree=27312664/32873844 swapFree=7116/7116
[pid=9948] ppid=9946 vsize=342772 CPUtime=1799.64 cores=0,2,4,6
/proc/9948/stat : 9948 (pwbo2.02) S 9946 9948 9909 0 -1 4202496 76210 0 0 0 179922 42 0 0 20 0 2 0 332875161 350998528 77529 33554432000 4194304 5964478 140733474304064 140733474303584 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9948/statm: 85693 77529 186 433 0 85257 0
[pid=9948/tid=9955] ppid=9946 vsize=342772 CPUtime=1795.15 cores=0,2,4,6
/proc/9948/task/9955/stat : 9955 (pwbo2.02) R 9946 9948 9909 0 -1 4202560 75082 0 0 0 179447 68 0 0 20 0 2 0 332875163 350998528 77529 33554432000 4194304 5964478 140733474304064 140105922361144 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 342772

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9948 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=494195
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=696894
# CPU time returned by wait4() is 1795.19
# while last known CPU time is 1799.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.64
CPU user time (s): 1799.22
CPU system time (s): 0.42
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 342772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.49
system time used= 0.696894
maximum resident set size= 310128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76213
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= 2052

runsolver used 3.08153 second user time and 7.59584 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-02 22:05:01
IDJOB=3726671
IDBENCH=90217
IDSOLVER=2310
FILE ID=node138/3726671-1338667501
RUNJOBID= node138-1338667501-9925
PBS_JOBID= 14636503
Free space on /tmp= 70792 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K65.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726671-1338667501/watcher-3726671-1338667501 -o /tmp/evaluation-result-3726671-1338667501/solver-3726671-1338667501 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726671-1338667501.opb

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

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=785403601

node138.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		: 2667.347
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	: 5334.69
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		: 2667.347
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		: 2667.347
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.91
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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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.92
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		: 2667.347
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:       32873844 kB
MemFree:        27617352 kB
Buffers:          701028 kB
Cached:          3638176 kB
SwapCached:          208 kB
Active:          2217324 kB
Inactive:        2139260 kB
Active(anon):       2224 kB
Inactive(anon):    11388 kB
Active(file):    2215100 kB
Inactive(file):  2127872 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             11744 kB
Writeback:             0 kB
AnonPages:         17704 kB
Mapped:            13568 kB
Shmem:               200 kB
Slab:             761172 kB
SReclaimable:     203160 kB
SUnreclaim:       558012 kB
KernelStack:        1384 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70784 MiB
End job on node138 at 2012-06-02 22:35:01