Trace number 3694379

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? (TO) 1800.07 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__64.opb
MD5SUMcc5cebabc199f10f08063890a2dc59f2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark95378
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint64
Maximum length of a constraint1345
Number of terms in the objective function 96000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 3283863936
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 3283863936
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.67/1.71	c model valid
1.67/1.71	c current solution ok
4.67/4.78	o 113351
4.67/4.78	c fallback to adder encoding
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3694379-1338093013/watcher-3694379-1338093013 -o /tmp/evaluation-result-3694379-1338093013/solver-3694379-1338093013 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694379-1338093013.opb 1668425657 HOME HOME 

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.14 2.09 2.02 3/180 21965
/proc/meminfo: memFree=26056996/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0

[startup+0.051389 s]
/proc/loadavg: 2.14 2.09 2.02 3/180 21965
/proc/meminfo: memFree=26056996/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100178 s]
/proc/loadavg: 2.14 2.09 2.02 3/180 21965
/proc/meminfo: memFree=26056996/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300151 s]
/proc/loadavg: 2.14 2.09 2.02 3/180 21965
/proc/meminfo: memFree=26056996/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700159 s]
/proc/loadavg: 2.14 2.09 2.02 3/180 21965
/proc/meminfo: memFree=26056996/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.14 2.09 2.02 3/184 21969
/proc/meminfo: memFree=25893564/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=94332 CPUtime=0.82 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 10745 0 0 0 75 7 0 0 20 0 1 0 275426705 96595968 15788 33554432000 4194304 5873084 140736046575952 140736046572376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21966/statm: 23583 15788 164 410 0 23165 0
[pid=21968] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21968/stat : 21968 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275426788 9367552 267 33554432000 4194304 5064252 140734695464992 140734695463904 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21968/statm: 2287 267 226 213 0 72 0
[pid=21969] ppid=21968 vsize=198140 CPUtime=0.65 cores=0,2,4,6
/proc/21969/stat : 21969 (glucose_static) R 21968 21965 18002 0 -1 4202496 34486 0 0 0 58 7 0 0 20 0 1 0 275426788 202895360 41005 33554432000 4194304 4896791 140734073314384 140734072263272 4423776 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21969/statm: 49535 41005 79 172 0 49361 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 310768

[startup+3.10014 s]
/proc/loadavg: 2.14 2.09 2.02 3/182 21969
/proc/meminfo: memFree=25936064/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=106244 CPUtime=3.08 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) R 21965 21965 18002 0 -1 4202496 12801 35092 0 0 116 122 62 8 20 0 1 0 275426705 108793856 18774 33554432000 4194304 5873084 140736046575952 140736046571384 5127520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21966/statm: 26561 18774 172 410 0 26143 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 115392

[startup+6.30019 s]
/proc/loadavg: 2.20 2.10 2.03 3/182 21970
/proc/meminfo: memFree=25807756/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=306572 CPUtime=6.27 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) R 21965 21965 18002 0 -1 4202496 33360 35606 0 0 288 263 62 14 20 0 1 0 275426705 313929728 59353 33554432000 4194304 5873084 140736046575952 140736046570344 4420289 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21966/statm: 76643 59353 179 410 0 76225 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 315720

[startup+12.7003 s]
/proc/loadavg: 2.27 2.12 2.03 3/182 21970
/proc/meminfo: memFree=25320456/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1224076 CPUtime=12.67 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) R 21965 21965 18002 0 -1 4202496 35567 35606 0 0 908 283 62 14 20 0 1 0 275426705 1253453824 175065 33554432000 4194304 5873084 140736046575952 140736046570728 4391052 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21966/statm: 306019 175065 179 410 0 305601 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1233224

[startup+25.5002 s]
/proc/loadavg: 2.29 2.13 2.04 3/184 21972
/proc/meminfo: memFree=22995548/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1900024 CPUtime=10.24 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 207483 0 0 0 952 72 0 0 20 0 1 0 275428230 1945624576 385603 33554432000 4194304 4896791 140735966295264 140735966292920 4223805 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 475006 385603 78 172 0 474832 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 3097424

[startup+51.1003 s]
/proc/loadavg: 2.19 2.12 2.03 3/183 21972
/proc/meminfo: memFree=23004124/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1910512 CPUtime=35.84 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 210304 0 0 0 3511 73 0 0 20 0 1 0 275428230 1956364288 388935 33554432000 4194304 4896791 140735966295264 140735966292472 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 477628 388935 78 172 0 477454 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 3107912

[startup+102.307 s]
/proc/loadavg: 2.08 2.10 2.03 3/183 21972
/proc/meminfo: memFree=22990464/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1921572 CPUtime=87.04 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 213278 0 0 0 8631 73 0 0 20 0 1 0 275428230 1967689728 392420 33554432000 4194304 4896791 140735966295264 140735966292472 4203749 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 480393 392420 78 172 0 480219 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 3118972

