Trace number 3704356

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.86 1800.06

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
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 variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704356-1338095510.opb.
0.00/0.00	c Instance file HOME/instance-3704356-1338095510.opb
0.00/0.00	c File size is 271002100 bytes.
18.09/18.12	c Highest Coefficient sum: 2221
18.09/18.12	c ============================[ Problem Statistics ]=============================
18.09/18.12	c |                                                                             |
18.09/18.12	c |  Parsing time:          18.12        s                                      |
18.09/18.12	c |  Number Variables:      248659                                              |
18.09/18.12	c |  Number Clauses:        4975662                                             |
18.09/18.12	c |  Number Cardinality:    19725                                               |
18.09/18.12	c |  Number PB Constraints: 561013                                              |
18.09/18.12	c |                                                                             |
18.78/18.89	c |  Problem Type:          Decision                                            |
18.78/18.89	c |  Objective Function:    None                                                |
18.78/18.89	c |                                                                             |
18.78/18.89	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3704356-1338095510/watcher-3704356-1338095510 -o /tmp/evaluation-result-3704356-1338095510/solver-3704356-1338095510 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704356-1338095510.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 10535
/proc/meminfo: memFree=30921468/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=267796 CPUtime=0 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) R 10533 10535 9022 0 -1 4202496 308 0 0 0 0 0 0 0 20 0 1 0 275680197 274223104 261 33554432000 4194304 5965102 140736319576112 140736319575528 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 66949 261 171 433 0 350 0

[startup+0.080292 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10535
/proc/meminfo: memFree=30921468/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=271380 CPUtime=0.07 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) R 10533 10535 9022 0 -1 4202496 1457 0 0 0 7 0 0 0 20 0 1 0 275680197 277893120 1410 33554432000 4194304 5965102 140736319576112 140736319575528 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 67845 1410 446 433 0 1246 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 271380

[startup+0.100279 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10535
/proc/meminfo: memFree=30921468/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=272336 CPUtime=0.09 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) R 10533 10535 9022 0 -1 4202496 1799 0 0 0 9 0 0 0 20 0 1 0 275680197 278872064 1719 33554432000 4194304 5965102 140736319576112 140736319575528 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 68084 1720 523 433 0 1485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 272336

[startup+0.300241 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10535
/proc/meminfo: memFree=30921468/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=281392 CPUtime=0.28 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) R 10533 10535 9022 0 -1 4202496 4813 0 0 0 28 0 0 0 20 0 1 0 275680197 288145408 4669 33554432000 4194304 5965102 140736319576112 140736319575528 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 70348 4670 1273 433 0 3749 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 281392

[startup+0.700241 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10535
/proc/meminfo: memFree=30921468/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=299092 CPUtime=0.68 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) R 10533 10535 9022 0 -1 4202496 10787 0 0 0 67 1 0 0 20 0 1 0 275680197 306270208 10513 33554432000 4194304 5965102 140736319576112 140736319575528 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 74773 10513 2773 433 0 8174 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 299092

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10536
/proc/meminfo: memFree=30877108/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=333496 CPUtime=1.49 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) R 10533 10535 9022 0 -1 4202496 22369 0 0 0 146 3 0 0 20 0 1 0 275680197 341499904 21838 33554432000 4194304 5965102 140736319576112 140736319574088 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 83407 21838 5832 433 0 16808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 333496

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10536
/proc/meminfo: memFree=30828668/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=396772 CPUtime=3.08 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) R 10533 10535 9022 0 -1 4202496 43948 0 0 0 303 5 0 0 20 0 1 0 275680197 406294528 43415 33554432000 4194304 5965102 140736319576112 140736319573528 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 99193 43415 11711 433 0 32594 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 396772

