Trace number 3699488

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? (TO) 1800.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod010.opb
MD5SUM0155c0c96434984f6ded6bb7ada20c0c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6548
Best CPU time to get the best result obtained on this benchmark0.591909
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6548
Optimality of the best value was proved YES
Number of variables2655
Total number of constraints146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint2655
Number of terms in the objective function 2655
Biggest coefficient in the objective function 266
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 489211
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 266
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 489211
Number of bits of the biggest sum of numbers19
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.10	c run inc solver
0.00/0.10	c [INC SYSTEM] run initial solver
0.00/0.10	c [INC SYSTEM] preprocess with white file
1.08/1.10	c [INC SYSTEM] finished preprocessing in 0 s
1.08/1.10	c [INC SYSTEM] execute solver
160.63/160.74	c [INC SEARCH] formula is SAT
160.63/160.74	c [INC SYSTEM] solved the initial formula
160.63/160.75	c model valid
160.63/160.75	c current solution ok
160.93/161.04	o 8412
160.93/161.04	c execute binary inc search
160.93/161.04	c [INC SEARCH] current bound: 4206
160.93/161.04	c [INC SEARCH] iteration: 0
160.93/161.04	c [INC SEARCH] lower bound: 0 upperbound 8412 current bound: 4206 best value:8412
160.93/161.04	c [INC SYSTEM] there exists a inc, kill it!
160.93/161.04	c write failed with 2
160.93/161.04	c [INC SYSTEM] create new solver instance
160.93/161.04	c [INC] encode full formula
160.93/161.04	c fallback to adder encoding
161.14/161.22	c set iterative enc to: adder
161.14/161.22	c set iterative enc to: none
161.14/161.25	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.40	c an unexpexted return value has been received, exit
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.04/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-3699488-1338049460/watcher-3699488-1338049460 -o /tmp/evaluation-result-3699488-1338049460/solver-3699488-1338049460 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699488-1338049460.opb 865044422 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: 2.21 3.12 2.75 3/175 17871
/proc/meminfo: memFree=23737356/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0

[startup+0.0175331 s]
/proc/loadavg: 2.21 3.12 2.75 3/175 17871
/proc/meminfo: memFree=23737356/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100245 s]
/proc/loadavg: 2.21 3.12 2.75 3/175 17871
/proc/meminfo: memFree=23737356/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300319 s]
/proc/loadavg: 2.21 3.12 2.75 3/175 17871
/proc/meminfo: memFree=23737356/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700319 s]
/proc/loadavg: 2.21 3.12 2.75 3/175 17871
/proc/meminfo: memFree=23737356/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.21 3.12 2.75 3/179 17875
/proc/meminfo: memFree=23641264/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=11592 CPUtime=1.08 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 4036 13357 0 0 9 1 89 9 20 0 1 0 271071957 11870208 2583 33554432000 4194304 5992684 140736033572288 140736033558552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 2898 2583 174 440 0 2454 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 20740

[startup+3.1004 s]
/proc/loadavg: 2.21 3.12 2.75 3/178 17877
/proc/meminfo: memFree=23643092/32873852 swapFree=6852/6852
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=11592 CPUtime=1.08 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 4036 13357 0 0 9 1 89 9 20 0 1 0 271071957 11870208 2583 33554432000 4194304 5992684 140736033572288 140736033558552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 2898 2583 174 440 0 2454 0
[pid=17877] ppid=17872 vsize=27200 CPUtime=1.98 cores=1,3,5,7
/proc/17877/stat : 17877 (glucosInc) R 17872 17871 14323 0 -1 4202496 5511 0 0 0 197 1 0 0 20 0 1 0 271072068 27852800 5671 33554432000 4194304 5654031 140736261245696 140736261233512 4233306 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17877/statm: 6800 5671 142 357 0 6440 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 47940

[startup+6.30041 s]
/proc/loadavg: 2.20 3.10 2.75 3/178 17877
/proc/meminfo: memFree=23550636/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=11592 CPUtime=1.08 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 4036 13357 0 0 9 1 89 9 20 0 1 0 271071957 11870208 2583 33554432000 4194304 5992684 140736033572288 140736033558552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 2898 2583 174 440 0 2454 0
[pid=17877] ppid=17872 vsize=31944 CPUtime=5.18 cores=1,3,5,7
/proc/17877/stat : 17877 (glucosInc) R 17872 17871 14323 0 -1 4202496 6880 0 0 0 516 2 0 0 20 0 1 0 271072068 32710656 6984 33554432000 4194304 5654031 140736261245696 140736261233512 4232380 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17877/statm: 7986 6984 142 357 0 7626 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 52684

