Trace number 3726712

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K183.opb
MD5SUM0350ceeb14af28f3be070cadc324c0d3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21777
Total number of constraints22145
Number of constraints which are clauses21962
Number of constraints which are cardinality constraints (but not clauses)183
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint183
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 184
Number of bits of the biggest sum of numbers8
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-3726712-1338664763.opb.
0.00/0.00	c Instance file HOME/instance-3726712-1338664763.opb
0.00/0.00	c File size is 1507434 bytes.
0.09/0.11	c Highest Coefficient sum: 184
0.09/0.12	c ============================[ Problem Statistics ]=============================
0.09/0.12	c |                                                                             |
0.09/0.12	c |  Parsing time:          0.12         s                                      |
0.09/0.12	c |  Number Variables:      21777                                               |
0.09/0.12	c |  Number Clauses:        21962                                               |
0.09/0.12	c |  Number Cardinality:    183                                                 |
0.09/0.12	c |  Number PB Constraints: 0                                                   |
0.09/0.12	c |                                                                             |
0.09/0.13	c |  Problem Type:          Decision                                            |
0.09/0.13	c |  Objective Function:    None                                                |
0.09/0.13	c |                                                                             |
0.09/0.13	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3726712-1338664763/watcher-3726712-1338664763 -o /tmp/evaluation-result-3726712-1338664763/solver-3726712-1338664763 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726712-1338664763.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 32138
/proc/meminfo: memFree=29145068/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=4768 CPUtime=0 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) R 32136 32138 28704 0 -1 4202496 334 0 0 0 0 0 0 0 20 0 1 0 332601819 4882432 286 33554432000 4194304 5964478 140736298345136 140737405214424 4395266 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 1192 286 156 433 0 387 0

[startup+0.058525 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 32138
/proc/meminfo: memFree=29145068/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=11764 CPUtime=0.04 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) R 32136 32138 28704 0 -1 4202496 2022 0 0 0 4 0 0 0 20 0 1 0 332601819 12046336 1974 33554432000 4194304 5964478 140736298345136 140737405214424 4344768 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 2941 1974 325 433 0 2136 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11764

[startup+0.1002 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 32138
/proc/meminfo: memFree=29145068/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=13420 CPUtime=0.09 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) R 32136 32138 28704 0 -1 4202496 2573 0 0 0 9 0 0 0 20 0 1 0 332601819 13742080 2525 33554432000 4194304 5964478 140736298345136 140737405214424 4349173 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 3355 2525 466 433 0 2550 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13420

