Trace number 3694720

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
pb2satCp2 2012-05-19? (problem) 506.771 771.097

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1783.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
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 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

500.32/500.44	terminate called after throwing an instance of 'std::bad_alloc'
500.32/500.44	  what():  std::bad_alloc
506.67/771.09	HOME/runPb2satCp2.sh: line 10:  3801 Aborted                 (core dumped) ./pb2sat $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=0 -useCP2InSearch=0

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-3694720-1338049241/watcher-3694720-1338049241 -o /tmp/evaluation-result-3694720-1338049241/solver-3694720-1338049241 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694720-1338049241.opb 1437623689 HOME HOME 

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: 1.12 1.54 1.81 3/180 3800
/proc/meminfo: memFree=28431580/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0

[startup+0.0879151 s]
/proc/loadavg: 1.12 1.54 1.81 3/180 3800
/proc/meminfo: memFree=28431580/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100183 s]
/proc/loadavg: 1.12 1.54 1.81 3/180 3800
/proc/meminfo: memFree=28431580/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300124 s]
/proc/loadavg: 1.12 1.54 1.81 3/180 3800
/proc/meminfo: memFree=28431580/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700113 s]
/proc/loadavg: 1.12 1.54 1.81 3/180 3800
/proc/meminfo: memFree=28431580/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 1.12 1.54 1.81 3/182 3805
/proc/meminfo: memFree=28403780/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=67600 CPUtime=1.48 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 3729 0 0 0 147 1 0 0 20 0 1 0 271050238 69222400 9820 33554432000 4194304 5873084 140734104821856 140734104819224 4327264 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 16900 9820 145 410 0 16482 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 76748

[startup+3.10014 s]
/proc/loadavg: 1.12 1.54 1.81 3/182 3808
/proc/meminfo: memFree=28377016/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=133136 CPUtime=3.09 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 4293 0 0 0 306 3 0 0 20 0 1 0 271050238 136331264 19550 33554432000 4194304 5873084 140734104821856 140734104818760 4995889 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 33284 19550 145 410 0 32866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142284

[startup+6.30021 s]
/proc/loadavg: 1.19 1.55 1.81 3/182 3811
/proc/meminfo: memFree=28297128/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=264208 CPUtime=6.29 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 4908 0 0 0 623 6 0 0 20 0 1 0 271050238 270548992 39008 33554432000 4194304 5873084 140734104821856 140734104819224 4746282 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 66052 39008 145 410 0 65634 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 273356

[startup+12.7002 s]
/proc/loadavg: 1.25 1.56 1.81 3/182 3814
/proc/meminfo: memFree=28134840/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=526352 CPUtime=12.68 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 5629 0 0 0 1256 12 0 0 20 0 1 0 271050238 538984448 77926 33554432000 4194304 5873084 140734104821856 140734104819224 4664136 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 131588 77926 145 410 0 131170 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 535500

[startup+25.5002 s]
/proc/loadavg: 1.42 1.58 1.82 3/181 3817
/proc/meminfo: memFree=27805876/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=1050668 CPUtime=25.48 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 6562 0 0 0 2525 23 0 0 20 0 1 0 271050238 1075884032 157297 33554432000 4194304 5873084 140734104821856 140734104819224 4394360 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 262667 157297 145 410 0 262249 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1059816

[startup+51.1003 s]
/proc/loadavg: 1.62 1.61 1.82 3/181 3817
/proc/meminfo: memFree=27106380/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=2099336 CPUtime=51.08 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 7952 0 0 0 5059 49 0 0 20 0 1 0 271050238 2149720064 333448 33554432000 4194304 5873084 140734104821856 140734104818808 4327037 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 524834 333448 145 410 0 524416 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2108484

[startup+102.306 s]
/proc/loadavg: 1.83 1.67 1.83 3/181 3818
/proc/meminfo: memFree=25672320/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=4196664 CPUtime=102.27 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 10220 0 0 0 10127 100 0 0 20 0 1 0 271050238 4297383936 686260 33554432000 4194304 5873084 140734104821856 140734104819224 4665016 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 1049166 686260 145 410 0 1048748 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4205812