[startup+12.7004 s]
/proc/loadavg: 2.18 3.08 2.74 3/178 17877
/proc/meminfo: memFree=23367748/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=11592 CPUtime=1.08 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 4036 13357 0 0 9 1 89 9 20 0 1 0 271071957 11870208 2583 33554432000 4194304 5992684 140736033572288 140736033558552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 2898 2583 174 440 0 2454 0
[pid=17877] ppid=17872 vsize=36296 CPUtime=11.57 cores=1,3,5,7
/proc/17877/stat : 17877 (glucosInc) R 17872 17871 14323 0 -1 4202496 7903 0 0 0 1155 2 0 0 20 0 1 0 271072068 37167104 8463 33554432000 4194304 5654031 140736261245696 140736261233512 4232398 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17877/statm: 9074 8463 142 357 0 8714 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 57036

[startup+25.5004 s]
/proc/loadavg: 2.21 3.05 2.73 3/178 17877
/proc/meminfo: memFree=23009228/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=11592 CPUtime=1.08 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 4036 13357 0 0 9 1 89 9 20 0 1 0 271071957 11870208 2583 33554432000 4194304 5992684 140736033572288 140736033558552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 2898 2583 174 440 0 2454 0
[pid=17877] ppid=17872 vsize=55040 CPUtime=24.37 cores=1,3,5,7
/proc/17877/stat : 17877 (glucosInc) R 17872 17871 14323 0 -1 4202496 9413 0 0 0 2433 4 0 0 20 0 1 0 271072068 56360960 10059 33554432000 4194304 5654031 140736261245696 140736261233512 4232505 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17877/statm: 13760 10059 142 357 0 13400 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 75780

[startup+51.1004 s]
/proc/loadavg: 2.14 2.96 2.71 3/178 17877
/proc/meminfo: memFree=22303108/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=11592 CPUtime=1.08 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 4036 13357 0 0 9 1 89 9 20 0 1 0 271071957 11870208 2583 33554432000 4194304 5992684 140736033572288 140736033558552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 2898 2583 174 440 0 2454 0
[pid=17877] ppid=17872 vsize=92716 CPUtime=49.96 cores=1,3,5,7
/proc/17877/stat : 17877 (glucosInc) R 17872 17871 14323 0 -1 4202496 10829 0 0 0 4991 5 0 0 20 0 1 0 271072068 94941184 16715 33554432000 4194304 5654031 140736261245696 140736261233512 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17877/statm: 23179 16715 142 357 0 22819 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 113456

[startup+102.307 s]
/proc/loadavg: 2.06 2.81 2.67 3/178 17878
/proc/meminfo: memFree=20913636/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=11592 CPUtime=1.08 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 4036 13357 0 0 9 1 89 9 20 0 1 0 271071957 11870208 2583 33554432000 4194304 5992684 140736033572288 140736033558552 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 2898 2583 174 440 0 2454 0
[pid=17877] ppid=17872 vsize=92716 CPUtime=101.17 cores=1,3,5,7
/proc/17877/stat : 17877 (glucosInc) R 17872 17871 14323 0 -1 4202496 12393 0 0 0 10109 8 0 0 20 0 1 0 271072068 94941184 18251 33554432000 4194304 5654031 140736261245696 140736261233512 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17877/statm: 23179 18251 142 357 0 22819 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 113456

[startup+162.3 s]
/proc/loadavg: 2.02 2.66 2.63 3/178 17881
/proc/meminfo: memFree=19682920/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=59088 CPUtime=1.03 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 12375 0 0 0 101 2 0 0 20 0 1 0 271088083 60506112 12811 33554432000 4194304 5654031 140735038910448 140735038898264 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 14772 12811 141 357 0 14412 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 85784

[startup+222.3 s]
/proc/loadavg: 2.00 2.54 2.59 3/178 17881
/proc/meminfo: memFree=17875728/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=109356 CPUtime=61.03 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 16237 0 0 0 6098 5 0 0 20 0 1 0 271088083 111980544 25776 33554432000 4194304 5654031 140735038910448 140735038898264 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 27339 25776 142 357 0 26979 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 136052