[startup+0.300151 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 32138
/proc/meminfo: memFree=29145068/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=95512 CPUtime=0.29 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 6722 0 0 0 28 1 0 0 20 0 2 0 332601819 97804288 5744 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 23878 5744 186 433 0 23442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95512

[startup+0.700122 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 32138
/proc/meminfo: memFree=29145068/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=95512 CPUtime=0.69 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 6989 0 0 0 68 1 0 0 20 0 2 0 332601819 97804288 6011 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 23878 6011 186 433 0 23442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95512

[startup+1.50014 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 32140
/proc/meminfo: memFree=29121476/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=95512 CPUtime=1.48 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 7485 0 0 0 147 1 0 0 20 0 2 0 332601819 97804288 6507 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 23878 6507 186 433 0 23442 0
[pid=32138/tid=32140] ppid=32136 vsize=95512 CPUtime=1.36 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 4153 0 0 0 136 0 0 0 20 0 2 0 332601831 97804288 6507 33554432000 4194304 5964478 140736298345136 140606855472952 4403717 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 95512

[startup+3.10016 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 32140
/proc/meminfo: memFree=29118632/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=95512 CPUtime=3.08 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 8534 0 0 0 307 1 0 0 20 0 2 0 332601819 97804288 7556 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 23878 7556 186 433 0 23442 0
[pid=32138/tid=32140] ppid=32136 vsize=95512 CPUtime=2.95 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 5202 0 0 0 294 1 0 0 20 0 2 0 332601831 97804288 7556 33554432000 4194304 5964478 140736298345136 140606855472952 4220704 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95512

[startup+6.30013 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 32140
/proc/meminfo: memFree=29110328/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=95512 CPUtime=6.28 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 10695 0 0 0 625 3 0 0 20 0 2 0 332601819 97804288 9717 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 23878 9717 186 433 0 23442 0
[pid=32138/tid=32140] ppid=32136 vsize=95512 CPUtime=6.14 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 7363 0 0 0 612 2 0 0 20 0 2 0 332601831 97804288 9717 33554432000 4194304 5964478 140736298345136 140606855473144 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 95512

[startup+12.7003 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 32140
/proc/meminfo: memFree=29101056/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=95512 CPUtime=12.68 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 12473 0 0 0 1265 3 0 0 20 0 2 0 332601819 97804288 11495 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 23878 11495 186 433 0 23442 0
[pid=32138/tid=32140] ppid=32136 vsize=95512 CPUtime=12.53 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 9141 0 0 0 1250 3 0 0 20 0 2 0 332601831 97804288 11495 33554432000 4194304 5964478 140736298345136 140606855473144 4373129 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 95512

[startup+25.5003 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 32140
/proc/meminfo: memFree=29089276/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=95512 CPUtime=25.47 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 15144 0 0 0 2543 4 0 0 20 0 2 0 332601819 97804288 14287 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 23878 14287 186 433 0 23442 0
[pid=32138/tid=32140] ppid=32136 vsize=95512 CPUtime=25.29 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 11812 0 0 0 2525 4 0 0 20 0 2 0 332601831 97804288 14287 33554432000 4194304 5964478 140736298345136 140606855473144 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 95512

[startup+51.1003 s]
/proc/loadavg: 2.09 2.04 2.00 3/180 32143
/proc/meminfo: memFree=29045692/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=161048 CPUtime=51.05 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 25274 0 0 0 5097 8 0 0 20 0 2 0 332601819 164913152 24410 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 40262 24410 186 433 0 39826 0
[pid=32138/tid=32140] ppid=32136 vsize=161048 CPUtime=50.81 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 21942 0 0 0 5073 8 0 0 20 0 2 0 332601831 164913152 24410 33554432000 4194304 5964478 140736298345136 140606855473144 4381440 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 161048

[startup+102.306 s]
/proc/loadavg: 2.09 2.04 2.00 3/179 32144
/proc/meminfo: memFree=29005536/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=161048 CPUtime=102.25 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 34190 0 0 0 10213 12 0 0 20 0 2 0 332601819 164913152 33826 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 40262 33826 186 433 0 39826 0
[pid=32138/tid=32140] ppid=32136 vsize=161048 CPUtime=101.87 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 30858 0 0 0 10175 12 0 0 20 0 2 0 332601831 164913152 33826 33554432000 4194304 5964478 140736298345136 140606855473144 4400115 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) 161048

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 32144
/proc/meminfo: memFree=28884360/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=227668 CPUtime=162.22 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 48147 0 0 0 16206 16 0 0 20 0 2 0 332601819 233132032 47783 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 56917 47783 186 433 0 56481 0
[pid=32138/tid=32140] ppid=32136 vsize=227668 CPUtime=161.71 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 44815 0 0 0 16153 18 0 0 20 0 2 0 332601831 233132032 47783 33554432000 4194304 5964478 140736298345136 140606855473144 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 227668

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 32144
/proc/meminfo: memFree=28768940/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=293204 CPUtime=222.22 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 69373 0 0 0 22198 24 0 0 20 0 2 0 332601819 300240896 69003 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 73301 69003 186 433 0 72865 0
[pid=32138/tid=32140] ppid=32136 vsize=293204 CPUtime=221.55 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 66041 0 0 0 22129 26 0 0 20 0 2 0 332601831 300240896 69003 33554432000 4194304 5964478 140736298345136 140606855473144 4400044 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 293204

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 32144
/proc/meminfo: memFree=28747144/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=293204 CPUtime=282.17 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 69420 0 0 0 28193 24 0 0 20 0 2 0 332601819 300240896 69028 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 73301 69028 186 433 0 72865 0
[pid=32138/tid=32140] ppid=32136 vsize=293204 CPUtime=281.35 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 66088 0 0 0 28108 27 0 0 20 0 2 0 332601831 300240896 69028 33554432000 4194304 5964478 140736298345136 140606855473144 4388850 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 293204

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32144
/proc/meminfo: memFree=28746828/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=293744 CPUtime=342.14 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 69483 0 0 0 34190 24 0 0 20 0 2 0 332601819 300793856 69066 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 73436 69066 186 433 0 73000 0
[pid=32138/tid=32140] ppid=32136 vsize=293744 CPUtime=341.17 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 66151 0 0 0 34088 29 0 0 20 0 2 0 332601831 300793856 69066 33554432000 4194304 5964478 140736298345136 140606855473320 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 293744

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32145
/proc/meminfo: memFree=28713016/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=359280 CPUtime=402.13 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 77774 0 0 0 40186 27 0 0 20 0 2 0 332601819 367902720 77357 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 89820 77357 186 433 0 89384 0
[pid=32138/tid=32140] ppid=32136 vsize=359280 CPUtime=401.01 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 74442 0 0 0 40069 32 0 0 20 0 2 0 332601831 367902720 77357 33554432000 4194304 5964478 140736298345136 140606855472952 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 359280

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32146
/proc/meminfo: memFree=28705140/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=359280 CPUtime=462.12 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32155
/proc/meminfo: memFree=28368728/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=556696 CPUtime=1421.92 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 134851 0 0 0 142144 48 0 0 20 0 2 0 332601819 570056704 134625 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 139174 134625 186 433 0 138738 0
[pid=32138/tid=32140] ppid=32136 vsize=556696 CPUtime=1418.29 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 131519 0 0 0 141761 68 0 0 20 0 2 0 332601831 570056704 134625 33554432000 4194304 5964478 140736298345136 140606855473192 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 556696

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32155
/proc/meminfo: memFree=28328180/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=622232 CPUtime=1481.9 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 145082 0 0 0 148139 51 0 0 20 0 2 0 332601819 637165568 144856 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 155558 144856 186 433 0 155122 0
[pid=32138/tid=32140] ppid=32136 vsize=622232 CPUtime=1478.12 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 141750 0 0 0 147739 73 0 0 20 0 2 0 332601831 637165568 144856 33554432000 4194304 5964478 140736298345136 140606855473144 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 622232

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32155
/proc/meminfo: memFree=28240388/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=687768 CPUtime=1541.9 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 166895 0 0 0 154132 58 0 0 20 0 2 0 332601819 704274432 166669 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 171942 166669 186 433 0 171506 0
[pid=32138/tid=32140] ppid=32136 vsize=687768 CPUtime=1537.97 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 163563 0 0 0 153717 80 0 0 20 0 2 0 332601831 704274432 166669 33554432000 4194304 5964478 140736298345136 140606855473144 4373494 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 687768

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 32155
/proc/meminfo: memFree=28240048/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=687768 CPUtime=1601.88 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 166899 0 0 0 160130 58 0 0 20 0 2 0 332601819 704274432 166679 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 171942 166679 186 433 0 171506 0
[pid=32138/tid=32140] ppid=32136 vsize=687768 CPUtime=1597.81 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 163567 0 0 0 159700 81 0 0 20 0 2 0 332601831 704274432 166679 33554432000 4194304 5964478 140736298345136 140606855473144 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 687768

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 32195
/proc/meminfo: memFree=28555940/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=687768 CPUtime=1661.85 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 168432 0 0 0 166126 59 0 0 20 0 2 0 332601819 704274432 168295 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 171942 168295 186 433 0 171506 0
[pid=32138/tid=32140] ppid=32136 vsize=687768 CPUtime=1657.63 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 165100 0 0 0 165680 83 0 0 20 0 2 0 332601831 704274432 168295 33554432000 4194304 5964478 140736298345136 140606855473144 4381996 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 687768

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 32195
/proc/meminfo: memFree=28471444/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=753304 CPUtime=1721.83 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 176727 0 0 0 172122 61 0 0 20 0 2 0 332601819 771383296 176591 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 188326 176591 186 433 0 187890 0
[pid=32138/tid=32140] ppid=32136 vsize=753304 CPUtime=1717.45 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 173395 0 0 0 171658 87 0 0 20 0 2 0 332601831 771383296 176591 33554432000 4194304 5964478 140736298345136 140606855472952 4431940 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 753304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32195
/proc/meminfo: memFree=28431888/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=753304 CPUtime=1781.82 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 176727 0 0 0 178121 61 0 0 20 0 2 0 332601819 771383296 176591 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 188326 176591 186 433 0 187890 0
[pid=32138/tid=32140] ppid=32136 vsize=753304 CPUtime=1777.3 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 173395 0 0 0 177642 88 0 0 20 0 2 0 332601831 771383296 176591 33554432000 4194304 5964478 140736298345136 140606855472952 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 753304

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32195
/proc/meminfo: memFree=28432012/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=753304 CPUtime=1791.42 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 176727 0 0 0 179081 61 0 0 20 0 2 0 332601819 771383296 176591 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 188326 176591 186 433 0 187890 0
[pid=32138/tid=32140] ppid=32136 vsize=753304 CPUtime=1786.88 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 173395 0 0 0 178600 88 0 0 20 0 2 0 332601831 771383296 176591 33554432000 4194304 5964478 140736298345136 140606855472952 4431883 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 753304

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32195
/proc/meminfo: memFree=28429656/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=753304 CPUtime=1794.62 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 176727 0 0 0 179401 61 0 0 20 0 2 0 332601819 771383296 176591 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 188326 176591 186 433 0 187890 0
[pid=32138/tid=32140] ppid=32136 vsize=753304 CPUtime=1790.07 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 173395 0 0 0 178919 88 0 0 20 0 2 0 332601831 771383296 176591 33554432000 4194304 5964478 140736298345136 140606855472952 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 753304

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32195
/proc/meminfo: memFree=28429036/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=753304 CPUtime=1797.82 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 176727 0 0 0 179721 61 0 0 20 0 2 0 332601819 771383296 176591 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 188326 176591 186 433 0 187890 0
[pid=32138/tid=32140] ppid=32136 vsize=753304 CPUtime=1793.25 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 173395 0 0 0 179237 88 0 0 20 0 2 0 332601831 771383296 176591 33554432000 4194304 5964478 140736298345136 140606855472952 4380369 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 753304

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32195
/proc/meminfo: memFree=28428912/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=753304 CPUtime=1798.62 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 176727 0 0 0 179801 61 0 0 20 0 2 0 332601819 771383296 176591 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 188326 176591 186 433 0 187890 0
[pid=32138/tid=32140] ppid=32136 vsize=753304 CPUtime=1794.05 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 173395 0 0 0 179317 88 0 0 20 0 2 0 332601831 771383296 176591 33554432000 4194304 5964478 140736298345136 140606855472952 4431876 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 753304

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32195
/proc/meminfo: memFree=28428912/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=753304 CPUtime=1799.02 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 176727 0 0 0 179841 61 0 0 20 0 2 0 332601819 771383296 176591 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 188326 176591 186 433 0 187890 0
[pid=32138/tid=32140] ppid=32136 vsize=753304 CPUtime=1794.46 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 173395 0 0 0 179358 88 0 0 20 0 2 0 332601831 771383296 176591 33554432000 4194304 5964478 140736298345136 140606855472952 4431883 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 753304

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32195
/proc/meminfo: memFree=28428912/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=753304 CPUtime=1799.42 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 176727 0 0 0 179881 61 0 0 20 0 2 0 332601819 771383296 176591 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 188326 176591 186 433 0 187890 0
[pid=32138/tid=32140] ppid=32136 vsize=753304 CPUtime=1794.85 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 173395 0 0 0 179397 88 0 0 20 0 2 0 332601831 771383296 176591 33554432000 4194304 5964478 140736298345136 140606855472952 4431883 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 753304

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32195
/proc/meminfo: memFree=28428912/32873648 swapFree=7116/7116
[pid=32138] ppid=32136 vsize=753304 CPUtime=1799.52 cores=0,2,4,6
/proc/32138/stat : 32138 (pwbo2.02) S 32136 32138 28704 0 -1 4202496 176727 0 0 0 179891 61 0 0 20 0 2 0 332601819 771383296 176591 33554432000 4194304 5964478 140736298345136 140736298344656 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32138/statm: 188326 176591 186 433 0 187890 0
[pid=32138/tid=32140] ppid=32136 vsize=753304 CPUtime=1794.95 cores=0,2,4,6
/proc/32138/task/32140/stat : 32140 (pwbo2.02) R 32136 32138 28704 0 -1 4202560 173395 0 0 0 179407 88 0 0 20 0 2 0 332601831 771383296 176591 33554432000 4194304 5964478 140736298345136 140606855472952 4431876 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 753304

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32138 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=197240
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=901862
# CPU time returned by wait4() is 1795.1
# while last known CPU time is 1799.52
#
# 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.52
CPU user time (s): 1798.91
CPU system time (s): 0.61
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 753304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 0.901862
maximum resident set size= 706376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176730
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= 283
involuntary context switches= 2009

runsolver used 7.8578 second user time and 12.5991 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-02 21:19:24
IDJOB=3726712
IDBENCH=90144
IDSOLVER=2310
FILE ID=node123/3726712-1338664763
RUNJOBID= node123-1338651688-31050
PBS_JOBID= 14636457
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= 0350ceeb14af28f3be070cadc324c0d3
RANDOM SEED=1607704386

node123.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.217
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.43
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.217
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.217
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		: 2667.217
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.217
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.217
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.217
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		: 2667.217
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:        29145340 kB
Buffers:          479180 kB
Cached:          2180844 kB
SwapCached:         2272 kB
Active:           977272 kB
Inactive:        1865208 kB
Active(anon):     177508 kB
Inactive(anon):     5516 kB
Active(file):     799764 kB
Inactive(file):  1859692 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:              7004 kB
Writeback:             0 kB
AnonPages:        255504 kB
Mapped:            11000 kB
Shmem:                 0 kB
Slab:             747836 kB
SReclaimable:     192056 kB
SUnreclaim:       555780 kB
KernelStack:        1488 kB
PageTables:         3812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     146860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71304 MiB
End job on node123 at 2012-06-02 21:49:24