[startup+162.3 s]
/proc/loadavg: 1.94 1.73 1.83 3/181 3818
/proc/meminfo: memFree=24043628/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=8391176 CPUtime=162.26 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 13630 0 0 0 16041 185 0 0 20 0 1 0 271050238 8592564224 1095400 33554432000 4194304 5873084 140734104821856 140734104819224 4327113 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 2097794 1095400 145 410 0 2097376 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 8400324

[startup+222.3 s]
/proc/loadavg: 1.97 1.77 1.84 3/181 3818
/proc/meminfo: memFree=22350340/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=8391388 CPUtime=222.25 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 14500 0 0 0 22017 208 0 0 20 0 1 0 271050238 8592781312 1513757 33554432000 4194304 5873084 140734104821856 140734104819224 4664150 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 2097847 1513757 145 410 0 2097429 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 8400536

[startup+282.3 s]
/proc/loadavg: 1.99 1.81 1.84 3/181 3818
/proc/meminfo: memFree=20667676/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=8391600 CPUtime=282.24 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 15381 0 0 0 27989 235 0 0 20 0 1 0 271050238 8592998400 1937746 33554432000 4194304 5873084 140734104821856 140734104819224 4746090 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 2097900 1937746 145 410 0 2097482 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 8400748

[startup+342.3 s]
/proc/loadavg: 1.99 1.84 1.85 3/181 3818
/proc/meminfo: memFree=19778428/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=8653764 CPUtime=342.24 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 173579 0 0 0 33960 264 0 0 20 0 1 0 271050238 8861454336 2155657 33554432000 4194304 5873084 140734104821856 140734104814280 4995879 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 2163441 2155657 203 410 0 2163023 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 8662912

[startup+402.3 s]
/proc/loadavg: 1.99 1.87 1.85 3/182 3820
/proc/meminfo: memFree=17540464/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=10881988 CPUtime=402.23 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 2816016 0 0 0 39641 582 0 0 20 0 1 0 271050238 11143155712 2717873 33554432000 4194304 5873084 140734104821856 140734104818376 4995897 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 2720497 2717873 203 410 0 2720079 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 10891136

[startup+462.3 s]
/proc/loadavg: 2.03 1.90 1.87 3/181 3820
/proc/meminfo: memFree=15376400/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=13044676 CPUtime=462.21 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4202496 5131091 0 0 0 45338 883 0 0 20 0 1 0 271050238 13357748224 3253172 33554432000 4194304 5873084 140734104821856 140734104818376 5132999 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 3261169 3253172 203 410 0 3260751 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 13053824

[startup+522.3 s]
/proc/loadavg: 2.75 2.08 1.93 2/182 3821
/proc/meminfo: memFree=9410772/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=502.15 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1213 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 502.15
Current children cumulated vsize (KiB) 14692224

[startup+582.3 s]
/proc/loadavg: 4.34 2.66 2.13 2/183 3824
/proc/meminfo: memFree=4284828/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=503.99 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1397 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 503.99
Current children cumulated vsize (KiB) 14692224

[startup+642.3 s]
/proc/loadavg: 4.71 3.07 2.30 2/182 3824
/proc/meminfo: memFree=942084/32873648 swapFree=6852/6852
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=505.51 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1549 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 505.51
Current children cumulated vsize (KiB) 14692224
heavy processes:
  %CPU=16 pid=3821 uid=0 cmd=

[startup+702.3 s]
/proc/loadavg: 6.07 3.73 2.57 2/182 3825
/proc/meminfo: memFree=197712/32873648 swapFree=6860/6860
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=506.39 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1637 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 506.39
Current children cumulated vsize (KiB) 14692224
heavy processes:
  %CPU=14 pid=3821 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 3801 6 506 18446744073709551615 

[startup+762.3 s]
/proc/loadavg: 5.49 4.00 2.74 2/182 3825
/proc/meminfo: memFree=384956/32873648 swapFree=6860/6860
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=506.39 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1637 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 506.39
Current children cumulated vsize (KiB) 14692224
heavy processes:
  %CPU=11 pid=3821 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 3801 6 506 18446744073709551615 

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

[startup+762.987 s]
/proc/loadavg: 5.49 4.00 2.74 2/182 3825
/proc/meminfo: memFree=385824/32873648 swapFree=6860/6860
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=506.39 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1637 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 506.39
Current children cumulated vsize (KiB) 14692224

