Trace number 3704393

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K138.opb
MD5SUMb6be79d7c894904bfb5f7c9acfb80f53
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 variables16422
Total number of constraints16700
Number of constraints which are clauses16562
Number of constraints which are cardinality constraints (but not clauses)138
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint138
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 139
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704393-1338106112.opb.
0.00/0.00	c Instance file HOME/instance-3704393-1338106112.opb
0.00/0.00	c File size is 1118211 bytes.
0.04/0.09	c Highest Coefficient sum: 139
0.04/0.09	c ============================[ Problem Statistics ]=============================
0.04/0.09	c |                                                                             |
0.04/0.09	c |  Parsing time:          0.09         s                                      |
0.04/0.09	c |  Number Variables:      16422                                               |
0.04/0.09	c |  Number Clauses:        16562                                               |
0.04/0.09	c |  Number Cardinality:    138                                                 |
0.04/0.09	c |  Number PB Constraints: 0                                                   |
0.04/0.09	c |                                                                             |
0.08/0.10	c |  Problem Type:          Decision                                            |
0.08/0.10	c |  Objective Function:    None                                                |
0.08/0.10	c |                                                                             |
0.08/0.10	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3704393-1338106112/watcher-3704393-1338106112 -o /tmp/evaluation-result-3704393-1338106112/solver-3704393-1338106112 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704393-1338106112.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.01 2.01 2.00 3/177 7923
/proc/meminfo: memFree=28506384/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=5376 CPUtime=0 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) R 7921 7923 5668 0 -1 4202496 553 0 0 0 0 0 0 0 20 0 1 0 276738012 5505024 505 33554432000 4194304 5965102 140733429659312 140737127896824 4396446 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 1344 506 164 433 0 634 0

[startup+0.0508 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7923
/proc/meminfo: memFree=28506384/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=9416 CPUtime=0.04 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) R 7921 7923 5668 0 -1 4202496 1618 0 0 0 4 0 0 0 20 0 1 0 276738012 9641984 1570 33554432000 4194304 5965102 140733429659312 140737127896824 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 2354 1570 293 433 0 1644 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9416

