Trace number 3748308

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
npSolver inc (fixed)? (TO) 1800.06 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__64.opb
MD5SUM5aed6138edeb8c25258479e857e113ee
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark72709
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19298
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint64
Maximum length of a constraint1089
Number of terms in the objective function 19200
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 692922048
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 692922048
Number of bits of the biggest sum of numbers30
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.26	c run inc solver
0.00/0.26	c [INC SYSTEM] run initial solver
0.00/0.26	c [INC SYSTEM] preprocess with white file
1.77/1.84	c [INC SYSTEM] finished preprocessing in 1 s
1.77/1.84	c [INC SYSTEM] execute solver
1.81/2.05	c [INC SEARCH] formula is SAT
1.81/2.06	c [INC SYSTEM] solved the initial formula
1.81/2.09	c model valid
1.81/2.09	c current solution ok
2.66/2.71	o 116044
2.66/2.71	c execute binary inc search
2.66/2.71	c [INC SEARCH] current bound: 58022
2.66/2.71	c [INC SEARCH] iteration: 0
2.66/2.71	c [INC SEARCH] lower bound: 0 upperbound 116044 current bound: 58022 best value:116044
2.66/2.71	c [INC SYSTEM] there exists a inc, kill it!
2.66/2.71	c write failed with 2
2.66/2.72	c [INC SYSTEM] create new solver instance
2.66/2.72	c [INC] encode full formula
2.66/2.72	c fallback to adder encoding
3.96/4.08	c set iterative enc to: adder
3.96/4.08	c set iterative enc to: none
4.16/4.25	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.40	c an unexpexted return value has been received, exit
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.01/1800.40	c write failed with -1

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-3748308-1339218928/watcher-3748308-1339218928 -o /tmp/evaluation-result-3748308-1339218928/solver-3748308-1339218928 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748308-1339218928.opb 1325389795 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: 0.00 0.00 0.00 3/173 23316
/proc/meminfo: memFree=31082212/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0

[startup+0.0607201 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 23316
/proc/meminfo: memFree=31082212/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100321 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 23316
/proc/meminfo: memFree=31082212/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30021 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 23316
/proc/meminfo: memFree=31082212/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700153 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 23316
/proc/meminfo: memFree=31082212/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 0.00 0.00 0.00 4/180 23329
/proc/meminfo: memFree=30895356/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=21900 CPUtime=0.28 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 5089 0 0 0 24 4 0 0 20 0 1 0 388018292 22425600 4811 33554432000 4194304 6004724 140733697896688 140733697891152 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 5475 4811 148 442 0 5029 0
[pid=23323] ppid=23317 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23323/stat : 23323 (cp2_pre.sh) S 23317 23316 23273 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 388018321 9367552 276 33554432000 4194304 5064252 140736220708272 140736220706976 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23323/statm: 2287 276 234 213 0 72 0
[pid=23324] ppid=23323 vsize=140588 CPUtime=1.19 cores=0,2,4,6
/proc/23324/stat : 23324 (coprocessor) R 23323 23316 23273 0 -1 4202496 26706 0 0 0 109 10 0 0 20 0 1 0 388018321 143962112 34143 33554432000 4194304 6586260 140737437147696 140737437143720 5259826 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/23324/statm: 35147 34143 200 584 0 34559 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 180784

[startup+3.10031 s]
/proc/loadavg: 0.00 0.00 0.00 4/179 23331
/proc/meminfo: memFree=30922324/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=76176 CPUtime=3.07 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) R 23316 23316 23273 0 -1 4202496 10418 40084 0 0 76 56 159 16 20 0 1 0 388018292 78004224 16894 33554432000 4194304 6004724 140733697896688 140733697888536 4534749 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 19044 16894 178 442 0 18598 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 85324

[startup+6.30038 s]
/proc/loadavg: 0.16 0.03 0.01 4/179 23336
/proc/meminfo: memFree=30566676/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=330536 CPUtime=2.03 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 51013 0 0 0 189 14 0 0 20 0 1 0 388018717 338468864 69402 33554432000 4194304 5654031 140734961153680 140734961151464 4233033 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 82634 69402 140 357 0 82274 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 383092

