Trace number 3703735

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
pwbo 2.0UNSAT 604.61 303.033

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUM1d7dd5c267917b6fb58d303c57bfa918
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.99509
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
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 constraints8
Minimum length of a constraint1
Maximum length of a constraint30
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 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
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-3703735-1338093810.opb.
0.00/0.00	c Instance file HOME/instance-3703735-1338093810.opb
0.00/0.00	c File size is 2084 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 2424
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:      31                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 8                                                   |
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 ===============================================================================
604.61/303.02	c ===============================================================================
604.61/303.02	c Wall Clock Time: 303.02 s
604.61/303.02	s UNSATISFIABLE

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-3703735-1338093810/watcher-3703735-1338093810 -o /tmp/evaluation-result-3703735-1338093810/solver-3703735-1338093810 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703735-1338093810.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: 3.99 3.97 3.92 3/178 21514
/proc/meminfo: memFree=31026576/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=162228 CPUtime=0 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 801 0 0 0 0 0 0 0 20 0 3 0 275506656 166121472 752 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 40557 752 193 433 0 40121 0
[pid=21514/tid=21515] ppid=21512 vsize=162228 CPUtime=0 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 3 0 275506656 166121472 753 33554432000 4194304 5965102 140733332246416 139867486415832 5137146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=162228 CPUtime=0 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 3 0 275506656 166121472 753 33554432000 4194304 5965102 140733332246416 139867475925920 4222317 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0

[startup+0.0327801 s]
/proc/loadavg: 3.99 3.97 3.92 3/178 21514
/proc/meminfo: memFree=31026576/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=162228 CPUtime=0.05 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 1018 0 0 0 5 0 0 0 20 0 3 0 275506656 166121472 969 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 40557 969 195 433 0 40121 0
[pid=21514/tid=21515] ppid=21512 vsize=162228 CPUtime=0.01 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 159 0 0 0 1 0 0 0 20 0 3 0 275506656 166121472 969 33554432000 4194304 5965102 140733332246416 139867486414832 4404704 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=162228 CPUtime=0.01 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 122 0 0 0 1 0 0 0 20 0 3 0 275506656 166121472 969 33554432000 4194304 5965102 140733332246416 139867475925296 4404767 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 162228

[startup+0.100272 s]
/proc/loadavg: 3.99 3.97 3.92 3/178 21514
/proc/meminfo: memFree=31026576/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=162228 CPUtime=0.18 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 1322 0 0 0 18 0 0 0 20 0 3 0 275506656 166121472 1273 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 40557 1274 195 433 0 40121 0
[pid=21514/tid=21515] ppid=21512 vsize=162228 CPUtime=0.08 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 337 0 0 0 8 0 0 0 20 0 3 0 275506656 166121472 1274 33554432000 4194304 5965102 140733332246416 139867486414832 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=162228 CPUtime=0.08 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 249 0 0 0 8 0 0 0 20 0 3 0 275506656 166121472 1274 33554432000 4194304 5965102 140733332246416 139867475925296 4401046 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 162228

[startup+0.300232 s]
/proc/loadavg: 3.99 3.97 3.92 3/178 21514
/proc/meminfo: memFree=31026576/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=162228 CPUtime=0.57 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 1708 0 0 0 57 0 0 0 20 0 3 0 275506656 166121472 1659 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 40557 1659 195 433 0 40121 0
[pid=21514/tid=21515] ppid=21512 vsize=162228 CPUtime=0.27 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 616 0 0 0 27 0 0 0 20 0 3 0 275506656 166121472 1659 33554432000 4194304 5965102 140733332246416 139867486414832 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=162228 CPUtime=0.27 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 355 0 0 0 27 0 0 0 20 0 3 0 275506656 166121472 1659 33554432000 4194304 5965102 140733332246416 139867475925296 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 162228