[startup+282.3 s]
/proc/loadavg: 2.00 2.44 2.55 3/178 17881
/proc/meminfo: memFree=15708304/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=27800540/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=251308 CPUtime=1080.82 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 34345 0 0 0 108036 46 0 0 20 0 1 0 271088083 257339392 60481 33554432000 4194304 5654031 140735038910448 140735038898264 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 62827 60481 142 357 0 62467 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 278004

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/179 17938
/proc/meminfo: memFree=27872256/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=201220 CPUtime=1140.82 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 35951 0 0 0 114033 49 0 0 20 0 1 0 271088083 206049280 44651 33554432000 4194304 5654031 140735038910448 140735038898264 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 50305 44651 142 357 0 49945 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 227916

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 2.16 3/179 17938
/proc/meminfo: memFree=27846800/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=251308 CPUtime=1200.8 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 36491 0 0 0 120030 50 0 0 20 0 1 0 271088083 257339392 58987 33554432000 4194304 5654031 140735038910448 140735038898264 4215964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 62827 58987 142 357 0 62467 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 278004

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.14 3/179 17938
/proc/meminfo: memFree=27905804/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=201220 CPUtime=1260.8 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 37729 0 0 0 126028 52 0 0 20 0 1 0 271088083 206049280 44308 33554432000 4194304 5654031 140735038910448 140735038898264 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 50305 44308 142 357 0 49945 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 227916

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.13 3/179 17938
/proc/meminfo: memFree=27744256/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=332696 CPUtime=1320.78 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 38981 0 0 0 132024 54 0 0 20 0 1 0 271088083 340680704 61394 33554432000 4194304 5654031 140735038910448 140735038908536 4218498 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 83174 61394 142 357 0 82814 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 359392

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/180 17941
/proc/meminfo: memFree=27802540/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=201220 CPUtime=1380.77 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 40171 0 0 0 138021 56 0 0 20 0 1 0 271088083 206049280 46187 33554432000 4194304 5654031 140735038910448 140735038898264 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 50305 46187 142 357 0 49945 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 227916

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/179 17942
/proc/meminfo: memFree=27766636/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=251308 CPUtime=1440.77 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 40710 0 0 0 144020 57 0 0 20 0 1 0 271088083 257339392 58987 33554432000 4194304 5654031 140735038910448 140735038898264 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 62827 58987 142 357 0 62467 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 278004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 17942
/proc/meminfo: memFree=27817700/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=251308 CPUtime=1500.75 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 42782 0 0 0 150015 60 0 0 20 0 1 0 271088083 257339392 53313 33554432000 4194304 5654031 140735038910448 140735038908536 4215040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 62827 53313 142 357 0 62467 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 278004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 17942
/proc/meminfo: memFree=27784236/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=332696 CPUtime=1560.74 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 43320 0 0 0 156013 61 0 0 20 0 1 0 271088083 340680704 65089 33554432000 4194304 5654031 140735038910448 140735038898264 4215088 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 83174 65089 142 357 0 82814 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 359392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 17942
/proc/meminfo: memFree=27814880/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=170400 CPUtime=1620.74 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 43878 0 0 0 162010 64 0 0 20 0 1 0 271088083 174489600 40555 33554432000 4194304 5654031 140735038910448 140735038898264 4232528 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 42600 40555 142 357 0 42240 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 197096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 17942
/proc/meminfo: memFree=27857564/32873852 swapFree=6848/6848
[pid=17871] ppid=17869 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17871/stat : 17871 (npSolver-pbo-I.) S 17869 17871 14323 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271071957 9367552 275 33554432000 4194304 5064252 140734001693456 140734001692368 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17871/statm: 2287 275 233 213 0 72 0
[pid=17872] ppid=17871 vsize=17548 CPUtime=161.21 cores=1,3,5,7
/proc/17872/stat : 17872 (npSolver-pbo) S 17871 17871 14323 0 -1 4202496 7944 28964 0 0 33 28 16038 22 20 0 1 0 271071957 17969152 4067 33554432000 4194304 5992684 140736033572288 140736033557192 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/17872/statm: 4387 4067 192 440 0 3943 0
[pid=17881] ppid=17872 vsize=201220 CPUtime=1638.83 cores=1,3,5,7
/proc/17881/stat : 17881 (glucosInc) R 17872 17871 14323 0 -1 4202496 44401 0 0 0 163819 64 0 0 20 0 1 0 271088083 206049280 44139 33554432000 4194304 5654031 140735038910448 140735038898264 4215353 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17881/statm: 50305 44139 142 357 0 49945 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 227916

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.08
CPU user time (s): 1798.92
CPU system time (s): 1.16282
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 408712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.16282
maximum resident set size= 338172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81693
page faults= 0
swaps= 0
block input operations= 0
block output operations= 52352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245
involuntary context switches= 2120

runsolver used 2.77358 second user time and 7.09092 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-26 18:24:20
IDJOB=3699488
IDBENCH=1851
IDSOLVER=2276
FILE ID=node128/3699488-1338049460
RUNJOBID= node128-1338048737-17292
PBS_JOBID= 14624370
Free space on /tmp= 71200 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod010.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699488-1338049460/watcher-3699488-1338049460 -o /tmp/evaluation-result-3699488-1338049460/solver-3699488-1338049460 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699488-1338049460.opb 865044422 HOME HOME

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

MD5SUM BENCH= 0155c0c96434984f6ded6bb7ada20c0c
RANDOM SEED=865044422

node128.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.389
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.77
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.389
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.389
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.56
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.389
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.389
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.389
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.91
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.389
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.389
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:       32873852 kB
MemFree:        23738264 kB
Buffers:          319108 kB
Cached:          3550660 kB
SwapCached:            0 kB
Active:          5371592 kB
Inactive:        2924436 kB
Active(anon):    4428556 kB
Inactive(anon):        0 kB
Active(file):     943036 kB
Inactive(file):  2924436 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8160 kB
Writeback:             0 kB
AnonPages:       4438760 kB
Mapped:            15084 kB
Shmem:               204 kB
Slab:             676296 kB
SReclaimable:     118660 kB
SUnreclaim:       557636 kB
KernelStack:        1488 kB
PageTables:        12576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    8516204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4417536 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= 71204 MiB
End job on node128 at 2012-05-26 18:54:21