Trace number 3700032

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.06 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1109824.opb
MD5SUM6b78caa911ec8d23c05ac6a0b1089c62
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark378
Best CPU time to get the best result obtained on this benchmark84.4462
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1520
Total number of constraints28979
Number of constraints which are clauses28880
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints76
Minimum length of a constraint2
Maximum length of a constraint76
Number of terms in the objective function 1512
Biggest coefficient in the objective function 83
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 54080
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 83
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 54080
Number of bits of the biggest sum of numbers16
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.19	c run inc solver
0.00/0.19	c [INC SYSTEM] run initial solver
0.00/0.19	c [INC SYSTEM] preprocess with white file
0.97/1.07	c [INC SYSTEM] finished preprocessing in 0 s
0.97/1.07	c [INC SYSTEM] execute solver
1.06/1.20	c [INC SEARCH] formula is SAT
1.06/1.21	c [INC SYSTEM] solved the initial formula
1.06/1.25	c model valid
1.06/1.25	c current solution ok
1.26/1.49	o 775
1.26/1.49	c execute binary inc search
1.26/1.49	c [INC SEARCH] current bound: 387
1.26/1.49	c [INC SEARCH] iteration: 0
1.26/1.49	c [INC SEARCH] lower bound: 0 upperbound 775 current bound: 387 best value:775
1.26/1.49	c [INC SYSTEM] there exists a inc, kill it!
1.26/1.49	c write failed with 2
1.26/1.49	c [INC SYSTEM] create new solver instance
1.26/1.49	c [INC] encode full formula
1.26/1.49	c fallback to adder encoding
1.47/1.56	c set iterative enc to: adder
1.47/1.56	c set iterative enc to: none
1.47/1.57	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	HOME/npSolver-pbo-I.sh: line 18: 26137 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3700032-1338099935/watcher-3700032-1338099935 -o /tmp/evaluation-result-3700032-1338099935/solver-3700032-1338099935 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700032-1338099935.opb 891943214 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.77 2.49 2.99 3/178 26136
/proc/meminfo: memFree=30835984/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0

[startup+0.0516141 s]
/proc/loadavg: 2.77 2.49 2.99 3/178 26136
/proc/meminfo: memFree=30835984/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10023 s]
/proc/loadavg: 2.77 2.49 2.99 3/178 26136
/proc/meminfo: memFree=30835984/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300255 s]
/proc/loadavg: 2.77 2.49 2.99 3/178 26136
/proc/meminfo: memFree=30835984/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700317 s]
/proc/loadavg: 2.77 2.49 2.99 3/178 26136
/proc/meminfo: memFree=30835984/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.77 2.49 2.99 3/182 26140
/proc/meminfo: memFree=30766748/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=14512 CPUtime=1.47 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) R 26136 26136 22912 0 -1 4202496 3937 18828 0 0 26 21 87 13 20 0 1 0 276118349 14860288 2546 33554432000 4194304 5992684 140733477204368 140733477198912 5044375 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 3628 2547 188 440 0 3184 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 23660

[startup+3.10041 s]
/proc/loadavg: 2.77 2.49 2.99 3/181 26145
/proc/meminfo: memFree=30780396/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=35912 CPUtime=1.51 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 7269 0 0 0 149 2 0 0 20 0 1 0 276118507 36773888 7631 33554432000 4194304 5654031 140733822199632 140733822197400 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 8978 7631 141 357 0 8618 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 66740

[startup+6.30041 s]
/proc/loadavg: 2.71 2.49 2.99 3/181 26145
/proc/meminfo: memFree=30776248/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=36560 CPUtime=4.71 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 7610 0 0 0 469 2 0 0 20 0 1 0 276118507 37437440 7865 33554432000 4194304 5654031 140733822199632 140733822187448 4209211 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 9140 7865 142 357 0 8780 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 67388

[startup+12.7004 s]
/proc/loadavg: 2.65 2.48 2.98 3/181 26145
/proc/meminfo: memFree=30809576/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=43660 CPUtime=11.11 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 8699 0 0 0 1109 2 0 0 20 0 1 0 276118507 44707840 9736 33554432000 4194304 5654031 140733822199632 140733822187448 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 10915 9736 142 357 0 10555 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 74488