[startup+6.30025 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 10536
/proc/meminfo: memFree=30707404/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=526932 CPUtime=6.29 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) R 10533 10535 9022 0 -1 4202496 85695 0 0 0 618 11 0 0 20 0 1 0 275680197 539578368 87203 33554432000 4194304 5965102 140736319576112 140736319574056 4351027 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 131733 87204 23486 433 0 65134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 526932

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 10536
/proc/meminfo: memFree=30451960/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=783264 CPUtime=12.69 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) R 10533 10535 9022 0 -1 4202496 166538 0 0 0 1247 22 0 0 20 0 1 0 275680197 802062336 172640 33554432000 4194304 5965102 140736319576112 140736319574200 4350459 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 195816 172640 48128 433 0 129217 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 783264

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 10537
/proc/meminfo: memFree=29427812/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=1566772 CPUtime=25.48 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 417710 0 0 0 2478 70 0 0 20 0 2 0 275680197 1604374528 371964 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 391693 371964 190 433 0 391257 0
[pid=10535/tid=10537] ppid=10533 vsize=1566772 CPUtime=7.36 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 192730 0 0 0 697 39 0 0 20 0 2 0 275682009 1604374528 371964 33554432000 4194304 5965102 140736319576112 140446956812088 4401041 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1566772

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 10537
/proc/meminfo: memFree=29391696/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=1632308 CPUtime=51.08 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 424497 0 0 0 5031 77 0 0 20 0 2 0 275680197 1671483392 378751 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 408077 378751 190 433 0 407641 0
[pid=10535/tid=10537] ppid=10533 vsize=1632308 CPUtime=32.96 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 199517 0 0 0 3251 45 0 0 20 0 2 0 275682009 1671483392 378751 33554432000 4194304 5965102 140736319576112 140446956812280 4401041 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1632308

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 10538
/proc/meminfo: memFree=29331608/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=1632308 CPUtime=102.26 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 437487 0 0 0 10140 86 0 0 20 0 2 0 275680197 1671483392 391741 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 408077 391741 190 433 0 407641 0
[pid=10535/tid=10537] ppid=10533 vsize=1632308 CPUtime=84.15 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 212507 0 0 0 8359 56 0 0 20 0 2 0 275682009 1671483392 391741 33554432000 4194304 5965102 140736319576112 140446956812328 4401058 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1632308

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 10538
/proc/meminfo: memFree=29272860/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=1697844 CPUtime=162.24 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 449392 0 0 0 16126 98 0 0 20 0 2 0 275680197 1738592256 403677 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 424461 403677 190 433 0 424025 0
[pid=10535/tid=10537] ppid=10533 vsize=1697844 CPUtime=144.15 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 224412 0 0 0 14346 69 0 0 20 0 2 0 275682009 1738592256 403677 33554432000 4194304 5965102 140736319576112 140446956812088 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1697844

