Trace number 3705261

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.58 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705261-1338102831.opb.
0.00/0.00	c Instance file HOME/instance-3705261-1338102831.opb
0.00/0.00	c File size is 3392 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3621
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      41                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3705261-1338102831/watcher-3705261-1338102831 -o /tmp/evaluation-result-3705261-1338102831/solver-3705261-1338102831 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705261-1338102831.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 13022
/proc/meminfo: memFree=27001784/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=83564 CPUtime=0 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 742 0 0 0 0 0 0 0 20 0 2 0 276409999 85569536 693 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 20891 693 189 432 0 20456 0
[pid=13022/tid=13023] ppid=13020 vsize=83564 CPUtime=0 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 276409999 85569536 693 33554432000 4194304 5963574 140736101713360 140736975548360 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0928411 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 13022
/proc/meminfo: memFree=27001784/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=83564 CPUtime=0.08 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 988 0 0 0 8 0 0 0 20 0 2 0 276409999 85569536 939 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 20891 939 190 432 0 20456 0
[pid=13022/tid=13023] ppid=13020 vsize=83564 CPUtime=0.07 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 287 0 0 0 7 0 0 0 20 0 2 0 276409999 85569536 939 33554432000 4194304 5963574 140736101713360 140736975548360 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83564

[startup+0.100188 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 13022
/proc/meminfo: memFree=27001784/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=83564 CPUtime=0.09 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 1007 0 0 0 9 0 0 0 20 0 2 0 276409999 85569536 958 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 20891 958 190 432 0 20456 0
[pid=13022/tid=13023] ppid=13020 vsize=83564 CPUtime=0.08 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 306 0 0 0 8 0 0 0 20 0 2 0 276409999 85569536 958 33554432000 4194304 5963574 140736101713360 140736975548360 5142110 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83564

[startup+0.300258 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 13022
/proc/meminfo: memFree=27001784/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=83564 CPUtime=0.29 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 1340 0 0 0 29 0 0 0 20 0 2 0 276409999 85569536 1291 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 20891 1291 190 432 0 20456 0
[pid=13022/tid=13023] ppid=13020 vsize=83564 CPUtime=0.28 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 639 0 0 0 28 0 0 0 20 0 2 0 276409999 85569536 1291 33554432000 4194304 5963574 140736101713360 140736975548360 5178411 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83564

[startup+0.700255 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 13022
/proc/meminfo: memFree=27001784/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=83708 CPUtime=0.69 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 1637 0 0 0 69 0 0 0 20 0 2 0 276409999 85716992 1588 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 20927 1588 190 432 0 20492 0
[pid=13022/tid=13023] ppid=13020 vsize=83708 CPUtime=0.68 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 936 0 0 0 68 0 0 0 20 0 2 0 276409999 85716992 1588 33554432000 4194304 5963574 140736101713360 140736975548360 4399546 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83708

[startup+1.50025 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 13024
/proc/meminfo: memFree=26995056/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=83708 CPUtime=1.49 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 2228 0 0 0 149 0 0 0 20 0 2 0 276409999 85716992 2179 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 20927 2179 190 432 0 20492 0
[pid=13022/tid=13023] ppid=13020 vsize=83708 CPUtime=1.48 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 1527 0 0 0 148 0 0 0 20 0 2 0 276409999 85716992 2179 33554432000 4194304 5963574 140736101713360 140024335570744 4410413 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83708

[startup+3.10026 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 13024
/proc/meminfo: memFree=26991956/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=83780 CPUtime=3.08 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 3159 0 0 0 308 0 0 0 20 0 2 0 276409999 85790720 3110 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 20945 3110 190 432 0 20510 0
[pid=13022/tid=13023] ppid=13020 vsize=83780 CPUtime=3.07 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 2458 0 0 0 307 0 0 0 20 0 2 0 276409999 85790720 3110 33554432000 4194304 5963574 140736101713360 140024335570744 4378784 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83780

[startup+6.30025 s]
/proc/loadavg: 2.09 2.04 2.00 3/179 13024
/proc/meminfo: memFree=26984196/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=84176 CPUtime=6.29 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 4282 0 0 0 628 1 0 0 20 0 2 0 276409999 86196224 4233 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 21044 4233 190 432 0 20609 0
[pid=13022/tid=13023] ppid=13020 vsize=84176 CPUtime=6.27 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 3581 0 0 0 626 1 0 0 20 0 2 0 276409999 86196224 4233 33554432000 4194304 5963574 140736101713360 140024335570456 4400026 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84176

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 13024
/proc/meminfo: memFree=26977516/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=85632 CPUtime=12.69 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 6281 0 0 0 1268 1 0 0 20 0 2 0 276409999 87687168 6232 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 21408 6232 190 432 0 20973 0
[pid=13022/tid=13023] ppid=13020 vsize=85632 CPUtime=12.65 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 5580 0 0 0 1264 1 0 0 20 0 2 0 276409999 87687168 6232 33554432000 4194304 5963574 140736101713360 140024335570744 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85632

[startup+25.5002 s]
/proc/loadavg: 2.06 2.03 2.00 4/179 13064
/proc/meminfo: memFree=27610956/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=87508 CPUtime=25.48 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 9507 0 0 0 2545 3 0 0 20 0 2 0 276409999 89608192 9467 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 21877 9467 190 432 0 21442 0
[pid=13022/tid=13023] ppid=13020 vsize=87508 CPUtime=25.41 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 8806 0 0 0 2538 3 0 0 20 0 2 0 276409999 89608192 9467 33554432000 4194304 5963574 140736101713360 140024335570744 4378367 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87508

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.00 4/179 13064
/proc/meminfo: memFree=27568988/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=91032 CPUtime=51.06 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 14544 0 0 0 5100 6 0 0 20 0 2 0 276409999 93216768 14490 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 22758 14490 190 432 0 22323 0
[pid=13022/tid=13023] ppid=13020 vsize=91032 CPUtime=50.93 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 13843 0 0 0 5087 6 0 0 20 0 2 0 276409999 93216768 14490 33554432000 4194304 5963574 140736101713360 140024335570984 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 91032

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 4/179 13064
/proc/meminfo: memFree=27501224/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=158508 CPUtime=102.26 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 22487 0 0 0 10213 13 0 0 20 0 2 0 276409999 162312192 22624 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 39627 22624 190 432 0 39192 0
[pid=13022/tid=13023] ppid=13020 vsize=158508 CPUtime=102.01 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 21786 0 0 0 10187 14 0 0 20 0 2 0 276409999 162312192 22624 33554432000 4194304 5963574 140736101713360 140024335570456 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 158508

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 4/179 13064
/proc/meminfo: memFree=27444356/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=160116 CPUtime=162.23 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 28654 0 0 0 16202 21 0 0 20 0 2 0 276409999 163958784 28786 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 40029 28786 190 432 0 39594 0
[pid=13022/tid=13023] ppid=13020 vsize=160116 CPUtime=161.83 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 27953 0 0 0 16160 23 0 0 20 0 2 0 276409999 163958784 28786 33554432000 4194304 5963574 140736101713360 140024335570456 4378768 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 160116

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/179 13064
/proc/meminfo: memFree=27394012/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=163152 CPUtime=222.22 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 34635 0 0 0 22193 29 0 0 20 0 2 0 276409999 167067648 34767 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 40788 34767 190 432 0 40353 0
[pid=13022/tid=13023] ppid=13020 vsize=163152 CPUtime=221.68 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 33934 0 0 0 22136 32 0 0 20 0 2 0 276409999 167067648 34767 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 163152

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.00 4/179 13064
/proc/meminfo: memFree=27354792/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=230928 CPUtime=282.2 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 39694 0 0 0 28184 36 0 0 20 0 2 0 276409999 236470272 39815 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 57732 39815 190 432 0 57297 0
[pid=13022/tid=13023] ppid=13020 vsize=230928 CPUtime=281.51 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 38993 0 0 0 28111 40 0 0 20 0 2 0 276409999 236470272 39815 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 230928

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.00 4/179 13065
/proc/meminfo: memFree=27315536/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=231700 CPUtime=342.19 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 44146 0 0 0 34178 41 0 0 20 0 2 0 276409999 237260800 44263 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 57925 44263 190 432 0 57490 0
[pid=13022/tid=13023] ppid=13020 vsize=231700 CPUtime=341.36 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 43445 0 0 0 34091 45 0 0 20 0 2 0 276409999 237260800 44263 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 231700

[startup+402.3 s]
/proc/loadavg: 2.10 2.06 2.01 4/180 13068
/proc/meminfo: memFree=27275108/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=233436 CPUtime=402.18 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 48787 0 0 0 40171 47 0 0 20 0 2 0 276409999 239038464 48904 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.10 2.06 2.01 4/179 13075
/proc/meminfo: memFree=26792172/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=507496 CPUtime=1421.95 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 112727 0 0 0 142052 143 0 0 20 0 2 0 276409999 519675904 113244 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 126874 113244 190 432 0 126439 0
[pid=13022/tid=13023] ppid=13020 vsize=507496 CPUtime=1418.53 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 112026 0 0 0 141689 164 0 0 20 0 2 0 276409999 519675904 113244 33554432000 4194304 5963574 140736101713360 140024335570456 4399448 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 507496

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 2.01 4/179 13075
/proc/meminfo: memFree=26771448/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=507856 CPUtime=1481.93 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 116149 0 0 0 148045 148 0 0 20 0 2 0 276409999 520044544 116666 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 126964 116666 190 432 0 126529 0
[pid=13022/tid=13023] ppid=13020 vsize=507856 CPUtime=1478.37 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 115448 0 0 0 147667 170 0 0 20 0 2 0 276409999 520044544 116666 33554432000 4194304 5963574 140736101713360 140024335570936 4399448 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 507856

[startup+1542.3 s]
/proc/loadavg: 2.06 2.06 2.00 4/178 13075
/proc/meminfo: memFree=26764140/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=507856 CPUtime=1541.92 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 116938 0 0 0 154043 149 0 0 20 0 2 0 276409999 520044544 117455 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 126964 117455 190 432 0 126529 0
[pid=13022/tid=13023] ppid=13020 vsize=507856 CPUtime=1538.21 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 116237 0 0 0 153649 172 0 0 20 0 2 0 276409999 520044544 117455 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 507856

[startup+1602.3 s]
/proc/loadavg: 2.02 2.05 2.00 4/180 13079
/proc/meminfo: memFree=26737472/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=507856 CPUtime=1601.91 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 121010 0 0 0 160036 155 0 0 20 0 2 0 276409999 520044544 121527 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 126964 121527 190 432 0 126529 0
[pid=13022/tid=13023] ppid=13020 vsize=507856 CPUtime=1598.06 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 120309 0 0 0 159627 179 0 0 20 0 2 0 276409999 520044544 121527 33554432000 4194304 5963574 140736101713360 140024335570936 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 507856

[startup+1662.3 s]
/proc/loadavg: 2.10 2.06 2.01 4/179 13079
/proc/meminfo: memFree=26720528/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574292 CPUtime=1661.9 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 123268 0 0 0 166031 159 0 0 20 0 2 0 276409999 588075008 123781 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143573 123781 190 432 0 143138 0
[pid=13022/tid=13023] ppid=13020 vsize=574292 CPUtime=1657.9 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 122567 0 0 0 165606 184 0 0 20 0 2 0 276409999 588075008 123781 33554432000 4194304 5963574 140736101713360 140024335570456 4378544 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 574292

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.01 4/179 13079
/proc/meminfo: memFree=26707776/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574292 CPUtime=1721.89 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 124462 0 0 0 172028 161 0 0 20 0 2 0 276409999 588075008 124971 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143573 124971 190 432 0 143138 0
[pid=13022/tid=13023] ppid=13020 vsize=574292 CPUtime=1717.75 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 123761 0 0 0 171588 187 0 0 20 0 2 0 276409999 588075008 124971 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 574292

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 2.00 4/179 13079
/proc/meminfo: memFree=26695300/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574832 CPUtime=1781.87 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 127470 0 0 0 178022 165 0 0 20 0 2 0 276409999 588627968 127973 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143708 127973 190 432 0 143273 0
[pid=13022/tid=13023] ppid=13020 vsize=574832 CPUtime=1777.59 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 126769 0 0 0 177568 191 0 0 20 0 2 0 276409999 588627968 127973 33554432000 4194304 5963574 140736101713360 140024335570456 4399546 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 574832

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

[startup+1791.91 s]
/proc/loadavg: 2.13 2.08 2.01 4/179 13079
/proc/meminfo: memFree=26691828/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574832 CPUtime=1791.48 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 128221 0 0 0 178981 167 0 0 20 0 2 0 276409999 588627968 128724 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143708 128724 190 432 0 143273 0
[pid=13022/tid=13023] ppid=13020 vsize=574832 CPUtime=1787.17 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 127520 0 0 0 178524 193 0 0 20 0 2 0 276409999 588627968 128724 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 574832

[startup+1795.1 s]
/proc/loadavg: 2.12 2.07 2.01 4/179 13079
/proc/meminfo: memFree=26689968/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574940 CPUtime=1794.68 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 128466 0 0 0 179301 167 0 0 20 0 2 0 276409999 588738560 128969 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143735 128969 190 432 0 143300 0
[pid=13022/tid=13023] ppid=13020 vsize=574940 CPUtime=1790.36 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 127765 0 0 0 178842 194 0 0 20 0 2 0 276409999 588738560 128969 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 574940

[startup+1798.3 s]
/proc/loadavg: 2.12 2.07 2.01 4/179 13079
/proc/meminfo: memFree=26688728/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574940 CPUtime=1797.87 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 128695 0 0 0 179620 167 0 0 20 0 2 0 276409999 588738560 129198 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143735 129198 190 432 0 143300 0
[pid=13022/tid=13023] ppid=13020 vsize=574940 CPUtime=1793.55 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 127994 0 0 0 179161 194 0 0 20 0 2 0 276409999 588738560 129198 33554432000 4194304 5963574 140736101713360 140024335570456 4400348 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 574940

[startup+1799.1 s]
/proc/loadavg: 2.11 2.07 2.01 4/179 13079
/proc/meminfo: memFree=26688232/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574940 CPUtime=1798.68 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 128758 0 0 0 179700 168 0 0 20 0 2 0 276409999 588738560 129261 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143735 129261 190 432 0 143300 0
[pid=13022/tid=13023] ppid=13020 vsize=574940 CPUtime=1794.34 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 128057 0 0 0 179240 194 0 0 20 0 2 0 276409999 588738560 129261 33554432000 4194304 5963574 140736101713360 140024335570456 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 574940

[startup+1799.5 s]
/proc/loadavg: 2.11 2.07 2.01 4/179 13079
/proc/meminfo: memFree=26687736/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574940 CPUtime=1799.08 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 128788 0 0 0 179740 168 0 0 20 0 2 0 276409999 588738560 129291 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143735 129291 190 432 0 143300 0
[pid=13022/tid=13023] ppid=13020 vsize=574940 CPUtime=1794.75 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 128087 0 0 0 179281 194 0 0 20 0 2 0 276409999 588738560 129291 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 574940

[startup+1799.9 s]
/proc/loadavg: 2.11 2.07 2.01 4/179 13079
/proc/meminfo: memFree=26687736/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574940 CPUtime=1799.48 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 128809 0 0 0 179780 168 0 0 20 0 2 0 276409999 588738560 129312 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143735 129312 190 432 0 143300 0
[pid=13022/tid=13023] ppid=13020 vsize=574940 CPUtime=1795.14 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 128108 0 0 0 179320 194 0 0 20 0 2 0 276409999 588738560 129312 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 574940

[startup+1800 s]
/proc/loadavg: 2.11 2.07 2.01 4/179 13079
/proc/meminfo: memFree=26687736/32873648 swapFree=6848/6848
[pid=13022] ppid=13020 vsize=574940 CPUtime=1799.58 cores=1,3,5,7
/proc/13022/stat : 13022 (wbo1.7) S 13020 13022 12137 0 -1 4202496 128815 0 0 0 179790 168 0 0 20 0 2 0 276409999 588738560 129318 33554432000 4194304 5963574 140736101713360 140736101712880 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13022/statm: 143735 129318 190 432 0 143300 0
[pid=13022/tid=13023] ppid=13020 vsize=574940 CPUtime=1795.24 cores=1,3,5,7
/proc/13022/task/13023/stat : 13023 (wbo1.7) R 13020 13022 12137 0 -1 4202560 128114 0 0 0 179330 194 0 0 20 0 2 0 276409999 588738560 129318 33554432000 4194304 5963574 140736101713360 140024335570456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 574940

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13022 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=307375
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=956702
# CPU time returned by wait4() is 1795.26
# while last known CPU time is 1799.58
#
# 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.58
CPU user time (s): 1797.9
CPU system time (s): 1.68
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 574940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.31
system time used= 1.9567
maximum resident set size= 517276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128816
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= 194
involuntary context switches= 1970

runsolver used 3.03954 second user time and 8.37573 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 09:13:52
IDJOB=3705261
IDBENCH=2929
IDSOLVER=2283
FILE ID=node113/3705261-1338102831
RUNJOBID= node113-1338088429-12154
PBS_JOBID= 14624460
Free space on /tmp= 71392 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_4.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705261-1338102831/watcher-3705261-1338102831 -o /tmp/evaluation-result-3705261-1338102831/solver-3705261-1338102831 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705261-1338102831.opb

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=1892579275

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        27002056 kB
Buffers:          333940 kB
Cached:          4023992 kB
SwapCached:            0 kB
Active:          1705860 kB
Inactive:        3332720 kB
Active(anon):     683212 kB
Inactive(anon):        0 kB
Active(file):    1022648 kB
Inactive(file):  3332720 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        703884 kB
Mapped:            15068 kB
Shmem:               200 kB
Slab:             693876 kB
SReclaimable:     138300 kB
SUnreclaim:       555576 kB
KernelStack:        1496 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 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= 71384 MiB
End job on node113 at 2012-05-27 09:43:52