[startup+12.7004 s]
/proc/loadavg: 0.31 0.07 0.02 4/179 23336
/proc/meminfo: memFree=30560332/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=330668 CPUtime=8.43 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 51024 0 0 0 829 14 0 0 20 0 1 0 388018717 338604032 69413 33554432000 4194304 5654031 140734961153680 140734961151464 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 82667 69413 140 357 0 82307 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 383224

[startup+25.5004 s]
/proc/loadavg: 0.68 0.16 0.05 4/179 23336
/proc/meminfo: memFree=30553820/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=331196 CPUtime=21.23 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 51166 0 0 0 2109 14 0 0 20 0 1 0 388018717 339144704 69555 33554432000 4194304 5654031 140734961153680 140734961151464 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 82799 69555 140 357 0 82439 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 383752

[startup+51.1004 s]
/proc/loadavg: 1.20 0.32 0.11 4/178 23336
/proc/meminfo: memFree=30617128/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=331328 CPUtime=46.82 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 51189 0 0 0 4668 14 0 0 20 0 1 0 388018717 339279872 69578 33554432000 4194304 5654031 140734961153680 140734961151464 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 82832 69578 140 357 0 82472 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 383884

[startup+102.307 s]
/proc/loadavg: 1.65 0.58 0.20 4/179 23344
/proc/meminfo: memFree=30524828/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=332280 CPUtime=98.01 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 51532 0 0 0 9787 14 0 0 20 0 1 0 388018717 340254720 69913 33554432000 4194304 5654031 140734961153680 140734961151464 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 83070 69913 140 357 0 82710 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 384836

[startup+162.3 s]
/proc/loadavg: 2.04 0.88 0.33 4/179 23349
/proc/meminfo: memFree=30521996/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=338720 CPUtime=157.99 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 52261 0 0 0 15785 14 0 0 20 0 1 0 388018717 346849280 71153 33554432000 4194304 5654031 140734961153680 140734961151448 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 84680 71153 140 357 0 84320 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 391276

[startup+222.3 s]
/proc/loadavg: 2.05 1.10 0.44 4/179 23355
/proc/meminfo: memFree=30526004/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=338720 CPUtime=217.97 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 52386 0 0 0 21783 14 0 0 20 0 1 0 388018717 346849280 71824 33554432000 4194304 5654031 140734961153680 140734961141496 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 84680 71824 141 357 0 84320 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 391276

[startup+282.3 s]

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

/proc/meminfo: memFree=30265044/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=411444 CPUtime=1237.79 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 57903 0 0 0 123760 19 0 0 20 0 1 0 388018717 421318656 89127 33554432000 4194304 5654031 140734961153680 140734961141496 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 102861 89127 141 357 0 102501 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 464000

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.49 3/179 23415
/proc/meminfo: memFree=30290928/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=361356 CPUtime=1297.79 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 58299 0 0 0 129758 21 0 0 20 0 1 0 388018717 370028544 80274 33554432000 4194304 5654031 140734961153680 140734961141496 4215327 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 90339 80274 141 357 0 89979 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 413912

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/178 23415
/proc/meminfo: memFree=30283548/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=361356 CPUtime=1357.78 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 58376 0 0 0 135757 21 0 0 20 0 1 0 388018717 370028544 81373 33554432000 4194304 5654031 140734961153680 140734961141496 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 90339 81373 141 357 0 89979 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 413912

[startup+1422.31 s]
/proc/loadavg: 2.07 1.99 1.56 3/179 23416
/proc/meminfo: memFree=30279260/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=411444 CPUtime=1417.78 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 58943 0 0 0 141756 22 0 0 20 0 1 0 388018717 421318656 81939 33554432000 4194304 5654031 140734961153680 140734961141496 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 102861 81939 141 357 0 102501 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 464000

[startup+1482.3 s]
/proc/loadavg: 2.02 1.99 1.58 3/180 23419
/proc/meminfo: memFree=30275428/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=411444 CPUtime=1477.76 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 59333 0 0 0 147754 22 0 0 20 0 1 0 388018717 421318656 83351 33554432000 4194304 5654031 140734961153680 140734961141496 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 102861 83351 141 357 0 102501 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 464000