[startup+766.1 s]
/proc/loadavg: 5.45 4.01 2.75 2/182 3825
/proc/meminfo: memFree=385332/32873648 swapFree=6860/6860
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=506.39 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1637 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 506.39
Current children cumulated vsize (KiB) 14692224

[startup+769.3 s]
/proc/loadavg: 5.45 4.01 2.75 2/182 3825
/proc/meminfo: memFree=386756/32873648 swapFree=6860/6860
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=506.39 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1637 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 506.39
Current children cumulated vsize (KiB) 14692224

[startup+770.1 s]
/proc/loadavg: 5.45 4.01 2.75 2/182 3825
/proc/meminfo: memFree=386756/32873648 swapFree=6860/6860
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=506.39 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1637 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 506.39
Current children cumulated vsize (KiB) 14692224

[startup+770.5 s]
/proc/loadavg: 5.34 4.01 2.76 2/182 3825
/proc/meminfo: memFree=389180/32873648 swapFree=6860/6860
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=14683076 CPUtime=506.39 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) S 3800 3800 1296 0 -1 4204032 6347803 0 0 0 49002 1637 0 0 20 0 1 0 271050238 15035469824 3654012 33554432000 4194304 5873084 140734104821856 140734104818728 5183237 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 3670769 3654012 214 410 0 3670351 0
Current children cumulated CPU time (s) 506.39
Current children cumulated vsize (KiB) 14692224

[startup+770.9 s]
/proc/loadavg: 5.34 4.01 2.76 2/182 3825
/proc/meminfo: memFree=389180/32873648 swapFree=6860/6860
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=0 CPUtime=506.57 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4204036 6347803 0 0 0 49002 1655 0 0 20 0 1 0 271050238 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 506.57
Current children cumulated vsize (KiB) 9148

[startup+771 s]
/proc/loadavg: 5.34 4.01 2.76 2/182 3825
/proc/meminfo: memFree=389180/32873648 swapFree=6860/6860
[pid=3800] ppid=3798 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (runPb2satCp2.sh) S 3798 3800 1296 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271050237 9367552 275 33554432000 4194304 5064252 140735932496432 140735932495344 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3800/statm: 2287 275 233 213 0 72 0
[pid=3801] ppid=3800 vsize=0 CPUtime=506.67 cores=1,3,5,7
/proc/3801/stat : 3801 (pb2sat) R 3800 3800 1296 0 -1 4204036 6347803 0 0 0 49002 1665 0 0 20 0 1 0 271050238 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3801/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 506.67
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 771.097
CPU time (s): 506.771
CPU user time (s): 490.022
CPU system time (s): 16.7495
CPU usage (%): 65.7208
Max. virtual memory (cumulated for all children) (KiB): 14692224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 490.022
system time used= 16.7495
maximum resident set size= 14616048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6348178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1796370
involuntary context switches= 574

runsolver used 1.15482 second user time and 3.12552 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-26 18:20:42
IDJOB=3694720
IDBENCH=1845
IDSOLVER=2273
FILE ID=node116/3694720-1338049241
RUNJOBID= node116-1338049240-3764
PBS_JOBID= 14624355
Free space on /tmp= 71544 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694720-1338049241/watcher-3694720-1338049241 -o /tmp/evaluation-result-3694720-1338049241/solver-3694720-1338049241 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694720-1338049241.opb 1437623689 HOME HOME

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=1437623689

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.556
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.556
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:        28432224 kB
Buffers:          255660 kB
Cached:          3391876 kB
SwapCached:            0 kB
Active:           748964 kB
Inactive:        2921636 kB
Active(anon):      25640 kB
Inactive(anon):        0 kB
Active(file):     723324 kB
Inactive(file):  2921636 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             55660 kB
Writeback:             0 kB
AnonPages:         32400 kB
Mapped:            14404 kB
Shmem:               200 kB
Slab:             634284 kB
SReclaimable:      78276 kB
SUnreclaim:       556008 kB
KernelStack:        1480 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     139996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 64420 MiB
End job on node116 at 2012-05-26 18:33:33