[startup+0.700238 s]
/proc/loadavg: 3.99 3.97 3.92 3/178 21514
/proc/meminfo: memFree=31026576/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=162516 CPUtime=1.36 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 2334 0 0 0 136 0 0 0 20 0 3 0 275506656 166416384 2285 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 40629 2285 195 433 0 40193 0
[pid=21514/tid=21515] ppid=21512 vsize=162516 CPUtime=0.67 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 1121 0 0 0 67 0 0 0 20 0 3 0 275506656 166416384 2285 33554432000 4194304 5965102 140733332246416 139867486414832 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=162516 CPUtime=0.67 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 476 0 0 0 67 0 0 0 20 0 3 0 275506656 166416384 2285 33554432000 4194304 5965102 140733332246416 139867475925296 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 162516

[startup+1.50025 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 21517
/proc/meminfo: memFree=31016756/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=163596 CPUtime=2.94 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 3082 0 0 0 294 0 0 0 20 0 3 0 275506656 167522304 3033 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 40899 3033 195 433 0 40463 0
[pid=21514/tid=21515] ppid=21512 vsize=163596 CPUtime=1.47 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 1633 0 0 0 147 0 0 0 20 0 3 0 275506656 167522304 3033 33554432000 4194304 5965102 140733332246416 139867486414832 4400966 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=163596 CPUtime=1.45 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 712 0 0 0 145 0 0 0 20 0 3 0 275506656 167522304 3033 33554432000 4194304 5965102 140733332246416 139867475925296 4401009 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 163596

[startup+3.10033 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 21517
/proc/meminfo: memFree=31011548/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=165180 CPUtime=6.12 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 4321 0 0 0 611 1 0 0 20 0 3 0 275506656 169144320 4272 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 41295 4272 195 433 0 40859 0
[pid=21514/tid=21515] ppid=21512 vsize=165180 CPUtime=3.06 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 2561 0 0 0 305 1 0 0 20 0 3 0 275506656 169144320 4272 33554432000 4194304 5965102 140733332246416 139867486414832 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=165180 CPUtime=3.03 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 1023 0 0 0 303 0 0 0 20 0 3 0 275506656 169144320 4272 33554432000 4194304 5965102 140733332246416 139867475925296 4401009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 165180

[startup+6.30034 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 21517
/proc/meminfo: memFree=31000768/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=168172 CPUtime=12.48 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 6010 0 0 0 1245 3 0 0 20 0 3 0 275506656 172208128 5961 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 42043 5962 195 433 0 41607 0
[pid=21514/tid=21515] ppid=21512 vsize=168172 CPUtime=6.25 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 3837 0 0 0 623 2 0 0 20 0 3 0 275506656 172208128 5962 33554432000 4194304 5965102 140733332246416 139867486414360 4401578 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=168172 CPUtime=6.19 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 1437 0 0 0 619 0 0 0 20 0 3 0 275506656 172208128 5962 33554432000 4194304 5965102 140733332246416 139867475925296 4404738 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 168172

[startup+12.7003 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 21517
/proc/meminfo: memFree=30986616/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=172156 CPUtime=25.24 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 8268 0 0 0 2519 5 0 0 20 0 3 0 275506656 176287744 8219 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 43039 8219 195 433 0 42603 0
[pid=21514/tid=21515] ppid=21512 vsize=172156 CPUtime=12.63 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 5690 0 0 0 1260 3 0 0 20 0 3 0 275506656 176287744 8219 33554432000 4194304 5965102 140733332246416 139867486414856 4404757 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=172156 CPUtime=12.52 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 1841 0 0 0 1251 1 0 0 20 0 3 0 275506656 176287744 8219 33554432000 4194304 5965102 140733332246416 139867475925296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 172156

[startup+25.5003 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 21517
/proc/meminfo: memFree=30961932/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=177564 CPUtime=50.75 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 11666 0 0 0 5068 7 0 0 20 0 3 0 275506656 181825536 11613 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 44391 11613 195 433 0 43955 0
[pid=21514/tid=21515] ppid=21512 vsize=177564 CPUtime=25.4 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 8555 0 0 0 2535 5 0 0 20 0 3 0 275506656 181825536 11613 33554432000 4194304 5965102 140733332246416 139867486414360 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=177564 CPUtime=25.2 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 2374 0 0 0 2519 1 0 0 20 0 3 0 275506656 181825536 11613 33554432000 4194304 5965102 140733332246416 139867475925296 4401058 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 177564

[startup+51.1004 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 21517
/proc/meminfo: memFree=30914220/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=188144 CPUtime=101.8 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 16935 0 0 0 10170 10 0 0 20 0 3 0 275506656 192659456 16882 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 47036 16882 195 433 0 46600 0
[pid=21514/tid=21515] ppid=21512 vsize=188144 CPUtime=50.93 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 13398 0 0 0 5085 8 0 0 20 0 3 0 275506656 192659456 16882 33554432000 4194304 5965102 140733332246416 139867486414832 4401026 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=188144 CPUtime=50.6 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 2800 0 0 0 5059 1 0 0 20 0 3 0 275506656 192659456 16882 33554432000 4194304 5965102 140733332246416 139867475925296 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 188144

[startup+102.306 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 21517
/proc/meminfo: memFree=30878756/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=198396 CPUtime=203.98 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 24225 0 0 0 20383 15 0 0 20 0 3 0 275506656 203157504 24172 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 49599 24172 195 433 0 49163 0
[pid=21514/tid=21515] ppid=21512 vsize=198396 CPUtime=102.01 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 19676 0 0 0 10189 12 0 0 20 0 3 0 275506656 203157504 24172 33554432000 4194304 5965102 140733332246416 139867486414440 4401009 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=198396 CPUtime=101.45 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 3812 0 0 0 10141 4 0 0 20 0 3 0 275506656 203157504 24172 33554432000 4194304 5965102 140733332246416 139867475924824 4380288 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 198396

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 21517
/proc/meminfo: memFree=30821068/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=275024 CPUtime=323.72 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 31110 0 0 0 32354 18 0 0 20 0 3 0 275506656 281624576 31056 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 68756 31056 195 433 0 68320 0
[pid=21514/tid=21515] ppid=21512 vsize=275024 CPUtime=161.85 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 26445 0 0 0 16169 16 0 0 20 0 3 0 275506656 281624576 31056 33554432000 4194304 5965102 140733332246416 139867486414360 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=275024 CPUtime=161.07 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 3928 0 0 0 16102 5 0 0 20 0 3 0 275506656 281624576 31056 33554432000 4194304 5965102 140733332246416 139867475924824 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 323.72
Current children cumulated vsize (KiB) 275024

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 21517
/proc/meminfo: memFree=30800104/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=281912 CPUtime=443.54 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 36924 0 0 0 44332 22 0 0 20 0 3 0 275506656 288677888 36871 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 70478 36871 195 433 0 70042 0
[pid=21514/tid=21515] ppid=21512 vsize=281912 CPUtime=221.69 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 31694 0 0 0 22149 20 0 0 20 0 3 0 275506656 288677888 36871 33554432000 4194304 5965102 140733332246416 139867486414888 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=281912 CPUtime=220.74 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 4493 0 0 0 22067 7 0 0 20 0 3 0 275506656 288677888 36871 33554432000 4194304 5965102 140733332246416 139867475925408 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 443.54
Current children cumulated vsize (KiB) 281912

[startup+282.3 s]
/proc/loadavg: 4.06 3.99 3.93 5/180 21517
/proc/meminfo: memFree=30780796/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=292148 CPUtime=563.29 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 42188 0 0 0 56304 25 0 0 20 0 3 0 275506656 299159552 42264 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 73037 42264 195 433 0 72601 0
[pid=21514/tid=21515] ppid=21512 vsize=292148 CPUtime=281.49 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 36823 0 0 0 28125 24 0 0 20 0 3 0 275506656 299159552 42264 33554432000 4194304 5965102 140733332246416 139867486414856 4401578 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=292148 CPUtime=280.4 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 4628 0 0 0 28032 8 0 0 20 0 3 0 275506656 299159552 42264 33554432000 4194304 5965102 140733332246416 139867475925408 4401009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 563.29
Current children cumulated vsize (KiB) 292148

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

[startup+294.3 s]
/proc/loadavg: 4.05 3.99 3.93 5/181 21518
/proc/meminfo: memFree=30771480/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=293764 CPUtime=587.23 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 43452 0 0 0 58698 25 0 0 20 0 3 0 275506656 300814336 44042 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 73441 44042 195 433 0 73005 0
[pid=21514/tid=21515] ppid=21512 vsize=293764 CPUtime=293.46 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 38051 0 0 0 29322 24 0 0 20 0 3 0 275506656 300814336 44042 33554432000 4194304 5965102 140733332246416 139867486414360 4401824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=293764 CPUtime=292.32 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 4664 0 0 0 29224 8 0 0 20 0 3 0 275506656 300814336 44042 33554432000 4194304 5965102 140733332246416 139867475925408 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 587.23
Current children cumulated vsize (KiB) 293764

[startup+297.5 s]
/proc/loadavg: 4.05 3.99 3.93 5/181 21518
/proc/meminfo: memFree=30765584/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=293764 CPUtime=593.62 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 43643 0 0 0 59337 25 0 0 20 0 3 0 275506656 300814336 45506 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 73441 45506 195 433 0 73005 0
[pid=21514/tid=21515] ppid=21512 vsize=293764 CPUtime=296.65 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 38237 0 0 0 29640 25 0 0 20 0 3 0 275506656 300814336 45506 33554432000 4194304 5965102 140733332246416 139867486414360 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=293764 CPUtime=295.5 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 4669 0 0 0 29542 8 0 0 20 0 3 0 275506656 300814336 45506 33554432000 4194304 5965102 140733332246416 139867475925408 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 593.62
Current children cumulated vsize (KiB) 293764

[startup+300.7 s]
/proc/loadavg: 4.04 3.99 3.93 5/181 21518
/proc/meminfo: memFree=30764964/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=293764 CPUtime=600.01 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 43785 0 0 0 59976 25 0 0 20 0 3 0 275506656 300814336 45648 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 73441 45648 195 433 0 73005 0
[pid=21514/tid=21515] ppid=21512 vsize=293764 CPUtime=299.84 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 38377 0 0 0 29959 25 0 0 20 0 3 0 275506656 300814336 45648 33554432000 4194304 5965102 140733332246416 139867486414856 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=293764 CPUtime=298.69 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 4671 0 0 0 29861 8 0 0 20 0 3 0 275506656 300814336 45648 33554432000 4194304 5965102 140733332246416 139867475925408 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 600.01
Current children cumulated vsize (KiB) 293764

[startup+302.3 s]
/proc/loadavg: 4.04 3.99 3.93 5/181 21518
/proc/meminfo: memFree=30764716/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=293764 CPUtime=603.22 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 43828 0 0 0 60296 26 0 0 20 0 3 0 275506656 300814336 45691 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 73441 45692 195 433 0 73005 0
[pid=21514/tid=21515] ppid=21512 vsize=293764 CPUtime=301.44 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 38421 0 0 0 30119 25 0 0 20 0 3 0 275506656 300814336 45692 33554432000 4194304 5965102 140733332246416 139867486414856 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=293764 CPUtime=300.28 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) S 21512 21514 19605 0 -1 4202560 4671 0 0 0 30020 8 0 0 20 0 3 0 275506656 300814336 45693 33554432000 4194304 5965102 140733332246416 139867475925296 4571092 0 0 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 603.22
Current children cumulated vsize (KiB) 293764

[startup+302.7 s]
/proc/loadavg: 4.04 3.99 3.93 5/181 21518
/proc/meminfo: memFree=30764344/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=293764 CPUtime=604.01 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 43918 0 0 0 60375 26 0 0 20 0 3 0 275506656 300814336 45781 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 73441 45781 195 433 0 73005 0
[pid=21514/tid=21515] ppid=21512 vsize=293764 CPUtime=301.84 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 38510 0 0 0 30159 25 0 0 20 0 3 0 275506656 300814336 45781 33554432000 4194304 5965102 140733332246416 139867486414856 4401046 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=293764 CPUtime=300.67 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 4671 0 0 0 30059 8 0 0 20 0 3 0 275506656 300814336 45781 33554432000 4194304 5965102 140733332246416 139867475925296 4401050 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 604.01
Current children cumulated vsize (KiB) 293764

[startup+302.9 s]
/proc/loadavg: 4.04 3.99 3.93 5/181 21518
/proc/meminfo: memFree=30764344/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=293764 CPUtime=604.41 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 43919 0 0 0 60415 26 0 0 20 0 3 0 275506656 300814336 45782 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 73441 45782 195 433 0 73005 0
[pid=21514/tid=21515] ppid=21512 vsize=293764 CPUtime=302.04 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 38510 0 0 0 30179 25 0 0 20 0 3 0 275506656 300814336 45782 33554432000 4194304 5965102 140733332246416 139867486414856 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=293764 CPUtime=300.87 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 4672 0 0 0 30079 8 0 0 20 0 3 0 275506656 300814336 45782 33554432000 4194304 5965102 140733332246416 139867475925296 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 604.41
Current children cumulated vsize (KiB) 293764

[startup+303 s]
/proc/loadavg: 4.04 3.99 3.93 5/181 21518
/proc/meminfo: memFree=30764344/32873844 swapFree=7112/7112
[pid=21514] ppid=21512 vsize=293764 CPUtime=604.61 cores=0,2,4,6
/proc/21514/stat : 21514 (pwbo2.0) S 21512 21514 19605 0 -1 4202496 43919 0 0 0 60435 26 0 0 20 0 3 0 275506656 300814336 45782 33554432000 4194304 5965102 140733332246416 140733332245936 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21514/statm: 73441 45782 195 433 0 73005 0
[pid=21514/tid=21515] ppid=21512 vsize=293764 CPUtime=302.14 cores=0,2,4,6
/proc/21514/task/21515/stat : 21515 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 38510 0 0 0 30189 25 0 0 20 0 3 0 275506656 300814336 45782 33554432000 4194304 5965102 140733332246416 139867486414856 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21514/tid=21516] ppid=21512 vsize=293764 CPUtime=300.97 cores=0,2,4,6
/proc/21514/task/21516/stat : 21516 (pwbo2.0) R 21512 21514 19605 0 -1 4202560 4672 0 0 0 30089 8 0 0 20 0 3 0 275506656 300814336 45782 33554432000 4194304 5965102 140733332246416 139867475925296 4401041 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 604.61
Current children cumulated vsize (KiB) 293764

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21514 and gives
#  childrusage.ru_utime.tv_sec=602
#  childrusage.ru_utime.tv_usec=838354
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=357945
# CPU time returned by wait4() is 603.196
# while last known CPU time is 604.61
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 303.033
CPU time (s): 604.61
CPU user time (s): 604.35
CPU system time (s): 0.26
CPU usage (%): 199.52
Max. virtual memory (cumulated for all children) (KiB): 293764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 602.838
system time used= 0.357945
maximum resident set size= 183148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43924
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= 486
involuntary context switches= 675

runsolver used 0.450931 second user time and 1.21281 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 06:43:30
IDJOB=3703735
IDBENCH=2901
IDSOLVER=2279
FILE ID=node119/3703735-1338093810
RUNJOBID= node119-1338085105-19621
PBS_JOBID= 14624426
Free space on /tmp= 71608 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703735-1338093810/watcher-3703735-1338093810 -o /tmp/evaluation-result-3703735-1338093810/solver-3703735-1338093810 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703735-1338093810.opb

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=1126453029

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:        31026576 kB
Buffers:          256448 kB
Cached:           267100 kB
SwapCached:         1776 kB
Active:           991976 kB
Inactive:          58052 kB
Active(anon):     526648 kB
Inactive(anon):     1972 kB
Active(file):     465328 kB
Inactive(file):    56080 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:        638884 kB
Mapped:            12596 kB
Shmem:                 8 kB
Slab:             655560 kB
SReclaimable:      97864 kB
SUnreclaim:       557696 kB
KernelStack:        1504 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     187528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 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= 71600 MiB
End job on node119 at 2012-05-27 06:48:33