[startup+162.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/183 21972
/proc/meminfo: memFree=22964876/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1934924 CPUtime=147.02 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 219878 0 0 0 14627 75 0 0 20 0 1 0 275428230 1981362176 398114 33554432000 4194304 4896791 140735966295264 140735966292408 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 483731 398114 78 172 0 483557 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 3132324

[startup+222.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/183 21972
/proc/meminfo: memFree=22948660/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/21972/statm: 492849 409152 78 172 0 492675 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 3168796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22027
/proc/meminfo: memFree=25783628/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1971528 CPUtime=1406.84 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 241238 0 0 0 140605 79 0 0 20 0 1 0 275428230 2018844672 409165 33554432000 4194304 4896791 140735966295264 140735966292472 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 492882 409165 78 172 0 492708 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 3168928

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22027
/proc/meminfo: memFree=25774948/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1971528 CPUtime=1466.82 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 241266 0 0 0 146603 79 0 0 20 0 1 0 275428230 2018844672 409193 33554432000 4194304 4896791 140735966295264 140735966292472 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 492882 409193 78 172 0 492708 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 3168928

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 22028
/proc/meminfo: memFree=25759896/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1971660 CPUtime=1526.81 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 241298 0 0 0 152602 79 0 0 20 0 1 0 275428230 2018979840 409217 33554432000 4194304 4896791 140735966295264 140735966292472 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 492915 409217 78 172 0 492741 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 3169060

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 22028
/proc/meminfo: memFree=25776032/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1971792 CPUtime=1586.8 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 241327 0 0 0 158601 79 0 0 20 0 1 0 275428230 2019115008 409245 33554432000 4194304 4896791 140735966295264 140735966292472 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 492948 409245 78 172 0 492774 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 3169192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22028
/proc/meminfo: memFree=25762912/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1971924 CPUtime=1646.79 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 241383 0 0 0 164600 79 0 0 20 0 1 0 275428230 2019250176 409295 33554432000 4194304 4896791 140735966295264 140735966292472 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 492981 409295 78 172 0 492807 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 3169324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22028
/proc/meminfo: memFree=25770832/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1972056 CPUtime=1706.78 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 241417 0 0 0 170599 79 0 0 20 0 1 0 275428230 2019385344 409840 33554432000 4194304 4896791 140735966295264 140735966292472 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 493014 409840 78 172 0 492840 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 3169456

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22028
/proc/meminfo: memFree=25761432/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1972188 CPUtime=1766.77 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 241429 0 0 0 176598 79 0 0 20 0 1 0 275428230 2019520512 409848 33554432000 4194304 4896791 140735966295264 140735966292472 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 493047 409848 78 172 0 492873 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 3169588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22031
/proc/meminfo: memFree=25756552/32873648 swapFree=6864/6864
[pid=21965] ppid=21963 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21965/stat : 21965 (runPb2satCp2.sh) S 21963 21965 18002 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275426705 9367552 275 33554432000 4194304 5064252 140735233037840 140735233036752 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21965/statm: 2287 275 233 213 0 72 0
[pid=21966] ppid=21965 vsize=1179104 CPUtime=15.19 cores=0,2,4,6
/proc/21966/stat : 21966 (pb2sat) S 21965 21965 18002 0 -1 4202496 36738 35606 0 0 1059 384 62 14 20 0 1 0 275426705 1207402496 190446 33554432000 4194304 5873084 140736046575952 140736046569768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 2 0 0
/proc/21966/statm: 294776 190446 179 410 0 294358 0
[pid=21971] ppid=21966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21971/stat : 21971 (satsolver.sh) S 21966 21965 18002 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275428229 9367552 266 33554432000 4194304 5064252 140735569572560 140735569571472 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21971/statm: 2287 266 226 213 0 72 0
[pid=21972] ppid=21971 vsize=1972428 CPUtime=1784.88 cores=0,2,4,6
/proc/21972/stat : 21972 (glucose_static) R 21971 21965 18002 0 -1 4202496 241436 0 0 0 178408 80 0 0 20 0 1 0 275428230 2019766272 409855 33554432000 4194304 4896791 140735966295264 140735966292808 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21972/statm: 493107 409855 78 172 0 492933 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3169828

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21965 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=217294
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=4391
# CPU time returned by wait4() is 15.2217
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.07
CPU user time (s): 1795.29
CPU system time (s): 4.78
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 3650208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2173
system time used= 4.00439
maximum resident set size= 1422376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73320
page faults= 0
swaps= 0
block input operations= 24
block output operations= 1535936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 35

runsolver used 4.07138 second user time and 10.7234 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 06:30:13
IDJOB=3694379
IDBENCH=71876
IDSOLVER=2273
FILE ID=node125/3694379-1338093013
RUNJOBID= node125-1338089726-18018
PBS_JOBID= 14624468
Free space on /tmp= 70376 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__64.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694379-1338093013/watcher-3694379-1338093013 -o /tmp/evaluation-result-3694379-1338093013/solver-3694379-1338093013 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694379-1338093013.opb 1668425657 HOME HOME

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

MD5SUM BENCH= cc5cebabc199f10f08063890a2dc59f2
RANDOM SEED=1668425657

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        26057632 kB
Buffers:          320692 kB
Cached:          3293652 kB
SwapCached:         2336 kB
Active:          4501424 kB
Inactive:        1457048 kB
Active(anon):    2336432 kB
Inactive(anon):     9524 kB
Active(file):    2164992 kB
Inactive(file):  1447524 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102552 kB
Dirty:             12504 kB
Writeback:             0 kB
AnonPages:       2350256 kB
Mapped:            15276 kB
Shmem:               104 kB
Slab:             713104 kB
SReclaimable:     156976 kB
SUnreclaim:       556128 kB
KernelStack:        1496 kB
PageTables:         8516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3253448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1507328 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= 70456 MiB
End job on node125 at 2012-05-27 07:00:13