Trace number 3704426

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.0? 1799.62 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K80.opb
MD5SUMa3fcbcd7997dcbab652ff1a098fe5a93
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 variables5440
Total number of constraints5602
Number of constraints which are clauses5522
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
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 81
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704426-1338099934.opb.
0.00/0.00	c Instance file HOME/instance-3704426-1338099934.opb
0.00/0.00	c File size is 346991 bytes.
0.01/0.03	c Highest Coefficient sum: 81
0.01/0.03	c ============================[ Problem Statistics ]=============================
0.01/0.03	c |                                                                             |
0.01/0.03	c |  Parsing time:          0.03         s                                      |
0.01/0.03	c |  Number Variables:      5440                                                |
0.01/0.03	c |  Number Clauses:        5522                                                |
0.01/0.03	c |  Number Cardinality:    80                                                  |
0.01/0.03	c |  Number PB Constraints: 0                                                   |
0.01/0.03	c |                                                                             |
0.01/0.03	c |  Problem Type:          Decision                                            |
0.01/0.03	c |  Objective Function:    None                                                |
0.01/0.03	c |                                                                             |
0.01/0.03	c ===============================================================================
1799.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3704426-1338099934/watcher-3704426-1338099934 -o /tmp/evaluation-result-3704426-1338099934/solver-3704426-1338099934 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704426-1338099934.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20511
/proc/meminfo: memFree=28760980/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=4620 CPUtime=0 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) R 20509 20511 17458 0 -1 4202496 571 0 0 0 0 0 0 0 20 0 1 0 276117943 4730880 524 33554432000 4194304 5965102 140733240518832 140737447605448 4396689 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 1155 524 165 433 0 634 0

[startup+0.016117 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20511
/proc/meminfo: memFree=28760980/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=4888 CPUtime=0.01 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) R 20509 20511 17458 0 -1 4202496 689 0 0 0 1 0 0 0 20 0 1 0 276117943 5005312 642 33554432000 4194304 5965102 140733240518832 140737447605448 4344830 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 1222 644 193 433 0 701 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4888