[startup+25.5004 s]
/proc/loadavg: 2.51 2.45 2.96 3/181 26145
/proc/meminfo: memFree=30751880/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=66756 CPUtime=23.91 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 9026 0 0 0 2388 3 0 0 20 0 1 0 276118507 68358144 14631 33554432000 4194304 5654031 140733822199632 140733822187448 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 16689 14631 142 357 0 16329 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 97584

[startup+51.1004 s]
/proc/loadavg: 2.33 2.42 2.94 3/181 26145
/proc/meminfo: memFree=30756776/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=66756 CPUtime=49.5 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 10489 0 0 0 4945 5 0 0 20 0 1 0 276118507 68358144 12883 33554432000 4194304 5654031 140733822199632 140733822187448 4214993 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 16689 12883 142 357 0 16329 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 97584

[startup+102.307 s]
/proc/loadavg: 2.14 2.35 2.89 3/181 26145
/proc/meminfo: memFree=30723884/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=85612 CPUtime=100.71 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 11676 0 0 0 10064 7 0 0 20 0 1 0 276118507 87666688 20259 33554432000 4194304 5654031 140733822199632 140733822187448 4214957 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 21403 20259 142 357 0 21043 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 116440

[startup+162.3 s]
/proc/loadavg: 2.05 2.28 2.83 3/181 26145
/proc/meminfo: memFree=30729672/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=85612 CPUtime=160.68 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 12527 0 0 0 16060 8 0 0 20 0 1 0 276118507 87666688 20275 33554432000 4194304 5654031 140733822199632 140733822187448 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 21403 20275 142 357 0 21043 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 116440

[startup+222.3 s]
/proc/loadavg: 2.02 2.23 2.77 3/181 26145
/proc/meminfo: memFree=30714852/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=85612 CPUtime=220.67 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 13378 0 0 0 22058 9 0 0 20 0 1 0 276118507 87666688 20328 33554432000 4194304 5654031 140733822199632 140733822187448 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 21403 20328 142 357 0 21043 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 116440