[startup+1542.3 s]
/proc/loadavg: 2.01 1.99 1.60 3/179 23419
/proc/meminfo: memFree=30269296/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=411444 CPUtime=1537.74 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 59410 0 0 0 153752 22 0 0 20 0 1 0 388018717 421318656 83924 33554432000 4194304 5654031 140734961153680 140734961141496 4215079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 102861 83924 141 357 0 102501 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 464000

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.63 3/179 23419
/proc/meminfo: memFree=30272728/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=411444 CPUtime=1597.72 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 59458 0 0 0 159750 22 0 0 20 0 1 0 388018717 421318656 84472 33554432000 4194304 5654031 140734961153680 140734961141496 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 102861 84472 141 357 0 102501 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 464000

[startup+1662.3 s]
/proc/loadavg: 2.06 2.00 1.65 3/179 23419
/proc/meminfo: memFree=30266400/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=411444 CPUtime=1657.71 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 59490 0 0 0 165749 22 0 0 20 0 1 0 388018717 421318656 85015 33554432000 4194304 5654031 140734961153680 140734961141496 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 102861 85015 141 357 0 102501 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 464000

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.67 3/179 23420
/proc/meminfo: memFree=30256720/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=415136 CPUtime=1717.7 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 59829 0 0 0 171748 22 0 0 20 0 1 0 388018717 425099264 86887 33554432000 4194304 5654031 140734961153680 140734961141496 4215168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 103784 86887 141 357 0 103424 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 467692

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.69 3/179 23420
/proc/meminfo: memFree=30246232/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=415136 CPUtime=1777.69 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 59832 0 0 0 177747 22 0 0 20 0 1 0 388018717 425099264 88423 33554432000 4194304 5654031 140734961153680 140734961141496 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 103784 88423 141 357 0 103424 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 467692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 23420
/proc/meminfo: memFree=30246108/32873852 swapFree=6864/6864
[pid=23316] ppid=23312 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23316/stat : 23316 (npSolver-pbo-I.) S 23312 23316 23273 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388018291 9367552 274 33554432000 4194304 5064252 140735726571808 140735726570720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23316/statm: 2287 274 233 213 0 72 0
[pid=23317] ppid=23316 vsize=43408 CPUtime=4.22 cores=0,2,4,6
/proc/23317/stat : 23317 (npSolver-pbo) S 23316 23316 23273 0 -1 4202496 12398 40599 0 0 173 73 159 17 20 0 1 0 388018292 44449792 10219 33554432000 4194304 6004724 140733697896688 140733697881608 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23317/statm: 10852 10219 179 442 0 10406 0
[pid=23336] ppid=23317 vsize=415136 CPUtime=1795.79 cores=0,2,4,6
/proc/23336/stat : 23336 (glucosInc) R 23317 23316 23273 0 -1 4202496 59832 0 0 0 179557 22 0 0 20 0 1 0 388018717 425099264 88423 33554432000 4194304 5654031 140734961153680 140734961141496 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23336/statm: 103784 88423 141 357 0 103424 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 467692

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.92
CPU system time (s): 1.14083
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 544140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.14083
maximum resident set size= 431332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 257248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 465
involuntary context switches= 1932

runsolver used 5.9011 second user time and 16.5125 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-09 07:15:28
IDJOB=3748308
IDBENCH=71885
IDSOLVER=2333
FILE ID=node129/3748308-1339218928
RUNJOBID= node129-1339218928-23289
PBS_JOBID= 14644296
Free space on /tmp= 71028 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__64.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748308-1339218928/watcher-3748308-1339218928 -o /tmp/evaluation-result-3748308-1339218928/solver-3748308-1339218928 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748308-1339218928.opb 1325389795 HOME HOME

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

MD5SUM BENCH= 5aed6138edeb8c25258479e857e113ee
RANDOM SEED=1325389795

node129.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.957
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.91
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.957
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.957
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.91
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.957
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.957
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.90
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.957
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.957
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        31083120 kB
Buffers:          429992 kB
Cached:           437812 kB
SwapCached:         2008 kB
Active:           530264 kB
Inactive:         342668 kB
Active(anon):       2100 kB
Inactive(anon):     4180 kB
Active(file):     528164 kB
Inactive(file):   338488 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:             17948 kB
Writeback:             0 kB
AnonPages:          9084 kB
Mapped:             7968 kB
Shmem:                 0 kB
Slab:             779248 kB
SReclaimable:     221496 kB
SUnreclaim:       557752 kB
KernelStack:        1400 kB
PageTables:         3936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     102800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70872 MiB
End job on node129 at 2012-06-09 07:45:29