[startup+0.100313 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20511
/proc/meminfo: memFree=28760980/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=85784 CPUtime=0.09 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 2330 0 0 0 9 0 0 0 20 0 2 0 276117943 87842816 2083 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 21446 2083 190 433 0 21010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85784

[startup+0.300272 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20511
/proc/meminfo: memFree=28760980/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=85784 CPUtime=0.29 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 2618 0 0 0 29 0 0 0 20 0 2 0 276117943 87842816 2371 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 21446 2371 190 433 0 21010 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85784

[startup+0.70026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20511
/proc/meminfo: memFree=28760980/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=85784 CPUtime=0.69 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 3186 0 0 0 69 0 0 0 20 0 2 0 276117943 87842816 2939 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 21446 2939 190 433 0 21010 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85784

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20513
/proc/meminfo: memFree=28746996/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=85784 CPUtime=1.49 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 4122 0 0 0 148 1 0 0 20 0 2 0 276117943 87842816 3875 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 21446 3875 190 433 0 21010 0
[pid=20511/tid=20513] ppid=20509 vsize=85784 CPUtime=1.45 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 2755 0 0 0 145 0 0 0 20 0 2 0 276117947 87842816 3875 33554432000 4194304 5965102 140733240518832 140263216469816 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85784

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20513
/proc/meminfo: memFree=28742160/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=85784 CPUtime=3.09 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 5084 0 0 0 308 1 0 0 20 0 2 0 276117943 87842816 4837 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 21446 4837 190 433 0 21010 0
[pid=20511/tid=20513] ppid=20509 vsize=85784 CPUtime=3.04 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 3717 0 0 0 303 1 0 0 20 0 2 0 276117947 87842816 4837 33554432000 4194304 5965102 140733240518832 140263216470008 4404320 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85784

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20513
/proc/meminfo: memFree=28735340/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=86000 CPUtime=6.29 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 6731 0 0 0 627 2 0 0 20 0 2 0 276117943 88064000 6484 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 21500 6484 190 433 0 21064 0
[pid=20511/tid=20513] ppid=20509 vsize=86000 CPUtime=6.24 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 5364 0 0 0 622 2 0 0 20 0 2 0 276117947 88064000 6484 33554432000 4194304 5965102 140733240518832 140263216470008 4401559 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86000

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20513
/proc/meminfo: memFree=28715436/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=86000 CPUtime=12.69 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 10493 0 0 0 1266 3 0 0 20 0 2 0 276117943 88064000 10246 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 21500 10246 190 433 0 21064 0
[pid=20511/tid=20513] ppid=20509 vsize=86000 CPUtime=12.62 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 9126 0 0 0 1259 3 0 0 20 0 2 0 276117947 88064000 10246 33554432000 4194304 5965102 140733240518832 140263216470008 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86000

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20513
/proc/meminfo: memFree=28691984/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=86108 CPUtime=25.48 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 14974 0 0 0 2544 4 0 0 20 0 2 0 276117943 88174592 14777 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 21527 14777 190 433 0 21091 0
[pid=20511/tid=20513] ppid=20509 vsize=86108 CPUtime=25.38 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 13607 0 0 0 2534 4 0 0 20 0 2 0 276117947 88174592 14777 33554432000 4194304 5965102 140733240518832 140263216470008 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86108

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20513
/proc/meminfo: memFree=28672840/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=151804 CPUtime=51.06 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 18405 0 0 0 5101 5 0 0 20 0 2 0 276117943 155447296 18222 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 37951 18222 190 433 0 37515 0
[pid=20511/tid=20513] ppid=20509 vsize=151804 CPUtime=50.89 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 17038 0 0 0 5084 5 0 0 20 0 2 0 276117947 155447296 18222 33554432000 4194304 5965102 140733240518832 140263216470008 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 151804

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20513
/proc/meminfo: memFree=28605296/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=152044 CPUtime=102.25 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 28361 0 0 0 10216 9 0 0 20 0 2 0 276117943 155693056 28999 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 38011 28999 190 433 0 37575 0
[pid=20511/tid=20513] ppid=20509 vsize=152044 CPUtime=101.97 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 26994 0 0 0 10187 10 0 0 20 0 2 0 276117947 155693056 28999 33554432000 4194304 5965102 140733240518832 140263216469816 4401131 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152044

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20513
/proc/meminfo: memFree=28570084/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=152044 CPUtime=162.24 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 31844 0 0 0 16213 11 0 0 20 0 2 0 276117943 155693056 32482 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 38011 32482 190 433 0 37575 0
[pid=20511/tid=20513] ppid=20509 vsize=152044 CPUtime=161.81 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 30477 0 0 0 16169 12 0 0 20 0 2 0 276117947 155693056 32482 33554432000 4194304 5965102 140733240518832 140263216469816 4401109 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 152044

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20514
/proc/meminfo: memFree=28557332/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=152044 CPUtime=222.22 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 33983 0 0 0 22211 11 0 0 20 0 2 0 276117943 155693056 34671 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 38011 34671 190 433 0 37575 0
[pid=20511/tid=20513] ppid=20509 vsize=152044 CPUtime=221.64 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 32616 0 0 0 22150 14 0 0 20 0 2 0 276117947 155693056 34671 33554432000 4194304 5965102 140733240518832 140263216470008 4401155 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 152044

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20517
/proc/meminfo: memFree=28521064/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=217580 CPUtime=282.2 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 42603 0 0 0 28204 16 0 0 20 0 2 0 276117943 222801920 43510 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 54395 43510 190 433 0 53959 0
[pid=20511/tid=20513] ppid=20509 vsize=217580 CPUtime=281.47 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 41236 0 0 0 28128 19 0 0 20 0 2 0 276117947 222801920 43510 33554432000 4194304 5965102 140733240518832 140263216470008 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 217580

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20517
/proc/meminfo: memFree=28517932/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=217580 CPUtime=342.19 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 42603 0 0 0 34203 16 0 0 20 0 2 0 276117943 222801920 43510 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 54395 43510 190 433 0 53959 0
[pid=20511/tid=20513] ppid=20509 vsize=217580 CPUtime=341.32 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 41236 0 0 0 34112 20 0 0 20 0 2 0 276117947 222801920 43510 33554432000 4194304 5965102 140733240518832 140263216470008 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 217580

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20517
/proc/meminfo: memFree=28516072/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=217580 CPUtime=402.18 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 42979 0 0 0 40202 16 0 0 20 0 2 0 276117943 222801920 43886 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 54395 43886 190 433 0 53959 0
[pid=20511/tid=20513] ppid=20509 vsize=217580 CPUtime=401.16 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 41612 0 0 0 40095 21 0 0 20 0 2 0 276117947 222801920 43886 33554432000 4194304 5965102 140733240518832 140263216469816 4401109 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 217580

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20517
/proc/meminfo: memFree=28504664/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=219308 CPUtime=462.16 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20602
/proc/meminfo: memFree=28547552/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=296652 CPUtime=1422.01 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 65675 0 0 0 142167 34 0 0 20 0 2 0 276117943 303771648 66970 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 74163 66970 190 433 0 73727 0
[pid=20511/tid=20513] ppid=20509 vsize=296652 CPUtime=1418.56 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 64308 0 0 0 141801 55 0 0 20 0 2 0 276117947 303771648 66970 33554432000 4194304 5965102 140733240518832 140263216470008 4401155 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 296652

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20605
/proc/meminfo: memFree=28542232/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=297408 CPUtime=1481.98 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 65847 0 0 0 148164 34 0 0 20 0 2 0 276117943 304545792 67176 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 74352 67176 190 433 0 73916 0
[pid=20511/tid=20513] ppid=20509 vsize=297408 CPUtime=1478.39 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 64480 0 0 0 147783 56 0 0 20 0 2 0 276117947 304545792 67176 33554432000 4194304 5965102 140733240518832 140263216469816 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 297408

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 20605
/proc/meminfo: memFree=28523528/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=299132 CPUtime=1541.97 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 66193 0 0 0 154163 34 0 0 20 0 2 0 276117943 306311168 67522 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 74783 67522 190 433 0 74347 0
[pid=20511/tid=20513] ppid=20509 vsize=299132 CPUtime=1538.23 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 64826 0 0 0 153766 57 0 0 20 0 2 0 276117947 306311168 67522 33554432000 4194304 5965102 140733240518832 140263216470056 4401472 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 299132

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20605
/proc/meminfo: memFree=28493644/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=365392 CPUtime=1601.96 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 70870 0 0 0 160160 36 0 0 20 0 2 0 276117943 374161408 72184 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91348 72184 190 433 0 90912 0
[pid=20511/tid=20513] ppid=20509 vsize=365392 CPUtime=1598.08 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 69503 0 0 0 159748 60 0 0 20 0 2 0 276117947 374161408 72184 33554432000 4194304 5965102 140733240518832 140263216469816 4404767 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 365392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20605
/proc/meminfo: memFree=28492632/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=365392 CPUtime=1661.95 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 70963 0 0 0 166159 36 0 0 20 0 2 0 276117943 374161408 72277 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91348 72277 190 433 0 90912 0
[pid=20511/tid=20513] ppid=20509 vsize=365392 CPUtime=1657.93 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 69596 0 0 0 165732 61 0 0 20 0 2 0 276117947 374161408 72277 33554432000 4194304 5965102 140733240518832 140263216469816 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 365392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20606
/proc/meminfo: memFree=28466208/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=365392 CPUtime=1721.95 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 75346 0 0 0 172156 39 0 0 20 0 2 0 276117943 374161408 76756 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91348 76756 190 433 0 90912 0
[pid=20511/tid=20513] ppid=20509 vsize=365392 CPUtime=1717.77 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 73979 0 0 0 171713 64 0 0 20 0 2 0 276117947 374161408 76756 33554432000 4194304 5965102 140733240518832 140263216470008 4401131 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 365392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20606
/proc/meminfo: memFree=28431324/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=366472 CPUtime=1781.93 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 81442 0 0 0 178150 43 0 0 20 0 2 0 276117943 375267328 82910 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91618 82910 190 433 0 91182 0
[pid=20511/tid=20513] ppid=20509 vsize=366472 CPUtime=1777.61 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 80075 0 0 0 177691 70 0 0 20 0 2 0 276117947 375267328 82910 33554432000 4194304 5965102 140733240518832 140263216470008 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 366472

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 20606
/proc/meminfo: memFree=28427652/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=366688 CPUtime=1791.53 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 82452 0 0 0 179109 44 0 0 20 0 2 0 276117943 375488512 83920 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91672 83920 190 433 0 91236 0
[pid=20511/tid=20513] ppid=20509 vsize=366688 CPUtime=1787.19 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 81085 0 0 0 178649 70 0 0 20 0 2 0 276117947 375488512 83920 33554432000 4194304 5965102 140733240518832 140263216470008 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 366688

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20606
/proc/meminfo: memFree=28426908/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=366688 CPUtime=1794.73 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 82682 0 0 0 179429 44 0 0 20 0 2 0 276117943 375488512 84150 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91672 84150 190 433 0 91236 0
[pid=20511/tid=20513] ppid=20509 vsize=366688 CPUtime=1790.38 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 81315 0 0 0 178967 71 0 0 20 0 2 0 276117947 375488512 84150 33554432000 4194304 5965102 140733240518832 140263216470008 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 366688

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20606
/proc/meminfo: memFree=28426164/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=366904 CPUtime=1797.92 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 82870 0 0 0 179748 44 0 0 20 0 2 0 276117943 375709696 84338 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91726 84338 190 433 0 91290 0
[pid=20511/tid=20513] ppid=20509 vsize=366904 CPUtime=1793.57 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 81503 0 0 0 179286 71 0 0 20 0 2 0 276117947 375709696 84338 33554432000 4194304 5965102 140733240518832 140263216470008 4401109 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 366904

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20606
/proc/meminfo: memFree=28426040/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=366904 CPUtime=1798.72 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 82904 0 0 0 179828 44 0 0 20 0 2 0 276117943 375709696 84372 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91726 84372 190 433 0 91290 0
[pid=20511/tid=20513] ppid=20509 vsize=366904 CPUtime=1794.37 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 81537 0 0 0 179366 71 0 0 20 0 2 0 276117947 375709696 84372 33554432000 4194304 5965102 140733240518832 140263216470008 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 366904

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20606
/proc/meminfo: memFree=28426040/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=366904 CPUtime=1799.13 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 82917 0 0 0 179869 44 0 0 20 0 2 0 276117943 375709696 84385 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91726 84385 190 433 0 91290 0
[pid=20511/tid=20513] ppid=20509 vsize=366904 CPUtime=1794.77 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 81550 0 0 0 179406 71 0 0 20 0 2 0 276117947 375709696 84385 33554432000 4194304 5965102 140733240518832 140263216470008 4401107 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 366904

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20606
/proc/meminfo: memFree=28426040/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=366904 CPUtime=1799.52 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 82939 0 0 0 179908 44 0 0 20 0 2 0 276117943 375709696 84407 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91726 84407 190 433 0 91290 0
[pid=20511/tid=20513] ppid=20509 vsize=366904 CPUtime=1795.16 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 81572 0 0 0 179445 71 0 0 20 0 2 0 276117947 375709696 84407 33554432000 4194304 5965102 140733240518832 140263216470008 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 366904

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20606
/proc/meminfo: memFree=28426040/32873648 swapFree=6604/6604
[pid=20511] ppid=20509 vsize=366904 CPUtime=1799.62 cores=0,2,4,6
/proc/20511/stat : 20511 (pwbo2.0) S 20509 20511 17458 0 -1 4202496 82944 0 0 0 179918 44 0 0 20 0 2 0 276117943 375709696 84412 33554432000 4194304 5965102 140733240518832 140733240518352 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20511/statm: 91726 84412 190 433 0 91290 0
[pid=20511/tid=20513] ppid=20509 vsize=366904 CPUtime=1795.26 cores=0,2,4,6
/proc/20511/task/20513/stat : 20513 (pwbo2.0) R 20509 20511 17458 0 -1 4202560 81577 0 0 0 179455 71 0 0 20 0 2 0 276117947 375709696 84412 33554432000 4194304 5965102 140733240518832 140263216470008 4401131 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 366904

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20511 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=587181
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=727889
# CPU time returned by wait4() is 1795.32
# while last known CPU time is 1799.62
#
# 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.62
CPU user time (s): 1799.18
CPU system time (s): 0.44
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 366904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 0.727889
maximum resident set size= 337660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82947
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= 137
involuntary context switches= 1975

runsolver used 4.76128 second user time and 13.086 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 08:25:34
IDJOB=3704426
IDBENCH=90115
IDSOLVER=2280
FILE ID=node148/3704426-1338099934
RUNJOBID= node148-1338087316-17474
PBS_JOBID= 14624438
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= a3fcbcd7997dcbab652ff1a098fe5a93
RANDOM SEED=1794989400

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28761716 kB
Buffers:          318180 kB
Cached:          2760624 kB
SwapCached:          576 kB
Active:           688216 kB
Inactive:        2597784 kB
Active(anon):     198144 kB
Inactive(anon):    11120 kB
Active(file):     490072 kB
Inactive(file):  2586664 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              5860 kB
Writeback:             0 kB
AnonPages:        227372 kB
Mapped:            14860 kB
Shmem:                96 kB
Slab:             688868 kB
SReclaimable:     133288 kB
SUnreclaim:       555580 kB
KernelStack:        1488 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     148420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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= 71708 MiB
End job on node148 at 2012-05-27 08:55:35