[startup+282.3 s]
/proc/loadavg: 2.00 2.18 2.72 3/182 26149
/proc/meminfo: memFree=30663396/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.22 3/181 26155
/proc/meminfo: memFree=30651244/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=146652 CPUtime=1300.51 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 32082 0 0 0 130000 51 0 0 20 0 1 0 276118507 150171648 31856 33554432000 4194304 5654031 140733822199632 140733822187448 4232912 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 36663 31856 142 357 0 36303 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 177480

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/181 26155
/proc/meminfo: memFree=30576900/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=227560 CPUtime=1360.49 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 32986 0 0 0 135996 53 0 0 20 0 1 0 276118507 233021440 45024 33554432000 4194304 5654031 140733822199632 140733822187448 4215061 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 56890 45024 142 357 0 56530 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 258388

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.19 3/181 26155
/proc/meminfo: memFree=30622236/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=177472 CPUtime=1420.48 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 34015 0 0 0 141993 55 0 0 20 0 1 0 276118507 181731328 39091 33554432000 4194304 5654031 140733822199632 140733822187448 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 44368 39091 142 357 0 44008 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 208300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/182 26159
/proc/meminfo: memFree=30629848/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=146652 CPUtime=1480.47 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 34758 0 0 0 147989 58 0 0 20 0 1 0 276118507 150171648 32368 33554432000 4194304 5654031 140733822199632 140733822187448 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 36663 32368 142 357 0 36303 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 177480

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/181 26159
/proc/meminfo: memFree=30604584/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=227560 CPUtime=1540.45 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 35661 0 0 0 153986 59 0 0 20 0 1 0 276118507 233021440 44512 33554432000 4194304 5654031 140733822199632 140733822187448 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 56890 44512 142 357 0 56530 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 258388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/181 26159
/proc/meminfo: memFree=30620396/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=177472 CPUtime=1600.44 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 36680 0 0 0 159983 61 0 0 20 0 1 0 276118507 181731328 36531 33554432000 4194304 5654031 140733822199632 140733822187448 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 44368 36531 142 357 0 44008 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 208300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/181 26212
/proc/meminfo: memFree=30834156/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=227560 CPUtime=1660.43 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 37017 0 0 0 165980 63 0 0 20 0 1 0 276118507 233021440 48096 33554432000 4194304 5654031 140733822199632 140733822187448 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 56890 48096 142 357 0 56530 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 258388

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/181 26212
/proc/meminfo: memFree=30849608/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=177472 CPUtime=1720.41 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 38046 0 0 0 171976 65 0 0 20 0 1 0 276118507 181731328 42675 33554432000 4194304 5654031 140733822199632 140733822187448 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 44368 42675 142 357 0 44008 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 208300

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 26213
/proc/meminfo: memFree=30860024/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=177472 CPUtime=1780.4 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 39376 0 0 0 177972 68 0 0 20 0 1 0 276118507 181731328 36531 33554432000 4194304 5654031 140733822199632 140733822187448 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 44368 36531 142 357 0 44008 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 208300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.11 3/181 26213
/proc/meminfo: memFree=30845812/32873844 swapFree=6600/6600
[pid=26136] ppid=26134 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26136/stat : 26136 (npSolver-pbo-I.) S 26134 26136 22912 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276118349 9367552 275 33554432000 4194304 5064252 140736501659920 140736501658832 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26136/statm: 2287 275 233 213 0 72 0
[pid=26137] ppid=26136 vsize=21680 CPUtime=1.55 cores=1,3,5,7
/proc/26137/stat : 26137 (npSolver-pbo) S 26136 26136 22912 0 -1 4202496 6715 19344 0 0 32 22 87 14 20 0 1 0 276118349 22200320 4393 33554432000 4194304 5992684 140733477204368 140733477189272 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/26137/statm: 5420 4393 188 440 0 4976 0
[pid=26145] ppid=26137 vsize=177472 CPUtime=1798.51 cores=1,3,5,7
/proc/26145/stat : 26145 (glucosInc) R 26137 26136 22912 0 -1 4202496 39383 0 0 0 179783 68 0 0 20 0 1 0 276118507 181731328 40115 33554432000 4194304 5654031 140733822199632 140733822187448 4232916 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26145/statm: 44368 40115 142 357 0 44008 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 208300

Sending SIGTERM to process tree (bottom up)

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 26136 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=206816
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=376942
# CPU time returned by wait4() is 1.58376
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1799.02
CPU system time (s): 1.04
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 258388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.20682
system time used= 0.376942
maximum resident set size= 59772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146
involuntary context switches= 13

runsolver used 3.56546 second user time and 7.83281 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 08:25:35
IDJOB=3700032
IDBENCH=89828
IDSOLVER=2276
FILE ID=node140/3700032-1338099935
RUNJOBID= node140-1338099527-24517
PBS_JOBID= 14624467
Free space on /tmp= 71328 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1109824.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700032-1338099935/watcher-3700032-1338099935 -o /tmp/evaluation-result-3700032-1338099935/solver-3700032-1338099935 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700032-1338099935.opb 891943214 HOME HOME

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

MD5SUM BENCH= 6b78caa911ec8d23c05ac6a0b1089c62
RANDOM SEED=891943214

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
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		: 2667.094
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		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30836628 kB
Buffers:          325776 kB
Cached:           649028 kB
SwapCached:         1492 kB
Active:          1005340 kB
Inactive:         180244 kB
Active(anon):     202624 kB
Inactive(anon):     8612 kB
Active(file):     802716 kB
Inactive(file):   171632 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:             13412 kB
Writeback:             0 kB
AnonPages:        221928 kB
Mapped:            12972 kB
Shmem:                 8 kB
Slab:             699776 kB
SReclaimable:     141328 kB
SUnreclaim:       558448 kB
KernelStack:        1464 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     353452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71336 MiB
End job on node140 at 2012-05-27 08:55:35