[startup+0.100303 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7923
/proc/meminfo: memFree=28506384/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=92452 CPUtime=0.08 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 3639 0 0 0 8 0 0 0 20 0 2 0 276738012 94670848 3317 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 23113 3319 176 433 0 22677 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 92452

[startup+0.300287 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7923
/proc/meminfo: memFree=28506384/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=92420 CPUtime=0.29 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 5245 0 0 0 28 1 0 0 20 0 2 0 276738012 94638080 4505 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 23105 4505 190 433 0 22669 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92420

[startup+0.700242 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7923
/proc/meminfo: memFree=28506384/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=92420 CPUtime=0.69 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 5564 0 0 0 68 1 0 0 20 0 2 0 276738012 94638080 4824 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 23105 4824 190 433 0 22669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92420

[startup+1.50026 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7925
/proc/meminfo: memFree=28485760/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=92420 CPUtime=1.49 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 6192 0 0 0 148 1 0 0 20 0 2 0 276738012 94638080 5452 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 23105 5452 190 433 0 22669 0
[pid=7923/tid=7925] ppid=7921 vsize=92420 CPUtime=1.39 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 3506 0 0 0 139 0 0 0 20 0 2 0 276738021 94638080 5452 33554432000 4194304 5965102 140733429659312 140731546728248 5137076 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) 92420

[startup+3.10027 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7925
/proc/meminfo: memFree=28479188/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=92420 CPUtime=3.09 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 7483 0 0 0 307 2 0 0 20 0 2 0 276738012 94638080 6743 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 23105 6743 190 433 0 22669 0
[pid=7923/tid=7925] ppid=7921 vsize=92420 CPUtime=3 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 4797 0 0 0 298 2 0 0 20 0 2 0 276738021 94638080 6743 33554432000 4194304 5965102 140733429659312 140731546728440 4393958 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) 92420

[startup+6.30029 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7925
/proc/meminfo: memFree=28462848/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=92420 CPUtime=6.29 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 9023 0 0 0 627 2 0 0 20 0 2 0 276738012 94638080 8283 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 23105 8283 190 433 0 22669 0
[pid=7923/tid=7925] ppid=7921 vsize=92420 CPUtime=6.19 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 6337 0 0 0 617 2 0 0 20 0 2 0 276738021 94638080 8283 33554432000 4194304 5965102 140733429659312 140731546728440 5137076 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) 92420

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7925
/proc/meminfo: memFree=28444812/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=92420 CPUtime=12.69 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 9986 0 0 0 1267 2 0 0 20 0 2 0 276738012 94638080 9246 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 23105 9246 190 433 0 22669 0
[pid=7923/tid=7925] ppid=7921 vsize=92420 CPUtime=12.59 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 7300 0 0 0 1257 2 0 0 20 0 2 0 276738021 94638080 9246 33554432000 4194304 5965102 140733429659312 140731546728376 4222416 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) 92420

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7925
/proc/meminfo: memFree=28420668/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=92420 CPUtime=25.49 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 16171 0 0 0 2545 4 0 0 20 0 2 0 276738012 94638080 15431 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 23105 15431 190 433 0 22669 0
[pid=7923/tid=7925] ppid=7921 vsize=92420 CPUtime=25.39 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 13485 0 0 0 2535 4 0 0 20 0 2 0 276738021 94638080 15431 33554432000 4194304 5965102 140733429659312 140731546728440 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92420

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7925
/proc/meminfo: memFree=28403772/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=157956 CPUtime=51.08 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 20213 0 0 0 5103 5 0 0 20 0 2 0 276738012 161746944 19473 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 39489 19473 190 433 0 39053 0
[pid=7923/tid=7925] ppid=7921 vsize=157956 CPUtime=50.99 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 17527 0 0 0 5094 5 0 0 20 0 2 0 276738021 161746944 19473 33554432000 4194304 5965102 140733429659312 140731546728440 4383033 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 157956

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7929
/proc/meminfo: memFree=28298132/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=158680 CPUtime=102.28 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 31253 0 0 0 10218 10 0 0 20 0 2 0 276738012 162488320 30513 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 39670 30513 190 433 0 39234 0
[pid=7923/tid=7925] ppid=7921 vsize=158680 CPUtime=102.2 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 28567 0 0 0 10208 12 0 0 20 0 2 0 276738021 162488320 30513 33554432000 4194304 5965102 140733429659312 140731546728440 4401131 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 158680

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7929
/proc/meminfo: memFree=28245904/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=224576 CPUtime=162.25 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 44091 0 0 0 16210 15 0 0 20 0 2 0 276738012 229965824 43516 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 56144 43516 190 433 0 55708 0
[pid=7923/tid=7925] ppid=7921 vsize=224576 CPUtime=162.19 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 41405 0 0 0 16202 17 0 0 20 0 2 0 276738021 229965824 43516 33554432000 4194304 5965102 140733429659312 140731546728248 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 224576

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7929
/proc/meminfo: memFree=28204516/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=224576 CPUtime=222.22 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 49308 0 0 0 22205 17 0 0 20 0 2 0 276738012 229965824 48722 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 56144 48722 190 433 0 55708 0
[pid=7923/tid=7925] ppid=7921 vsize=224576 CPUtime=222.17 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 46622 0 0 0 22197 20 0 0 20 0 2 0 276738021 229965824 48722 33554432000 4194304 5965102 140733429659312 140731546728440 4392734 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) 224576

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 7929
/proc/meminfo: memFree=28188136/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=224576 CPUtime=282.18 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 52716 0 0 0 28200 18 0 0 20 0 2 0 276738012 229965824 53070 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 56144 53070 190 433 0 55708 0
[pid=7923/tid=7925] ppid=7921 vsize=224576 CPUtime=282.14 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 50030 0 0 0 28192 22 0 0 20 0 2 0 276738021 229965824 53070 33554432000 4194304 5965102 140733429659312 140731546728440 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 224576

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7929
/proc/meminfo: memFree=28107064/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=290112 CPUtime=342.17 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 61824 0 0 0 34195 22 0 0 20 0 2 0 276738012 297074688 62178 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 72528 62178 190 433 0 72092 0
[pid=7923/tid=7925] ppid=7921 vsize=290112 CPUtime=342.14 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 59138 0 0 0 34187 27 0 0 20 0 2 0 276738021 297074688 62178 33554432000 4194304 5965102 140733429659312 140731546728440 4383059 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 290112

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7930
/proc/meminfo: memFree=28085504/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=290112 CPUtime=402.16 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 67378 0 0 0 40192 24 0 0 20 0 2 0 276738012 297074688 67732 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 72528 67732 190 433 0 72092 0
[pid=7923/tid=7925] ppid=7921 vsize=290112 CPUtime=402.15 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 64692 0 0 0 40184 31 0 0 20 0 2 0 276738021 297074688 67732 33554432000 4194304 5965102 140733429659312 140731546728248 4383033 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 290112

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7930
/proc/meminfo: memFree=27973412/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=355648 CPUtime=462.15 cores=0,2,4,6

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

/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131017 0 0 0 130147 69 0 0 20 0 2 0 276738021 566063104 134005 33554432000 4194304 5965102 140733429659312 140731546728472 4432934 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 552796

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7940
/proc/meminfo: memFree=27135384/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1361.98 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133703 0 0 0 136148 50 0 0 20 0 2 0 276738012 566063104 134005 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134005 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1362.15 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131017 0 0 0 136145 70 0 0 20 0 2 0 276738021 566063104 134005 33554432000 4194304 5965102 140733429659312 140731546728472 4432574 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 552796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7940
/proc/meminfo: memFree=27135412/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1421.97 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133703 0 0 0 142147 50 0 0 20 0 2 0 276738012 566063104 134005 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134005 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1422.16 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131017 0 0 0 142145 71 0 0 20 0 2 0 276738021 566063104 134005 33554432000 4194304 5965102 140733429659312 140731546728472 4382612 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 552796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7941
/proc/meminfo: memFree=27135408/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1481.96 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133703 0 0 0 148146 50 0 0 20 0 2 0 276738012 566063104 134005 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134005 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1482.16 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131017 0 0 0 148144 72 0 0 20 0 2 0 276738021 566063104 134005 33554432000 4194304 5965102 140733429659312 140731546728472 4383048 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 552796

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7941
/proc/meminfo: memFree=27135340/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1541.95 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133703 0 0 0 154145 50 0 0 20 0 2 0 276738012 566063104 134005 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134005 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1542.16 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131017 0 0 0 154143 73 0 0 20 0 2 0 276738021 566063104 134005 33554432000 4194304 5965102 140733429659312 140731546728472 4401146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 552796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7941
/proc/meminfo: memFree=27135716/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1601.94 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133703 0 0 0 160144 50 0 0 20 0 2 0 276738012 566063104 134005 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134005 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1602.17 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131017 0 0 0 160143 74 0 0 20 0 2 0 276738021 566063104 134005 33554432000 4194304 5965102 140733429659312 140731546728472 4382717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 552796

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7981
/proc/meminfo: memFree=28113676/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1661.93 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133703 0 0 0 166143 50 0 0 20 0 2 0 276738012 566063104 134005 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134005 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1662.17 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131017 0 0 0 166142 75 0 0 20 0 2 0 276738021 566063104 134005 33554432000 4194304 5965102 140733429659312 140731546728472 4390150 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 552796

[startup+1722.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 7981
/proc/meminfo: memFree=28051712/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1721.92 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133710 0 0 0 172142 50 0 0 20 0 2 0 276738012 566063104 134166 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134166 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1722.17 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131024 0 0 0 172141 76 0 0 20 0 2 0 276738021 566063104 134166 33554432000 4194304 5965102 140733429659312 140731546728472 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 552796

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 8020
/proc/meminfo: memFree=28100900/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1781.88 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133752 0 0 0 178138 50 0 0 20 0 2 0 276738012 566063104 134278 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134278 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1782.14 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131066 0 0 0 178137 77 0 0 20 0 2 0 276738021 566063104 134278 33554432000 4194304 5965102 140733429659312 140731546728472 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 552796

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

[startup+1791.91 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 8020
/proc/meminfo: memFree=28085800/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1791.48 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133754 0 0 0 179098 50 0 0 20 0 2 0 276738012 566063104 134283 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134283 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1791.75 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131068 0 0 0 179098 77 0 0 20 0 2 0 276738021 566063104 134283 33554432000 4194304 5965102 140733429659312 140731546728472 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 552796

[startup+1795.1 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 8020
/proc/meminfo: memFree=28085064/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1794.68 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133754 0 0 0 179418 50 0 0 20 0 2 0 276738012 566063104 134283 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134283 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1794.95 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131068 0 0 0 179418 77 0 0 20 0 2 0 276738021 566063104 134283 33554432000 4194304 5965102 140733429659312 140731546728472 4401118 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 552796

[startup+1798.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 8020
/proc/meminfo: memFree=28084452/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1797.87 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133754 0 0 0 179737 50 0 0 20 0 2 0 276738012 566063104 134283 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134283 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1798.14 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131068 0 0 0 179737 77 0 0 20 0 2 0 276738021 566063104 134283 33554432000 4194304 5965102 140733429659312 140731546728472 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 552796

[startup+1799.1 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 8020
/proc/meminfo: memFree=28084328/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1798.67 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133754 0 0 0 179817 50 0 0 20 0 2 0 276738012 566063104 134283 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134283 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1798.94 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131068 0 0 0 179817 77 0 0 20 0 2 0 276738021 566063104 134283 33554432000 4194304 5965102 140733429659312 140731546728472 4383274 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 552796

[startup+1799.5 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 8020
/proc/meminfo: memFree=28083708/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1799.08 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133754 0 0 0 179858 50 0 0 20 0 2 0 276738012 566063104 134283 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134283 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1799.35 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131068 0 0 0 179858 77 0 0 20 0 2 0 276738021 566063104 134283 33554432000 4194304 5965102 140733429659312 140731546728472 4382742 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 552796

[startup+1799.9 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 8020
/proc/meminfo: memFree=28083708/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1799.47 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133754 0 0 0 179897 50 0 0 20 0 2 0 276738012 566063104 134283 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134283 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1799.74 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131068 0 0 0 179897 77 0 0 20 0 2 0 276738021 566063104 134283 33554432000 4194304 5965102 140733429659312 140731546728472 4383033 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 552796

[startup+1800 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 8020
/proc/meminfo: memFree=28083708/32873648 swapFree=6844/6844
[pid=7923] ppid=7921 vsize=552796 CPUtime=1799.57 cores=0,2,4,6
/proc/7923/stat : 7923 (pwbo2.0) S 7921 7923 5668 0 -1 4202496 133754 0 0 0 179907 50 0 0 20 0 2 0 276738012 566063104 134283 33554432000 4194304 5965102 140733429659312 140733429658832 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7923/statm: 138199 134283 190 433 0 137763 0
[pid=7923/tid=7925] ppid=7921 vsize=552796 CPUtime=1799.84 cores=0,2,4,6
/proc/7923/task/7925/stat : 7925 (pwbo2.0) R 7921 7923 5668 0 -1 4202560 131068 0 0 0 179907 77 0 0 20 0 2 0 276738021 566063104 134283 33554432000 4194304 5965102 140733429659312 140731546728472 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 552796

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.96
CPU user time (s): 1799.17
CPU system time (s): 0.789879
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 552796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.789879
maximum resident set size= 537144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133757
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= 208
involuntary context switches= 1878

runsolver used 3.61345 second user time and 8.58769 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 10:08:32
IDJOB=3704393
IDBENCH=90190
IDSOLVER=2280
FILE ID=node115/3704393-1338106112
RUNJOBID= node115-1338087550-5684
PBS_JOBID= 14624444
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= b6be79d7c894904bfb5f7c9acfb80f53
RANDOM SEED=2062900427

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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:        28506764 kB
Buffers:          301988 kB
Cached:          3090952 kB
SwapCached:            0 kB
Active:          1152456 kB
Inactive:        2404236 kB
Active(anon):     166192 kB
Inactive(anon):        0 kB
Active(file):     986264 kB
Inactive(file):  2404236 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6616 kB
Writeback:             0 kB
AnonPages:        170356 kB
Mapped:            15048 kB
Shmem:               200 kB
Slab:             671724 kB
SReclaimable:     116076 kB
SUnreclaim:       555648 kB
KernelStack:        1488 kB
PageTables:         3960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     154228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71656 MiB
End job on node115 at 2012-05-27 10:38:33