[startup+222.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 10538
/proc/meminfo: memFree=29197248/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=1763380 CPUtime=222.22 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 462555 0 0 0 22112 110 0 0 20 0 2 0 275680197 1805701120 416900 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 440845 416900 190 433 0 440409 0
[pid=10535/tid=10537] ppid=10533 vsize=1763380 CPUtime=204.14 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 237575 0 0 0 20332 82 0 0 20 0 2 0 275682009 1805701120 416900 33554432000 4194304 5965102 140736319576112 140446956812280 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1763380

[startup+282.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 10538
/proc/meminfo: memFree=29138624/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=1828916 CPUtime=282.21 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 473235 0 0 0 28104 117 0 0 20 0 2 0 275680197 1872809984 427687 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 457229 427687 190 433 0 456793 0
[pid=10535/tid=10537] ppid=10533 vsize=1828916 CPUtime=264.14 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 248255 0 0 0 26324 90 0 0 20 0 2 0 275682009 1872809984 427687 33554432000 4194304 5965102 140736319576112 140446956812280 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1828916

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 10538
/proc/meminfo: memFree=29093952/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=1828916 CPUtime=342.21 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 483866 0 0 0 34095 126 0 0 20 0 2 0 275680197 1872809984 438601 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 457229 438601 190 433 0 456793 0
[pid=10535/tid=10537] ppid=10533 vsize=1828916 CPUtime=324.14 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 258886 0 0 0 32315 99 0 0 20 0 2 0 275682009 1872809984 438601 33554432000 4194304 5965102 140736319576112 140446956812088 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1828916

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 10539
/proc/meminfo: memFree=29048536/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=1894452 CPUtime=402.19 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 494548 0 0 0 40086 133 0 0 20 0 2 0 275680197 1939918848 449519 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 473613 449519 190 433 0 473177 0
[pid=10535/tid=10537] ppid=10533 vsize=1894452 CPUtime=384.14 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 269568 0 0 0 38307 107 0 0 20 0 2 0 275682009 1939918848 449519 33554432000 4194304 5965102 140736319576112 140446956812088 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1894452

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10539
/proc/meminfo: memFree=29004112/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=1959988 CPUtime=462.18 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 504328 0 0 0 46077 141 0 0 20 0 2 0 275680197 2007027712 460137 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 489997 460137 190 433 0 489561 0
[pid=10535/tid=10537] ppid=10533 vsize=1959988 CPUtime=444.14 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 279348 0 0 0 44298 116 0 0 20 0 2 0 275682009 2007027712 460137 33554432000 4194304 5965102 140736319576112 140446956812280 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1959988

[startup+522.3 s]

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

/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 395030 0 0 0 128172 223 0 0 20 0 2 0 275682009 2476789760 580168 33554432000 4194304 5965102 140736319576112 140446956812088 4401009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 2418740

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10588
/proc/meminfo: memFree=28170156/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2418740 CPUtime=1361.84 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 626673 0 0 0 135943 241 0 0 20 0 2 0 275680197 2476789760 586831 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 604685 586831 190 433 0 604249 0
[pid=10535/tid=10537] ppid=10533 vsize=2418740 CPUtime=1343.95 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 401693 0 0 0 134165 230 0 0 20 0 2 0 275682009 2476789760 586831 33554432000 4194304 5965102 140736319576112 140446956812280 4404383 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 2418740

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10588
/proc/meminfo: memFree=28124244/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2484276 CPUtime=1421.83 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 634153 0 0 0 141936 247 0 0 20 0 2 0 275680197 2543898624 594311 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 621069 594311 190 433 0 620633 0
[pid=10535/tid=10537] ppid=10533 vsize=2484276 CPUtime=1403.95 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 409173 0 0 0 140158 237 0 0 20 0 2 0 275682009 2543898624 594311 33554432000 4194304 5965102 140736319576112 140446956812280 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 2484276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10588
/proc/meminfo: memFree=28087008/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2484276 CPUtime=1481.82 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 639782 0 0 0 147930 252 0 0 20 0 2 0 275680197 2543898624 600451 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 621069 600451 190 433 0 620633 0
[pid=10535/tid=10537] ppid=10533 vsize=2484276 CPUtime=1463.95 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 414802 0 0 0 146152 243 0 0 20 0 2 0 275682009 2543898624 600451 33554432000 4194304 5965102 140736319576112 140446956812280 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 2484276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10588
/proc/meminfo: memFree=28049340/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2484276 CPUtime=1541.81 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 645484 0 0 0 153924 257 0 0 20 0 2 0 275680197 2543898624 606153 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 621069 606153 190 433 0 620633 0
[pid=10535/tid=10537] ppid=10533 vsize=2484276 CPUtime=1523.95 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 420504 0 0 0 152146 249 0 0 20 0 2 0 275682009 2543898624 606153 33554432000 4194304 5965102 140736319576112 140446956812088 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 2484276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10588
/proc/meminfo: memFree=28014608/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2549812 CPUtime=1601.8 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 651992 0 0 0 159917 263 0 0 20 0 2 0 275680197 2611007488 612661 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 637453 612661 190 433 0 637017 0
[pid=10535/tid=10537] ppid=10533 vsize=2549812 CPUtime=1583.96 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 427012 0 0 0 158140 256 0 0 20 0 2 0 275682009 2611007488 612661 33554432000 4194304 5965102 140736319576112 140446956812280 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 2549812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10589
/proc/meminfo: memFree=27977408/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2549812 CPUtime=1661.79 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 658542 0 0 0 165909 270 0 0 20 0 2 0 275680197 2611007488 619211 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 637453 619211 190 433 0 637017 0
[pid=10535/tid=10537] ppid=10533 vsize=2549812 CPUtime=1643.96 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 433562 0 0 0 164133 263 0 0 20 0 2 0 275682009 2611007488 619211 33554432000 4194304 5965102 140736319576112 140446956812280 4404322 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 2549812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10592
/proc/meminfo: memFree=27945408/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2615348 CPUtime=1721.78 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 664412 0 0 0 171903 275 0 0 20 0 2 0 275680197 2678116352 625081 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 653837 625081 190 433 0 653401 0
[pid=10535/tid=10537] ppid=10533 vsize=2615348 CPUtime=1703.96 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 439432 0 0 0 170127 269 0 0 20 0 2 0 275682009 2678116352 625081 33554432000 4194304 5965102 140736319576112 140446956812088 4393747 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 2615348

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10592
/proc/meminfo: memFree=27908712/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2615348 CPUtime=1781.78 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 670820 0 0 0 177898 280 0 0 20 0 2 0 275680197 2678116352 631489 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 653837 631489 190 433 0 653401 0
[pid=10535/tid=10537] ppid=10533 vsize=2615348 CPUtime=1763.96 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 445840 0 0 0 176121 275 0 0 20 0 2 0 275682009 2678116352 631489 33554432000 4194304 5965102 140736319576112 140446956812280 4401500 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 2615348

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

[startup+1792.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10592
/proc/meminfo: memFree=27901644/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2615348 CPUtime=1792.38 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 672061 0 0 0 178957 281 0 0 20 0 2 0 275680197 2678116352 632730 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 653837 632730 190 433 0 653401 0
[pid=10535/tid=10537] ppid=10533 vsize=2615348 CPUtime=1774.57 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 447081 0 0 0 177181 276 0 0 20 0 2 0 275682009 2678116352 632730 33554432000 4194304 5965102 140736319576112 140446956812280 4401149 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1792.38
Current children cumulated vsize (KiB) 2615348

[startup+1796.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10592
/proc/meminfo: memFree=27899536/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2615348 CPUtime=1795.58 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 672432 0 0 0 179276 282 0 0 20 0 2 0 275680197 2678116352 633101 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 653837 633101 190 433 0 653401 0
[pid=10535/tid=10537] ppid=10533 vsize=2615348 CPUtime=1777.77 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 447452 0 0 0 177501 276 0 0 20 0 2 0 275682009 2678116352 633101 33554432000 4194304 5965102 140736319576112 140446956812280 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 2615348

[startup+1797.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10592
/proc/meminfo: memFree=27898916/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2615348 CPUtime=1797.18 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 672643 0 0 0 179436 282 0 0 20 0 2 0 275680197 2678116352 633312 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 653837 633312 190 433 0 653401 0
[pid=10535/tid=10537] ppid=10533 vsize=2615348 CPUtime=1779.36 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 447663 0 0 0 177658 278 0 0 20 0 2 0 275682009 2678116352 633312 33554432000 4194304 5965102 140736319576112 140446956812088 4401050 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 2615348

[startup+1799.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10592
/proc/meminfo: memFree=27897676/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2615348 CPUtime=1798.77 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 672916 0 0 0 179595 282 0 0 20 0 2 0 275680197 2678116352 633585 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 653837 633585 190 433 0 653401 0
[pid=10535/tid=10537] ppid=10533 vsize=2615348 CPUtime=1780.96 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 447936 0 0 0 177818 278 0 0 20 0 2 0 275682009 2678116352 633585 33554432000 4194304 5965102 140736319576112 140446956812280 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (KiB) 2615348

[startup+1799.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10592
/proc/meminfo: memFree=27896684/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2615348 CPUtime=1799.17 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 672999 0 0 0 179635 282 0 0 20 0 2 0 275680197 2678116352 633668 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 653837 633668 190 433 0 653401 0
[pid=10535/tid=10537] ppid=10533 vsize=2615348 CPUtime=1781.36 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 448019 0 0 0 177858 278 0 0 20 0 2 0 275682009 2678116352 633668 33554432000 4194304 5965102 140736319576112 140446956812280 4401626 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 2615348

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10592
/proc/meminfo: memFree=27896684/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2615348 CPUtime=1799.37 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 673039 0 0 0 179655 282 0 0 20 0 2 0 275680197 2678116352 633708 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 653837 633708 190 433 0 653401 0
[pid=10535/tid=10537] ppid=10533 vsize=2615348 CPUtime=1781.56 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 448059 0 0 0 177878 278 0 0 20 0 2 0 275682009 2678116352 633708 33554432000 4194304 5965102 140736319576112 140446956812280 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 2615348

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10592
/proc/meminfo: memFree=27896684/32873844 swapFree=7108/7108
[pid=10535] ppid=10533 vsize=2615348 CPUtime=1799.47 cores=0,2,4,6
/proc/10535/stat : 10535 (pwbo2.0) S 10533 10535 9022 0 -1 4202496 673056 0 0 0 179665 282 0 0 20 0 2 0 275680197 2678116352 633725 33554432000 4194304 5965102 140736319576112 140736319575632 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10535/statm: 653837 633725 190 433 0 653401 0
[pid=10535/tid=10537] ppid=10533 vsize=2615348 CPUtime=1781.66 cores=0,2,4,6
/proc/10535/task/10537/stat : 10537 (pwbo2.0) R 10533 10535 9022 0 -1 4202560 448076 0 0 0 177888 278 0 0 20 0 2 0 275682009 2678116352 633725 33554432000 4194304 5965102 140736319576112 140446956812280 4401078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 2615348

Child status: 255
Real time (s): 1800.06
CPU time (s): 1799.86
CPU user time (s): 1796.69
CPU system time (s): 3.16352
CPU usage (%): 99.989
Max. virtual memory (cumulated for all children) (KiB): 2615348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.69
system time used= 3.16352
maximum resident set size= 2534912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 673059
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= 386
involuntary context switches= 2088

runsolver used 3.47547 second user time and 9.54455 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 07:11:56
IDJOB=3704356
IDBENCH=89632
IDSOLVER=2280
FILE ID=node103/3704356-1338095510
RUNJOBID= node103-1338087162-9038
PBS_JOBID= 14624435
Free space on /tmp= 71332 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-175.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704356-1338095510/watcher-3704356-1338095510 -o /tmp/evaluation-result-3704356-1338095510/solver-3704356-1338095510 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704356-1338095510.opb

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=445781038

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30921848 kB
Buffers:          292452 kB
Cached:           664848 kB
SwapCached:         4540 kB
Active:           956268 kB
Inactive:         159524 kB
Active(anon):     154572 kB
Inactive(anon):     6220 kB
Active(file):     801696 kB
Inactive(file):   153304 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:            270444 kB
Writeback:             0 kB
AnonPages:        162400 kB
Mapped:            12380 kB
Shmem:                 8 kB
Slab:             695916 kB
SReclaimable:     137348 kB
SUnreclaim:       558568 kB
KernelStack:        1448 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     156160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71284 MiB
End job on node103 at 2012-05-27 07:41:56